* gnus.texi (Top): Added menu item for Maildir node.
[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 * Maildir::                     Another one-file-per-message format.
708 * Mail Folders::                Having one file for each group.
709 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
710
711 Browsing the Web
712
713 * Archiving Mail::              
714 * Web Searches::                Creating groups from articles that match a string.
715 * Slashdot::                    Reading the Slashdot comments.
716 * Ultimate::                    The Ultimate Bulletin Board systems.
717 * Web Archive::                 Reading mailing list archived on web.
718 * RSS::                         Reading RDF site summary.
719 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
720
721 @sc{imap}
722
723 * Splitting in IMAP::           Splitting mail with nnimap.
724 * Expiring in IMAP::            Expiring mail with nnimap.
725 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
726 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
727 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
728
729 Other Sources
730
731 * Directory Groups::            You can read a directory as if it was a newsgroup.
732 * Anything Groups::             Dired?  Who needs dired?
733 * Document Groups::             Single files can be the basis of a group.
734 * SOUP::                        Reading @sc{soup} packets ``offline''.
735 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
736
737 Document Groups
738
739 * Document Server Internals::   How to add your own document types.
740
741 SOUP
742
743 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
744 * SOUP Groups::                 A back end for reading @sc{soup} packets.
745 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
746
747 Combined Groups
748
749 * Virtual Groups::              Combining articles from many groups.
750 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
751
752 Gnus Unplugged
753
754 * Agent Basics::                How it all is supposed to work.
755 * Agent Categories::            How to tell the Gnus Agent what to download.
756 * Agent Commands::              New commands for all the buffers.
757 * Agent as Cache::              The Agent is a big cache too.
758 * Agent Expiry::                How to make old articles go away.
759 * Agent Regeneration::          How to recover from lost connections and other accidents.
760 * Agent and IMAP::              How to use the Agent with IMAP.
761 * Outgoing Messages::           What happens when you post/mail something?
762 * Agent Variables::             Customizing is fun.
763 * Example Setup::               An example @file{.gnus.el} file for offline people.
764 * Batching Agents::             How to fetch news from a @code{cron} job.
765 * Agent Caveats::               What you think it'll do and what it does.
766
767 Agent Categories
768
769 * Category Syntax::             What a category looks like.
770 * Category Buffer::             A buffer for maintaining categories.
771 * Category Variables::          Customize'r'Us.
772
773 Agent Commands
774
775 * Group Agent Commands::        Configure groups and fetch their contents.
776 * Summary Agent Commands::      Manually select then fetch specific articles.
777 * Server Agent Commands::       Select the servers that are supported by the agent.
778
779 Scoring
780
781 * Summary Score Commands::      Adding score entries for the current group.
782 * Group Score Commands::        General score commands.
783 * Score Variables::             Customize your scoring.  (My, what terminology).
784 * Score File Format::           What a score file may contain.
785 * Score File Editing::          You can edit score files by hand as well.
786 * Adaptive Scoring::            Big Sister Gnus knows what you read.
787 * Home Score File::             How to say where new score entries are to go.
788 * Followups To Yourself::       Having Gnus notice when people answer you.
789 * Scoring On Other Headers::    Scoring on non-standard headers.
790 * Scoring Tips::                How to score effectively.
791 * Reverse Scoring::             That problem child of old is not problem.
792 * Global Score Files::          Earth-spanning, ear-splitting score files.
793 * Kill Files::                  They are still here, but they can be ignored.
794 * Converting Kill Files::       Translating kill files to score files.
795 * GroupLens::                   Getting predictions on what you like to read.
796 * Advanced Scoring::            Using logical expressions to build score rules.
797 * Score Decays::                It can be useful to let scores wither away.
798
799 GroupLens
800
801 * Using GroupLens::             How to make Gnus use GroupLens.
802 * Rating Articles::             Letting GroupLens know how you rate articles.
803 * Displaying Predictions::      Displaying predictions given by GroupLens.
804 * GroupLens Variables::         Customizing GroupLens.
805
806 Advanced Scoring
807
808 * Advanced Scoring Syntax::     A definition.
809 * Advanced Scoring Examples::   What they look like.
810 * Advanced Scoring Tips::       Getting the most out of it.
811
812 Various
813
814 * Process/Prefix::              A convention used by many treatment commands.
815 * Interactive::                 Making Gnus ask you many questions.
816 * Symbolic Prefixes::           How to supply some Gnus functions with options.
817 * Formatting Variables::        You can specify what buffers should look like.
818 * Window Layout::               Configuring the Gnus buffer windows.
819 * Faces and Fonts::             How to change how faces look.
820 * Compilation::                 How to speed Gnus up.
821 * Mode Lines::                  Displaying information in the mode lines.
822 * Highlighting and Menus::      Making buffers look all nice and cozy.
823 * Buttons::                     Get tendinitis in ten easy steps!
824 * Daemons::                     Gnus can do things behind your back.
825 * NoCeM::                       How to avoid spam and other fatty foods.
826 * Undo::                        Some actions can be undone.
827 * Predicate Specifiers::        Specifying predicates.
828 * Moderation::                  What to do if you're a moderator.
829 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
830 * Fuzzy Matching::              What's the big fuzz?
831 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
832 * Various Various::             Things that are really various.
833
834 Formatting Variables
835
836 * Formatting Basics::           A formatting variable is basically a format string.
837 * Mode Line Formatting::        Some rules about mode line formatting variables.
838 * Advanced Formatting::         Modifying output in various ways.
839 * User-Defined Specs::          Having Gnus call your own functions.
840 * Formatting Fonts::            Making the formatting look colorful and nice.
841 * Positioning Point::           Moving point to a position after an operation.
842 * Tabulation::                  Tabulating your output.
843 * Wide Characters::             Dealing with wide characters.
844
845 Image Enhancements
846
847 * Picons::                      How to display pictures of what you're reading.
848 * Smileys::                     Show all those happy faces the way they were meant to be shown.
849 * X-Face::                      Display a funky, teensy black-and-white image.
850 * XVarious::                    Other XEmacsy Gnusey variables.
851
852 Thwarting Email Spam
853
854 * The problem of spam::         Some background, and some solutions
855 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
856 * SpamAssassin::                How to use external anti-spam tools.
857 * Hashcash::                    Reduce spam by burning CPU time.
858 * Filtering Spam Using The Spam ELisp Package::  
859 * Filtering Spam Using Statistics with spam-stat::  
860
861 Appendices
862
863 * XEmacs::                      Requirements for installing under XEmacs.
864 * History::                     How Gnus got where it is today.
865 * On Writing Manuals::          Why this is not a beginner's guide.
866 * Terminology::                 We use really difficult, like, words here.
867 * Customization::               Tailoring Gnus to your needs.
868 * Troubleshooting::             What you might try if things do not work.
869 * Gnus Reference Guide::        Rilly, rilly technical stuff.
870 * Emacs for Heathens::          A short introduction to Emacsian terms.
871 * Frequently Asked Questions::
872
873 History
874
875 * Gnus Versions::               What Gnus versions have been released.
876 * Other Gnus Versions::         Other Gnus versions that also have been released.
877 * Why?::                        What's the point of Gnus?
878 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
879 * Conformity::                  Gnus tries to conform to all standards.
880 * Emacsen::                     Gnus can be run on a few modern Emacsen.
881 * Gnus Development::            How Gnus is developed.
882 * Contributors::                Oodles of people.
883 * New Features::                Pointers to some of the new stuff in Gnus.
884
885 New Features
886
887 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
888 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
889 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
890 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
891 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
892
893 Customization
894
895 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
896 * Slow Terminal Connection::    You run a remote Emacs.
897 * Little Disk Space::           You feel that having large setup files is icky.
898 * Slow Machine::                You feel like buying a faster machine.
899
900 Gnus Reference Guide
901
902 * Gnus Utility Functions::      Common functions and variable to use.
903 * Back End Interface::          How Gnus communicates with the servers.
904 * Score File Syntax::           A BNF definition of the score file standard.
905 * Headers::                     How Gnus stores headers internally.
906 * Ranges::                      A handy format for storing mucho numbers.
907 * Group Info::                  The group info format.
908 * Extended Interactive::        Symbolic prefixes and stuff.
909 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
910 * Various File Formats::        Formats of files that Gnus use.
911
912 Back End Interface
913
914 * Required Back End Functions::  Functions that must be implemented.
915 * Optional Back End Functions::  Functions that need not be implemented.
916 * Error Messaging::             How to get messages and report errors.
917 * Writing New Back Ends::       Extending old back ends.
918 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
919 * Mail-like Back Ends::         Some tips on mail back ends.
920
921 Various File Formats
922
923 * Active File Format::          Information on articles and groups available.
924 * Newsgroups File Format::      Group descriptions.
925
926 Emacs for Heathens
927
928 * Keystrokes::                  Entering text and executing commands.
929 * Emacs Lisp::                  The built-in Emacs programming language.
930
931 @end detailmenu
932 @end menu
933
934 @node Starting Up
935 @chapter Starting Gnus
936 @cindex starting up
937
938 @kindex M-x gnus
939 @findex gnus
940 If your system administrator has set things up properly, starting Gnus
941 and reading news is extremely easy---you just type @kbd{M-x gnus} in
942 your Emacs.
943
944 @findex gnus-other-frame
945 @kindex M-x gnus-other-frame
946 If you want to start Gnus in a different frame, you can use the command
947 @kbd{M-x gnus-other-frame} instead.
948
949 If things do not go smoothly at startup, you have to twiddle some
950 variables in your @file{~/.gnus} file.  This file is similar to
951 @file{~/.emacs}, but is read when gnus starts.
952
953 If you puzzle at any terms used in this manual, please refer to the
954 terminology section (@pxref{Terminology}).
955
956 @menu
957 * Finding the News::            Choosing a method for getting news.
958 * The First Time::              What does Gnus do the first time you start it?
959 * The Server is Down::          How can I read my mail then?
960 * Slave Gnusae::                You can have more than one Gnus active at a time.
961 * Fetching a Group::            Starting Gnus just to read a group.
962 * New Groups::                  What is Gnus supposed to do with new groups?
963 * Changing Servers::            You may want to move from one server to another.
964 * Startup Files::               Those pesky startup files---@file{.newsrc}.
965 * Auto Save::                   Recovering from a crash.
966 * The Active File::             Reading the active file over a slow line Takes Time.
967 * Startup Variables::           Other variables you might change.
968 @end menu
969
970
971 @node Finding the News
972 @section Finding the News
973 @cindex finding news
974
975 @vindex gnus-select-method
976 @c @head
977 The @code{gnus-select-method} variable says where Gnus should look for
978 news.  This variable should be a list where the first element says
979 @dfn{how} and the second element says @dfn{where}.  This method is your
980 native method.  All groups not fetched with this method are
981 foreign groups.
982
983 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
984 you want to get your daily dosage of news from, you'd say:
985
986 @lisp
987 (setq gnus-select-method '(nntp "news.somewhere.edu"))
988 @end lisp
989
990 If you want to read directly from the local spool, say:
991
992 @lisp
993 (setq gnus-select-method '(nnspool ""))
994 @end lisp
995
996 If you can use a local spool, you probably should, as it will almost
997 certainly be much faster.  But do not use the local spool if your
998 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
999
1000 @vindex gnus-nntpserver-file
1001 @cindex NNTPSERVER
1002 @cindex @sc{nntp} server
1003 If this variable is not set, Gnus will take a look at the
1004 @code{NNTPSERVER} environment variable.  If that variable isn't set,
1005 Gnus will see whether @code{gnus-nntpserver-file}
1006 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
1007 that fails as well, Gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
1008
1009 @vindex gnus-nntp-server
1010 If @code{gnus-nntp-server} is set, this variable will override
1011 @code{gnus-select-method}.  You should therefore set
1012 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1013
1014 @vindex gnus-secondary-servers
1015 @vindex gnus-nntp-server
1016 You can also make Gnus prompt you interactively for the name of an
1017 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
1018 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1019 in the @code{gnus-secondary-servers} list (if any).  You can also just
1020 type in the name of any server you feel like visiting.  (Note that this
1021 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1022 gnus} later in the same Emacs session, Gnus will contact the same
1023 server.)
1024
1025 @findex gnus-group-browse-foreign-server
1026 @kindex B (Group)
1027 However, if you use one @sc{nntp} server regularly and are just
1028 interested in a couple of groups from a different server, you would be
1029 better served by using the @kbd{B} command in the group buffer.  It will
1030 let you have a look at what groups are available, and you can subscribe
1031 to any of the groups you want to.  This also makes @file{.newsrc}
1032 maintenance much tidier.  @xref{Foreign Groups}.
1033
1034 @vindex gnus-secondary-select-methods
1035 @c @head
1036 A slightly different approach to foreign groups is to set the
1037 @code{gnus-secondary-select-methods} variable.  The select methods
1038 listed in this variable are in many ways just as native as the
1039 @code{gnus-select-method} server.  They will also be queried for active
1040 files during startup (if that's required), and new newsgroups that
1041 appear on these servers will be subscribed (or not) just as native
1042 groups are.
1043
1044 For instance, if you use the @code{nnmbox} back end to read your mail,
1045 you would typically set this variable to
1046
1047 @lisp
1048 (setq gnus-secondary-select-methods '((nnmbox "")))
1049 @end lisp
1050
1051
1052 @node The First Time
1053 @section The First Time
1054 @cindex first time usage
1055
1056 If no startup files exist, Gnus will try to determine what groups should
1057 be subscribed by default.
1058
1059 @vindex gnus-default-subscribed-newsgroups
1060 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1061 will subscribe you to just those groups in that list, leaving the rest
1062 killed.  Your system administrator should have set this variable to
1063 something useful.
1064
1065 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1066 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1067 here as @dfn{whatever Lars thinks you should read}.)
1068
1069 You'll also be subscribed to the Gnus documentation group, which should
1070 help you with most common problems.
1071
1072 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1073 use the normal functions for handling new groups, and not do anything
1074 special.
1075
1076
1077 @node The Server is Down
1078 @section The Server is Down
1079 @cindex server errors
1080
1081 If the default server is down, Gnus will understandably have some
1082 problems starting.  However, if you have some mail groups in addition to
1083 the news groups, you may want to start Gnus anyway.
1084
1085 Gnus, being the trusting sort of program, will ask whether to proceed
1086 without a native select method if that server can't be contacted.  This
1087 will happen whether the server doesn't actually exist (i.e., you have
1088 given the wrong address) or the server has just momentarily taken ill
1089 for some reason or other.  If you decide to continue and have no foreign
1090 groups, you'll find it difficult to actually do anything in the group
1091 buffer.  But, hey, that's your problem.  Blllrph!
1092
1093 @findex gnus-no-server
1094 @kindex M-x gnus-no-server
1095 @c @head
1096 If you know that the server is definitely down, or you just want to read
1097 your mail without bothering with the server at all, you can use the
1098 @code{gnus-no-server} command to start Gnus.  That might come in handy
1099 if you're in a hurry as well.  This command will not attempt to contact
1100 your primary server---instead, it will just activate all groups on level
1101 1 and 2.  (You should preferably keep no native groups on those two
1102 levels.) Also @pxref{Group Levels}.
1103
1104
1105 @node Slave Gnusae
1106 @section Slave Gnusae
1107 @cindex slave
1108
1109 You might want to run more than one Emacs with more than one Gnus at the
1110 same time.  If you are using different @file{.newsrc} files (e.g., if you
1111 are using the two different Gnusae to read from two different servers),
1112 that is no problem whatsoever.  You just do it.
1113
1114 The problem appears when you want to run two Gnusae that use the same
1115 @file{.newsrc} file.
1116
1117 To work around that problem some, we here at the Think-Tank at the Gnus
1118 Towers have come up with a new concept: @dfn{Masters} and
1119 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1120 taken out a copyright on those words.  If you wish to use those words in
1121 conjunction with each other, you have to send $1 per usage instance to
1122 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1123 Applications}) will be much more expensive, of course.)
1124
1125 @findex gnus-slave
1126 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1127 however you do it).  Each subsequent slave Gnusae should be started with
1128 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1129 files, but instead save @dfn{slave files} that contain information only
1130 on what groups have been read in the slave session.  When a master Gnus
1131 starts, it will read (and delete) these slave files, incorporating all
1132 information from them.  (The slave files will be read in the sequence
1133 they were created, so the latest changes will have precedence.)
1134
1135 Information from the slave files has, of course, precedence over the
1136 information in the normal (i.e., master) @file{.newsrc} file.
1137
1138 If the @file{.newsrc*} files have not been saved in the master when the
1139 slave starts, you may be prompted as to whether to read an auto-save
1140 file.  If you answer ``yes'', the unsaved changes to the master will be
1141 incorporated into the slave.  If you answer ``no'', the slave may see some
1142 messages as unread that have been read in the master.
1143
1144 @node Fetching a Group
1145 @section Fetching a Group
1146 @cindex fetching a group
1147
1148 @findex gnus-fetch-group
1149 It is sometimes convenient to be able to just say ``I want to read this
1150 group and I don't care whether Gnus has been started or not''.  This is
1151 perhaps more useful for people who write code than for users, but the
1152 command @code{gnus-fetch-group} provides this functionality in any case.
1153 It takes the group name as a parameter.
1154
1155
1156 @node New Groups
1157 @section New Groups
1158 @cindex new groups
1159 @cindex subscription
1160
1161 @vindex gnus-check-new-newsgroups
1162 If you are satisfied that you really never want to see any new groups,
1163 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1164 also save you some time at startup.  Even if this variable is
1165 @code{nil}, you can always subscribe to the new groups just by pressing
1166 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1167 is @code{ask-server} by default.  If you set this variable to
1168 @code{always}, then Gnus will query the back ends for new groups even
1169 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1170
1171 @menu
1172 * Checking New Groups::         Determining what groups are new.
1173 * Subscription Methods::        What Gnus should do with new groups.
1174 * Filtering New Groups::        Making Gnus ignore certain new groups.
1175 @end menu
1176
1177
1178 @node Checking New Groups
1179 @subsection Checking New Groups
1180
1181 Gnus normally determines whether a group is new or not by comparing the
1182 list of groups from the active file(s) with the lists of subscribed and
1183 dead groups.  This isn't a particularly fast method.  If
1184 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1185 server for new groups since the last time.  This is both faster and
1186 cheaper.  This also means that you can get rid of the list of killed
1187 groups altogether, so you may set @code{gnus-save-killed-list} to
1188 @code{nil}, which will save time both at startup, at exit, and all over.
1189 Saves disk space, too.  Why isn't this the default, then?
1190 Unfortunately, not all servers support this command.
1191
1192 I bet I know what you're thinking now: How do I find out whether my
1193 server supports @code{ask-server}?  No?  Good, because I don't have a
1194 fail-safe answer.  I would suggest just setting this variable to
1195 @code{ask-server} and see whether any new groups appear within the next
1196 few days.  If any do, then it works.  If none do, then it doesn't
1197 work.  I could write a function to make Gnus guess whether the server
1198 supports @code{ask-server}, but it would just be a guess.  So I won't.
1199 You could @code{telnet} to the server and say @code{HELP} and see
1200 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1201 it does, then it might work.  (But there are servers that lists
1202 @samp{NEWGROUPS} without supporting the function properly.)
1203
1204 This variable can also be a list of select methods.  If so, Gnus will
1205 issue an @code{ask-server} command to each of the select methods, and
1206 subscribe them (or not) using the normal methods.  This might be handy
1207 if you are monitoring a few servers for new groups.  A side effect is
1208 that startup will take much longer, so you can meditate while waiting.
1209 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1210
1211
1212 @node Subscription Methods
1213 @subsection Subscription Methods
1214
1215 @vindex gnus-subscribe-newsgroup-method
1216 What Gnus does when it encounters a new group is determined by the
1217 @code{gnus-subscribe-newsgroup-method} variable.
1218
1219 This variable should contain a function.  This function will be called
1220 with the name of the new group as the only parameter.
1221
1222 Some handy pre-fab functions are:
1223
1224 @table @code
1225
1226 @item gnus-subscribe-zombies
1227 @vindex gnus-subscribe-zombies
1228 Make all new groups zombies.  This is the default.  You can browse the
1229 zombies later (with @kbd{A z}) and either kill them all off properly
1230 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1231
1232 @item gnus-subscribe-randomly
1233 @vindex gnus-subscribe-randomly
1234 Subscribe all new groups in arbitrary order.  This really means that all
1235 new groups will be added at ``the top'' of the group buffer.
1236
1237 @item gnus-subscribe-alphabetically
1238 @vindex gnus-subscribe-alphabetically
1239 Subscribe all new groups in alphabetical order.
1240
1241 @item gnus-subscribe-hierarchically
1242 @vindex gnus-subscribe-hierarchically
1243 Subscribe all new groups hierarchically.  The difference between this
1244 function and @code{gnus-subscribe-alphabetically} is slight.
1245 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1246 alphabetical fashion, while this function will enter groups into its
1247 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1248 @samp{comp} hierarchy, this function will not mess that configuration
1249 up.  Or something like that.
1250
1251 @item gnus-subscribe-interactively
1252 @vindex gnus-subscribe-interactively
1253 Subscribe new groups interactively.  This means that Gnus will ask
1254 you about @strong{all} new groups.  The groups you choose to subscribe
1255 to will be subscribed hierarchically.
1256
1257 @item gnus-subscribe-killed
1258 @vindex gnus-subscribe-killed
1259 Kill all new groups.
1260
1261 @item gnus-subscribe-topics
1262 @vindex gnus-subscribe-topics
1263 Put the groups into the topic that has a matching @code{subscribe} topic
1264 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1265 topic parameter that looks like
1266
1267 @example
1268 "nnslashdot"
1269 @end example
1270
1271 will mean that all groups that match that regex will be subscribed under
1272 that topic.
1273
1274 If no topics match the groups, the groups will be subscribed in the
1275 top-level topic.
1276
1277 @end table
1278
1279 @vindex gnus-subscribe-hierarchical-interactive
1280 A closely related variable is
1281 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1282 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1283 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1284 will ask you for each sub-hierarchy whether you want to descend the
1285 hierarchy or not.
1286
1287 One common mistake is to set the variable a few paragraphs above
1288 (@code{gnus-subscribe-newsgroup-method}) to
1289 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1290 will not work.  This is ga-ga.  So don't do it.
1291
1292
1293 @node Filtering New Groups
1294 @subsection Filtering New Groups
1295
1296 A nice and portable way to control which new newsgroups should be
1297 subscribed (or ignored) is to put an @dfn{options} line at the start of
1298 the @file{.newsrc} file.  Here's an example:
1299
1300 @example
1301 options -n !alt.all !rec.all sci.all
1302 @end example
1303
1304 @vindex gnus-subscribe-options-newsgroup-method
1305 This line obviously belongs to a serious-minded intellectual scientific
1306 person (or she may just be plain old boring), because it says that all
1307 groups that have names beginning with @samp{alt} and @samp{rec} should
1308 be ignored, and all groups with names beginning with @samp{sci} should
1309 be subscribed.  Gnus will not use the normal subscription method for
1310 subscribing these groups.
1311 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1312 variable defaults to @code{gnus-subscribe-alphabetically}.
1313
1314 @vindex gnus-options-not-subscribe
1315 @vindex gnus-options-subscribe
1316 If you don't want to mess with your @file{.newsrc} file, you can just
1317 set the two variables @code{gnus-options-subscribe} and
1318 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1319 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1320 and if the new group matches the former, it will be unconditionally
1321 subscribed, and if it matches the latter, it will be ignored.
1322
1323 @vindex gnus-auto-subscribed-groups
1324 Yet another variable that meddles here is
1325 @code{gnus-auto-subscribed-groups}.  It works exactly like
1326 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
1327 thought it would be nice to have two of these.  This variable is more
1328 meant for setting some ground rules, while the other variable is used
1329 more for user fiddling.  By default this variable makes all new groups
1330 that come from mail back ends (@code{nnml}, @code{nnbabyl},
1331 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1332 subscribed.  If you don't like that, just set this variable to
1333 @code{nil}.
1334
1335 New groups that match this regexp are subscribed using
1336 @code{gnus-subscribe-options-newsgroup-method}.
1337
1338
1339 @node Changing Servers
1340 @section Changing Servers
1341 @cindex changing servers
1342
1343 Sometimes it is necessary to move from one @sc{nntp} server to another.
1344 This happens very rarely, but perhaps you change jobs, or one server is
1345 very flaky and you want to use another.
1346
1347 Changing the server is pretty easy, right?  You just change
1348 @code{gnus-select-method} to point to the new server?
1349
1350 @emph{Wrong!}
1351
1352 Article numbers are not (in any way) kept synchronized between different
1353 @sc{nntp} servers, and the only way Gnus keeps track of what articles
1354 you have read is by keeping track of article numbers.  So when you
1355 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1356 worthless.
1357
1358 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1359 file from one server to another.  They all have one thing in
1360 common---they take a looong time to run.  You don't want to use these
1361 functions more than absolutely necessary.
1362
1363 @kindex M-x gnus-change-server
1364 @findex gnus-change-server
1365 If you have access to both servers, Gnus can request the headers for all
1366 the articles you have read and compare @code{Message-ID}s and map the
1367 article numbers of the read articles and article marks.  The @kbd{M-x
1368 gnus-change-server} command will do this for all your native groups.  It
1369 will prompt for the method you want to move to.
1370
1371 @kindex M-x gnus-group-move-group-to-server
1372 @findex gnus-group-move-group-to-server
1373 You can also move individual groups with the @kbd{M-x
1374 gnus-group-move-group-to-server} command.  This is useful if you want to
1375 move a (foreign) group from one server to another.
1376
1377 @kindex M-x gnus-group-clear-data-on-native-groups
1378 @findex gnus-group-clear-data-on-native-groups
1379 If you don't have access to both the old and new server, all your marks
1380 and read ranges have become worthless.  You can use the @kbd{M-x
1381 gnus-group-clear-data-on-native-groups} command to clear out all data
1382 that you have on your native groups.  Use with caution.
1383
1384 @kindex M-x gnus-group-clear-data
1385 @findex gnus-group-clear-data
1386 Clear the data from the current group only---nix out marks and the
1387 list of read articles (@code{gnus-group-clear-data}).
1388
1389 After changing servers, you @strong{must} move the cache hierarchy away,
1390 since the cached articles will have wrong article numbers, which will
1391 affect which articles Gnus thinks are read.
1392 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1393 to have it done automatically; for @code{gnus-group-clear-data}, you
1394 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1395 cache for all groups).
1396
1397
1398 @node Startup Files
1399 @section Startup Files
1400 @cindex startup files
1401 @cindex .newsrc
1402 @cindex .newsrc.el
1403 @cindex .newsrc.eld
1404
1405 Now, you all know about the @file{.newsrc} file.  All subscription
1406 information is traditionally stored in this file.
1407
1408 Things got a bit more complicated with @sc{gnus}.  In addition to
1409 keeping the @file{.newsrc} file updated, it also used a file called
1410 @file{.newsrc.el} for storing all the information that didn't fit into
1411 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1412 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1413 files was the most recently saved, which enabled people to swap between
1414 @sc{gnus} and other newsreaders.
1415
1416 That was kinda silly, so Gnus went one better: In addition to the
1417 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1418 @file{.newsrc.eld}.  It will read whichever of these files that are most
1419 recent, but it will never write a @file{.newsrc.el} file.  You should
1420 never delete the @file{.newsrc.eld} file---it contains much information
1421 not stored in the @file{.newsrc} file.
1422
1423 @vindex gnus-save-newsrc-file
1424 @vindex gnus-read-newsrc-file
1425 You can turn off writing the @file{.newsrc} file by setting
1426 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1427 the file and save some space, as well as exiting from Gnus faster.
1428 However, this will make it impossible to use other newsreaders than
1429 Gnus.  But hey, who would want to, right?  Similarly, setting
1430 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1431 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1432 convenient if you have a tendency to use Netscape once in a while.
1433
1434 @vindex gnus-save-killed-list
1435 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1436 will not save the list of killed groups to the startup file.  This will
1437 save both time (when starting and quitting) and space (on disk).  It
1438 will also mean that Gnus has no record of what groups are new or old,
1439 so the automatic new groups subscription methods become meaningless.
1440 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1441 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1442 Groups}).  This variable can also be a regular expression.  If that's
1443 the case, remove all groups that do not match this regexp before
1444 saving.  This can be useful in certain obscure situations that involve
1445 several servers where not all servers support @code{ask-server}.
1446
1447 @vindex gnus-startup-file
1448 @vindex gnus-backup-startup-file
1449 @vindex version-control
1450 The @code{gnus-startup-file} variable says where the startup files are.
1451 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1452 file being whatever that one is, with a @samp{.eld} appended.
1453 If you want version control for this file, set
1454 @code{gnus-backup-startup-file}.  It respects the same values as the
1455 @code{version-control} variable.
1456
1457 @vindex gnus-save-newsrc-hook
1458 @vindex gnus-save-quick-newsrc-hook
1459 @vindex gnus-save-standard-newsrc-hook
1460 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1461 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1462 saving the @file{.newsrc.eld} file, and
1463 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1464 @file{.newsrc} file.  The latter two are commonly used to turn version
1465 control on or off.  Version control is on by default when saving the
1466 startup files.  If you want to turn backup creation off, say something like:
1467
1468 @lisp
1469 (defun turn-off-backup ()
1470   (set (make-local-variable 'backup-inhibited) t))
1471
1472 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1473 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1474 @end lisp
1475
1476 @vindex gnus-init-file
1477 @vindex gnus-site-init-file
1478 When Gnus starts, it will read the @code{gnus-site-init-file}
1479 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1480 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1481 and can be used to avoid cluttering your @file{~/.emacs} and
1482 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1483 with the same names as these, but with @file{.elc} and @file{.el}
1484 suffixes.  In other words, if you have set @code{gnus-init-file} to
1485 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1486 and finally @file{~/.gnus} (in this order).
1487
1488
1489
1490 @node Auto Save
1491 @section Auto Save
1492 @cindex dribble file
1493 @cindex auto-save
1494
1495 Whenever you do something that changes the Gnus data (reading articles,
1496 catching up, killing/subscribing groups), the change is added to a
1497 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1498 Emacs way.  If your Emacs should crash before you have saved the
1499 @file{.newsrc} files, all changes you have made can be recovered from
1500 this file.
1501
1502 If Gnus detects this file at startup, it will ask the user whether to
1503 read it.  The auto save file is deleted whenever the real startup file is
1504 saved.
1505
1506 @vindex gnus-use-dribble-file
1507 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1508 maintain a dribble buffer.  The default is @code{t}.
1509
1510 @vindex gnus-dribble-directory
1511 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1512 this variable is @code{nil}, which it is by default, Gnus will dribble
1513 into the directory where the @file{.newsrc} file is located.  (This is
1514 normally the user's home directory.)  The dribble file will get the same
1515 file permissions as the @file{.newsrc} file.
1516
1517 @vindex gnus-always-read-dribble-file
1518 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1519 read the dribble file on startup without querying the user.
1520
1521
1522 @node The Active File
1523 @section The Active File
1524 @cindex active file
1525 @cindex ignored groups
1526
1527 When Gnus starts, or indeed whenever it tries to determine whether new
1528 articles have arrived, it reads the active file.  This is a very large
1529 file that lists all the active groups and articles on the server.
1530
1531 @vindex gnus-ignored-newsgroups
1532 Before examining the active file, Gnus deletes all lines that match the
1533 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1534 any groups with bogus names, but you can use this variable to make Gnus
1535 ignore hierarchies you aren't ever interested in.  However, this is not
1536 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1537 Groups} for an overview of other variables that can be used instead.
1538
1539 @c This variable is
1540 @c @code{nil} by default, and will slow down active file handling somewhat
1541 @c if you set it to anything else.
1542
1543 @vindex gnus-read-active-file
1544 @c @head
1545 The active file can be rather Huge, so if you have a slow network, you
1546 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1547 reading the active file.  This variable is @code{some} by default.
1548
1549 Gnus will try to make do by getting information just on the groups that
1550 you actually subscribe to.
1551
1552 Note that if you subscribe to lots and lots of groups, setting this
1553 variable to @code{nil} will probably make Gnus slower, not faster.  At
1554 present, having this variable @code{nil} will slow Gnus down
1555 considerably, unless you read news over a 2400 baud modem.
1556
1557 This variable can also have the value @code{some}.  Gnus will then
1558 attempt to read active info only on the subscribed groups.  On some
1559 servers this is quite fast (on sparkling, brand new INN servers that
1560 support the @code{LIST ACTIVE group} command), on others this isn't fast
1561 at all.  In any case, @code{some} should be faster than @code{nil}, and
1562 is certainly faster than @code{t} over slow lines.
1563
1564 Some news servers (old versions of Leafnode and old versions of INN, for
1565 instance) do not support the @code{LIST ACTIVE group}.  For these
1566 servers, @code{nil} is probably the most efficient value for this
1567 variable.
1568
1569 If this variable is @code{nil}, Gnus will ask for group info in total
1570 lock-step, which isn't very fast.  If it is @code{some} and you use an
1571 @sc{nntp} server, Gnus will pump out commands as fast as it can, and
1572 read all the replies in one swoop.  This will normally result in better
1573 performance, but if the server does not support the aforementioned
1574 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1575
1576 If you think that starting up Gnus takes too long, try all the three
1577 different values for this variable and see what works best for you.
1578
1579 In any case, if you use @code{some} or @code{nil}, you should definitely
1580 kill all groups that you aren't interested in to speed things up.
1581
1582 Note that this variable also affects active file retrieval from
1583 secondary select methods.
1584
1585
1586 @node Startup Variables
1587 @section Startup Variables
1588
1589 @table @code
1590
1591 @item gnus-load-hook
1592 @vindex gnus-load-hook
1593 A hook run while Gnus is being loaded.  Note that this hook will
1594 normally be run just once in each Emacs session, no matter how many
1595 times you start Gnus.
1596
1597 @item gnus-before-startup-hook
1598 @vindex gnus-before-startup-hook
1599 A hook run after starting up Gnus successfully.
1600
1601 @item gnus-startup-hook
1602 @vindex gnus-startup-hook
1603 A hook run as the very last thing after starting up Gnus
1604
1605 @item gnus-started-hook
1606 @vindex gnus-started-hook
1607 A hook that is run as the very last thing after starting up Gnus
1608 successfully.
1609
1610 @item gnus-setup-news-hook
1611 @vindex gnus-setup-news-hook
1612 A hook that is run after reading the @file{.newsrc} file(s), but before
1613 generating the group buffer.
1614
1615 @item gnus-check-bogus-newsgroups
1616 @vindex gnus-check-bogus-newsgroups
1617 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1618 startup.  A @dfn{bogus group} is a group that you have in your
1619 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1620 bogus groups can take quite a while, so to save time and resources it's
1621 best to leave this option off, and do the checking for bogus groups once
1622 in a while from the group buffer instead (@pxref{Group Maintenance}).
1623
1624 @item gnus-inhibit-startup-message
1625 @vindex gnus-inhibit-startup-message
1626 If non-@code{nil}, the startup message won't be displayed.  That way,
1627 your boss might not notice as easily that you are reading news instead
1628 of doing your job.  Note that this variable is used before
1629 @file{.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1630
1631 @item gnus-no-groups-message
1632 @vindex gnus-no-groups-message
1633 Message displayed by Gnus when no groups are available.
1634
1635 @item gnus-play-startup-jingle
1636 @vindex gnus-play-startup-jingle
1637 If non-@code{nil}, play the Gnus jingle at startup.
1638
1639 @item gnus-startup-jingle
1640 @vindex gnus-startup-jingle
1641 Jingle to be played if the above variable is non-@code{nil}.  The
1642 default is @samp{Tuxedomoon.Jingle4.au}.
1643
1644 @end table
1645
1646
1647 @node Group Buffer
1648 @chapter Group Buffer
1649 @cindex group buffer
1650
1651 @c Alex Schroeder suggests to rearrange this as follows:
1652 @c
1653 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1654 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1655 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1656 @c   7. Group Score, 8. Group Buffer Format
1657 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1658 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1659 @c <kensanata> First, "Gnus considers groups... (default 9)."
1660 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1661 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1662 @c <kensanata> Then expand the next paragraph or add some more to it.
1663 @c    This short one sentence explains levels 1 and 2, therefore I understand
1664 @c    that I should keep important news at 3 and boring news at 4.
1665 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1666 @c    Maybe keep those that you don't want to read temporarily at 6,
1667 @c    those that you never want to read at 8, those that offend your
1668 @c    human rights at 9...
1669
1670
1671 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1672 is the first buffer shown when Gnus starts, and will never be killed as
1673 long as Gnus is active.
1674
1675 @iftex
1676 @iflatex
1677 \gnusfigure{The Group Buffer}{320}{
1678 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1679 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1680 \put(120,38){\vector(1,2){10}}
1681 \put(40,60){\makebox(0,0)[r]{Mode line}}
1682 \put(40,58){\vector(1,0){30}}
1683 \put(200,28){\makebox(0,0)[t]{Native select method}}
1684 \put(200,26){\vector(-1,2){15}}
1685 }
1686 @end iflatex
1687 @end iftex
1688
1689 @menu
1690 * Group Buffer Format::         Information listed and how you can change it.
1691 * Group Maneuvering::           Commands for moving in the group buffer.
1692 * Selecting a Group::           Actually reading news.
1693 * Subscription Commands::       Unsubscribing, killing, subscribing.
1694 * Group Data::                  Changing the info for a group.
1695 * Group Levels::                Levels? What are those, then?
1696 * Group Score::                 A mechanism for finding out what groups you like.
1697 * Marking Groups::              You can mark groups for later processing.
1698 * Foreign Groups::              Creating and editing groups.
1699 * Group Parameters::            Each group may have different parameters set.
1700 * Listing Groups::              Gnus can list various subsets of the groups.
1701 * Sorting Groups::              Re-arrange the group order.
1702 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1703 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1704 * Exiting Gnus::                Stop reading news and get some work done.
1705 * Group Topics::                A folding group mode divided into topics.
1706 * Misc Group Stuff::            Other stuff that you can to do.
1707 @end menu
1708
1709
1710 @node Group Buffer Format
1711 @section Group Buffer Format
1712
1713 @menu
1714 * Group Line Specification::    Deciding how the group buffer is to look.
1715 * Group Modeline Specification::  The group buffer modeline.
1716 * Group Highlighting::          Having nice colors in the group buffer.
1717 @end menu
1718
1719
1720 @node Group Line Specification
1721 @subsection Group Line Specification
1722 @cindex group buffer format
1723
1724 The default format of the group buffer is nice and dull, but you can
1725 make it as exciting and ugly as you feel like.
1726
1727 Here's a couple of example group lines:
1728
1729 @example
1730      25: news.announce.newusers
1731  *    0: alt.fan.andrea-dworkin
1732 @end example
1733
1734 Quite simple, huh?
1735
1736 You can see that there are 25 unread articles in
1737 @samp{news.announce.newusers}.  There are no unread articles, but some
1738 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1739 asterisk at the beginning of the line?).
1740
1741 @vindex gnus-group-line-format
1742 You can change that format to whatever you want by fiddling with the
1743 @code{gnus-group-line-format} variable.  This variable works along the
1744 lines of a @code{format} specification, which is pretty much the same as
1745 a @code{printf} specifications, for those of you who use (feh!) C.
1746 @xref{Formatting Variables}.
1747
1748 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1749
1750 There should always be a colon on the line; the cursor always moves to
1751 the colon after performing an operation.  @xref{Positioning
1752 Point}. Nothing else is required---not even the group name.  All
1753 displayed text is just window dressing, and is never examined by Gnus.
1754 Gnus stores all real information it needs using text properties.
1755
1756 (Note that if you make a really strange, wonderful, spreadsheet-like
1757 layout, everybody will believe you are hard at work with the accounting
1758 instead of wasting time reading news.)
1759
1760 Here's a list of all available format characters:
1761
1762 @table @samp
1763
1764 @item M
1765 An asterisk if the group only has marked articles.
1766
1767 @item S
1768 Whether the group is subscribed.
1769
1770 @item L
1771 Level of subscribedness.
1772
1773 @item N
1774 Number of unread articles.
1775
1776 @item I
1777 Number of dormant articles.
1778
1779 @item T
1780 Number of ticked articles.
1781
1782 @item R
1783 Number of read articles.
1784
1785 @item U
1786 Number of unseen articles.
1787
1788 @item t
1789 Estimated total number of articles.  (This is really @var{max-number}
1790 minus @var{min-number} plus 1.)
1791
1792 Gnus uses this estimation because the @sc{nntp} protocol provides
1793 efficient access to @var{max-number} and @var{min-number} but getting
1794 the true unread message count is not possible efficiently.  For
1795 hysterical raisins, even the mail back ends, where the true number of
1796 unread messages might be available efficiently, use the same limited
1797 interface.  To remove this restriction from Gnus means that the back
1798 end interface has to be changed, which is not an easy job.  If you
1799 want to work on this, please contact the Gnus mailing list.
1800
1801 @item y
1802 Number of unread, unticked, non-dormant articles.
1803
1804 @item i
1805 Number of ticked and dormant articles.
1806
1807 @item g
1808 Full group name.
1809
1810 @item G
1811 Group name.
1812
1813 @item C
1814 Group comment (@pxref{Group Parameters}) or group name if there is no
1815 comment element in the group parameters.
1816
1817 @item D
1818 Newsgroup description.
1819
1820 @item o
1821 @samp{m} if moderated.
1822
1823 @item O
1824 @samp{(m)} if moderated.
1825
1826 @item s
1827 Select method.
1828
1829 @item B
1830 If the summary buffer for the group is open or not.
1831
1832 @item n
1833 Select from where.
1834
1835 @item z
1836 A string that looks like @samp{<%s:%n>} if a foreign select method is
1837 used.
1838
1839 @item P
1840 Indentation based on the level of the topic (@pxref{Group Topics}).
1841
1842 @item c
1843 @vindex gnus-group-uncollapsed-levels
1844 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1845 variable says how many levels to leave at the end of the group name.
1846 The default is 1---this will mean that group names like
1847 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1848
1849 @item m
1850 @vindex gnus-new-mail-mark
1851 @cindex %
1852 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1853 the group lately.
1854
1855 @item p
1856 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1857
1858 @item d
1859 A string that says when you last read the group (@pxref{Group
1860 Timestamp}).
1861
1862 @item u
1863 User defined specifier.  The next character in the format string should
1864 be a letter.  Gnus will call the function
1865 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1866 following @samp{%u}.  The function will be passed a single dummy
1867 parameter as argument.  The function should return a string, which will
1868 be inserted into the buffer just like information from any other
1869 specifier.
1870 @end table
1871
1872 @cindex *
1873 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1874 if no info is available---for instance, if it is a non-activated foreign
1875 group, or a bogus native group.
1876
1877
1878 @node Group Modeline Specification
1879 @subsection Group Modeline Specification
1880 @cindex group modeline
1881
1882 @vindex gnus-group-mode-line-format
1883 The mode line can be changed by setting
1884 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1885 doesn't understand that many format specifiers:
1886
1887 @table @samp
1888 @item S
1889 The native news server.
1890 @item M
1891 The native select method.
1892 @end table
1893
1894
1895 @node Group Highlighting
1896 @subsection Group Highlighting
1897 @cindex highlighting
1898 @cindex group highlighting
1899
1900 @vindex gnus-group-highlight
1901 Highlighting in the group buffer is controlled by the
1902 @code{gnus-group-highlight} variable.  This is an alist with elements
1903 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1904 something non-@code{nil}, the @var{face} will be used on the line.
1905
1906 Here's an example value for this variable that might look nice if the
1907 background is dark:
1908
1909 @lisp
1910 (cond (window-system
1911        (setq custom-background-mode 'light)
1912        (defface my-group-face-1
1913          '((t (:foreground "Red" :bold t))) "First group face")
1914        (defface my-group-face-2
1915          '((t (:foreground "DarkSeaGreen4" :bold t))) "Second group face")
1916        (defface my-group-face-3
1917          '((t (:foreground "Green4" :bold t))) "Third group face")
1918        (defface my-group-face-4
1919          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1920        (defface my-group-face-5
1921          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1922
1923 (setq gnus-group-highlight
1924       '(((> unread 200) . my-group-face-1)
1925         ((and (< level 3) (zerop unread)) . my-group-face-2)
1926         ((< level 3) . my-group-face-3)
1927         ((zerop unread) . my-group-face-4)
1928         (t . my-group-face-5)))
1929 @end lisp
1930
1931 Also @pxref{Faces and Fonts}.
1932
1933 Variables that are dynamically bound when the forms are evaluated
1934 include:
1935
1936 @table @code
1937 @item group
1938 The group name.
1939 @item unread
1940 The number of unread articles in the group.
1941 @item method
1942 The select method.
1943 @item mailp
1944 Whether the group is a mail group.
1945 @item level
1946 The level of the group.
1947 @item score
1948 The score of the group.
1949 @item ticked
1950 The number of ticked articles in the group.
1951 @item total
1952 The total number of articles in the group.  Or rather,
1953 @var{max-number} minus @var{min-number} plus one.
1954 @item topic
1955 When using the topic minor mode, this variable is bound to the current
1956 topic being inserted.
1957 @end table
1958
1959 When the forms are @code{eval}ed, point is at the beginning of the line
1960 of the group in question, so you can use many of the normal Gnus
1961 functions for snarfing info on the group.
1962
1963 @vindex gnus-group-update-hook
1964 @findex gnus-group-highlight-line
1965 @code{gnus-group-update-hook} is called when a group line is changed.
1966 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1967 calls @code{gnus-group-highlight-line} by default.
1968
1969
1970 @node Group Maneuvering
1971 @section Group Maneuvering
1972 @cindex group movement
1973
1974 All movement commands understand the numeric prefix and will behave as
1975 expected, hopefully.
1976
1977 @table @kbd
1978
1979 @item n
1980 @kindex n (Group)
1981 @findex gnus-group-next-unread-group
1982 Go to the next group that has unread articles
1983 (@code{gnus-group-next-unread-group}).
1984
1985 @item p
1986 @itemx DEL
1987 @kindex DEL (Group)
1988 @kindex p (Group)
1989 @findex gnus-group-prev-unread-group
1990 Go to the previous group that has unread articles
1991 (@code{gnus-group-prev-unread-group}).
1992
1993 @item N
1994 @kindex N (Group)
1995 @findex gnus-group-next-group
1996 Go to the next group (@code{gnus-group-next-group}).
1997
1998 @item P
1999 @kindex P (Group)
2000 @findex gnus-group-prev-group
2001 Go to the previous group (@code{gnus-group-prev-group}).
2002
2003 @item M-n
2004 @kindex M-n (Group)
2005 @findex gnus-group-next-unread-group-same-level
2006 Go to the next unread group on the same (or lower) level
2007 (@code{gnus-group-next-unread-group-same-level}).
2008
2009 @item M-p
2010 @kindex M-p (Group)
2011 @findex gnus-group-prev-unread-group-same-level
2012 Go to the previous unread group on the same (or lower) level
2013 (@code{gnus-group-prev-unread-group-same-level}).
2014 @end table
2015
2016 Three commands for jumping to groups:
2017
2018 @table @kbd
2019
2020 @item j
2021 @kindex j (Group)
2022 @findex gnus-group-jump-to-group
2023 Jump to a group (and make it visible if it isn't already)
2024 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2025 like living groups.
2026
2027 @item ,
2028 @kindex , (Group)
2029 @findex gnus-group-best-unread-group
2030 Jump to the unread group with the lowest level
2031 (@code{gnus-group-best-unread-group}).
2032
2033 @item .
2034 @kindex . (Group)
2035 @findex gnus-group-first-unread-group
2036 Jump to the first group with unread articles
2037 (@code{gnus-group-first-unread-group}).
2038 @end table
2039
2040 @vindex gnus-group-goto-unread
2041 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2042 commands will move to the next group, not the next unread group.  Even
2043 the commands that say they move to the next unread group.  The default
2044 is @code{t}.
2045
2046
2047 @node Selecting a Group
2048 @section Selecting a Group
2049 @cindex group selection
2050
2051 @table @kbd
2052
2053 @item SPACE
2054 @kindex SPACE (Group)
2055 @findex gnus-group-read-group
2056 Select the current group, switch to the summary buffer and display the
2057 first unread article (@code{gnus-group-read-group}).  If there are no
2058 unread articles in the group, or if you give a non-numerical prefix to
2059 this command, Gnus will offer to fetch all the old articles in this
2060 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2061 determines the number of articles Gnus will fetch.  If @var{n} is
2062 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2063 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2064
2065 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2066 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2067 - 4 2 SPC} fetches the 42 oldest ones.
2068
2069 When you are in the group (in the Summary buffer), you can type
2070 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2071 ones.
2072
2073 @item RET
2074 @kindex RET (Group)
2075 @findex gnus-group-select-group
2076 Select the current group and switch to the summary buffer
2077 (@code{gnus-group-select-group}).  Takes the same arguments as
2078 @code{gnus-group-read-group}---the only difference is that this command
2079 does not display the first unread article automatically upon group
2080 entry.
2081
2082 @item M-RET
2083 @kindex M-RET (Group)
2084 @findex gnus-group-quick-select-group
2085 This does the same as the command above, but tries to do it with the
2086 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2087 scoring/killing will be performed, there will be no highlights and no
2088 expunging.  This might be useful if you're in a real hurry and have to
2089 enter some humongous group.  If you give a 0 prefix to this command
2090 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2091 which is useful if you want to toggle threading before generating the
2092 summary buffer (@pxref{Summary Generation Commands}).
2093
2094 @item M-SPACE
2095 @kindex M-SPACE (Group)
2096 @findex gnus-group-visible-select-group
2097 This is yet one more command that does the same as the @kbd{RET}
2098 command, but this one does it without expunging and hiding dormants
2099 (@code{gnus-group-visible-select-group}).
2100
2101 @item C-M-RET
2102 @kindex C-M-RET (Group)
2103 @findex gnus-group-select-group-ephemerally
2104 Finally, this command selects the current group ephemerally without
2105 doing any processing of its contents
2106 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2107 turned off.  Everything you do in the group after selecting it in this
2108 manner will have no permanent effects.
2109
2110 @end table
2111
2112 @vindex gnus-large-newsgroup
2113 The @code{gnus-large-newsgroup} variable says what Gnus should consider
2114 to be a big group.  This is 200 by default.  If the group has more
2115 (unread and/or ticked) articles than this, Gnus will query the user
2116 before entering the group.  The user can then specify how many articles
2117 should be fetched from the server.  If the user specifies a negative
2118 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
2119 is positive, the @code{n} articles that have arrived most recently will
2120 be fetched.
2121
2122 @vindex gnus-select-group-hook
2123 @vindex gnus-auto-select-first
2124 @vindex gnus-auto-select-subject
2125 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2126 automatically when entering a group with the @kbd{SPACE} command.
2127 Which article this is is controlled by the
2128 @code{gnus-auto-select-subject} variable.  Valid values for this
2129 variable is:
2130
2131 @table @code
2132
2133 @item unread
2134 Place point on the subject line of the first unread article.
2135
2136 @item first
2137 Place point on the subject line of the first article.
2138
2139 @item unseen
2140 Place point on the subject line of the first unseen article.
2141
2142 @item unseen-or-unread
2143 Place point on the subject line of the first unseen article, and if
2144 there is no such article, place point on the subject line of the first
2145 unread article.
2146
2147 @item best
2148 Place point on the subject line of the highest-scored unread article.
2149
2150 @end table
2151
2152 This variable can also be a function.  In that case, that function
2153 will be called to place point on a subject line.
2154
2155 If you want to prevent automatic selection in some group (say, in a
2156 binary group with Huge articles) you can set the
2157 @code{gnus-auto-select-first} variable to @code{nil} in
2158 @code{gnus-select-group-hook}, which is called when a group is
2159 selected.
2160
2161
2162 @node Subscription Commands
2163 @section Subscription Commands
2164 @cindex subscription
2165
2166 @table @kbd
2167
2168 @item S t
2169 @itemx u
2170 @kindex S t (Group)
2171 @kindex u (Group)
2172 @findex gnus-group-unsubscribe-current-group
2173 @c @icon{gnus-group-unsubscribe}
2174 Toggle subscription to the current group
2175 (@code{gnus-group-unsubscribe-current-group}).
2176
2177 @item S s
2178 @itemx U
2179 @kindex S s (Group)
2180 @kindex U (Group)
2181 @findex gnus-group-unsubscribe-group
2182 Prompt for a group to subscribe, and then subscribe it.  If it was
2183 subscribed already, unsubscribe it instead
2184 (@code{gnus-group-unsubscribe-group}).
2185
2186 @item S k
2187 @itemx C-k
2188 @kindex S k (Group)
2189 @kindex C-k (Group)
2190 @findex gnus-group-kill-group
2191 @c @icon{gnus-group-kill-group}
2192 Kill the current group (@code{gnus-group-kill-group}).
2193
2194 @item S y
2195 @itemx C-y
2196 @kindex S y (Group)
2197 @kindex C-y (Group)
2198 @findex gnus-group-yank-group
2199 Yank the last killed group (@code{gnus-group-yank-group}).
2200
2201 @item C-x C-t
2202 @kindex C-x C-t (Group)
2203 @findex gnus-group-transpose-groups
2204 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2205 really a subscription command, but you can use it instead of a
2206 kill-and-yank sequence sometimes.
2207
2208 @item S w
2209 @itemx C-w
2210 @kindex S w (Group)
2211 @kindex C-w (Group)
2212 @findex gnus-group-kill-region
2213 Kill all groups in the region (@code{gnus-group-kill-region}).
2214
2215 @item S z
2216 @kindex S z (Group)
2217 @findex gnus-group-kill-all-zombies
2218 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2219
2220 @item S C-k
2221 @kindex S C-k (Group)
2222 @findex gnus-group-kill-level
2223 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2224 These groups can't be yanked back after killing, so this command should
2225 be used with some caution.  The only time where this command comes in
2226 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2227 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2228 kill off all unsubscribed groups that do not have message numbers in the
2229 @file{.newsrc} file.
2230
2231 @end table
2232
2233 Also @pxref{Group Levels}.
2234
2235
2236 @node Group Data
2237 @section Group Data
2238
2239 @table @kbd
2240
2241 @item c
2242 @kindex c (Group)
2243 @findex gnus-group-catchup-current
2244 @vindex gnus-group-catchup-group-hook
2245 @c @icon{gnus-group-catchup-current}
2246 Mark all unticked articles in this group as read
2247 (@code{gnus-group-catchup-current}).
2248 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2249 the group buffer.
2250
2251 @item C
2252 @kindex C (Group)
2253 @findex gnus-group-catchup-current-all
2254 Mark all articles in this group, even the ticked ones, as read
2255 (@code{gnus-group-catchup-current-all}).
2256
2257 @item M-c
2258 @kindex M-c (Group)
2259 @findex gnus-group-clear-data
2260 Clear the data from the current group---nix out marks and the list of
2261 read articles (@code{gnus-group-clear-data}).
2262
2263 @item M-x gnus-group-clear-data-on-native-groups
2264 @kindex M-x gnus-group-clear-data-on-native-groups
2265 @findex gnus-group-clear-data-on-native-groups
2266 If you have switched from one @sc{nntp} server to another, all your marks
2267 and read ranges have become worthless.  You can use this command to
2268 clear out all data that you have on your native groups.  Use with
2269 caution.
2270
2271 @end table
2272
2273
2274 @node Group Levels
2275 @section Group Levels
2276 @cindex group level
2277 @cindex level
2278
2279 All groups have a level of @dfn{subscribedness}.  For instance, if a
2280 group is on level 2, it is more subscribed than a group on level 5.  You
2281 can ask Gnus to just list groups on a given level or lower
2282 (@pxref{Listing Groups}), or to just check for new articles in groups on
2283 a given level or lower (@pxref{Scanning New Messages}).
2284
2285 Remember:  The higher the level of the group, the less important it is.
2286
2287 @table @kbd
2288
2289 @item S l
2290 @kindex S l (Group)
2291 @findex gnus-group-set-current-level
2292 Set the level of the current group.  If a numeric prefix is given, the
2293 next @var{n} groups will have their levels set.  The user will be
2294 prompted for a level.
2295 @end table
2296
2297 @vindex gnus-level-killed
2298 @vindex gnus-level-zombie
2299 @vindex gnus-level-unsubscribed
2300 @vindex gnus-level-subscribed
2301 Gnus considers groups from levels 1 to
2302 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2303 @code{gnus-level-subscribed} (exclusive) and
2304 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2305 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2306 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2307 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2308 same, but zombie and killed groups have no information on what articles
2309 you have read, etc, stored.  This distinction between dead and living
2310 groups isn't done because it is nice or clever, it is done purely for
2311 reasons of efficiency.
2312
2313 It is recommended that you keep all your mail groups (if any) on quite
2314 low levels (e.g. 1 or 2).
2315
2316 Maybe the following description of the default behavior of Gnus helps to
2317 understand what these levels are all about.  By default, Gnus shows you
2318 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2319 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2320 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2321 groups are hidden, in a way.
2322
2323 Zombie and killed groups are similar to unsubscribed groups in that they
2324 are hidden by default.  But they are different from subscribed and
2325 unsubscribed groups in that Gnus doesn't ask the news server for
2326 information (number of messages, number of unread messages) on zombie
2327 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2328 aren't interested in.  If most groups are killed, Gnus is faster.
2329
2330 Why does Gnus distinguish between zombie and killed groups?  Well, when
2331 a new group arrives on the server, Gnus by default makes it a zombie
2332 group.  This means that you are normally not bothered with new groups,
2333 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2334 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2335 list of killed groups.)
2336
2337 If you want to play with the level variables, you should show some care.
2338 Set them once, and don't touch them ever again.  Better yet, don't touch
2339 them at all unless you know exactly what you're doing.
2340
2341 @vindex gnus-level-default-unsubscribed
2342 @vindex gnus-level-default-subscribed
2343 Two closely related variables are @code{gnus-level-default-subscribed}
2344 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2345 which are the levels that new groups will be put on if they are
2346 (un)subscribed.  These two variables should, of course, be inside the
2347 relevant valid ranges.
2348
2349 @vindex gnus-keep-same-level
2350 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2351 will only move to groups of the same level (or lower).  In
2352 particular, going from the last article in one group to the next group
2353 will go to the next group of the same level (or lower).  This might be
2354 handy if you want to read the most important groups before you read the
2355 rest.
2356
2357 If this variable is @code{best}, Gnus will make the next newsgroup the
2358 one with the best level.
2359
2360 @vindex gnus-group-default-list-level
2361 All groups with a level less than or equal to
2362 @code{gnus-group-default-list-level} will be listed in the group buffer
2363 by default.
2364
2365 @vindex gnus-group-list-inactive-groups
2366 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2367 groups will be listed along with the unread groups.  This variable is
2368 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2369 listed.
2370
2371 @vindex gnus-group-use-permanent-levels
2372 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2373 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2374 use this level as the ``work'' level.
2375
2376 @vindex gnus-activate-level
2377 Gnus will normally just activate (i. e., query the server about) groups
2378 on level @code{gnus-activate-level} or less.  If you don't want to
2379 activate unsubscribed groups, for instance, you might set this variable
2380 to 5.  The default is 6.
2381
2382
2383 @node Group Score
2384 @section Group Score
2385 @cindex group score
2386 @cindex group rank
2387 @cindex rank
2388
2389 You would normally keep important groups on high levels, but that scheme
2390 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2391 group buffer according to how often you read groups, perhaps?  Within
2392 reason?
2393
2394 This is what @dfn{group score} is for.  You can have Gnus assign a score
2395 to each group through the mechanism described below.  You can then sort
2396 the group buffer based on this score.  Alternatively, you can sort on
2397 score and then level.  (Taken together, the level and the score is
2398 called the @dfn{rank} of the group.  A group that is on level 4 and has
2399 a score of 1 has a higher rank than a group on level 5 that has a score
2400 of 300.  (The level is the most significant part and the score is the
2401 least significant part.))
2402
2403 @findex gnus-summary-bubble-group
2404 If you want groups you read often to get higher scores than groups you
2405 read seldom you can add the @code{gnus-summary-bubble-group} function to
2406 the @code{gnus-summary-exit-hook} hook.  This will result (after
2407 sorting) in a bubbling sort of action.  If you want to see that in
2408 action after each summary exit, you can add
2409 @code{gnus-group-sort-groups-by-rank} or
2410 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2411 slow things down somewhat.
2412
2413
2414 @node Marking Groups
2415 @section Marking Groups
2416 @cindex marking groups
2417
2418 If you want to perform some command on several groups, and they appear
2419 subsequently in the group buffer, you would normally just give a
2420 numerical prefix to the command.  Most group commands will then do your
2421 bidding on those groups.
2422
2423 However, if the groups are not in sequential order, you can still
2424 perform a command on several groups.  You simply mark the groups first
2425 with the process mark and then execute the command.
2426
2427 @table @kbd
2428
2429 @item #
2430 @kindex # (Group)
2431 @itemx M m
2432 @kindex M m (Group)
2433 @findex gnus-group-mark-group
2434 Set the mark on the current group (@code{gnus-group-mark-group}).
2435
2436 @item M-#
2437 @kindex M-# (Group)
2438 @itemx M u
2439 @kindex M u (Group)
2440 @findex gnus-group-unmark-group
2441 Remove the mark from the current group
2442 (@code{gnus-group-unmark-group}).
2443
2444 @item M U
2445 @kindex M U (Group)
2446 @findex gnus-group-unmark-all-groups
2447 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2448
2449 @item M w
2450 @kindex M w (Group)
2451 @findex gnus-group-mark-region
2452 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2453
2454 @item M b
2455 @kindex M b (Group)
2456 @findex gnus-group-mark-buffer
2457 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2458
2459 @item M r
2460 @kindex M r (Group)
2461 @findex gnus-group-mark-regexp
2462 Mark all groups that match some regular expression
2463 (@code{gnus-group-mark-regexp}).
2464 @end table
2465
2466 Also @pxref{Process/Prefix}.
2467
2468 @findex gnus-group-universal-argument
2469 If you want to execute some command on all groups that have been marked
2470 with the process mark, you can use the @kbd{M-&}
2471 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2472 the command to be executed.
2473
2474
2475 @node Foreign Groups
2476 @section Foreign Groups
2477 @cindex foreign groups
2478
2479 Below are some group mode commands for making and editing general foreign
2480 groups, as well as commands to ease the creation of a few
2481 special-purpose groups.  All these commands insert the newly created
2482 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2483 consulted.
2484
2485 @table @kbd
2486
2487 @item G m
2488 @kindex G m (Group)
2489 @findex gnus-group-make-group
2490 @cindex making groups
2491 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2492 for a name, a method and possibly an @dfn{address}.  For an easier way
2493 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
2494
2495 @item G r
2496 @kindex G r (Group)
2497 @findex gnus-group-rename-group
2498 @cindex renaming groups
2499 Rename the current group to something else
2500 (@code{gnus-group-rename-group}).  This is valid only on some
2501 groups---mail groups mostly.  This command might very well be quite slow
2502 on some back ends.
2503
2504 @item G c
2505 @kindex G c (Group)
2506 @cindex customizing
2507 @findex gnus-group-customize
2508 Customize the group parameters (@code{gnus-group-customize}).
2509
2510 @item G e
2511 @kindex G e (Group)
2512 @findex gnus-group-edit-group-method
2513 @cindex renaming groups
2514 Enter a buffer where you can edit the select method of the current
2515 group (@code{gnus-group-edit-group-method}).
2516
2517 @item G p
2518 @kindex G p (Group)
2519 @findex gnus-group-edit-group-parameters
2520 Enter a buffer where you can edit the group parameters
2521 (@code{gnus-group-edit-group-parameters}).
2522
2523 @item G E
2524 @kindex G E (Group)
2525 @findex gnus-group-edit-group
2526 Enter a buffer where you can edit the group info
2527 (@code{gnus-group-edit-group}).
2528
2529 @item G d
2530 @kindex G d (Group)
2531 @findex gnus-group-make-directory-group
2532 @cindex nndir
2533 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2534 for a directory name (@code{gnus-group-make-directory-group}).
2535
2536 @item G h
2537 @kindex G h (Group)
2538 @cindex help group
2539 @findex gnus-group-make-help-group
2540 Make the Gnus help group (@code{gnus-group-make-help-group}).
2541
2542 @item G a
2543 @kindex G a (Group)
2544 @cindex (ding) archive
2545 @cindex archive group
2546 @findex gnus-group-make-archive-group
2547 @vindex gnus-group-archive-directory
2548 @vindex gnus-group-recent-archive-directory
2549 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2550 default a group pointing to the most recent articles will be created
2551 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2552 group will be created from @code{gnus-group-archive-directory}.
2553
2554 @item G k
2555 @kindex G k (Group)
2556 @findex gnus-group-make-kiboze-group
2557 @cindex nnkiboze
2558 Make a kiboze group.  You will be prompted for a name, for a regexp to
2559 match groups to be ``included'' in the kiboze group, and a series of
2560 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2561 @xref{Kibozed Groups}.
2562
2563 @item G D
2564 @kindex G D (Group)
2565 @findex gnus-group-enter-directory
2566 @cindex nneething
2567 Read an arbitrary directory as if it were a newsgroup with the
2568 @code{nneething} back end (@code{gnus-group-enter-directory}).
2569 @xref{Anything Groups}.
2570
2571 @item G f
2572 @kindex G f (Group)
2573 @findex gnus-group-make-doc-group
2574 @cindex ClariNet Briefs
2575 @cindex nndoc
2576 Make a group based on some file or other
2577 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2578 command, you will be prompted for a file name and a file type.
2579 Currently supported types are @code{mbox}, @code{babyl},
2580 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2581 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2582 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2583 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2584 you run this command without a prefix, Gnus will guess at the file
2585 type.  @xref{Document Groups}.
2586
2587 @item G u
2588 @kindex G u (Group)
2589 @vindex gnus-useful-groups
2590 @findex gnus-group-make-useful-group
2591 Create one of the groups mentioned in @code{gnus-useful-groups}
2592 (@code{gnus-group-make-useful-group}).
2593
2594 @item G w
2595 @kindex G w (Group)
2596 @findex gnus-group-make-web-group
2597 @cindex Google
2598 @cindex nnweb
2599 @cindex gmane
2600 Make an ephemeral group based on a web search
2601 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2602 command, make a solid group instead.  You will be prompted for the
2603 search engine type and the search string.  Valid search engine types
2604 include @code{google}, @code{dejanews}, and @code{gmane}.
2605 @xref{Web Searches}.
2606
2607 If you use the @code{google} search engine, you can limit the search
2608 to a particular group by using a match string like
2609 @samp{shaving group:alt.sysadmin.recovery}.
2610
2611 @item G DEL
2612 @kindex G DEL (Group)
2613 @findex gnus-group-delete-group
2614 This function will delete the current group
2615 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2616 actually delete all the articles in the group, and forcibly remove the
2617 group itself from the face of the Earth.  Use a prefix only if you are
2618 absolutely sure of what you are doing.  This command can't be used on
2619 read-only groups (like @code{nntp} group), though.
2620
2621 @item G V
2622 @kindex G V (Group)
2623 @findex gnus-group-make-empty-virtual
2624 Make a new, fresh, empty @code{nnvirtual} group
2625 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2626
2627 @item G v
2628 @kindex G v (Group)
2629 @findex gnus-group-add-to-virtual
2630 Add the current group to an @code{nnvirtual} group
2631 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2632 @end table
2633
2634 @xref{Select Methods}, for more information on the various select
2635 methods.
2636
2637 @vindex gnus-activate-foreign-newsgroups
2638 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2639 Gnus will check all foreign groups with this level or lower at startup.
2640 This might take quite a while, especially if you subscribe to lots of
2641 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
2642 @code{gnus-activate-level} also affects activation of foreign
2643 newsgroups.
2644
2645
2646 @node Group Parameters
2647 @section Group Parameters
2648 @cindex group parameters
2649
2650 The group parameters store information local to a particular group.
2651 Here's an example group parameter list:
2652
2653 @example
2654 ((to-address . "ding@@gnus.org")
2655  (auto-expire . t))
2656 @end example
2657
2658 We see that each element consists of a ``dotted pair''---the thing before
2659 the dot is the key, while the thing after the dot is the value.  All the
2660 parameters have this form @emph{except} local variable specs, which are
2661 not dotted pairs, but proper lists.
2662
2663 Some parameters have correspondant customizable variables, each of which
2664 is an alist of regexps and values.
2665
2666 The following group parameters can be used:
2667
2668 @table @code
2669 @item to-address
2670 @cindex to-address
2671 Address used by when doing followups and new posts.
2672
2673 @example
2674 (to-address . "some@@where.com")
2675 @end example
2676
2677 This is primarily useful in mail groups that represent closed mailing
2678 lists---mailing lists where it's expected that everybody that writes to
2679 the mailing list is subscribed to it.  Since using this parameter
2680 ensures that the mail only goes to the mailing list itself, it means
2681 that members won't receive two copies of your followups.
2682
2683 Using @code{to-address} will actually work whether the group is foreign
2684 or not.  Let's say there's a group on the server that is called
2685 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2686 the articles from a mail-to-news gateway.  Posting directly to this
2687 group is therefore impossible---you have to send mail to the mailing
2688 list address instead.
2689
2690 See also @code{gnus-parameter-to-address-alist}.
2691
2692 @item to-list
2693 @cindex to-list
2694 Address used when doing @kbd{a} in that group.
2695
2696 @example
2697 (to-list . "some@@where.com")
2698 @end example
2699
2700 It is totally ignored
2701 when doing a followup---except that if it is present in a news group,
2702 you'll get mail group semantics when doing @kbd{f}.
2703
2704 If you do an @kbd{a} command in a mail group and you have neither a
2705 @code{to-list} group parameter nor a @code{to-address} group parameter,
2706 then a @code{to-list} group parameter will be added automatically upon
2707 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2708 @vindex gnus-add-to-list
2709
2710 If you do an @kbd{a} command in a mail group and you don't have a
2711 @code{to-list} group parameter, one will be added automatically upon
2712 sending the message.
2713
2714 @findex gnus-mailing-list-mode
2715 @cindex Mail List Groups
2716 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2717 entering summary buffer.
2718
2719 See also @code{gnus-parameter-to-list-alist}.
2720
2721 @anchor{subscribed}
2722 @item subscribed
2723 @cindex subscribed
2724 If this parameter is set to @code{t}, Gnus will consider the
2725 to-address and to-list parameters for this group as addresses of
2726 mailing lists you are subscribed to.  Giving Gnus this information is
2727 (only) a first step in getting it to generate correct Mail-Followup-To
2728 headers for your posts to these lists.  Look here @pxref{(message)Mailing
2729 Lists} for a complete treatment of available MFT support.
2730
2731 See also @code{gnus-find-subscribed-addresses}, the function that
2732 directly uses this group parameter.
2733
2734 @item visible
2735 @cindex visible
2736 If the group parameter list has the element @code{(visible . t)},
2737 that group will always be visible in the Group buffer, regardless
2738 of whether it has any unread articles.
2739
2740 @item broken-reply-to
2741 @cindex broken-reply-to
2742 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2743 headers in this group are to be ignored.  This can be useful if you're
2744 reading a mailing list group where the listserv has inserted
2745 @code{Reply-To} headers that point back to the listserv itself.  This is
2746 broken behavior.  So there!
2747
2748 @item to-group
2749 @cindex to-group
2750 Elements like @code{(to-group . "some.group.name")} means that all
2751 posts in that group will be sent to @code{some.group.name}.
2752
2753 @item newsgroup
2754 @cindex newsgroup
2755 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2756 will treat all responses as if they were responses to news articles.
2757 This can be useful if you have a mail group that's really a mirror of a
2758 news group.
2759
2760 @item gcc-self
2761 @cindex gcc-self
2762 If @code{(gcc-self . t)} is present in the group parameter list, newly
2763 composed messages will be @code{Gcc}'d to the current group.  If
2764 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2765 generated, if @code{(gcc-self . "string")} is present, this string will
2766 be inserted literally as a @code{gcc} header.  This parameter takes
2767 precedence over any default @code{Gcc} rules as described later
2768 (@pxref{Archived Messages}).  CAVEAT:: It yields an error putting
2769 @code{(gcc-self . t)} in groups of a @code{nntp} server or so, because
2770 a @code{nntp} server doesn't accept articles.
2771
2772 @item auto-expire
2773 @cindex auto-expire
2774 If the group parameter has an element that looks like @code{(auto-expire
2775 . t)}, all articles read will be marked as expirable.  For an
2776 alternative approach, @pxref{Expiring Mail}.
2777
2778 See also @code{gnus-auto-expirable-newsgroups}.
2779
2780 @item total-expire
2781 @cindex total-expire
2782 If the group parameter has an element that looks like
2783 @code{(total-expire . t)}, all read articles will be put through the
2784 expiry process, even if they are not marked as expirable.  Use with
2785 caution.  Unread, ticked and dormant articles are not eligible for
2786 expiry.
2787
2788 See also @code{gnus-total-expirable-newsgroups}.
2789
2790 @item expiry-wait
2791 @cindex expiry-wait
2792 @vindex nnmail-expiry-wait-function
2793 If the group parameter has an element that looks like
2794 @code{(expiry-wait . 10)}, this value will override any
2795 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2796 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2797 can either be a number of days (not necessarily an integer) or the
2798 symbols @code{never} or @code{immediate}.
2799
2800 @item score-file
2801 @cindex score file group parameter
2802 Elements that look like @code{(score-file . "file")} will make
2803 @file{file} into the current score file for the group in question.  All
2804 interactive score entries will be put into this file.
2805
2806 @item adapt-file
2807 @cindex adapt file group parameter
2808 Elements that look like @code{(adapt-file . "file")} will make
2809 @file{file} into the current adaptive file for the group in question.
2810 All adaptive score entries will be put into this file.
2811
2812 @item admin-address
2813 @cindex admin-address
2814 When unsubscribing from a mailing list you should never send the
2815 unsubscription notice to the mailing list itself.  Instead, you'd send
2816 messages to the administrative address.  This parameter allows you to
2817 put the admin address somewhere convenient.
2818
2819 @item display
2820 @cindex display
2821 Elements that look like @code{(display . MODE)} say which articles to
2822 display on entering the group.  Valid values are:
2823
2824 @table @code
2825 @item all
2826 Display all articles, both read and unread.
2827
2828 @item an integer
2829 Display the last @var{integer} articles in the group.  This is the same as
2830 entering the group with C-u @var{integer}.
2831
2832 @item default
2833 Display the default visible articles, which normally includes unread and
2834 ticked articles.
2835
2836 @item an array
2837 Display articles that satisfy a predicate.
2838
2839 Here are some examples:
2840
2841 @table @code
2842 @item [unread]
2843 Display only unread articles.
2844
2845 @item [not expire]
2846 Display everything except expirable articles.
2847
2848 @item [and (not reply) (not expire)]
2849 Display everything except expirable and articles you've already
2850 responded to.
2851 @end table
2852
2853 The available operators are @code{not}, @code{and} and @code{or}.
2854 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2855 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2856 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2857 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2858
2859 @end table
2860
2861 The @code{display} parameter works by limiting the summary buffer to
2862 the subset specified.  You can pop the limit by using the @kbd{/ w}
2863 command (@pxref{Limiting}).
2864
2865 @item comment
2866 @cindex comment
2867 Elements that look like @code{(comment . "This is a comment")} are
2868 arbitrary comments on the group.  You can display comments in the
2869 group line (@pxref{Group Line Specification}).
2870
2871 @item charset
2872 @cindex charset
2873 Elements that look like @code{(charset . iso-8859-1)} will make
2874 @code{iso-8859-1} the default charset; that is, the charset that will be
2875 used for all articles that do not specify a charset.
2876
2877 See also @code{gnus-group-charset-alist}.
2878
2879 @item ignored-charsets
2880 @cindex ignored-charset
2881 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2882 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2883 default charset will be used for decoding articles.
2884
2885 See also @code{gnus-group-ignored-charsets-alist}.
2886
2887 @item posting-style
2888 @cindex posting-style
2889 You can store additional posting style information for this group
2890 here (@pxref{Posting Styles}).  The format is that of an entry in the
2891 @code{gnus-posting-styles} alist, except that there's no regexp matching
2892 the group name (of course).  Style elements in this group parameter will
2893 take precedence over the ones found in @code{gnus-posting-styles}.
2894
2895 For instance, if you want a funky name and signature in this group only,
2896 instead of hacking @code{gnus-posting-styles}, you could put something
2897 like this in the group parameters:
2898
2899 @example
2900 (posting-style
2901   (name "Funky Name")
2902   ("X-My-Header" "Funky Value")
2903   (signature "Funky Signature"))
2904 @end example
2905
2906 @item post-method
2907 @cindex post-method
2908 If it is set, the value is used as the method for posting message
2909 instead of @code{gnus-post-method}.
2910
2911 @item banner
2912 @cindex banner
2913 An item like @code{(banner . "regex")} causes any part of an article
2914 that matches the regular expression "regex" to be stripped. Instead of
2915 "regex", you can also use the symbol @code{signature} which strips the
2916 last signature or any of the elements of the alist
2917 @code{gnus-article-banner-alist}.
2918
2919 @item sieve
2920 @cindex sieve
2921 This parameter contains a Sieve test that should match incoming mail
2922 that should be placed in this group.  From this group parameter, a
2923 Sieve @samp{IF} control structure is generated, having the test as the
2924 condition and @samp{fileinto "group.name";} as the body.
2925
2926 For example, if the INBOX.list.sieve group has the @code{(sieve
2927 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2928 translating the group parameter into a Sieve script (@pxref{Sieve
2929 Commands}) the following Sieve code is generated:
2930
2931 @example
2932 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2933         fileinto \"INBOX.list.sieve\";
2934 @}
2935 @end example
2936
2937 The Sieve language is described in RFC 3028.  @xref{Top, , Top, sieve,
2938 Emacs Sieve}.
2939
2940 @item (@var{variable} @var{form})
2941 You can use the group parameters to set variables local to the group you
2942 are entering.  If you want to turn threading off in @samp{news.answers},
2943 you could put @code{(gnus-show-threads nil)} in the group parameters of
2944 that group.  @code{gnus-show-threads} will be made into a local variable
2945 in the summary buffer you enter, and the form @code{nil} will be
2946 @code{eval}ed there.
2947
2948 @vindex gnus-list-identifiers
2949 A use for this feature, is to remove a mailing list identifier tag in
2950 the subject fields of articles.   E.g. if the news group
2951 @samp{nntp+news.gnus.org:gmane.text.docbook.apps} has the tag
2952 @samp{DOC-BOOK-APPS:} in the subject of all articles, this tag can be
2953 removed from the article subjects in the summary buffer for the group by
2954 putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")} into the group
2955 parameters for the group.
2956
2957
2958 This can also be used as a group-specific hook function, if you'd like.
2959 If you want to hear a beep when you enter a group, you could put
2960 something like @code{(dummy-variable (ding))} in the parameters of that
2961 group.  @code{dummy-variable} will be set to the result of the
2962 @code{(ding)} form, but who cares?
2963
2964 @end table
2965
2966 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2967 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2968 presents you with a Customize-like interface.  The latter helps avoid
2969 silly Lisp errors.)  You might also be interested in reading about topic
2970 parameters (@pxref{Topic Parameters}).
2971
2972 @vindex gnus-parameters
2973 Group parameters can be set via the @code{gnus-parameters} variable too.
2974 But some variables, such as @code{visible}, have no effect.  For
2975 example:
2976
2977 @lisp
2978 (setq gnus-parameters
2979       '(("mail\\..*"
2980          (gnus-show-threads nil)
2981          (gnus-use-scoring nil)
2982          (gnus-summary-line-format
2983           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
2984          (gcc-self . t)
2985          (display . all))
2986
2987         ("^nnimap:\\(foo.bar\\)$"
2988          (to-group . "\\1"))
2989
2990         ("mail\\.me"
2991          (gnus-use-scoring  t))
2992
2993         ("list\\..*"
2994          (total-expire . t)
2995          (broken-reply-to . t))))
2996 @end lisp
2997
2998 String value of parameters will be subjected to regexp substitution, as
2999 the @code{to-group} example shows.
3000
3001
3002 @node Listing Groups
3003 @section Listing Groups
3004 @cindex group listing
3005
3006 These commands all list various slices of the groups available.
3007
3008 @table @kbd
3009
3010 @item l
3011 @itemx A s
3012 @kindex A s (Group)
3013 @kindex l (Group)
3014 @findex gnus-group-list-groups
3015 List all groups that have unread articles
3016 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3017 command will list only groups of level ARG and lower.  By default, it
3018 only lists groups of level five (i. e.,
3019 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3020 groups).
3021
3022 @item L
3023 @itemx A u
3024 @kindex A u (Group)
3025 @kindex L (Group)
3026 @findex gnus-group-list-all-groups
3027 List all groups, whether they have unread articles or not
3028 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3029 this command will list only groups of level ARG and lower.  By default,
3030 it lists groups of level seven or lower (i.e., just subscribed and
3031 unsubscribed groups).
3032
3033 @item A l
3034 @kindex A l (Group)
3035 @findex gnus-group-list-level
3036 List all unread groups on a specific level
3037 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3038 with no unread articles.
3039
3040 @item A k
3041 @kindex A k (Group)
3042 @findex gnus-group-list-killed
3043 List all killed groups (@code{gnus-group-list-killed}).  If given a
3044 prefix argument, really list all groups that are available, but aren't
3045 currently (un)subscribed.  This could entail reading the active file
3046 from the server.
3047
3048 @item A z
3049 @kindex A z (Group)
3050 @findex gnus-group-list-zombies
3051 List all zombie groups (@code{gnus-group-list-zombies}).
3052
3053 @item A m
3054 @kindex A m (Group)
3055 @findex gnus-group-list-matching
3056 List all unread, subscribed groups with names that match a regexp
3057 (@code{gnus-group-list-matching}).
3058
3059 @item A M
3060 @kindex A M (Group)
3061 @findex gnus-group-list-all-matching
3062 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3063
3064 @item A A
3065 @kindex A A (Group)
3066 @findex gnus-group-list-active
3067 List absolutely all groups in the active file(s) of the
3068 server(s) you are connected to (@code{gnus-group-list-active}).  This
3069 might very well take quite a while.  It might actually be a better idea
3070 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3071 thing to match on.  Also note that this command may list groups that
3072 don't exist (yet)---these will be listed as if they were killed groups.
3073 Take the output with some grains of salt.
3074
3075 @item A a
3076 @kindex A a (Group)
3077 @findex gnus-group-apropos
3078 List all groups that have names that match a regexp
3079 (@code{gnus-group-apropos}).
3080
3081 @item A d
3082 @kindex A d (Group)
3083 @findex gnus-group-description-apropos
3084 List all groups that have names or descriptions that match a regexp
3085 (@code{gnus-group-description-apropos}).
3086
3087 @item A c
3088 @kindex A c (Group)
3089 @findex gnus-group-list-cached
3090 List all groups with cached articles (@code{gnus-group-list-cached}).
3091
3092 @item A ?
3093 @kindex A ? (Group)
3094 @findex gnus-group-list-dormant
3095 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3096
3097 @item A /
3098 @kindex A / (Group)
3099 @findex gnus-group-list-limit
3100 List groups limited within the current selection
3101 (@code{gnus-group-list-limit}).
3102
3103 @item A f
3104 @kindex A f (Group)
3105 @findex gnus-group-list-flush
3106 Flush groups from the current selection (@code{gnus-group-list-flush}).
3107
3108 @item A p
3109 @kindex A p (Group)
3110 @findex gnus-group-list-plus
3111 List groups plus the current selection (@code{gnus-group-list-plus}).
3112
3113 @end table
3114
3115 @vindex gnus-permanently-visible-groups
3116 @cindex visible group parameter
3117 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3118 always be shown, whether they have unread articles or not.  You can also
3119 add the @code{visible} element to the group parameters in question to
3120 get the same effect.
3121
3122 @vindex gnus-list-groups-with-ticked-articles
3123 Groups that have just ticked articles in it are normally listed in the
3124 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3125 @code{nil}, these groups will be treated just like totally empty
3126 groups.  It is @code{t} by default.
3127
3128
3129 @node Sorting Groups
3130 @section Sorting Groups
3131 @cindex sorting groups
3132
3133 @kindex C-c C-s (Group)
3134 @findex gnus-group-sort-groups
3135 @vindex gnus-group-sort-function
3136 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3137 group buffer according to the function(s) given by the
3138 @code{gnus-group-sort-function} variable.  Available sorting functions
3139 include:
3140
3141 @table @code
3142
3143 @item gnus-group-sort-by-alphabet
3144 @findex gnus-group-sort-by-alphabet
3145 Sort the group names alphabetically.  This is the default.
3146
3147 @item gnus-group-sort-by-real-name
3148 @findex gnus-group-sort-by-real-name
3149 Sort the group alphabetically on the real (unprefixed) group names.
3150
3151 @item gnus-group-sort-by-level
3152 @findex gnus-group-sort-by-level
3153 Sort by group level.
3154
3155 @item gnus-group-sort-by-score
3156 @findex gnus-group-sort-by-score
3157 Sort by group score.  @xref{Group Score}.
3158
3159 @item gnus-group-sort-by-rank
3160 @findex gnus-group-sort-by-rank
3161 Sort by group score and then the group level.  The level and the score
3162 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3163
3164 @item gnus-group-sort-by-unread
3165 @findex gnus-group-sort-by-unread
3166 Sort by number of unread articles.
3167
3168 @item gnus-group-sort-by-method
3169 @findex gnus-group-sort-by-method
3170 Sort alphabetically on the select method.
3171
3172 @item gnus-group-sort-by-server
3173 @findex gnus-group-sort-by-server
3174 Sort alphabetically on the Gnus server name.
3175
3176
3177 @end table
3178
3179 @code{gnus-group-sort-function} can also be a list of sorting
3180 functions.  In that case, the most significant sort key function must be
3181 the last one.
3182
3183
3184 There are also a number of commands for sorting directly according to
3185 some sorting criteria:
3186
3187 @table @kbd
3188 @item G S a
3189 @kindex G S a (Group)
3190 @findex gnus-group-sort-groups-by-alphabet
3191 Sort the group buffer alphabetically by group name
3192 (@code{gnus-group-sort-groups-by-alphabet}).
3193
3194 @item G S u
3195 @kindex G S u (Group)
3196 @findex gnus-group-sort-groups-by-unread
3197 Sort the group buffer by the number of unread articles
3198 (@code{gnus-group-sort-groups-by-unread}).
3199
3200 @item G S l
3201 @kindex G S l (Group)
3202 @findex gnus-group-sort-groups-by-level
3203 Sort the group buffer by group level
3204 (@code{gnus-group-sort-groups-by-level}).
3205
3206 @item G S v
3207 @kindex G S v (Group)
3208 @findex gnus-group-sort-groups-by-score
3209 Sort the group buffer by group score
3210 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3211
3212 @item G S r
3213 @kindex G S r (Group)
3214 @findex gnus-group-sort-groups-by-rank
3215 Sort the group buffer by group rank
3216 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3217
3218 @item G S m
3219 @kindex G S m (Group)
3220 @findex gnus-group-sort-groups-by-method
3221 Sort the group buffer alphabetically by back end name
3222 (@code{gnus-group-sort-groups-by-method}).
3223
3224 @item G S n
3225 @kindex G S n (Group)
3226 @findex gnus-group-sort-groups-by-real-name
3227 Sort the group buffer alphabetically by real (unprefixed) group name
3228 (@code{gnus-group-sort-groups-by-real-name}).
3229
3230 @end table
3231
3232 All the commands below obey the process/prefix convention
3233 (@pxref{Process/Prefix}).
3234
3235 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3236 commands will sort in reverse order.
3237
3238 You can also sort a subset of the groups:
3239
3240 @table @kbd
3241 @item G P a
3242 @kindex G P a (Group)
3243 @findex gnus-group-sort-selected-groups-by-alphabet
3244 Sort the groups alphabetically by group name
3245 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3246
3247 @item G P u
3248 @kindex G P u (Group)
3249 @findex gnus-group-sort-selected-groups-by-unread
3250 Sort the groups by the number of unread articles
3251 (@code{gnus-group-sort-selected-groups-by-unread}).
3252
3253 @item G P l
3254 @kindex G P l (Group)
3255 @findex gnus-group-sort-selected-groups-by-level
3256 Sort the groups by group level
3257 (@code{gnus-group-sort-selected-groups-by-level}).
3258
3259 @item G P v
3260 @kindex G P v (Group)
3261 @findex gnus-group-sort-selected-groups-by-score
3262 Sort the groups by group score
3263 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3264
3265 @item G P r
3266 @kindex G P r (Group)
3267 @findex gnus-group-sort-selected-groups-by-rank
3268 Sort the groups by group rank
3269 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3270
3271 @item G P m
3272 @kindex G P m (Group)
3273 @findex gnus-group-sort-selected-groups-by-method
3274 Sort the groups alphabetically by back end name
3275 (@code{gnus-group-sort-selected-groups-by-method}).
3276
3277 @item G P n
3278 @kindex G P n (Group)
3279 @findex gnus-group-sort-selected-groups-by-real-name
3280 Sort the groups alphabetically by real (unprefixed) group name
3281 (@code{gnus-group-sort-selected-groups-by-real-name}).
3282
3283 @item G P s
3284 @kindex G P s (Group)
3285 @findex gnus-group-sort-selected-groups
3286 Sort the groups according to @code{gnus-group-sort-function}.
3287
3288 @end table
3289
3290 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3291 move groups around.
3292
3293
3294 @node Group Maintenance
3295 @section Group Maintenance
3296 @cindex bogus groups
3297
3298 @table @kbd
3299 @item b
3300 @kindex b (Group)
3301 @findex gnus-group-check-bogus-groups
3302 Find bogus groups and delete them
3303 (@code{gnus-group-check-bogus-groups}).
3304
3305 @item F
3306 @kindex F (Group)
3307 @findex gnus-group-find-new-groups
3308 Find new groups and process them (@code{gnus-group-find-new-groups}).
3309 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3310 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3311 to query the server for new groups, and subscribe the new groups as
3312 zombies.
3313
3314 @item C-c C-x
3315 @kindex C-c C-x (Group)
3316 @findex gnus-group-expire-articles
3317 Run all expirable articles in the current group through the expiry
3318 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3319 all expirable articles in the group that have been around for a while.
3320 (@pxref{Expiring Mail}).
3321
3322 @item C-c C-M-x
3323 @kindex C-c C-M-x (Group)
3324 @findex gnus-group-expire-all-groups
3325 Run all expirable articles in all groups through the expiry process
3326 (@code{gnus-group-expire-all-groups}).
3327
3328 @end table
3329
3330
3331 @node Browse Foreign Server
3332 @section Browse Foreign Server
3333 @cindex foreign servers
3334 @cindex browsing servers
3335
3336 @table @kbd
3337 @item B
3338 @kindex B (Group)
3339 @findex gnus-group-browse-foreign-server
3340 You will be queried for a select method and a server name.  Gnus will
3341 then attempt to contact this server and let you browse the groups there
3342 (@code{gnus-group-browse-foreign-server}).
3343 @end table
3344
3345 @findex gnus-browse-mode
3346 A new buffer with a list of available groups will appear.  This buffer
3347 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3348 a lot) like a normal group buffer.
3349
3350 Here's a list of keystrokes available in the browse mode:
3351
3352 @table @kbd
3353 @item n
3354 @kindex n (Browse)
3355 @findex gnus-group-next-group
3356 Go to the next group (@code{gnus-group-next-group}).
3357
3358 @item p
3359 @kindex p (Browse)
3360 @findex gnus-group-prev-group
3361 Go to the previous group (@code{gnus-group-prev-group}).
3362
3363 @item SPACE
3364 @kindex SPACE (Browse)
3365 @findex gnus-browse-read-group
3366 Enter the current group and display the first article
3367 (@code{gnus-browse-read-group}).
3368
3369 @item RET
3370 @kindex RET (Browse)
3371 @findex gnus-browse-select-group
3372 Enter the current group (@code{gnus-browse-select-group}).
3373
3374 @item u
3375 @kindex u (Browse)
3376 @findex gnus-browse-unsubscribe-current-group
3377 Unsubscribe to the current group, or, as will be the case here,
3378 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3379
3380 @item l
3381 @itemx q
3382 @kindex q (Browse)
3383 @kindex l (Browse)
3384 @findex gnus-browse-exit
3385 Exit browse mode (@code{gnus-browse-exit}).
3386
3387 @item d
3388 @kindex d (Browse)
3389 @findex gnus-browse-describe-group
3390 Describe the current group (@code{gnus-browse-describe-group}).
3391
3392 @item ?
3393 @kindex ? (Browse)
3394 @findex gnus-browse-describe-briefly
3395 Describe browse mode briefly (well, there's not much to describe, is
3396 there) (@code{gnus-browse-describe-briefly}).
3397 @end table
3398
3399
3400 @node Exiting Gnus
3401 @section Exiting Gnus
3402 @cindex exiting Gnus
3403
3404 Yes, Gnus is ex(c)iting.
3405
3406 @table @kbd
3407 @item z
3408 @kindex z (Group)
3409 @findex gnus-group-suspend
3410 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3411 but it kills all buffers except the Group buffer.  I'm not sure why this
3412 is a gain, but then who am I to judge?
3413
3414 @item q
3415 @kindex q (Group)
3416 @findex gnus-group-exit
3417 @c @icon{gnus-group-exit}
3418 Quit Gnus (@code{gnus-group-exit}).
3419
3420 @item Q
3421 @kindex Q (Group)
3422 @findex gnus-group-quit
3423 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3424 The dribble file will be saved, though (@pxref{Auto Save}).
3425 @end table
3426
3427 @vindex gnus-exit-gnus-hook
3428 @vindex gnus-suspend-gnus-hook
3429 @vindex gnus-after-exiting-gnus-hook
3430 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3431 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3432 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3433 exiting Gnus.
3434
3435 @findex gnus-unload
3436 @cindex unloading
3437 If you wish to completely unload Gnus and all its adherents, you can use
3438 the @code{gnus-unload} command.  This command is also very handy when
3439 trying to customize meta-variables.
3440
3441 Note:
3442
3443 @quotation
3444 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3445 numbly heavy and herself fall into a hazy trance as the boy sitting
3446 behind her drew repeated lines with his pencil across the back of her
3447 plastic chair.
3448 @end quotation
3449
3450
3451 @node Group Topics
3452 @section Group Topics
3453 @cindex topics
3454
3455 If you read lots and lots of groups, it might be convenient to group
3456 them hierarchically according to topics.  You put your Emacs groups over
3457 here, your sex groups over there, and the rest (what, two groups or so?)
3458 you put in some misc section that you never bother with anyway.  You can
3459 even group the Emacs sex groups as a sub-topic to either the Emacs
3460 groups or the sex groups---or both!  Go wild!
3461
3462 @iftex
3463 @iflatex
3464 \gnusfigure{Group Topics}{400}{
3465 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3466 }
3467 @end iflatex
3468 @end iftex
3469
3470 Here's an example:
3471
3472 @example
3473 Gnus
3474   Emacs -- I wuw it!
3475      3: comp.emacs
3476      2: alt.religion.emacs
3477     Naughty Emacs
3478      452: alt.sex.emacs
3479        0: comp.talk.emacs.recovery
3480   Misc
3481      8: comp.binaries.fractals
3482     13: comp.sources.unix
3483 @end example
3484
3485 @findex gnus-topic-mode
3486 @kindex t (Group)
3487 To get this @emph{fab} functionality you simply turn on (ooh!) the
3488 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3489 is a toggling command.)
3490
3491 Go ahead, just try it.  I'll still be here when you get back.  La de
3492 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3493 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3494 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3495 Hot and bothered?
3496
3497 If you want this permanently enabled, you should add that minor mode to
3498 the hook for the group mode.  Put the following line in your
3499 @file{~/.gnus} file:
3500
3501 @lisp
3502 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3503 @end lisp
3504
3505 @menu
3506 * Topic Commands::              Interactive E-Z commands.
3507 * Topic Variables::             How to customize the topics the Lisp Way.
3508 * Topic Sorting::               Sorting each topic individually.
3509 * Topic Topology::              A map of the world.
3510 * Topic Parameters::            Parameters that apply to all groups in a topic.
3511 @end menu
3512
3513
3514 @node Topic Commands
3515 @subsection Topic Commands
3516 @cindex topic commands
3517
3518 When the topic minor mode is turned on, a new @kbd{T} submap will be
3519 available.  In addition, a few of the standard keys change their
3520 definitions slightly.
3521
3522 In general, the following kinds of operations are possible on topics.
3523 First of all, you want to create topics.  Secondly, you want to put
3524 groups in topics and to move them around until you have an order you
3525 like.  The third kind of operation is to show/hide parts of the whole
3526 shebang.  You might want to hide a topic including its subtopics and
3527 groups, to get a better overview of the other groups.
3528
3529 Here is a list of the basic keys that you might need to set up topics
3530 the way you like.
3531
3532 @table @kbd
3533
3534 @item T n
3535 @kindex T n (Topic)
3536 @findex gnus-topic-create-topic
3537 Prompt for a new topic name and create it
3538 (@code{gnus-topic-create-topic}).
3539
3540 @item T TAB
3541 @itemx TAB
3542 @kindex T TAB (Topic)
3543 @kindex TAB (Topic)
3544 @findex gnus-topic-indent
3545 ``Indent'' the current topic so that it becomes a sub-topic of the
3546 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3547 ``un-indent'' the topic instead.
3548
3549 @item M-TAB
3550 @kindex M-TAB (Topic)
3551 @findex gnus-topic-unindent
3552 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3553 parent of its current parent (@code{gnus-topic-unindent}).
3554
3555 @end table
3556
3557 The following two keys can be used to move groups and topics around.
3558 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3559 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3560 kill and yank rather than cut and paste.
3561
3562 @table @kbd
3563
3564 @item C-k
3565 @kindex C-k (Topic)
3566 @findex gnus-topic-kill-group
3567 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3568 topic will be removed along with the topic.
3569
3570 @item C-y
3571 @kindex C-y (Topic)
3572 @findex gnus-topic-yank-group
3573 Yank the previously killed group or topic
3574 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3575 before all groups.
3576
3577 So, to move a topic to the beginning of the list of topics, just hit
3578 @kbd{C-k} on it.  This is like the `cut' part of cut and paste.  Then,
3579 move the cursor to the beginning of the buffer (just below the `Gnus'
3580 topic) and hit @kbd{C-y}.  This is like the `paste' part of cut and
3581 paste.  Like I said -- E-Z.
3582
3583 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3584 you can move topics around as well as groups.
3585
3586 @end table
3587
3588 After setting up the topics the way you like them, you might wish to
3589 hide a topic, or to show it again.  That's why we have the following
3590 key.
3591
3592 @table @kbd
3593
3594 @item RET
3595 @kindex RET (Topic)
3596 @findex gnus-topic-select-group
3597 @itemx SPACE
3598 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3599 When you perform this command on a group, you'll enter the group, as
3600 usual.  When done on a topic line, the topic will be folded (if it was
3601 visible) or unfolded (if it was folded already).  So it's basically a
3602 toggling command on topics.  In addition, if you give a numerical
3603 prefix, group on that level (and lower) will be displayed.
3604
3605 @end table
3606
3607 Now for a list of other commands, in no particular order.
3608
3609 @table @kbd
3610
3611 @item T m
3612 @kindex T m (Topic)
3613 @findex gnus-topic-move-group
3614 Move the current group to some other topic
3615 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3616 convention (@pxref{Process/Prefix}).
3617
3618 @item T j
3619 @kindex T j (Topic)
3620 @findex gnus-topic-jump-to-topic
3621 Go to a topic (@code{gnus-topic-jump-to-topic}).
3622
3623 @item T c
3624 @kindex T c (Topic)
3625 @findex gnus-topic-copy-group
3626 Copy the current group to some other topic
3627 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3628 convention (@pxref{Process/Prefix}).
3629
3630 @item T h
3631 @kindex T h (Topic)
3632 @findex gnus-topic-hide-topic
3633 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3634 a prefix, hide the topic permanently.
3635
3636 @item T s
3637 @kindex T s (Topic)
3638 @findex gnus-topic-show-topic
3639 Show the current topic (@code{gnus-topic-show-topic}).  If given
3640 a prefix, show the topic permanently.
3641
3642 @item T D
3643 @kindex T D (Topic)
3644 @findex gnus-topic-remove-group
3645 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3646 This command is mainly useful if you have the same group in several
3647 topics and wish to remove it from one of the topics.  You may also
3648 remove a group from all topics, but in that case, Gnus will add it to
3649 the root topic the next time you start Gnus.  In fact, all new groups
3650 (which, naturally, don't belong to any topic) will show up in the root
3651 topic.
3652
3653 This command uses the process/prefix convention
3654 (@pxref{Process/Prefix}).
3655
3656 @item T M
3657 @kindex T M (Topic)
3658 @findex gnus-topic-move-matching
3659 Move all groups that match some regular expression to a topic
3660 (@code{gnus-topic-move-matching}).
3661
3662 @item T C
3663 @kindex T C (Topic)
3664 @findex gnus-topic-copy-matching
3665 Copy all groups that match some regular expression to a topic
3666 (@code{gnus-topic-copy-matching}).
3667
3668 @item T H
3669 @kindex T H (Topic)
3670 @findex gnus-topic-toggle-display-empty-topics
3671 Toggle hiding empty topics
3672 (@code{gnus-topic-toggle-display-empty-topics}).
3673
3674 @item T #
3675 @kindex T # (Topic)
3676 @findex gnus-topic-mark-topic
3677 Mark all groups in the current topic with the process mark
3678 (@code{gnus-topic-mark-topic}).  This command works recursively on
3679 sub-topics unless given a prefix.
3680
3681 @item T M-#
3682 @kindex T M-# (Topic)
3683 @findex gnus-topic-unmark-topic
3684 Remove the process mark from all groups in the current topic
3685 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3686 sub-topics unless given a prefix.
3687
3688 @item C-c C-x
3689 @kindex C-c C-x (Topic)
3690 @findex gnus-topic-expire-articles
3691 Run all expirable articles in the current group or topic through the
3692 expiry process (if any)
3693 (@code{gnus-topic-expire-articles}). (@pxref{Expiring Mail}).
3694
3695 @item T r
3696 @kindex T r (Topic)
3697 @findex gnus-topic-rename
3698 Rename a topic (@code{gnus-topic-rename}).
3699
3700 @item T DEL
3701 @kindex T DEL (Topic)
3702 @findex gnus-topic-delete
3703 Delete an empty topic (@code{gnus-topic-delete}).
3704
3705 @item A T
3706 @kindex A T (Topic)
3707 @findex gnus-topic-list-active
3708 List all groups that Gnus knows about in a topics-ified way
3709 (@code{gnus-topic-list-active}).
3710
3711 @item T M-n
3712 @kindex T M-n (Topic)
3713 @findex gnus-topic-goto-next-topic
3714 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3715
3716 @item T M-p
3717 @kindex T M-p (Topic)
3718 @findex gnus-topic-goto-previous-topic
3719 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3720
3721 @item G p
3722 @kindex G p (Topic)
3723 @findex gnus-topic-edit-parameters
3724 @cindex group parameters
3725 @cindex topic parameters
3726 @cindex parameters
3727 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3728 @xref{Topic Parameters}.
3729
3730 @end table
3731
3732
3733 @node Topic Variables
3734 @subsection Topic Variables
3735 @cindex topic variables
3736
3737 The previous section told you how to tell Gnus which topics to display.
3738 This section explains how to tell Gnus what to display about each topic.
3739
3740 @vindex gnus-topic-line-format
3741 The topic lines themselves are created according to the
3742 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3743 Valid elements are:
3744
3745 @table @samp
3746 @item i
3747 Indentation.
3748 @item n
3749 Topic name.
3750 @item v
3751 Visibility.
3752 @item l
3753 Level.
3754 @item g
3755 Number of groups in the topic.
3756 @item a
3757 Number of unread articles in the topic.
3758 @item A
3759 Number of unread articles in the topic and all its subtopics.
3760 @end table
3761
3762 @vindex gnus-topic-indent-level
3763 Each sub-topic (and the groups in the sub-topics) will be indented with
3764 @code{gnus-topic-indent-level} times the topic level number of spaces.
3765 The default is 2.
3766
3767 @vindex gnus-topic-mode-hook
3768 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3769
3770 @vindex gnus-topic-display-empty-topics
3771 The @code{gnus-topic-display-empty-topics} says whether to display even
3772 topics that have no unread articles in them.  The default is @code{t}.
3773
3774
3775 @node Topic Sorting
3776 @subsection Topic Sorting
3777 @cindex topic sorting
3778
3779 You can sort the groups in each topic individually with the following
3780 commands:
3781
3782
3783 @table @kbd
3784 @item T S a
3785 @kindex T S a (Topic)
3786 @findex gnus-topic-sort-groups-by-alphabet
3787 Sort the current topic alphabetically by group name
3788 (@code{gnus-topic-sort-groups-by-alphabet}).
3789
3790 @item T S u
3791 @kindex T S u (Topic)
3792 @findex gnus-topic-sort-groups-by-unread
3793 Sort the current topic by the number of unread articles
3794 (@code{gnus-topic-sort-groups-by-unread}).
3795
3796 @item T S l
3797 @kindex T S l (Topic)
3798 @findex gnus-topic-sort-groups-by-level
3799 Sort the current topic by group level
3800 (@code{gnus-topic-sort-groups-by-level}).
3801
3802 @item T S v
3803 @kindex T S v (Topic)
3804 @findex gnus-topic-sort-groups-by-score
3805 Sort the current topic by group score
3806 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3807
3808 @item T S r
3809 @kindex T S r (Topic)
3810 @findex gnus-topic-sort-groups-by-rank
3811 Sort the current topic by group rank
3812 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3813
3814 @item T S m
3815 @kindex T S m (Topic)
3816 @findex gnus-topic-sort-groups-by-method
3817 Sort the current topic alphabetically by back end name
3818 (@code{gnus-topic-sort-groups-by-method}).
3819
3820 @item T S e
3821 @kindex T S e (Topic)
3822 @findex gnus-topic-sort-groups-by-server
3823 Sort the current topic alphabetically by server name
3824 (@code{gnus-topic-sort-groups-by-server}).
3825
3826 @item T S s
3827 @kindex T S s
3828 @findex gnus-topic-sort-groups
3829 Sort the current topic according to the function(s) given by the
3830 @code{gnus-group-sort-function} variable
3831 (@code{gnus-topic-sort-groups}).
3832
3833 @end table
3834
3835 When given a prefix argument, all these commands will sort in reverse
3836 order.  @xref{Sorting Groups}, for more information about group
3837 sorting.
3838
3839
3840 @node Topic Topology
3841 @subsection Topic Topology
3842 @cindex topic topology
3843 @cindex topology
3844
3845 So, let's have a look at an example group buffer:
3846
3847 @example
3848 Gnus
3849   Emacs -- I wuw it!
3850      3: comp.emacs
3851      2: alt.religion.emacs
3852     Naughty Emacs
3853      452: alt.sex.emacs
3854        0: comp.talk.emacs.recovery
3855   Misc
3856      8: comp.binaries.fractals
3857     13: comp.sources.unix
3858 @end example
3859
3860 So, here we have one top-level topic (@samp{Gnus}), two topics under
3861 that, and one sub-topic under one of the sub-topics.  (There is always
3862 just one (1) top-level topic).  This topology can be expressed as
3863 follows:
3864
3865 @lisp
3866 (("Gnus" visible)
3867  (("Emacs -- I wuw it!" visible)
3868   (("Naughty Emacs" visible)))
3869  (("Misc" visible)))
3870 @end lisp
3871
3872 @vindex gnus-topic-topology
3873 This is in fact how the variable @code{gnus-topic-topology} would look
3874 for the display above.  That variable is saved in the @file{.newsrc.eld}
3875 file, and shouldn't be messed with manually---unless you really want
3876 to.  Since this variable is read from the @file{.newsrc.eld} file,
3877 setting it in any other startup files will have no effect.
3878
3879 This topology shows what topics are sub-topics of what topics (right),
3880 and which topics are visible.  Two settings are currently
3881 allowed---@code{visible} and @code{invisible}.
3882
3883
3884 @node Topic Parameters
3885 @subsection Topic Parameters
3886 @cindex topic parameters
3887
3888 All groups in a topic will inherit group parameters from the parent (and
3889 ancestor) topic parameters.  All valid group parameters are valid topic
3890 parameters (@pxref{Group Parameters}).
3891
3892 In addition, the following parameters are only valid as topic
3893 parameters:
3894
3895 @table @code
3896 @item subscribe
3897 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3898 @code{subscribe} topic parameter says what groups go in what topic.  Its
3899 value should be a regexp to match the groups that should go in that
3900 topic.
3901
3902 @item subscribe-level
3903 When subscribing new groups by topic (see the @code{subscribe} parameter),
3904 the group will be subscribed with the level specified in the
3905 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3906
3907 @end table
3908
3909 Group parameters (of course) override topic parameters, and topic
3910 parameters in sub-topics override topic parameters in super-topics.  You
3911 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3912 verb, although you may feel free to disagree with me here.)
3913
3914 @example
3915 Gnus
3916   Emacs
3917      3: comp.emacs
3918      2: alt.religion.emacs
3919    452: alt.sex.emacs
3920     Relief
3921      452: alt.sex.emacs
3922        0: comp.talk.emacs.recovery
3923   Misc
3924      8: comp.binaries.fractals
3925     13: comp.sources.unix
3926    452: alt.sex.emacs
3927 @end example
3928
3929 The @samp{Emacs} topic has the topic parameter @code{(score-file
3930 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3931 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3932 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3933 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3934 . "religion.SCORE")}.
3935
3936 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3937 will get the @file{relief.SCORE} home score file.  If you enter the same
3938 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
3939 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
3940 get the @file{religion.SCORE} home score file.
3941
3942 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
3943 there are some problems, especially with the @code{total-expiry}
3944 parameter.  Say you have a mail group in two topics; one with
3945 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
3946 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
3947 of these topics you mean to expire articles from, so anything may
3948 happen.  In fact, I hereby declare that it is @dfn{undefined} what
3949 happens.  You just have to be careful if you do stuff like that.
3950
3951
3952 @node Misc Group Stuff
3953 @section Misc Group Stuff
3954
3955 @menu
3956 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
3957 * Group Information::           Information and help on groups and Gnus.
3958 * Group Timestamp::             Making Gnus keep track of when you last read a group.
3959 * File Commands::               Reading and writing the Gnus files.
3960 * Sieve Commands::              Managing Sieve scripts.
3961 @end menu
3962
3963 @table @kbd
3964
3965 @item ^
3966 @kindex ^ (Group)
3967 @findex gnus-group-enter-server-mode
3968 Enter the server buffer (@code{gnus-group-enter-server-mode}).
3969 @xref{Server Buffer}.
3970
3971 @item a
3972 @kindex a (Group)
3973 @findex gnus-group-post-news
3974 Start composing a message (a news by default)
3975 (@code{gnus-group-post-news}).  If given a prefix, post to the group
3976 under the point.  If the prefix is 1, prompt for a group to post to.
3977 Contrary to what the name of this function suggests, the prepared
3978 article might be a mail instead of a news, if a mail group is specified
3979 with the prefix argument.  @xref{Composing Messages}.
3980
3981 @item m
3982 @kindex m (Group)
3983 @findex gnus-group-mail
3984 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
3985 use the posting style of the group under the point.  If the prefix is 1,
3986 prompt for a group name to find the posting style.
3987 @xref{Composing Messages}.
3988
3989 @item i
3990 @kindex i (Group)
3991 @findex gnus-group-news
3992 Start composing a news (@code{gnus-group-news}).  If given a prefix,
3993 post to the group under the point.  If the prefix is 1, prompt
3994 for group to post to.  @xref{Composing Messages}.
3995
3996 This function actually prepares a news even when using mail groups.
3997 This is useful for ``posting'' messages to mail groups without actually
3998 sending them over the network: they're just saved directly to the group
3999 in question.  The corresponding back end must have a request-post method
4000 for this to work though.
4001
4002 @end table
4003
4004 Variables for the group buffer:
4005
4006 @table @code
4007
4008 @item gnus-group-mode-hook
4009 @vindex gnus-group-mode-hook
4010 is called after the group buffer has been
4011 created.
4012
4013 @item gnus-group-prepare-hook
4014 @vindex gnus-group-prepare-hook
4015 is called after the group buffer is
4016 generated.  It may be used to modify the buffer in some strange,
4017 unnatural way.
4018
4019 @item gnus-group-prepared-hook
4020 @vindex gnus-group-prepare-hook
4021 is called as the very last thing after the group buffer has been
4022 generated.  It may be used to move point around, for instance.
4023
4024 @item gnus-permanently-visible-groups
4025 @vindex gnus-permanently-visible-groups
4026 Groups matching this regexp will always be listed in the group buffer,
4027 whether they are empty or not.
4028
4029 @item gnus-group-name-charset-method-alist
4030 @vindex gnus-group-name-charset-method-alist
4031 An alist of method and the charset for group names. It is used to show
4032 non-ASCII group names.
4033
4034 For example:
4035 @lisp
4036 (setq gnus-group-name-charset-method-alist
4037     '(((nntp "news.com.cn") . cn-gb-2312)))
4038 @end lisp
4039
4040 @item gnus-group-name-charset-group-alist
4041 @cindex UTF-8 group names
4042 @vindex gnus-group-name-charset-group-alist
4043 An alist of regexp of group name and the charset for group names.  It
4044 is used to show non-ASCII group names.  @code{((".*" utf-8))} is the
4045 default value if UTF-8 is supported, otherwise the default is
4046 @code{nil}.
4047
4048 For example:
4049 @lisp
4050 (setq gnus-group-name-charset-group-alist
4051     '(("\\.com\\.cn:" . cn-gb-2312)))
4052 @end lisp
4053
4054 @end table
4055
4056 @node Scanning New Messages
4057 @subsection Scanning New Messages
4058 @cindex new messages
4059 @cindex scanning new news
4060
4061 @table @kbd
4062
4063 @item g
4064 @kindex g (Group)
4065 @findex gnus-group-get-new-news
4066 @c @icon{gnus-group-get-new-news}
4067 Check the server(s) for new articles.  If the numerical prefix is used,
4068 this command will check only groups of level @var{arg} and lower
4069 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4070 command will force a total re-reading of the active file(s) from the
4071 back end(s).
4072
4073 @item M-g
4074 @kindex M-g (Group)
4075 @findex gnus-group-get-new-news-this-group
4076 @vindex gnus-goto-next-group-when-activating
4077 @c @icon{gnus-group-get-new-news-this-group}
4078 Check whether new articles have arrived in the current group
4079 (@code{gnus-group-get-new-news-this-group}).
4080 @code{gnus-goto-next-group-when-activating} says whether this command is
4081 to move point to the next group or not.  It is @code{t} by default.
4082
4083 @findex gnus-activate-all-groups
4084 @cindex activating groups
4085 @item C-c M-g
4086 @kindex C-c M-g (Group)
4087 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4088
4089 @item R
4090 @kindex R (Group)
4091 @cindex restarting
4092 @findex gnus-group-restart
4093 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4094 file(s), closes the connection to all servers, clears up all run-time
4095 Gnus variables, and then starts Gnus all over again.
4096
4097 @end table
4098
4099 @vindex gnus-get-new-news-hook
4100 @code{gnus-get-new-news-hook} is run just before checking for new news.
4101
4102 @vindex gnus-after-getting-new-news-hook
4103 @code{gnus-after-getting-new-news-hook} is run after checking for new
4104 news.
4105
4106
4107 @node Group Information
4108 @subsection Group Information
4109 @cindex group information
4110 @cindex information on groups
4111
4112 @table @kbd
4113
4114
4115 @item H f
4116 @kindex H f (Group)
4117 @findex gnus-group-fetch-faq
4118 @vindex gnus-group-faq-directory
4119 @cindex FAQ
4120 @cindex ange-ftp
4121 Try to fetch the FAQ for the current group
4122 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
4123 @code{gnus-group-faq-directory}, which is usually a directory on a
4124 remote machine.  This variable can also be a list of directories.  In
4125 that case, giving a prefix to this command will allow you to choose
4126 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
4127 for fetching the file.
4128
4129 If fetching from the first site is unsuccessful, Gnus will attempt to go
4130 through @code{gnus-group-faq-directory} and try to open them one by one.
4131
4132 @item H c
4133 @kindex H c (Group)
4134 @findex gnus-group-fetch-charter
4135 @vindex gnus-group-charter-alist
4136 @cindex charter
4137 Try to open the charter for the current group in a web browser
4138 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4139 prefix argument.
4140
4141 Gnus will use @code{gnus-group-charter-alist} to find the location of
4142 the charter.  If no location is known, Gnus will fetch the control
4143 messages for the group, which in some cases includes the charter.
4144
4145 @item H C
4146 @kindex H C (Group)
4147 @findex gnus-group-fetch-control
4148 @vindex gnus-group-fetch-control-use-browse-url
4149 @cindex control message
4150 Fetch the control messages for the group from the archive at
4151 @code{ftp.isc.org} (@code{gnus-group-fetch-control}). Query for a
4152 group if given a prefix argument.
4153
4154 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4155 Gnus will open the control messages in a browser using
4156 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4157 and displayed in an ephemeral group.
4158
4159 Note that the control messages are compressed.  To use this command
4160 you need to turn on @code{auto-compression-mode}
4161 (@pxref{(emacs)Compressed Files}).
4162
4163 @item H d
4164 @itemx C-c C-d
4165 @c @icon{gnus-group-describe-group}
4166 @kindex H d (Group)
4167 @kindex C-c C-d (Group)
4168 @cindex describing groups
4169 @cindex group description
4170 @findex gnus-group-describe-group
4171 Describe the current group (@code{gnus-group-describe-group}).  If given
4172 a prefix, force Gnus to re-read the description from the server.
4173
4174 @item M-d
4175 @kindex M-d (Group)
4176 @findex gnus-group-describe-all-groups
4177 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4178 prefix, force Gnus to re-read the description file from the server.
4179
4180 @item H v
4181 @itemx V
4182 @kindex V (Group)
4183 @kindex H v (Group)
4184 @cindex version
4185 @findex gnus-version
4186 Display current Gnus version numbers (@code{gnus-version}).
4187
4188 @item ?
4189 @kindex ? (Group)
4190 @findex gnus-group-describe-briefly
4191 Give a very short help message (@code{gnus-group-describe-briefly}).
4192
4193 @item C-c C-i
4194 @kindex C-c C-i (Group)
4195 @cindex info
4196 @cindex manual
4197 @findex gnus-info-find-node
4198 Go to the Gnus info node (@code{gnus-info-find-node}).
4199 @end table
4200
4201
4202 @node Group Timestamp
4203 @subsection Group Timestamp
4204 @cindex timestamps
4205 @cindex group timestamps
4206
4207 It can be convenient to let Gnus keep track of when you last read a
4208 group.  To set the ball rolling, you should add
4209 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4210
4211 @lisp
4212 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4213 @end lisp
4214
4215 After doing this, each time you enter a group, it'll be recorded.
4216
4217 This information can be displayed in various ways---the easiest is to
4218 use the @samp{%d} spec in the group line format:
4219
4220 @lisp
4221 (setq gnus-group-line-format
4222       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4223 @end lisp
4224
4225 This will result in lines looking like:
4226
4227 @example
4228 *        0: mail.ding                                19961002T012943
4229          0: custom                                   19961002T012713
4230 @end example
4231
4232 As you can see, the date is displayed in compact ISO 8601 format.  This
4233 may be a bit too much, so to just display the date, you could say
4234 something like:
4235
4236 @lisp
4237 (setq gnus-group-line-format
4238       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4239 @end lisp
4240
4241 If you would like greater control of the time format, you can use a
4242 user-defined format spec.  Something like the following should do the
4243 trick:
4244
4245 @lisp
4246 (setq gnus-group-line-format
4247       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4248 (defun gnus-user-format-function-d (headers)
4249   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4250     (if time
4251         (format-time-string "%b %d  %H:%M" time)
4252       "")))
4253 @end lisp
4254
4255
4256 @node File Commands
4257 @subsection File Commands
4258 @cindex file commands
4259
4260 @table @kbd
4261
4262 @item r
4263 @kindex r (Group)
4264 @findex gnus-group-read-init-file
4265 @vindex gnus-init-file
4266 @cindex reading init file
4267 Re-read the init file (@code{gnus-init-file}, which defaults to
4268 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
4269
4270 @item s
4271 @kindex s (Group)
4272 @findex gnus-group-save-newsrc
4273 @cindex saving .newsrc
4274 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4275 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4276 file(s) whether Gnus thinks it is necessary or not.
4277
4278 @c @item Z
4279 @c @kindex Z (Group)
4280 @c @findex gnus-group-clear-dribble
4281 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4282
4283 @end table
4284
4285
4286 @node Sieve Commands
4287 @subsection Sieve Commands
4288 @cindex group sieve commands
4289
4290 Sieve is a server-side mail filtering language.  In Gnus you can use
4291 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4292 sieve rules that should apply to each group.  Gnus provides two
4293 commands to translate all these group parameters into a proper Sieve
4294 script that can be transfered to the server somehow.
4295
4296 @vindex gnus-sieve-file
4297 @vindex gnus-sieve-region-start
4298 @vindex gnus-sieve-region-end
4299 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4300 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4301 between two delimiters, @code{gnus-sieve-region-start} and
4302 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4303 outside these delimiters that will not be removed the next time you
4304 regenerate the Sieve script.
4305
4306 @vindex gnus-sieve-crosspost
4307 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4308 is generated.  If it is non-@code{nil} (the default) articles is
4309 placed in all groups that have matching rules, otherwise the article
4310 is only placed in the group with the first matching rule.  For
4311 example, the group parameter @samp{(sieve address "sender"
4312 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4313 code if @code{gnus-sieve-crosspost} is @code{nil}. (When
4314 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4315 except that the line containing the call to @code{stop} is removed.)
4316
4317 @example
4318 if address "sender" "owner-ding@@hpc.uh.edu" @{
4319         fileinto "INBOX.ding";
4320         stop;
4321 @}
4322 @end example
4323
4324 @xref{Top, ,Top, sieve, Emacs Sieve}.
4325
4326 @table @kbd
4327
4328 @item D g
4329 @kindex D g (Group)
4330 @findex gnus-sieve-generate
4331 @vindex gnus-sieve-file
4332 @cindex generating sieve script
4333 Regenerate a Sieve script from the @code{sieve} group parameters and
4334 put you into the @code{gnus-sieve-file} without saving it.
4335
4336 @item D u
4337 @kindex D u (Group)
4338 @findex gnus-sieve-update
4339 @vindex gnus-sieve-file
4340 @cindex updating sieve script
4341 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4342 @code{sieve} group parameters, save the file and upload it to the
4343 server using the @code{sieveshell} program.
4344
4345 @end table
4346
4347
4348 @node Summary Buffer
4349 @chapter Summary Buffer
4350 @cindex summary buffer
4351
4352 A line for each article is displayed in the summary buffer.  You can
4353 move around, read articles, post articles and reply to articles.
4354
4355 The most common way to a summary buffer is to select a group from the
4356 group buffer (@pxref{Selecting a Group}).
4357
4358 You can have as many summary buffers open as you wish.
4359
4360 @menu
4361 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4362 * Summary Maneuvering::         Moving around the summary buffer.
4363 * Choosing Articles::           Reading articles.
4364 * Paging the Article::          Scrolling the current article.
4365 * Reply Followup and Post::     Posting articles.
4366 * Delayed Articles::            Send articles at a later time.
4367 * Marking Articles::            Marking articles as read, expirable, etc.
4368 * Limiting::                    You can limit the summary buffer.
4369 * Threading::                   How threads are made.
4370 * Sorting the Summary Buffer::  How articles and threads are sorted.
4371 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4372 * Article Caching::             You may store articles in a cache.
4373 * Persistent Articles::         Making articles expiry-resistant.
4374 * Article Backlog::             Having already read articles hang around.
4375 * Saving Articles::             Ways of customizing article saving.
4376 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4377 * Article Treatment::           The article buffer can be mangled at will.
4378 * MIME Commands::               Doing MIMEy things with the articles.
4379 * Charsets::                    Character set issues.
4380 * Article Commands::            Doing various things with the article buffer.
4381 * Summary Sorting::             Sorting the summary buffer in various ways.
4382 * Finding the Parent::          No child support? Get the parent.
4383 * Alternative Approaches::      Reading using non-default summaries.
4384 * Tree Display::                A more visual display of threads.
4385 * Mail Group Commands::         Some commands can only be used in mail groups.
4386 * Various Summary Stuff::       What didn't fit anywhere else.
4387 * Exiting the Summary Buffer::  Returning to the Group buffer,
4388                                 or reselecting the current group.
4389 * Crosspost Handling::          How crossposted articles are dealt with.
4390 * Duplicate Suppression::       An alternative when crosspost handling fails.
4391 * Security::                    Decrypt and Verify.
4392 * Mailing List::                Mailing list minor mode.
4393 @end menu
4394
4395
4396 @node Summary Buffer Format
4397 @section Summary Buffer Format
4398 @cindex summary buffer format
4399
4400 @iftex
4401 @iflatex
4402 \gnusfigure{The Summary Buffer}{180}{
4403 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4404 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4405 }
4406 @end iflatex
4407 @end iftex
4408
4409 @menu
4410 * Summary Buffer Lines::        You can specify how summary lines should look.
4411 * To From Newsgroups::          How to not display your own name.
4412 * Summary Buffer Mode Line::    You can say how the mode line should look.
4413 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4414 @end menu
4415
4416 @findex mail-extract-address-components
4417 @findex gnus-extract-address-components
4418 @vindex gnus-extract-address-components
4419 Gnus will use the value of the @code{gnus-extract-address-components}
4420 variable as a function for getting the name and address parts of a
4421 @code{From} header.  Two pre-defined functions exist:
4422 @code{gnus-extract-address-components}, which is the default, quite
4423 fast, and too simplistic solution; and
4424 @code{mail-extract-address-components}, which works very nicely, but is
4425 slower.  The default function will return the wrong answer in 5% of the
4426 cases.  If this is unacceptable to you, use the other function instead:
4427
4428 @lisp
4429 (setq gnus-extract-address-components
4430       'mail-extract-address-components)
4431 @end lisp
4432
4433 @vindex gnus-summary-same-subject
4434 @code{gnus-summary-same-subject} is a string indicating that the current
4435 article has the same subject as the previous.  This string will be used
4436 with those specs that require it.  The default is @code{""}.
4437
4438
4439 @node Summary Buffer Lines
4440 @subsection Summary Buffer Lines
4441
4442 @vindex gnus-summary-line-format
4443 You can change the format of the lines in the summary buffer by changing
4444 the @code{gnus-summary-line-format} variable.  It works along the same
4445 lines as a normal @code{format} string, with some extensions
4446 (@pxref{Formatting Variables}).
4447
4448 There should always be a colon or a point position marker on the line;
4449 the cursor always moves to the point position marker or the colon after
4450 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4451 possible to change this.  Just write a new function
4452 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4453 @xref{Positioning Point}.
4454
4455 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4456
4457 The following format specification characters and extended format
4458 specification(s) are understood:
4459
4460 @table @samp
4461 @item N
4462 Article number.
4463 @item S
4464 Subject string.  List identifiers stripped,
4465 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4466 @item s
4467 Subject if the article is the root of the thread or the previous article
4468 had a different subject, @code{gnus-summary-same-subject} otherwise.
4469 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4470 @item F
4471 Full @code{From} header.
4472 @item n
4473 The name (from the @code{From} header).
4474 @item f
4475 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4476 From Newsgroups}).
4477 @item a
4478 The name (from the @code{From} header).  This differs from the @code{n}
4479 spec in that it uses the function designated by the
4480 @code{gnus-extract-address-components} variable, which is slower, but
4481 may be more thorough.
4482 @item A
4483 The address (from the @code{From} header).  This works the same way as
4484 the @code{a} spec.
4485 @item L
4486 Number of lines in the article.
4487 @item c
4488 Number of characters in the article. This specifier is not supported
4489 in some methods (like nnfolder).
4490 @item k
4491 Pretty-printed version of the number of characters in the article;
4492 for example, @samp{1.2k} or @samp{0.4M}.
4493 @item I
4494 Indentation based on thread level (@pxref{Customizing Threading}).
4495 @item B
4496 A complex trn-style thread tree, showing response-connecting trace
4497 lines.  A thread could be drawn like this:
4498
4499 @example
4500 >
4501 +->
4502 | +->
4503 | | \->
4504 | |   \->
4505 | \->
4506 +->
4507 \->
4508 @end example
4509
4510 You can customize the appearance with the following options.  Note
4511 that it is possible to make the thread display look really neat by
4512 replacing the default ASCII characters with graphic line-drawing
4513 glyphs.
4514 @table @code
4515 @item gnus-sum-thread-tree-root
4516 @vindex gnus-sum-thread-tree-root
4517 Used for the root of a thread.  If @code{nil}, use subject
4518 instead. The default is @samp{> }.
4519
4520 @item gnus-sum-thread-tree-single-indent
4521 @vindex gnus-sum-thread-tree-single-indent
4522 Used for a thread with just one message.  If @code{nil}, use subject
4523 instead.  The default is @samp{}.
4524
4525 @item gnus-sum-thread-tree-vertical
4526 @vindex gnus-sum-thread-tree-vertical
4527 Used for drawing a vertical line.  The default is @samp{| }.
4528
4529 @item gnus-sum-thread-tree-indent
4530 @vindex gnus-sum-thread-tree-indent
4531 Used for indenting.  The default is @samp{  }. 
4532
4533 @item gnus-sum-thread-tree-leaf-with-other
4534 @vindex gnus-sum-thread-tree-leaf-with-other
4535 Used for a leaf with brothers.  The default is @samp{+-> }.
4536
4537 @item gnus-sum-thread-tree-single-leaf
4538 @vindex gnus-sum-thread-tree-single-leaf
4539 Used for a leaf without brothers.  The default is @samp{\-> }
4540
4541 @end table
4542
4543 @item T
4544 Nothing if the article is a root and lots of spaces if it isn't (it
4545 pushes everything after it off the screen).
4546 @item [
4547 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4548 for adopted articles (@pxref{Customizing Threading}).
4549 @item ]
4550 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4551 for adopted articles.
4552 @item >
4553 One space for each thread level.
4554 @item <
4555 Twenty minus thread level spaces.
4556 @item U
4557 Unread. @xref{Read Articles}.
4558
4559 @item R
4560 This misleadingly named specifier is the @dfn{secondary mark}.  This
4561 mark will say whether the article has been replied to, has been cached,
4562 or has been saved.  @xref{Other Marks}.
4563
4564 @item i
4565 Score as a number (@pxref{Scoring}).
4566 @item z
4567 @vindex gnus-summary-zcore-fuzz
4568 Zcore, @samp{+} if above the default level and @samp{-} if below the
4569 default level.  If the difference between
4570 @code{gnus-summary-default-score} and the score is less than
4571 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4572 @item V
4573 Total thread score.
4574 @item x
4575 @code{Xref}.
4576 @item D
4577 @code{Date}.
4578 @item d
4579 The @code{Date} in @code{DD-MMM} format.
4580 @item o
4581 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4582 @item M
4583 @code{Message-ID}.
4584 @item r
4585 @code{References}.
4586 @item t
4587 Number of articles in the current sub-thread.  Using this spec will slow
4588 down summary buffer generation somewhat.
4589 @item e
4590 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4591 article has any children.
4592 @item P
4593 The line number.
4594 @item O
4595 Download mark.
4596 @item &user-date;
4597 Age sensitive date format.  Various date format is defined in
4598 @code{gnus-user-date-format-alist}.
4599 @item u
4600 User defined specifier.  The next character in the format string should
4601 be a letter.  Gnus will call the function
4602 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
4603 following @samp{%u}.  The function will be passed the current header as
4604 argument.  The function should return a string, which will be inserted
4605 into the summary just like information from any other summary specifier.
4606 @end table
4607
4608 Text between @samp{%(} and @samp{%)} will be highlighted with
4609 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4610 There can only be one such area.
4611
4612 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4613 have to be handled with care.  For reasons of efficiency, Gnus will
4614 compute what column these characters will end up in, and ``hard-code''
4615 that.  This means that it is invalid to have these specs after a
4616 variable-length spec.  Well, you might not be arrested, but your summary
4617 buffer will look strange, which is bad enough.
4618
4619 The smart choice is to have these specs as far to the left as possible.
4620 (Isn't that the case with everything, though?  But I digress.)
4621
4622 This restriction may disappear in later versions of Gnus.
4623
4624
4625 @node To From Newsgroups
4626 @subsection To From Newsgroups
4627 @cindex To
4628 @cindex Newsgroups
4629
4630 In some groups (particularly in archive groups), the @code{From} header
4631 isn't very interesting, since all the articles there are written by
4632 you.  To display the information in the @code{To} or @code{Newsgroups}
4633 headers instead, you need to decide three things: What information to
4634 gather; where to display it; and when to display it.
4635
4636 @enumerate
4637 @item
4638 @vindex gnus-extra-headers
4639 The reading of extra header information is controlled by the
4640 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4641 instance:
4642
4643 @lisp
4644 (setq gnus-extra-headers
4645       '(To Newsgroups X-Newsreader))
4646 @end lisp
4647
4648 This will result in Gnus trying to obtain these three headers, and
4649 storing it in header structures for later easy retrieval.
4650
4651 @item
4652 @findex gnus-extra-header
4653 The value of these extra headers can be accessed via the
4654 @code{gnus-extra-header} function.  Here's a format line spec that will
4655 access the @code{X-Newsreader} header:
4656
4657 @example
4658 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4659 @end example
4660
4661 @item
4662 @vindex gnus-ignored-from-addresses
4663 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4664 summary line spec returns the @code{To}, @code{Newsreader} or
4665 @code{From} header.  If this regexp matches the contents of the
4666 @code{From} header, the value of the @code{To} or @code{Newsreader}
4667 headers are used instead.
4668
4669 @end enumerate
4670
4671 @vindex nnmail-extra-headers
4672 A related variable is @code{nnmail-extra-headers}, which controls when
4673 to include extra headers when generating overview (@sc{nov}) files.
4674 If you have old overview files, you should regenerate them after
4675 changing this variable, by entering the server buffer using @kbd{^},
4676 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4677 regeneration.
4678
4679 @vindex gnus-summary-line-format
4680 You also have to instruct Gnus to display the data by changing the
4681 @code{%n} spec to the @code{%f} spec in the
4682 @code{gnus-summary-line-format} variable.
4683
4684 In summary, you'd typically put something like the following in
4685 @file{~/.gnus}:
4686
4687 @lisp
4688 (setq gnus-extra-headers
4689       '(To Newsgroups))
4690 (setq nnmail-extra-headers gnus-extra-headers)
4691 (setq gnus-summary-line-format
4692       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4693 (setq gnus-ignored-from-addresses
4694       "Your Name Here")
4695 @end lisp
4696
4697 (The values listed above are the default values in Gnus.  Alter them
4698 to fit your needs.)
4699
4700 A note for news server administrators, or for users who wish to try to
4701 convince their news server administrator to provide some additional
4702 support:
4703
4704 The above is mostly useful for mail groups, where you have control over
4705 the @sc{nov} files that are created.  However, if you can persuade your
4706 nntp admin to add (in the usual implementation, notably INN):
4707
4708 @example
4709 Newsgroups:full
4710 @end example
4711
4712 to the end of her @file{overview.fmt} file, then you can use that just
4713 as you would the extra headers from the mail groups.
4714
4715
4716 @node Summary Buffer Mode Line
4717 @subsection Summary Buffer Mode Line
4718
4719 @vindex gnus-summary-mode-line-format
4720 You can also change the format of the summary mode bar (@pxref{Mode Line
4721 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4722 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4723
4724 Here are the elements you can play with:
4725
4726 @table @samp
4727 @item G
4728 Group name.
4729 @item p
4730 Unprefixed group name.
4731 @item A
4732 Current article number.
4733 @item z
4734 Current article score.
4735 @item V
4736 Gnus version.
4737 @item U
4738 Number of unread articles in this group.
4739 @item e
4740 Number of unread articles in this group that aren't displayed in the
4741 summary buffer.
4742 @item Z
4743 A string with the number of unread and unselected articles represented
4744 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4745 articles, and just as @samp{<%U more>} if there are just unread articles
4746 and no unselected ones.
4747 @item g
4748 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4749 shortened to @samp{r.a.anime}.
4750 @item S
4751 Subject of the current article.
4752 @item u
4753 User-defined spec (@pxref{User-Defined Specs}).
4754 @item s
4755 Name of the current score file (@pxref{Scoring}).
4756 @item d
4757 Number of dormant articles (@pxref{Unread Articles}).
4758 @item t
4759 Number of ticked articles (@pxref{Unread Articles}).
4760 @item r
4761 Number of articles that have been marked as read in this session.
4762 @item E
4763 Number of articles expunged by the score files.
4764 @end table
4765
4766
4767 @node Summary Highlighting
4768 @subsection Summary Highlighting
4769
4770 @table @code
4771
4772 @item gnus-visual-mark-article-hook
4773 @vindex gnus-visual-mark-article-hook
4774 This hook is run after selecting an article.  It is meant to be used for
4775 highlighting the article in some way.  It is not run if
4776 @code{gnus-visual} is @code{nil}.
4777
4778 @item gnus-summary-update-hook
4779 @vindex gnus-summary-update-hook
4780 This hook is called when a summary line is changed.  It is not run if
4781 @code{gnus-visual} is @code{nil}.
4782
4783 @item gnus-summary-selected-face
4784 @vindex gnus-summary-selected-face
4785 This is the face (or @dfn{font} as some people call it) used to
4786 highlight the current article in the summary buffer.
4787
4788 @item gnus-summary-highlight
4789 @vindex gnus-summary-highlight
4790 Summary lines are highlighted according to this variable, which is a
4791 list where the elements are of the format @code{(@var{form}
4792 . @var{face})}.  If you would, for instance, like ticked articles to be
4793 italic and high-scored articles to be bold, you could set this variable
4794 to something like
4795 @lisp
4796 (((eq mark gnus-ticked-mark) . italic)
4797  ((> score default) . bold))
4798 @end lisp
4799 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4800 @var{face} will be applied to the line.
4801 @end table
4802
4803
4804 @node Summary Maneuvering
4805 @section Summary Maneuvering
4806 @cindex summary movement
4807
4808 All the straight movement commands understand the numeric prefix and
4809 behave pretty much as you'd expect.
4810
4811 None of these commands select articles.
4812
4813 @table @kbd
4814 @item G M-n
4815 @itemx M-n
4816 @kindex M-n (Summary)
4817 @kindex G M-n (Summary)
4818 @findex gnus-summary-next-unread-subject
4819 Go to the next summary line of an unread article
4820 (@code{gnus-summary-next-unread-subject}).
4821
4822 @item G M-p
4823 @itemx M-p
4824 @kindex M-p (Summary)
4825 @kindex G M-p (Summary)
4826 @findex gnus-summary-prev-unread-subject
4827 Go to the previous summary line of an unread article
4828 (@code{gnus-summary-prev-unread-subject}).
4829
4830 @item G g
4831 @kindex G g (Summary)
4832 @findex gnus-summary-goto-subject
4833 Ask for an article number and then go to the summary line of that article
4834 without displaying the article (@code{gnus-summary-goto-subject}).
4835 @end table
4836
4837 If Gnus asks you to press a key to confirm going to the next group, you
4838 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4839 buffer, searching for the next group to read without actually returning
4840 to the group buffer.
4841
4842 Variables related to summary movement:
4843
4844 @table @code
4845
4846 @vindex gnus-auto-select-next
4847 @item gnus-auto-select-next
4848 If you issue one of the movement commands (like @kbd{n}) and there are
4849 no more unread articles after the current one, Gnus will offer to go to
4850 the next group.  If this variable is @code{t} and the next group is
4851 empty, Gnus will exit summary mode and return to the group buffer.  If
4852 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4853 next group with unread articles.  As a special case, if this variable
4854 is @code{quietly}, Gnus will select the next group without asking for
4855 confirmation.  If this variable is @code{almost-quietly}, the same
4856 will happen only if you are located on the last article in the group.
4857 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4858 command will go to the next group without confirmation.  Also
4859 @pxref{Group Levels}.
4860
4861 @item gnus-auto-select-same
4862 @vindex gnus-auto-select-same
4863 If non-@code{nil}, all the movement commands will try to go to the next
4864 article with the same subject as the current.  (@dfn{Same} here might
4865 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4866 for details (@pxref{Customizing Threading}).)  If there are no more
4867 articles with the same subject, go to the first unread article.
4868
4869 This variable is not particularly useful if you use a threaded display.
4870
4871 @item gnus-summary-check-current
4872 @vindex gnus-summary-check-current
4873 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4874 to the next (or previous) article if the current article is unread.
4875 Instead, they will choose the current article.
4876
4877 @item gnus-auto-center-summary
4878 @vindex gnus-auto-center-summary
4879 If non-@code{nil}, Gnus will keep the point in the summary buffer
4880 centered at all times.  This makes things quite tidy, but if you have a
4881 slow network connection, or simply do not like this un-Emacsism, you can
4882 set this variable to @code{nil} to get the normal Emacs scrolling
4883 action.  This will also inhibit horizontal re-centering of the summary
4884 buffer, which might make it more inconvenient to read extremely long
4885 threads.
4886
4887 This variable can also be a number.  In that case, center the window at
4888 the given number of lines from the top.
4889
4890 @end table
4891
4892
4893 @node Choosing Articles
4894 @section Choosing Articles
4895 @cindex selecting articles
4896
4897 @menu
4898 * Choosing Commands::           Commands for choosing articles.
4899 * Choosing Variables::          Variables that influence these commands.
4900 @end menu
4901
4902
4903 @node Choosing Commands
4904 @subsection Choosing Commands
4905
4906 None of the following movement commands understand the numeric prefix,
4907 and they all select and display an article.
4908
4909 If you want to fetch new articles or redisplay the group, see
4910 @ref{Exiting the Summary Buffer}.
4911
4912 @table @kbd
4913 @item SPACE
4914 @kindex SPACE (Summary)
4915 @findex gnus-summary-next-page
4916 Select the current article, or, if that one's read already, the next
4917 unread article (@code{gnus-summary-next-page}).
4918
4919 If you have an article window open already and you press @kbd{SPACE}
4920 again, the article will be scrolled.  This lets you conveniently
4921 @kbd{SPACE} through an entire newsgroup.  @pxref{Paging the Article}.
4922
4923 @item G n
4924 @itemx n
4925 @kindex n (Summary)
4926 @kindex G n (Summary)
4927 @findex gnus-summary-next-unread-article
4928 @c @icon{gnus-summary-next-unread}
4929 Go to next unread article (@code{gnus-summary-next-unread-article}).
4930
4931 @item G p
4932 @itemx p
4933 @kindex p (Summary)
4934 @findex gnus-summary-prev-unread-article
4935 @c @icon{gnus-summary-prev-unread}
4936 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
4937
4938 @item G N
4939 @itemx N
4940 @kindex N (Summary)
4941 @kindex G N (Summary)
4942 @findex gnus-summary-next-article
4943 Go to the next article (@code{gnus-summary-next-article}).
4944
4945 @item G P
4946 @itemx P
4947 @kindex P (Summary)
4948 @kindex G P (Summary)
4949 @findex gnus-summary-prev-article
4950 Go to the previous article (@code{gnus-summary-prev-article}).
4951
4952 @item G C-n
4953 @kindex G C-n (Summary)
4954 @findex gnus-summary-next-same-subject
4955 Go to the next article with the same subject
4956 (@code{gnus-summary-next-same-subject}).
4957
4958 @item G C-p
4959 @kindex G C-p (Summary)
4960 @findex gnus-summary-prev-same-subject
4961 Go to the previous article with the same subject
4962 (@code{gnus-summary-prev-same-subject}).
4963
4964 @item G f
4965 @itemx .
4966 @kindex G f  (Summary)
4967 @kindex .  (Summary)
4968 @findex gnus-summary-first-unread-article
4969 Go to the first unread article
4970 (@code{gnus-summary-first-unread-article}).
4971
4972 @item G b
4973 @itemx ,
4974 @kindex G b (Summary)
4975 @kindex , (Summary)
4976 @findex gnus-summary-best-unread-article
4977 Go to the unread article with the highest score
4978 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
4979 go to the first unread article that has a score over the default score.
4980
4981 @item G l
4982 @itemx l
4983 @kindex l (Summary)
4984 @kindex G l (Summary)
4985 @findex gnus-summary-goto-last-article
4986 Go to the previous article read (@code{gnus-summary-goto-last-article}).
4987
4988 @item G o
4989 @kindex G o (Summary)
4990 @findex gnus-summary-pop-article
4991 @cindex history
4992 @cindex article history
4993 Pop an article off the summary history and go to this article
4994 (@code{gnus-summary-pop-article}).  This command differs from the
4995 command above in that you can pop as many previous articles off the
4996 history as you like, while @kbd{l} toggles the two last read articles.
4997 For a somewhat related issue (if you use these commands a lot),
4998 @pxref{Article Backlog}.
4999
5000 @item G j
5001 @itemx j
5002 @kindex j (Summary)
5003 @kindex G j (Summary)
5004 @findex gnus-summary-goto-article
5005 Ask for an article number or @code{Message-ID}, and then go to that
5006 article (@code{gnus-summary-goto-article}).
5007
5008 @end table
5009
5010
5011 @node Choosing Variables
5012 @subsection Choosing Variables
5013
5014 Some variables relevant for moving and selecting articles:
5015
5016 @table @code
5017 @item gnus-auto-extend-newsgroup
5018 @vindex gnus-auto-extend-newsgroup
5019 All the movement commands will try to go to the previous (or next)
5020 article, even if that article isn't displayed in the Summary buffer if
5021 this variable is non-@code{nil}.  Gnus will then fetch the article from
5022 the server and display it in the article buffer.
5023
5024 @item gnus-select-article-hook
5025 @vindex gnus-select-article-hook
5026 This hook is called whenever an article is selected.  By default it
5027 exposes any threads hidden under the selected article.  If you would 
5028 like each article to be saved in the Agent as you read it, putting
5029 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5030
5031 @item gnus-mark-article-hook
5032 @vindex gnus-mark-article-hook
5033 @findex gnus-summary-mark-unread-as-read
5034 @findex gnus-summary-mark-read-and-unread-as-read
5035 @findex gnus-unread-mark
5036 This hook is called whenever an article is selected.  It is intended to
5037 be used for marking articles as read.  The default value is
5038 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5039 mark of almost any article you read to @code{gnus-unread-mark}.  The
5040 only articles not affected by this function are ticked, dormant, and
5041 expirable articles.  If you'd instead like to just have unread articles
5042 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5043 instead.  It will leave marks like @code{gnus-low-score-mark},
5044 @code{gnus-del-mark} (and so on) alone.
5045
5046 @end table
5047
5048
5049 @node Paging the Article
5050 @section Scrolling the Article
5051 @cindex article scrolling
5052
5053 @table @kbd
5054
5055 @item SPACE
5056 @kindex SPACE (Summary)
5057 @findex gnus-summary-next-page
5058 Pressing @kbd{SPACE} will scroll the current article forward one page,
5059 or, if you have come to the end of the current article, will choose the
5060 next article (@code{gnus-summary-next-page}).
5061
5062 @vindex gnus-article-boring-faces
5063 @vindex gnus-article-skip-boring
5064 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5065 the article consists only of citations and signature, then it will be
5066 skipped; the next article will be shown instead.  You can customize
5067 what is considered uninteresting with
5068 @code{gnus-article-boring-faces}.  You can manually view the article's
5069 pages, no matter how boring, using @kbd{C-M-v}.
5070
5071 @item DEL
5072 @kindex DEL (Summary)
5073 @findex gnus-summary-prev-page
5074 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5075
5076 @item RET
5077 @kindex RET (Summary)
5078 @findex gnus-summary-scroll-up
5079 Scroll the current article one line forward
5080 (@code{gnus-summary-scroll-up}).
5081
5082 @item M-RET
5083 @kindex M-RET (Summary)
5084 @findex gnus-summary-scroll-down
5085 Scroll the current article one line backward
5086 (@code{gnus-summary-scroll-down}).
5087
5088 @item A g
5089 @itemx g
5090 @kindex A g (Summary)
5091 @kindex g (Summary)
5092 @findex gnus-summary-show-article
5093 @vindex gnus-summary-show-article-charset-alist
5094 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5095 given a prefix, fetch the current article, but don't run any of the
5096 article treatment functions.  This will give you a ``raw'' article, just
5097 the way it came from the server.
5098
5099 If given a numerical prefix, you can do semi-manual charset stuff.
5100 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5101 encoded in the @code{cn-gb-2312} charset.  If you have
5102
5103 @lisp
5104 (setq gnus-summary-show-article-charset-alist
5105       '((1 . cn-gb-2312)
5106         (2 . big5)))
5107 @end lisp
5108
5109 then you can say @kbd{C-u 1 g} to get the same effect.
5110
5111 @item A <
5112 @itemx <
5113 @kindex < (Summary)
5114 @kindex A < (Summary)
5115 @findex gnus-summary-beginning-of-article
5116 Scroll to the beginning of the article
5117 (@code{gnus-summary-beginning-of-article}).
5118
5119 @item A >
5120 @itemx >
5121 @kindex > (Summary)
5122 @kindex A > (Summary)
5123 @findex gnus-summary-end-of-article
5124 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5125
5126 @item A s
5127 @itemx s
5128 @kindex A s (Summary)
5129 @kindex s (Summary)
5130 @findex gnus-summary-isearch-article
5131 Perform an isearch in the article buffer
5132 (@code{gnus-summary-isearch-article}).
5133
5134 @item h
5135 @kindex h (Summary)
5136 @findex gnus-summary-select-article-buffer
5137 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5138
5139 @end table
5140
5141
5142 @node Reply Followup and Post
5143 @section Reply, Followup and Post
5144
5145 @menu
5146 * Summary Mail Commands::       Sending mail.
5147 * Summary Post Commands::       Sending news.
5148 * Summary Message Commands::    Other Message-related commands.
5149 * Canceling and Superseding::   
5150 @end menu
5151
5152
5153 @node Summary Mail Commands
5154 @subsection Summary Mail Commands
5155 @cindex mail
5156 @cindex composing mail
5157
5158 Commands for composing a mail message:
5159
5160 @table @kbd
5161
5162 @item S r
5163 @itemx r
5164 @kindex S r (Summary)
5165 @kindex r (Summary)
5166 @findex gnus-summary-reply
5167 @c @icon{gnus-summary-mail-reply}
5168 @c @icon{gnus-summary-reply}
5169 Mail a reply to the author of the current article
5170 (@code{gnus-summary-reply}).
5171
5172 @item S R
5173 @itemx R
5174 @kindex R (Summary)
5175 @kindex S R (Summary)
5176 @findex gnus-summary-reply-with-original
5177 @c @icon{gnus-summary-reply-with-original}
5178 Mail a reply to the author of the current article and include the
5179 original message (@code{gnus-summary-reply-with-original}).  This
5180 command uses the process/prefix convention.
5181
5182 @item S w
5183 @kindex S w (Summary)
5184 @findex gnus-summary-wide-reply
5185 Mail a wide reply to the author of the current article
5186 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5187 goes out to all people listed in the @code{To}, @code{From} (or
5188 @code{Reply-to}) and @code{Cc} headers.
5189
5190 @item S W
5191 @kindex S W (Summary)
5192 @findex gnus-summary-wide-reply-with-original
5193 Mail a wide reply to the current article and include the original
5194 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5195 the process/prefix convention.
5196
5197 @item S v
5198 @kindex S v (Summary)
5199 @findex gnus-summary-very-wide-reply
5200 Mail a very wide reply to the author of the current article
5201 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5202 that goes out to all people listed in the @code{To}, @code{From} (or
5203 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5204 articles.  This command uses the process/prefix convention.
5205
5206 @item S V
5207 @kindex S V (Summary)
5208 @findex gnus-summary-very-wide-reply-with-original
5209 Mail a very wide reply to the author of the current article and include the
5210 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5211 command uses the process/prefix convention.
5212
5213 @item S B r
5214 @kindex S B r (Summary)
5215 @findex gnus-summary-reply-broken-reply-to
5216 Mail a reply to the author of the current article but ignore the
5217 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5218
5219 @item S B R
5220 @kindex S B R (Summary)
5221 @findex gnus-summary-reply-broken-reply-to-with-original
5222 Mail a reply to the author of the current article and include the
5223 original message but ignore the @code{Reply-To} field
5224 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5225
5226 @item S o m
5227 @itemx C-c C-f
5228 @kindex S o m (Summary)
5229 @kindex C-c C-f (Summary)
5230 @findex gnus-summary-mail-forward
5231 @c @icon{gnus-summary-mail-forward}
5232 Forward the current article to some other person
5233 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5234 is forwarded according to the value of (@code{message-forward-as-mime})
5235 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5236 message and forward directly inline; if the prefix is 2, forward message
5237 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5238 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5239 directly inline; otherwise, the message is forwarded as no prefix given
5240 but use the flipped value of (@code{message-forward-as-mime}).  By
5241 default, the message is decoded and forwarded as an rfc822 @sc{mime}
5242 section.
5243
5244 @item S m
5245 @itemx m
5246 @kindex m (Summary)
5247 @kindex S m (Summary)
5248 @findex gnus-summary-mail-other-window
5249 @c @icon{gnus-summary-mail-originate}
5250 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5251 the posting style of the current group.  If given a prefix, disable that.
5252 If the prefix is 1, prompt for a group name to find the posting style.
5253
5254 @item S i
5255 @itemx i
5256 @kindex i (Summary)
5257 @kindex S i (Summary)
5258 @findex gnus-summary-news-other-window
5259 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5260 post to the current group.  If given a prefix, disable that.  If the
5261 prefix is 1, prompt for a group to post to.
5262
5263 This function actually prepares a news even when using mail groups.
5264 This is useful for ``posting'' messages to mail groups without actually
5265 sending them over the network: they're just saved directly to the group
5266 in question.  The corresponding back end must have a request-post method
5267 for this to work though.
5268
5269 @item S D b
5270 @kindex S D b (Summary)
5271 @findex gnus-summary-resend-bounced-mail
5272 @cindex bouncing mail
5273 If you have sent a mail, but the mail was bounced back to you for some
5274 reason (wrong address, transient failure), you can use this command to
5275 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5276 will be popped into a mail buffer where you can edit the headers before
5277 sending the mail off again.  If you give a prefix to this command, and
5278 the bounced mail is a reply to some other mail, Gnus will try to fetch
5279 that mail and display it for easy perusal of its headers.  This might
5280 very well fail, though.
5281
5282 @item S D r
5283 @kindex S D r (Summary)
5284 @findex gnus-summary-resend-message
5285 Not to be confused with the previous command,
5286 @code{gnus-summary-resend-message} will prompt you for an address to
5287 send the current message off to, and then send it to that place.  The
5288 headers of the message won't be altered---but lots of headers that say
5289 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5290 means that you actually send a mail to someone that has a @code{To}
5291 header that (probably) points to yourself.  This will confuse people.
5292 So, natcherly you'll only do that if you're really eVIl.
5293
5294 This command is mainly used if you have several accounts and want to
5295 ship a mail to a different account of yours.  (If you're both
5296 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5297 to the @code{root} account, you may want to resend it to
5298 @code{postmaster}.  Ordnung muss sein!
5299
5300 This command understands the process/prefix convention
5301 (@pxref{Process/Prefix}).
5302
5303 @item S O m
5304 @kindex S O m (Summary)
5305 @findex gnus-uu-digest-mail-forward
5306 Digest the current series (@pxref{Decoding Articles}) and forward the
5307 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5308 uses the process/prefix convention (@pxref{Process/Prefix}).
5309
5310 @item S M-c
5311 @kindex S M-c (Summary)
5312 @findex gnus-summary-mail-crosspost-complaint
5313 @cindex crossposting
5314 @cindex excessive crossposting
5315 Send a complaint about excessive crossposting to the author of the
5316 current article (@code{gnus-summary-mail-crosspost-complaint}).
5317
5318 @findex gnus-crosspost-complaint
5319 This command is provided as a way to fight back against the current
5320 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5321 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5322 command understands the process/prefix convention
5323 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5324
5325 @end table
5326
5327 Also @xref{Header Commands, ,Header Commands, message, The Message
5328 Manual}, for more information.
5329
5330
5331 @node Summary Post Commands
5332 @subsection Summary Post Commands
5333 @cindex post
5334 @cindex composing news
5335
5336 Commands for posting a news article:
5337
5338 @table @kbd
5339 @item S p
5340 @itemx a
5341 @kindex a (Summary)
5342 @kindex S p (Summary)
5343 @findex gnus-summary-post-news
5344 @c @icon{gnus-summary-post-news}
5345 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5346 default, post to the current group.  If given a prefix, disable that.
5347 If the prefix is 1, prompt for another group instead.
5348
5349 @item S f
5350 @itemx f
5351 @kindex f (Summary)
5352 @kindex S f (Summary)
5353 @findex gnus-summary-followup
5354 @c @icon{gnus-summary-followup}
5355 Post a followup to the current article (@code{gnus-summary-followup}).
5356
5357 @item S F
5358 @itemx F
5359 @kindex S F (Summary)
5360 @kindex F (Summary)
5361 @c @icon{gnus-summary-followup-with-original}
5362 @findex gnus-summary-followup-with-original
5363 Post a followup to the current article and include the original message
5364 (@code{gnus-summary-followup-with-original}).   This command uses the
5365 process/prefix convention.
5366
5367 @item S n
5368 @kindex S n (Summary)
5369 @findex gnus-summary-followup-to-mail
5370 Post a followup to the current article via news, even if you got the
5371 message through mail (@code{gnus-summary-followup-to-mail}).
5372
5373 @item S N
5374 @kindex S N (Summary)
5375 @findex gnus-summary-followup-to-mail-with-original
5376 Post a followup to the current article via news, even if you got the
5377 message through mail and include the original message
5378 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5379 the process/prefix convention.
5380
5381 @item S o p
5382 @kindex S o p (Summary)
5383 @findex gnus-summary-post-forward
5384 Forward the current article to a newsgroup
5385 (@code{gnus-summary-post-forward}).
5386  If no prefix is given, the message is forwarded according to the value
5387 of (@code{message-forward-as-mime}) and
5388 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5389 message and forward directly inline; if the prefix is 2, forward message
5390 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5391 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5392 directly inline; otherwise, the message is forwarded as no prefix given
5393 but use the flipped value of (@code{message-forward-as-mime}).  By
5394 default, the message is decoded and forwarded as an rfc822 @sc{mime} section.
5395
5396 @item S O p
5397 @kindex S O p (Summary)
5398 @findex gnus-uu-digest-post-forward
5399 @cindex digests
5400 @cindex making digests
5401 Digest the current series and forward the result to a newsgroup
5402 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5403 process/prefix convention.
5404
5405 @item S u
5406 @kindex S u (Summary)
5407 @findex gnus-uu-post-news
5408 @c @icon{gnus-uu-post-news}
5409 Uuencode a file, split it into parts, and post it as a series
5410 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5411 @end table
5412
5413 Also @xref{Header Commands, ,Header Commands, message, The Message
5414 Manual}, for more information.
5415
5416
5417 @node Summary Message Commands
5418 @subsection Summary Message Commands
5419
5420 @table @kbd
5421 @item S y
5422 @kindex S y (Summary)
5423 @findex gnus-summary-yank-message
5424 Yank the current article into an already existing Message composition
5425 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5426 what message buffer you want to yank into, and understands the
5427 process/prefix convention (@pxref{Process/Prefix}).
5428
5429 @end table
5430
5431
5432 @node Canceling and Superseding
5433 @subsection Canceling Articles
5434 @cindex canceling articles
5435 @cindex superseding articles
5436
5437 Have you ever written something, and then decided that you really,
5438 really, really wish you hadn't posted that?
5439
5440 Well, you can't cancel mail, but you can cancel posts.
5441
5442 @findex gnus-summary-cancel-article
5443 @kindex C (Summary)
5444 @c @icon{gnus-summary-cancel-article}
5445 Find the article you wish to cancel (you can only cancel your own
5446 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5447 c} (@code{gnus-summary-cancel-article}).  Your article will be
5448 canceled---machines all over the world will be deleting your article.
5449 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5450
5451 Be aware, however, that not all sites honor cancels, so your article may
5452 live on here and there, while most sites will delete the article in
5453 question.
5454
5455 Gnus will use the ``current'' select method when canceling.  If you
5456 want to use the standard posting method, use the @samp{a} symbolic
5457 prefix (@pxref{Symbolic Prefixes}).
5458
5459 If you discover that you have made some mistakes and want to do some
5460 corrections, you can post a @dfn{superseding} article that will replace
5461 your original article.
5462
5463 @findex gnus-summary-supersede-article
5464 @kindex S (Summary)
5465 Go to the original article and press @kbd{S s}
5466 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5467 where you can edit the article all you want before sending it off the
5468 usual way.
5469
5470 The same goes for superseding as for canceling, only more so: Some
5471 sites do not honor superseding.  On those sites, it will appear that you
5472 have posted almost the same article twice.
5473
5474 If you have just posted the article, and change your mind right away,
5475 there is a trick you can use to cancel/supersede the article without
5476 waiting for the article to appear on your site first.  You simply return
5477 to the post buffer (which is called @code{*sent ...*}).  There you will
5478 find the article you just posted, with all the headers intact.  Change
5479 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5480 header by substituting one of those words for the word
5481 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5482 you would do normally.  The previous article will be
5483 canceled/superseded.
5484
5485 Just remember, kids: There is no 'c' in 'supersede'.
5486
5487 @node Delayed Articles
5488 @section Delayed Articles
5489 @cindex delayed sending
5490 @cindex send delayed
5491
5492 Sometimes, you might wish to delay the sending of a message.  For
5493 example, you might wish to arrange for a message to turn up just in time
5494 to remind your about the birthday of your Significant Other.  For this,
5495 there is the @code{gnus-delay} package.  Setup is simple:
5496
5497 @lisp
5498 (gnus-delay-initialize)
5499 @end lisp
5500
5501 @findex gnus-delay-article
5502 Normally, to send a message you use the @kbd{C-c C-c} command from
5503 Message mode.  To delay a message, use @kbd{C-c C-j}
5504 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5505 message should be delayed.  Possible answers are:
5506
5507 @itemize @bullet
5508 @item
5509 A time span.  Consists of an integer and a letter.  For example,
5510 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5511 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5512 (months) and @code{Y} (years).
5513
5514 @item
5515 A specific date.  Looks like @code{YYYYY-MM-DD}.  The message will be
5516 delayed until that day, at a specific time (eight o'clock by default).
5517 See also @code{gnus-delay-default-hour}.
5518
5519 @item
5520 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5521 stuff.  The deadline will be at that time today, except if that time has
5522 already passed, then it's at the given time tomorrow.  So if it's ten
5523 o'clock in the morning and you specify @code{11:15}, then the deadline
5524 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5525 that means a time tomorrow.
5526 @end itemize
5527
5528 The action of the @code{gnus-delay-article} command is influenced by a
5529 couple of variables:
5530
5531 @table @code
5532 @item gnus-delay-default-hour
5533 @vindex gnus-delay-default-hour
5534 When you specify a specific date, the message will be due on that hour
5535 on the given date.  Possible values are integers 0 through 23.
5536
5537 @item gnus-delay-default-delay
5538 @vindex gnus-delay-default-delay
5539 This is a string and gives the default delay.  It can be of any of the
5540 formats described above.
5541
5542 @item gnus-delay-group
5543 @vindex gnus-delay-group
5544 Delayed articles will be kept in this group on the drafts server until
5545 they are due.  You probably don't need to change this.  The default
5546 value is @code{"delayed"}.
5547
5548 @item gnus-delay-header
5549 @vindex gnus-delay-header
5550 The deadline for each article will be stored in a header.  This variable
5551 is a string and gives the header name.  You probably don't need to
5552 change this.  The default value is @code{"X-Gnus-Delayed"}.
5553 @end table
5554
5555 The way delaying works is like this: when you use the
5556 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5557 calculates the deadline of the message and stores it in the
5558 @code{X-Gnus-Delayed} header and puts the message in the
5559 @code{nndraft:delayed} group.
5560
5561 @findex gnus-delay-send-queue
5562 And whenever you get new news, Gnus looks through the group for articles
5563 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5564 function for this.  By default, this function is added to the hook
5565 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5566 Maybe you want to use the demon to send drafts?  Just tell the demon to
5567 execute the @code{gnus-delay-send-queue} function.
5568
5569 @table @code
5570 @item gnus-delay-initialize
5571 @findex gnus-delay-initialize
5572 By default, this function installs @code{gnus-delay-send-queue} in
5573 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5574 argument @code{no-check}.  If it is non-@code{nil},
5575 @code{gnus-get-new-news-hook} is not changed.  The optional first
5576 argument is ignored.
5577
5578 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5579 Presumably, you want to use the demon for sending due delayed articles.
5580 Just don't forget to set that up :-)
5581 @end table
5582
5583
5584 @node Marking Articles
5585 @section Marking Articles
5586 @cindex article marking
5587 @cindex article ticking
5588 @cindex marks
5589
5590 There are several marks you can set on an article.
5591
5592 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5593 neologism ohoy!) of the article.  Alphabetic marks generally mean
5594 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5595
5596 In addition, you also have marks that do not affect readedness.
5597
5598 @menu
5599 * Unread Articles::             Marks for unread articles.
5600 * Read Articles::               Marks for read articles.
5601 * Other Marks::                 Marks that do not affect readedness.
5602 @end menu
5603
5604 @ifinfo
5605 There's a plethora of commands for manipulating these marks:
5606 @end ifinfo
5607
5608 @menu
5609 * Setting Marks::             How to set and remove marks.
5610 * Generic Marking Commands::  How to customize the marking.
5611 * Setting Process Marks::     How to mark articles for later processing.
5612 @end menu
5613
5614
5615 @node Unread Articles
5616 @subsection Unread Articles
5617
5618 The following marks mark articles as (kinda) unread, in one form or
5619 other.
5620
5621 @table @samp
5622 @item !
5623 @vindex gnus-ticked-mark
5624 Marked as ticked (@code{gnus-ticked-mark}).
5625
5626 @dfn{Ticked articles} are articles that will remain visible always.  If
5627 you see an article that you find interesting, or you want to put off
5628 reading it, or replying to it, until sometime later, you'd typically
5629 tick it.  However, articles can be expired (from news servers by the
5630 news server software, Gnus itself never expires ticked messages), so if
5631 you want to keep an article forever, you'll have to make it persistent
5632 (@pxref{Persistent Articles}).
5633
5634 @item ?
5635 @vindex gnus-dormant-mark
5636 Marked as dormant (@code{gnus-dormant-mark}).
5637
5638 @dfn{Dormant articles} will only appear in the summary buffer if there
5639 are followups to it.  If you want to see them even if they don't have
5640 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5641 Otherwise (except for the visibility issue), they are just like ticked
5642 messages.
5643
5644 @item SPACE
5645 @vindex gnus-unread-mark
5646 Marked as unread (@code{gnus-unread-mark}).
5647
5648 @dfn{Unread articles} are articles that haven't been read at all yet.
5649 @end table
5650
5651
5652 @node Read Articles
5653 @subsection Read Articles
5654 @cindex expirable mark
5655
5656 All the following marks mark articles as read.
5657
5658 @table @samp
5659
5660 @item r
5661 @vindex gnus-del-mark
5662 These are articles that the user has marked as read with the @kbd{d}
5663 command manually, more or less (@code{gnus-del-mark}).
5664
5665 @item R
5666 @vindex gnus-read-mark
5667 Articles that have actually been read (@code{gnus-read-mark}).
5668
5669 @item O
5670 @vindex gnus-ancient-mark
5671 Articles that were marked as read in previous sessions and are now
5672 @dfn{old} (@code{gnus-ancient-mark}).
5673
5674 @item K
5675 @vindex gnus-killed-mark
5676 Marked as killed (@code{gnus-killed-mark}).
5677
5678 @item X
5679 @vindex gnus-kill-file-mark
5680 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5681
5682 @item Y
5683 @vindex gnus-low-score-mark
5684 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5685
5686 @item C
5687 @vindex gnus-catchup-mark
5688 Marked as read by a catchup (@code{gnus-catchup-mark}).
5689
5690 @item G
5691 @vindex gnus-canceled-mark
5692 Canceled article (@code{gnus-canceled-mark})
5693
5694 @item F
5695 @vindex gnus-souped-mark
5696 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5697
5698 @item Q
5699 @vindex gnus-sparse-mark
5700 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5701 Threading}.
5702
5703 @item M
5704 @vindex gnus-duplicate-mark
5705 Article marked as read by duplicate suppression
5706 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5707
5708 @end table
5709
5710 All these marks just mean that the article is marked as read, really.
5711 They are interpreted differently when doing adaptive scoring, though.
5712
5713 One more special mark, though:
5714
5715 @table @samp
5716 @item E
5717 @vindex gnus-expirable-mark
5718 Marked as expirable (@code{gnus-expirable-mark}).
5719
5720 Marking articles as @dfn{expirable} (or have them marked as such
5721 automatically) doesn't make much sense in normal groups---a user doesn't
5722 control expiring of news articles, but in mail groups, for instance,
5723 articles marked as @dfn{expirable} can be deleted by Gnus at
5724 any time.
5725 @end table
5726
5727
5728 @node Other Marks
5729 @subsection Other Marks
5730 @cindex process mark
5731 @cindex bookmarks
5732
5733 There are some marks that have nothing to do with whether the article is
5734 read or not.
5735
5736 @itemize @bullet
5737
5738 @item
5739 You can set a bookmark in the current article.  Say you are reading a
5740 long thesis on cats' urinary tracts, and have to go home for dinner
5741 before you've finished reading the thesis.  You can then set a bookmark
5742 in the article, and Gnus will jump to this bookmark the next time it
5743 encounters the article.  @xref{Setting Marks}.
5744
5745 @item
5746 @vindex gnus-replied-mark
5747 All articles that you have replied to or made a followup to (i.e., have
5748 answered) will be marked with an @samp{A} in the second column
5749 (@code{gnus-replied-mark}).
5750
5751 @item
5752 @vindex gnus-forwarded-mark
5753 All articles that you have forwarded will be marked with an @samp{F} in
5754 the second column (@code{gnus-forwarded-mark}).
5755
5756 @item
5757 @vindex gnus-cached-mark
5758 Articles stored in the article cache will be marked with an @samp{*} in
5759 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5760
5761 @item
5762 @vindex gnus-saved-mark
5763 Articles ``saved'' (in some manner or other; not necessarily
5764 religiously) are marked with an @samp{S} in the second column
5765 (@code{gnus-saved-mark}).
5766
5767 @item
5768 @vindex gnus-recent-mark
5769 Articles that according to the server haven't been shown to the user
5770 before are marked with a @samp{N} in the second column
5771 (@code{gnus-recent-mark}).  Note that not all servers support this
5772 mark, in which case it simply never appears. Compare with
5773 @code{gnus-unseen-mark}.
5774
5775 @item
5776 @vindex gnus-unseen-mark
5777 Articles that haven't been seen before in Gnus by the user are marked
5778 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5779 Compare with @code{gnus-recent-mark}.
5780
5781 @item
5782 @vindex gnus-downloaded-mark
5783 When using the Gnus agent @pxref{Agent Basics}, articles may be
5784 downloaded for unplugged (offline) viewing.  If you are using the
5785 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5786 (The variable @code{gnus-downloaded-mark} controls which character to
5787 use.)
5788
5789 @item
5790 @vindex gnus-undownloaded-mark
5791 When using the Gnus agent @pxref{Agent Basics}, some articles might
5792 not have been downloaded.  Such articles cannot be viewed while you
5793 are unplugged (offline).  If you are using the @samp{%O} spec, these
5794 articles get the @samp{-} mark in that spec.  (The variable
5795 @code{gnus-undownloaded-mark} controls which character to use.)
5796
5797 @item
5798 @vindex gnus-downloadable-mark
5799 The Gnus agent @pxref{Agent Basics} downloads some articles
5800 automatically, but it is also possible to explicitly mark articles for
5801 download, even if they would not be downloaded automatically.  Such
5802 explicitly-marked articles get the @samp{%} mark in the first column.
5803 (The variable @code{gnus-downloadable-mark} controls which character to
5804 use.)
5805
5806 @item
5807 @vindex gnus-not-empty-thread-mark
5808 @vindex gnus-empty-thread-mark
5809 If the @samp{%e} spec is used, the presence of threads or not will be
5810 marked with @code{gnus-not-empty-thread-mark} and
5811 @code{gnus-empty-thread-mark} in the third column, respectively.
5812
5813 @item
5814 @vindex gnus-process-mark
5815 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5816 variety of commands react to the presence of the process mark.  For
5817 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5818 all articles that have been marked with the process mark.  Articles
5819 marked with the process mark have a @samp{#} in the second column.
5820
5821 @end itemize
5822
5823 You might have noticed that most of these ``non-readedness'' marks
5824 appear in the second column by default.  So if you have a cached, saved,
5825 replied article that you have process-marked, what will that look like?
5826
5827 Nothing much.  The precedence rules go as follows: process -> cache ->
5828 replied -> saved.  So if the article is in the cache and is replied,
5829 you'll only see the cache mark and not the replied mark.
5830
5831
5832 @node Setting Marks
5833 @subsection Setting Marks
5834 @cindex setting marks
5835
5836 All the marking commands understand the numeric prefix.
5837
5838 @table @kbd
5839 @item M c
5840 @itemx M-u
5841 @kindex M c (Summary)
5842 @kindex M-u (Summary)
5843 @findex gnus-summary-clear-mark-forward
5844 @cindex mark as unread
5845 Clear all readedness-marks from the current article
5846 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5847 article as unread.
5848
5849 @item M t
5850 @itemx !
5851 @kindex ! (Summary)
5852 @kindex M t (Summary)
5853 @findex gnus-summary-tick-article-forward
5854 Tick the current article (@code{gnus-summary-tick-article-forward}).
5855 @xref{Article Caching}.
5856
5857 @item M ?
5858 @itemx ?
5859 @kindex ? (Summary)
5860 @kindex M ? (Summary)
5861 @findex gnus-summary-mark-as-dormant
5862 Mark the current article as dormant
5863 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5864
5865 @item M d
5866 @itemx d
5867 @kindex M d (Summary)
5868 @kindex d (Summary)
5869 @findex gnus-summary-mark-as-read-forward
5870 Mark the current article as read
5871 (@code{gnus-summary-mark-as-read-forward}).
5872
5873 @item D
5874 @kindex D (Summary)
5875 @findex gnus-summary-mark-as-read-backward
5876 Mark the current article as read and move point to the previous line
5877 (@code{gnus-summary-mark-as-read-backward}).
5878
5879 @item M k
5880 @itemx k
5881 @kindex k (Summary)
5882 @kindex M k (Summary)
5883 @findex gnus-summary-kill-same-subject-and-select
5884 Mark all articles that have the same subject as the current one as read,
5885 and then select the next unread article
5886 (@code{gnus-summary-kill-same-subject-and-select}).
5887
5888 @item M K
5889 @itemx C-k
5890 @kindex M K (Summary)
5891 @kindex C-k (Summary)
5892 @findex gnus-summary-kill-same-subject
5893 Mark all articles that have the same subject as the current one as read
5894 (@code{gnus-summary-kill-same-subject}).
5895
5896 @item M C
5897 @kindex M C (Summary)
5898 @findex gnus-summary-catchup
5899 @c @icon{gnus-summary-catchup}
5900 Mark all unread articles as read (@code{gnus-summary-catchup}).
5901
5902 @item M C-c
5903 @kindex M C-c (Summary)
5904 @findex gnus-summary-catchup-all
5905 Mark all articles in the group as read---even the ticked and dormant
5906 articles (@code{gnus-summary-catchup-all}).
5907
5908 @item M H
5909 @kindex M H (Summary)
5910 @findex gnus-summary-catchup-to-here
5911 Catchup the current group to point (before the point)
5912 (@code{gnus-summary-catchup-to-here}).
5913
5914 @item M h
5915 @kindex M h (Summary)
5916 @findex gnus-summary-catchup-from-here
5917 Catchup the current group from point (after the point)
5918 (@code{gnus-summary-catchup-from-here}).
5919
5920 @item C-w
5921 @kindex C-w (Summary)
5922 @findex gnus-summary-mark-region-as-read
5923 Mark all articles between point and mark as read
5924 (@code{gnus-summary-mark-region-as-read}).
5925
5926 @item M V k
5927 @kindex M V k (Summary)
5928 @findex gnus-summary-kill-below
5929 Kill all articles with scores below the default score (or below the
5930 numeric prefix) (@code{gnus-summary-kill-below}).
5931
5932 @item M e
5933 @itemx E
5934 @kindex M e (Summary)
5935 @kindex E (Summary)
5936 @findex gnus-summary-mark-as-expirable
5937 Mark the current article as expirable
5938 (@code{gnus-summary-mark-as-expirable}).
5939
5940 @item M b
5941 @kindex M b (Summary)
5942 @findex gnus-summary-set-bookmark
5943 Set a bookmark in the current article
5944 (@code{gnus-summary-set-bookmark}).
5945
5946 @item M B
5947 @kindex M B (Summary)
5948 @findex gnus-summary-remove-bookmark
5949 Remove the bookmark from the current article
5950 (@code{gnus-summary-remove-bookmark}).
5951
5952 @item M V c
5953 @kindex M V c (Summary)
5954 @findex gnus-summary-clear-above
5955 Clear all marks from articles with scores over the default score (or
5956 over the numeric prefix) (@code{gnus-summary-clear-above}).
5957
5958 @item M V u
5959 @kindex M V u (Summary)
5960 @findex gnus-summary-tick-above
5961 Tick all articles with scores over the default score (or over the
5962 numeric prefix) (@code{gnus-summary-tick-above}).
5963
5964 @item M V m
5965 @kindex M V m (Summary)
5966 @findex gnus-summary-mark-above
5967 Prompt for a mark, and mark all articles with scores over the default
5968 score (or over the numeric prefix) with this mark
5969 (@code{gnus-summary-clear-above}).
5970 @end table
5971
5972 @vindex gnus-summary-goto-unread
5973 The @code{gnus-summary-goto-unread} variable controls what action should
5974 be taken after setting a mark.  If non-@code{nil}, point will move to
5975 the next/previous unread article.  If @code{nil}, point will just move
5976 one line up or down.  As a special case, if this variable is
5977 @code{never}, all the marking commands as well as other commands (like
5978 @kbd{SPACE}) will move to the next article, whether it is unread or not.
5979 The default is @code{t}.
5980
5981
5982 @node Generic Marking Commands
5983 @subsection Generic Marking Commands
5984
5985 Some people would like the command that ticks an article (@kbd{!}) go to
5986 the next article.  Others would like it to go to the next unread
5987 article.  Yet others would like it to stay on the current article.  And
5988 even though I haven't heard of anybody wanting it to go to the
5989 previous (unread) article, I'm sure there are people that want that as
5990 well.
5991
5992 Multiply these five behaviors with five different marking commands, and
5993 you get a potentially complex set of variable to control what each
5994 command should do.
5995
5996 To sidestep that mess, Gnus provides commands that do all these
5997 different things.  They can be found on the @kbd{M M} map in the summary
5998 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
5999 to list in this manual.
6000
6001 While you can use these commands directly, most users would prefer
6002 altering the summary mode keymap.  For instance, if you would like the
6003 @kbd{!} command to go to the next article instead of the next unread
6004 article, you could say something like:
6005
6006 @lisp
6007 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6008 (defun my-alter-summary-map ()
6009   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6010 @end lisp
6011
6012 or
6013
6014 @lisp
6015 (defun my-alter-summary-map ()
6016   (local-set-key "!" "MM!n"))
6017 @end lisp
6018
6019
6020 @node Setting Process Marks
6021 @subsection Setting Process Marks
6022 @cindex setting process marks
6023
6024 Process marks are displayed as @code{#} in the summary buffer, and are
6025 used for marking articles in such a way that other commands will
6026 process these articles.  For instance, if you process mark four
6027 articles and then use the @kbd{*} command, Gnus will enter these four
6028 commands into the cache.  For more information,
6029 @pxref{Process/Prefix}.
6030
6031 @table @kbd
6032
6033 @item M P p
6034 @itemx #
6035 @kindex # (Summary)
6036 @kindex M P p (Summary)
6037 @findex gnus-summary-mark-as-processable
6038 Mark the current article with the process mark
6039 (@code{gnus-summary-mark-as-processable}).
6040 @findex gnus-summary-unmark-as-processable
6041
6042 @item M P u
6043 @itemx M-#
6044 @kindex M P u (Summary)
6045 @kindex M-# (Summary)
6046 Remove the process mark, if any, from the current article
6047 (@code{gnus-summary-unmark-as-processable}).
6048
6049 @item M P U
6050 @kindex M P U (Summary)
6051 @findex gnus-summary-unmark-all-processable
6052 Remove the process mark from all articles
6053 (@code{gnus-summary-unmark-all-processable}).
6054
6055 @item M P i
6056 @kindex M P i (Summary)
6057 @findex gnus-uu-invert-processable
6058 Invert the list of process marked articles
6059 (@code{gnus-uu-invert-processable}).
6060
6061 @item M P R
6062 @kindex M P R (Summary)
6063 @findex gnus-uu-mark-by-regexp
6064 Mark articles that have a @code{Subject} header that matches a regular
6065 expression (@code{gnus-uu-mark-by-regexp}).
6066
6067 @item M P G
6068 @kindex M P G (Summary)
6069 @findex gnus-uu-unmark-by-regexp
6070 Unmark articles that have a @code{Subject} header that matches a regular
6071 expression (@code{gnus-uu-unmark-by-regexp}).
6072
6073 @item M P r
6074 @kindex M P r (Summary)
6075 @findex gnus-uu-mark-region
6076 Mark articles in region (@code{gnus-uu-mark-region}).
6077
6078 @item M P g
6079 @kindex M P g
6080 @findex gnus-uu-unmark-region
6081 Unmark articles in region (@code{gnus-uu-unmark-region}).
6082
6083 @item M P t
6084 @kindex M P t (Summary)
6085 @findex gnus-uu-mark-thread
6086 Mark all articles in the current (sub)thread
6087 (@code{gnus-uu-mark-thread}).
6088
6089 @item M P T
6090 @kindex M P T (Summary)
6091 @findex gnus-uu-unmark-thread
6092 Unmark all articles in the current (sub)thread
6093 (@code{gnus-uu-unmark-thread}).
6094
6095 @item M P v
6096 @kindex M P v (Summary)
6097 @findex gnus-uu-mark-over
6098 Mark all articles that have a score above the prefix argument
6099 (@code{gnus-uu-mark-over}).
6100
6101 @item M P s
6102 @kindex M P s (Summary)
6103 @findex gnus-uu-mark-series
6104 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6105
6106 @item M P S
6107 @kindex M P S (Summary)
6108 @findex gnus-uu-mark-sparse
6109 Mark all series that have already had some articles marked
6110 (@code{gnus-uu-mark-sparse}).
6111
6112 @item M P a
6113 @kindex M P a (Summary)
6114 @findex gnus-uu-mark-all
6115 Mark all articles in series order (@code{gnus-uu-mark-series}).
6116
6117 @item M P b
6118 @kindex M P b (Summary)
6119 @findex gnus-uu-mark-buffer
6120 Mark all articles in the buffer in the order they appear
6121 (@code{gnus-uu-mark-buffer}).
6122
6123 @item M P k
6124 @kindex M P k (Summary)
6125 @findex gnus-summary-kill-process-mark
6126 Push the current process mark set onto the stack and unmark all articles
6127 (@code{gnus-summary-kill-process-mark}).
6128
6129 @item M P y
6130 @kindex M P y (Summary)
6131 @findex gnus-summary-yank-process-mark
6132 Pop the previous process mark set from the stack and restore it
6133 (@code{gnus-summary-yank-process-mark}).
6134
6135 @item M P w
6136 @kindex M P w (Summary)
6137 @findex gnus-summary-save-process-mark
6138 Push the current process mark set onto the stack
6139 (@code{gnus-summary-save-process-mark}).
6140
6141 @end table
6142
6143 Also see the @kbd{&} command in @pxref{Searching for Articles} for how to
6144 set process marks based on article body contents.
6145
6146
6147 @node Limiting
6148 @section Limiting
6149 @cindex limiting
6150
6151 It can be convenient to limit the summary buffer to just show some
6152 subset of the articles currently in the group.  The effect most limit
6153 commands have is to remove a few (or many) articles from the summary
6154 buffer.
6155
6156 All limiting commands work on subsets of the articles already fetched
6157 from the servers.  None of these commands query the server for
6158 additional articles.
6159
6160 @table @kbd
6161
6162 @item / /
6163 @itemx / s
6164 @kindex / / (Summary)
6165 @findex gnus-summary-limit-to-subject
6166 Limit the summary buffer to articles that match some subject
6167 (@code{gnus-summary-limit-to-subject}). If given a prefix, exclude
6168 matching articles.
6169
6170 @item / a
6171 @kindex / a (Summary)
6172 @findex gnus-summary-limit-to-author
6173 Limit the summary buffer to articles that match some author
6174 (@code{gnus-summary-limit-to-author}). If given a prefix, exclude
6175 matching articles.
6176
6177 @item / x
6178 @kindex / x (Summary)
6179 @findex gnus-summary-limit-to-extra
6180 Limit the summary buffer to articles that match one of the ``extra''
6181 headers (@pxref{To From Newsgroups})
6182 (@code{gnus-summary-limit-to-extra}). If given a prefix, exclude
6183 matching articles.
6184
6185 @item / u
6186 @itemx x
6187 @kindex / u (Summary)
6188 @kindex x (Summary)
6189 @findex gnus-summary-limit-to-unread
6190 Limit the summary buffer to articles not marked as read
6191 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6192 buffer to articles strictly unread.  This means that ticked and
6193 dormant articles will also be excluded.
6194
6195 @item / m
6196 @kindex / m (Summary)
6197 @findex gnus-summary-limit-to-marks
6198 Ask for a mark and then limit to all articles that have been marked
6199 with that mark (@code{gnus-summary-limit-to-marks}).
6200
6201 @item / t
6202 @kindex / t (Summary)
6203 @findex gnus-summary-limit-to-age
6204 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6205 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6206 articles younger than that number of days.
6207
6208 @item / n
6209 @kindex / n (Summary)
6210 @findex gnus-summary-limit-to-articles
6211 Limit the summary buffer to the current article
6212 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6213 convention (@pxref{Process/Prefix}).
6214
6215 @item / w
6216 @kindex / w (Summary)
6217 @findex gnus-summary-pop-limit
6218 Pop the previous limit off the stack and restore it
6219 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6220 the stack.
6221
6222 @item / .
6223 @kindex / . (Summary)
6224 @findex gnus-summary-limit-to-unseen
6225 Limit the summary buffer to the unseen articles
6226 (@code{gnus-summary-limit-to-unseen}).
6227
6228 @item / v
6229 @kindex / v (Summary)
6230 @findex gnus-summary-limit-to-score
6231 Limit the summary buffer to articles that have a score at or above some
6232 score (@code{gnus-summary-limit-to-score}).
6233
6234 @item / p
6235 @kindex / p (Summary)
6236 @findex gnus-summary-limit-to-display-predicate
6237 Limit the summary buffer to articles that satisfy the @code{display}
6238 group parameter predicate
6239 (@code{gnus-summary-limit-to-display-predicate}).  See @pxref{Group
6240 Parameters} for more on this predicate.
6241
6242 @item / E
6243 @itemx M S
6244 @kindex M S (Summary)
6245 @kindex / E (Summary)
6246 @findex gnus-summary-limit-include-expunged
6247 Include all expunged articles in the limit
6248 (@code{gnus-summary-limit-include-expunged}).
6249
6250 @item / D
6251 @kindex / D (Summary)
6252 @findex gnus-summary-limit-include-dormant
6253 Include all dormant articles in the limit
6254 (@code{gnus-summary-limit-include-dormant}).
6255
6256 @item / *
6257 @kindex / * (Summary)
6258 @findex gnus-summary-limit-include-cached
6259 Include all cached articles in the limit
6260 (@code{gnus-summary-limit-include-cached}).
6261
6262 @item / d
6263 @kindex / d (Summary)
6264 @findex gnus-summary-limit-exclude-dormant
6265 Exclude all dormant articles from the limit
6266 (@code{gnus-summary-limit-exclude-dormant}).
6267
6268 @item / M
6269 @kindex / M (Summary)
6270 @findex gnus-summary-limit-exclude-marks
6271 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6272
6273 @item / T
6274 @kindex / T (Summary)
6275 @findex gnus-summary-limit-include-thread
6276 Include all the articles in the current thread in the limit.
6277
6278 @item / c
6279 @kindex / c (Summary)
6280 @findex gnus-summary-limit-exclude-childless-dormant
6281 Exclude all dormant articles that have no children from the limit
6282 (@code{gnus-summary-limit-exclude-childless-dormant}).
6283
6284 @item / C
6285 @kindex / C (Summary)
6286 @findex gnus-summary-limit-mark-excluded-as-read
6287 Mark all excluded unread articles as read
6288 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
6289 also mark excluded ticked and dormant articles as read.
6290
6291 @item / N
6292 @kindex / N (Summary)
6293 @findex gnus-summary-insert-new-articles
6294 Insert all new articles in the summary buffer. It scans for new emails
6295 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6296
6297 @item / o
6298 @kindex / o (Summary)
6299 @findex gnus-summary-insert-old-articles
6300 Insert all old articles in the summary buffer. If given a numbered
6301 prefix, fetch this number of articles.
6302
6303 @end table
6304
6305
6306 @node Threading
6307 @section Threading
6308 @cindex threading
6309 @cindex article threading
6310
6311 Gnus threads articles by default.  @dfn{To thread} is to put responses
6312 to articles directly after the articles they respond to---in a
6313 hierarchical fashion.
6314
6315 Threading is done by looking at the @code{References} headers of the
6316 articles.  In a perfect world, this would be enough to build pretty
6317 trees, but unfortunately, the @code{References} header is often broken
6318 or simply missing.  Weird news propagation exacerbates the problem,
6319 so one has to employ other heuristics to get pleasing results.  A
6320 plethora of approaches exists, as detailed in horrible detail in
6321 @pxref{Customizing Threading}.
6322
6323 First, a quick overview of the concepts:
6324
6325 @table @dfn
6326 @item root
6327 The top-most article in a thread; the first article in the thread.
6328
6329 @item thread
6330 A tree-like article structure.
6331
6332 @item sub-thread
6333 A small(er) section of this tree-like structure.
6334
6335 @item loose threads
6336 Threads often lose their roots due to article expiry, or due to the root
6337 already having been read in a previous session, and not displayed in the
6338 summary buffer.  We then typically have many sub-threads that really
6339 belong to one thread, but are without connecting roots.  These are
6340 called loose threads.
6341
6342 @item thread gathering
6343 An attempt to gather loose threads into bigger threads.
6344
6345 @item sparse threads
6346 A thread where the missing articles have been ``guessed'' at, and are
6347 displayed as empty lines in the summary buffer.
6348
6349 @end table
6350
6351
6352 @menu
6353 * Customizing Threading::       Variables you can change to affect the threading.
6354 * Thread Commands::             Thread based commands in the summary buffer.
6355 @end menu
6356
6357
6358 @node Customizing Threading
6359 @subsection Customizing Threading
6360 @cindex customizing threading
6361
6362 @menu
6363 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6364 * Filling In Threads::          Making the threads displayed look fuller.
6365 * More Threading::              Even more variables for fiddling with threads.
6366 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6367 @end menu
6368
6369
6370 @node Loose Threads
6371 @subsubsection Loose Threads
6372 @cindex <
6373 @cindex >
6374 @cindex loose threads
6375
6376 @table @code
6377 @item gnus-summary-make-false-root
6378 @vindex gnus-summary-make-false-root
6379 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6380 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6381 Yup.)  Loose subtrees occur when the real root has expired, or you've
6382 read or killed the root in a previous session.
6383
6384 When there is no real root of a thread, Gnus will have to fudge
6385 something.  This variable says what fudging method Gnus should use.
6386 There are four possible values:
6387
6388 @iftex
6389 @iflatex
6390 \gnusfigure{The Summary Buffer}{390}{
6391 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6392 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6393 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6394 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6395 }
6396 @end iflatex
6397 @end iftex
6398
6399 @cindex adopting articles
6400
6401 @table @code
6402
6403 @item adopt
6404 Gnus will make the first of the orphaned articles the parent.  This
6405 parent will adopt all the other articles.  The adopted articles will be
6406 marked as such by pointy brackets (@samp{<>}) instead of the standard
6407 square brackets (@samp{[]}).  This is the default method.
6408
6409 @item dummy
6410 @vindex gnus-summary-dummy-line-format
6411 @vindex gnus-summary-make-false-root-always
6412 Gnus will create a dummy summary line that will pretend to be the
6413 parent.  This dummy line does not correspond to any real article, so
6414 selecting it will just select the first real article after the dummy
6415 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6416 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6417 which is the subject of the article.  @xref{Formatting Variables}.
6418 If you want all threads to have a dummy root, even the non-gathered
6419 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6420
6421 @item empty
6422 Gnus won't actually make any article the parent, but simply leave the
6423 subject field of all orphans except the first empty.  (Actually, it will
6424 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6425 Buffer Format}).)
6426
6427 @item none
6428 Don't make any article parent at all.  Just gather the threads and
6429 display them after one another.
6430
6431 @item nil
6432 Don't gather loose threads.
6433 @end table
6434
6435 @item gnus-summary-gather-subject-limit
6436 @vindex gnus-summary-gather-subject-limit
6437 Loose threads are gathered by comparing subjects of articles.  If this
6438 variable is @code{nil}, Gnus requires an exact match between the
6439 subjects of the loose threads before gathering them into one big
6440 super-thread.  This might be too strict a requirement, what with the
6441 presence of stupid newsreaders that chop off long subject lines.  If
6442 you think so, set this variable to, say, 20 to require that only the
6443 first 20 characters of the subjects have to match.  If you set this
6444 variable to a really low number, you'll find that Gnus will gather
6445 everything in sight into one thread, which isn't very helpful.
6446
6447 @cindex fuzzy article gathering
6448 If you set this variable to the special value @code{fuzzy}, Gnus will
6449 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6450 Matching}).
6451
6452 @item gnus-simplify-subject-fuzzy-regexp
6453 @vindex gnus-simplify-subject-fuzzy-regexp
6454 This can either be a regular expression or list of regular expressions
6455 that match strings that will be removed from subjects if fuzzy subject
6456 simplification is used.
6457
6458 @item gnus-simplify-ignored-prefixes
6459 @vindex gnus-simplify-ignored-prefixes
6460 If you set @code{gnus-summary-gather-subject-limit} to something as low
6461 as 10, you might consider setting this variable to something sensible:
6462
6463 @c Written by Michael Ernst <mernst@cs.rice.edu>
6464 @lisp
6465 (setq gnus-simplify-ignored-prefixes
6466       (concat
6467        "\\`\\[?\\("
6468        (mapconcat
6469         'identity
6470         '("looking"
6471           "wanted" "followup" "summary\\( of\\)?"
6472           "help" "query" "problem" "question"
6473           "answer" "reference" "announce"
6474           "How can I" "How to" "Comparison of"
6475           ;; ...
6476           )
6477         "\\|")
6478        "\\)\\s *\\("
6479        (mapconcat 'identity
6480                   '("for" "for reference" "with" "about")
6481                   "\\|")
6482        "\\)?\\]?:?[ \t]*"))
6483 @end lisp
6484
6485 All words that match this regexp will be removed before comparing two
6486 subjects.
6487
6488 @item gnus-simplify-subject-functions
6489 @vindex gnus-simplify-subject-functions
6490 If non-@code{nil}, this variable overrides
6491 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6492 list of functions to apply to the @code{Subject} string iteratively to
6493 arrive at the simplified version of the string.
6494
6495 Useful functions to put in this list include:
6496
6497 @table @code
6498 @item gnus-simplify-subject-re
6499 @findex gnus-simplify-subject-re
6500 Strip the leading @samp{Re:}.
6501
6502 @item gnus-simplify-subject-fuzzy
6503 @findex gnus-simplify-subject-fuzzy
6504 Simplify fuzzily.
6505
6506 @item gnus-simplify-whitespace
6507 @findex gnus-simplify-whitespace
6508 Remove excessive whitespace.
6509
6510 @item gnus-simplify-all-whitespace
6511 @findex gnus-simplify-all-whitespace
6512 Remove all whitespace.
6513 @end table
6514
6515 You may also write your own functions, of course.
6516
6517
6518 @item gnus-summary-gather-exclude-subject
6519 @vindex gnus-summary-gather-exclude-subject
6520 Since loose thread gathering is done on subjects only, that might lead
6521 to many false hits, especially with certain common subjects like
6522 @samp{} and @samp{(none)}.  To make the situation slightly better,
6523 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6524 what subjects should be excluded from the gathering process.@*
6525 The default is @samp{^ *$\\|^(none)$}.
6526
6527 @item gnus-summary-thread-gathering-function
6528 @vindex gnus-summary-thread-gathering-function
6529 Gnus gathers threads by looking at @code{Subject} headers.  This means
6530 that totally unrelated articles may end up in the same ``thread'', which
6531 is confusing.  An alternate approach is to look at all the
6532 @code{Message-ID}s in all the @code{References} headers to find matches.
6533 This will ensure that no gathered threads ever include unrelated
6534 articles, but it also means that people who have posted with broken
6535 newsreaders won't be gathered properly.  The choice is yours---plague or
6536 cholera:
6537
6538 @table @code
6539 @item gnus-gather-threads-by-subject
6540 @findex gnus-gather-threads-by-subject
6541 This function is the default gathering function and looks at
6542 @code{Subject}s exclusively.
6543
6544 @item gnus-gather-threads-by-references
6545 @findex gnus-gather-threads-by-references
6546 This function looks at @code{References} headers exclusively.
6547 @end table
6548
6549 If you want to test gathering by @code{References}, you could say
6550 something like:
6551
6552 @lisp
6553 (setq gnus-summary-thread-gathering-function
6554       'gnus-gather-threads-by-references)
6555 @end lisp
6556
6557 @end table
6558
6559
6560 @node Filling In Threads
6561 @subsubsection Filling In Threads
6562
6563 @table @code
6564 @item gnus-fetch-old-headers
6565 @vindex gnus-fetch-old-headers
6566 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6567 more old headers---headers to articles marked as read.  If you
6568 would like to display as few summary lines as possible, but still
6569 connect as many loose threads as possible, you should set this variable
6570 to @code{some} or a number.  If you set it to a number, no more than
6571 that number of extra old headers will be fetched.  In either case,
6572 fetching old headers only works if the back end you are using carries
6573 overview files---this would normally be @code{nntp}, @code{nnspool},
6574 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6575 the thread has been expired by the server, there's not much Gnus can do
6576 about that.
6577
6578 This variable can also be set to @code{invisible}.  This won't have any
6579 visible effects, but is useful if you use the @kbd{A T} command a lot
6580 (@pxref{Finding the Parent}).
6581
6582 @item gnus-build-sparse-threads
6583 @vindex gnus-build-sparse-threads
6584 Fetching old headers can be slow.  A low-rent similar effect can be
6585 gotten by setting this variable to @code{some}.  Gnus will then look at
6586 the complete @code{References} headers of all articles and try to string
6587 together articles that belong in the same thread.  This will leave
6588 @dfn{gaps} in the threading display where Gnus guesses that an article
6589 is missing from the thread.  (These gaps appear like normal summary
6590 lines.  If you select a gap, Gnus will try to fetch the article in
6591 question.)  If this variable is @code{t}, Gnus will display all these
6592 ``gaps'' without regard for whether they are useful for completing the
6593 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6594 off sparse leaf nodes that don't lead anywhere.  This variable is
6595 @code{nil} by default.
6596
6597 @item gnus-read-all-available-headers
6598 @vindex gnus-read-all-available-headers
6599 This is a rather obscure variable that few will find useful.  It's
6600 intended for those non-news newsgroups where the back end has to fetch
6601 quite a lot to present the summary buffer, and where it's impossible to
6602 go back to parents of articles.  This is mostly the case in the
6603 web-based groups, like the @code{nnultimate} groups.
6604
6605 If you don't use those, then it's safe to leave this as the default
6606 @code{nil}.  If you want to use this variable, it should be a regexp
6607 that matches the group name, or @code{t} for all groups.
6608
6609 @end table
6610
6611
6612 @node More Threading
6613 @subsubsection More Threading
6614
6615 @table @code
6616 @item gnus-show-threads
6617 @vindex gnus-show-threads
6618 If this variable is @code{nil}, no threading will be done, and all of
6619 the rest of the variables here will have no effect.  Turning threading
6620 off will speed group selection up a bit, but it is sure to make reading
6621 slower and more awkward.
6622
6623 @item gnus-thread-hide-subtree
6624 @vindex gnus-thread-hide-subtree
6625 If non-@code{nil}, all threads will be hidden when the summary buffer is
6626 generated.
6627
6628 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6629 Available predicates are @code{gnus-article-unread-p} and
6630 @code{gnus-article-unseen-p}).
6631
6632 Here's an example:
6633
6634 @lisp
6635 (setq gnus-thread-hide-subtree
6636       '(or gnus-article-unread-p
6637            gnus-article-unseen-p))
6638 @end lisp
6639
6640 (It's a pretty nonsensical example, since all unseen articles are also
6641 unread, but you get my drift.)
6642
6643
6644 @item gnus-thread-expunge-below
6645 @vindex gnus-thread-expunge-below
6646 All threads that have a total score (as defined by
6647 @code{gnus-thread-score-function}) less than this number will be
6648 expunged.  This variable is @code{nil} by default, which means that no
6649 threads are expunged.
6650
6651 @item gnus-thread-hide-killed
6652 @vindex gnus-thread-hide-killed
6653 if you kill a thread and this variable is non-@code{nil}, the subtree
6654 will be hidden.
6655
6656 @item gnus-thread-ignore-subject
6657 @vindex gnus-thread-ignore-subject
6658 Sometimes somebody changes the subject in the middle of a thread.  If
6659 this variable is non-@code{nil}, which is the default, the subject
6660 change is ignored.  If it is @code{nil}, a change in the subject will
6661 result in a new thread.
6662
6663 @item gnus-thread-indent-level
6664 @vindex gnus-thread-indent-level
6665 This is a number that says how much each sub-thread should be indented.
6666 The default is 4.
6667
6668 @item gnus-sort-gathered-threads-function
6669 @vindex gnus-sort-gathered-threads-function
6670 Sometimes, particularly with mailing lists, the order in which mails
6671 arrive locally is not necessarily the same as the order in which they
6672 arrived on the mailing list.  Consequently, when sorting sub-threads
6673 using the default @code{gnus-thread-sort-by-number}, responses can end
6674 up appearing before the article to which they are responding to.
6675 Setting this variable to an alternate value
6676 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6677 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6678 more logical sub-thread ordering in such instances.
6679
6680 @end table
6681
6682
6683 @node Low-Level Threading
6684 @subsubsection Low-Level Threading
6685
6686 @table @code
6687
6688 @item gnus-parse-headers-hook
6689 @vindex gnus-parse-headers-hook
6690 Hook run before parsing any headers.
6691
6692 @item gnus-alter-header-function
6693 @vindex gnus-alter-header-function
6694 If non-@code{nil}, this function will be called to allow alteration of
6695 article header structures.  The function is called with one parameter,
6696 the article header vector, which it may alter in any way.  For instance,
6697 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6698 in systematic ways (by adding prefixes and such), you can use this
6699 variable to un-scramble the @code{Message-ID}s so that they are more
6700 meaningful.  Here's one example:
6701
6702 @lisp
6703 (setq gnus-alter-header-function 'my-alter-message-id)
6704
6705 (defun my-alter-message-id (header)
6706   (let ((id (mail-header-id header)))
6707     (when (string-match
6708            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6709       (mail-header-set-id
6710        (concat (match-string 1 id) "@@" (match-string 2 id))
6711        header))))
6712 @end lisp
6713
6714 @end table
6715
6716
6717 @node Thread Commands
6718 @subsection Thread Commands
6719 @cindex thread commands
6720
6721 @table @kbd
6722
6723 @item T k
6724 @itemx C-M-k
6725 @kindex T k (Summary)
6726 @kindex C-M-k (Summary)
6727 @findex gnus-summary-kill-thread
6728 Mark all articles in the current (sub-)thread as read
6729 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6730 remove all marks instead.  If the prefix argument is negative, tick
6731 articles instead.
6732
6733 @item T l
6734 @itemx C-M-l
6735 @kindex T l (Summary)
6736 @kindex C-M-l (Summary)
6737 @findex gnus-summary-lower-thread
6738 Lower the score of the current (sub-)thread
6739 (@code{gnus-summary-lower-thread}).
6740
6741 @item T i
6742 @kindex T i (Summary)
6743 @findex gnus-summary-raise-thread
6744 Increase the score of the current (sub-)thread
6745 (@code{gnus-summary-raise-thread}).
6746
6747 @item T #
6748 @kindex T # (Summary)
6749 @findex gnus-uu-mark-thread
6750 Set the process mark on the current (sub-)thread
6751 (@code{gnus-uu-mark-thread}).
6752
6753 @item T M-#
6754 @kindex T M-# (Summary)
6755 @findex gnus-uu-unmark-thread
6756 Remove the process mark from the current (sub-)thread
6757 (@code{gnus-uu-unmark-thread}).
6758
6759 @item T T
6760 @kindex T T (Summary)
6761 @findex gnus-summary-toggle-threads
6762 Toggle threading (@code{gnus-summary-toggle-threads}).
6763
6764 @item T s
6765 @kindex T s (Summary)
6766 @findex gnus-summary-show-thread
6767 Expose the (sub-)thread hidden under the current article, if any
6768 (@code{gnus-summary-show-thread}).
6769
6770 @item T h
6771 @kindex T h (Summary)
6772 @findex gnus-summary-hide-thread
6773 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6774
6775 @item T S
6776 @kindex T S (Summary)
6777 @findex gnus-summary-show-all-threads
6778 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6779
6780 @item T H
6781 @kindex T H (Summary)
6782 @findex gnus-summary-hide-all-threads
6783 Hide all threads (@code{gnus-summary-hide-all-threads}).
6784
6785 @item T t
6786 @kindex T t (Summary)
6787 @findex gnus-summary-rethread-current
6788 Re-thread the current article's thread
6789 (@code{gnus-summary-rethread-current}).  This works even when the
6790 summary buffer is otherwise unthreaded.
6791
6792 @item T ^
6793 @kindex T ^ (Summary)
6794 @findex gnus-summary-reparent-thread
6795 Make the current article the child of the marked (or previous) article
6796 (@code{gnus-summary-reparent-thread}).
6797
6798 @end table
6799
6800 The following commands are thread movement commands.  They all
6801 understand the numeric prefix.
6802
6803 @table @kbd
6804
6805 @item T n
6806 @kindex T n (Summary)
6807 @itemx C-M-f
6808 @kindex C-M-n (Summary)
6809 @itemx M-down
6810 @kindex M-down (Summary)
6811 @findex gnus-summary-next-thread
6812 Go to the next thread (@code{gnus-summary-next-thread}).
6813
6814 @item T p
6815 @kindex T p (Summary)
6816 @itemx C-M-b
6817 @kindex C-M-p (Summary)
6818 @itemx M-up
6819 @kindex M-up (Summary)
6820 @findex gnus-summary-prev-thread
6821 Go to the previous thread (@code{gnus-summary-prev-thread}).
6822
6823 @item T d
6824 @kindex T d (Summary)
6825 @findex gnus-summary-down-thread
6826 Descend the thread (@code{gnus-summary-down-thread}).
6827
6828 @item T u
6829 @kindex T u (Summary)
6830 @findex gnus-summary-up-thread
6831 Ascend the thread (@code{gnus-summary-up-thread}).
6832
6833 @item T o
6834 @kindex T o (Summary)
6835 @findex gnus-summary-top-thread
6836 Go to the top of the thread (@code{gnus-summary-top-thread}).
6837 @end table
6838
6839 @vindex gnus-thread-operation-ignore-subject
6840 If you ignore subject while threading, you'll naturally end up with
6841 threads that have several different subjects in them.  If you then issue
6842 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6843 wish to kill the entire thread, but just those parts of the thread that
6844 have the same subject as the current article.  If you like this idea,
6845 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6846 is non-@code{nil} (which it is by default), subjects will be ignored
6847 when doing thread commands.  If this variable is @code{nil}, articles in
6848 the same thread with different subjects will not be included in the
6849 operation in question.  If this variable is @code{fuzzy}, only articles
6850 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6851 Matching}).
6852
6853
6854 @node Sorting the Summary Buffer
6855 @section Sorting the Summary Buffer
6856
6857 @findex gnus-thread-sort-by-total-score
6858 @findex gnus-thread-sort-by-date
6859 @findex gnus-thread-sort-by-score
6860 @findex gnus-thread-sort-by-subject
6861 @findex gnus-thread-sort-by-author
6862 @findex gnus-thread-sort-by-number
6863 @findex gnus-thread-sort-by-random
6864 @vindex gnus-thread-sort-functions
6865 @findex gnus-thread-sort-by-most-recent-thread
6866 If you are using a threaded summary display, you can sort the threads by
6867 setting @code{gnus-thread-sort-functions}, which can be either a single
6868 function, a list of functions, or a list containing functions and
6869 @code{(not some-function)} elements.
6870
6871 By default, sorting is done on article numbers.  Ready-made sorting
6872 predicate functions include @code{gnus-thread-sort-by-number},
6873 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6874 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6875 @code{gnus-thread-sort-by-most-recent-number},
6876 @code{gnus-thread-sort-by-most-recent-date},
6877 @code{gnus-thread-sort-by-random} and
6878 @code{gnus-thread-sort-by-total-score}.
6879
6880 Each function takes two threads and returns non-@code{nil} if the first
6881 thread should be sorted before the other.  Note that sorting really is
6882 normally done by looking only at the roots of each thread.
6883
6884 If you use more than one function, the primary sort key should be the
6885 last function in the list.  You should probably always include
6886 @code{gnus-thread-sort-by-number} in the list of sorting
6887 functions---preferably first.  This will ensure that threads that are
6888 equal with respect to the other sort criteria will be displayed in
6889 ascending article order.
6890
6891 If you would like to sort by reverse score, then by subject, and finally
6892 by number, you could do something like:
6893
6894 @lisp
6895 (setq gnus-thread-sort-functions
6896       '(gnus-thread-sort-by-number
6897         gnus-thread-sort-by-subject
6898         (not gnus-thread-sort-by-total-score)))
6899 @end lisp
6900
6901 The threads that have highest score will be displayed first in the
6902 summary buffer.  When threads have the same score, they will be sorted
6903 alphabetically.  The threads that have the same score and the same
6904 subject will be sorted by number, which is (normally) the sequence in
6905 which the articles arrived.
6906
6907 If you want to sort by score and then reverse arrival order, you could
6908 say something like:
6909
6910 @lisp
6911 (setq gnus-thread-sort-functions
6912       '((lambda (t1 t2)
6913           (not (gnus-thread-sort-by-number t1 t2)))
6914         gnus-thread-sort-by-score))
6915 @end lisp
6916
6917 @vindex gnus-thread-score-function
6918 The function in the @code{gnus-thread-score-function} variable (default
6919 @code{+}) is used for calculating the total score of a thread.  Useful
6920 functions might be @code{max}, @code{min}, or squared means, or whatever
6921 tickles your fancy.
6922
6923 @findex gnus-article-sort-functions
6924 @findex gnus-article-sort-by-date
6925 @findex gnus-article-sort-by-score
6926 @findex gnus-article-sort-by-subject
6927 @findex gnus-article-sort-by-author
6928 @findex gnus-article-sort-by-random
6929 @findex gnus-article-sort-by-number
6930 If you are using an unthreaded display for some strange reason or
6931 other, you have to fiddle with the @code{gnus-article-sort-functions}
6932 variable.  It is very similar to the
6933 @code{gnus-thread-sort-functions}, except that it uses slightly
6934 different functions for article comparison.  Available sorting
6935 predicate functions are @code{gnus-article-sort-by-number},
6936 @code{gnus-article-sort-by-author},
6937 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
6938 @code{gnus-article-sort-by-random}, and
6939 @code{gnus-article-sort-by-score}.
6940
6941 If you want to sort an unthreaded summary display by subject, you could
6942 say something like:
6943
6944 @lisp
6945 (setq gnus-article-sort-functions
6946       '(gnus-article-sort-by-number
6947         gnus-article-sort-by-subject))
6948 @end lisp
6949
6950
6951
6952 @node Asynchronous Fetching
6953 @section Asynchronous Article Fetching
6954 @cindex asynchronous article fetching
6955 @cindex article pre-fetch
6956 @cindex pre-fetch
6957
6958 If you read your news from an @sc{nntp} server that's far away, the
6959 network latencies may make reading articles a chore.  You have to wait
6960 for a while after pressing @kbd{n} to go to the next article before the
6961 article appears.  Why can't Gnus just go ahead and fetch the article
6962 while you are reading the previous one?  Why not, indeed.
6963
6964 First, some caveats.  There are some pitfalls to using asynchronous
6965 article fetching, especially the way Gnus does it.
6966
6967 Let's say you are reading article 1, which is short, and article 2 is
6968 quite long, and you are not interested in reading that.  Gnus does not
6969 know this, so it goes ahead and fetches article 2.  You decide to read
6970 article 3, but since Gnus is in the process of fetching article 2, the
6971 connection is blocked.
6972
6973 To avoid these situations, Gnus will open two (count 'em two)
6974 connections to the server.  Some people may think this isn't a very nice
6975 thing to do, but I don't see any real alternatives.  Setting up that
6976 extra connection takes some time, so Gnus startup will be slower.
6977
6978 Gnus will fetch more articles than you will read.  This will mean that
6979 the link between your machine and the @sc{nntp} server will become more
6980 loaded than if you didn't use article pre-fetch.  The server itself will
6981 also become more loaded---both with the extra article requests, and the
6982 extra connection.
6983
6984 Ok, so now you know that you shouldn't really use this thing@dots{} unless
6985 you really want to.
6986
6987 @vindex gnus-asynchronous
6988 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
6989 happen automatically.
6990
6991 @vindex gnus-use-article-prefetch
6992 You can control how many articles are to be pre-fetched by setting
6993 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
6994 that when you read an article in the group, the back end will pre-fetch
6995 the next 30 articles.  If this variable is @code{t}, the back end will
6996 pre-fetch all the articles it can without bound.  If it is
6997 @code{nil}, no pre-fetching will be done.
6998
6999 @vindex gnus-async-prefetch-article-p
7000 @findex gnus-async-read-p
7001 There are probably some articles that you don't want to pre-fetch---read
7002 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7003 variable controls whether an article is to be pre-fetched.  This
7004 function should return non-@code{nil} when the article in question is
7005 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7006 returns @code{nil} on read articles.  The function is called with an
7007 article data structure as the only parameter.
7008
7009 If, for instance, you wish to pre-fetch only unread articles shorter
7010 than 100 lines, you could say something like:
7011
7012 @lisp
7013 (defun my-async-short-unread-p (data)
7014   "Return non-nil for short, unread articles."
7015   (and (gnus-data-unread-p data)
7016        (< (mail-header-lines (gnus-data-header data))
7017           100)))
7018
7019 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7020 @end lisp
7021
7022 These functions will be called many, many times, so they should
7023 preferably be short and sweet to avoid slowing down Gnus too much.
7024 It's probably a good idea to byte-compile things like this.
7025
7026 @vindex gnus-prefetched-article-deletion-strategy
7027 Articles have to be removed from the asynch buffer sooner or later.  The
7028 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7029 articles.  This is a list that may contain the following elements:
7030
7031 @table @code
7032 @item read
7033 Remove articles when they are read.
7034
7035 @item exit
7036 Remove articles when exiting the group.
7037 @end table
7038
7039 The default value is @code{(read exit)}.
7040
7041 @c @vindex gnus-use-header-prefetch
7042 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7043 @c from the next group.
7044
7045
7046 @node Article Caching
7047 @section Article Caching
7048 @cindex article caching
7049 @cindex caching
7050
7051 If you have an @emph{extremely} slow @sc{nntp} connection, you may
7052 consider turning article caching on.  Each article will then be stored
7053 locally under your home directory.  As you may surmise, this could
7054 potentially use @emph{huge} amounts of disk space, as well as eat up all
7055 your inodes so fast it will make your head swim.  In vodka.
7056
7057 Used carefully, though, it could be just an easier way to save articles.
7058
7059 @vindex gnus-use-long-file-name
7060 @vindex gnus-cache-directory
7061 @vindex gnus-use-cache
7062 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7063 all articles ticked or marked as dormant will then be copied
7064 over to your local cache (@code{gnus-cache-directory}).  Whether this
7065 cache is flat or hierarchical is controlled by the
7066 @code{gnus-use-long-file-name} variable, as usual.
7067
7068 When re-selecting a ticked or dormant article, it will be fetched from the
7069 cache instead of from the server.  As articles in your cache will never
7070 expire, this might serve as a method of saving articles while still
7071 keeping them where they belong.  Just mark all articles you want to save
7072 as dormant, and don't worry.
7073
7074 When an article is marked as read, is it removed from the cache.
7075
7076 @vindex gnus-cache-remove-articles
7077 @vindex gnus-cache-enter-articles
7078 The entering/removal of articles from the cache is controlled by the
7079 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7080 variables.  Both are lists of symbols.  The first is @code{(ticked
7081 dormant)} by default, meaning that ticked and dormant articles will be
7082 put in the cache.  The latter is @code{(read)} by default, meaning that
7083 articles marked as read are removed from the cache.  Possibly
7084 symbols in these two lists are @code{ticked}, @code{dormant},
7085 @code{unread} and @code{read}.
7086
7087 @findex gnus-jog-cache
7088 So where does the massive article-fetching and storing come into the
7089 picture?  The @code{gnus-jog-cache} command will go through all
7090 subscribed newsgroups, request all unread articles, score them, and
7091 store them in the cache.  You should only ever, ever ever ever, use this
7092 command if 1) your connection to the @sc{nntp} server is really, really,
7093 really slow and 2) you have a really, really, really huge disk.
7094 Seriously.  One way to cut down on the number of articles downloaded is
7095 to score unwanted articles down and have them marked as read.  They will
7096 not then be downloaded by this command.
7097
7098 @vindex gnus-uncacheable-groups
7099 @vindex gnus-cacheable-groups
7100 It is likely that you do not want caching on all groups.  For instance,
7101 if your @code{nnml} mail is located under your home directory, it makes no
7102 sense to cache it somewhere else under your home directory.  Unless you
7103 feel that it's neat to use twice as much space.
7104
7105 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7106 regexp of groups to cache, @samp{^nntp} for instance, or set the
7107 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7108 Both variables are @code{nil} by default.  If a group matches both
7109 variables, the group is not cached.
7110
7111 @findex gnus-cache-generate-nov-databases
7112 @findex gnus-cache-generate-active
7113 @vindex gnus-cache-active-file
7114 The cache stores information on what articles it contains in its active
7115 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7116 of the cache) becomes all messed up for some reason or other, Gnus
7117 offers two functions that will try to set things right.  @kbd{M-x
7118 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
7119 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7120 file.
7121
7122 @findex gnus-cache-move-cache
7123 @code{gnus-cache-move-cache} will move your whole
7124 @code{gnus-cache-directory} to some other location. You get asked to
7125 where, isn't that cool?
7126
7127 @node Persistent Articles
7128 @section Persistent Articles
7129 @cindex persistent articles
7130
7131 Closely related to article caching, we have @dfn{persistent articles}.
7132 In fact, it's just a different way of looking at caching, and much more
7133 useful in my opinion.
7134
7135 Say you're reading a newsgroup, and you happen on to some valuable gem
7136 that you want to keep and treasure forever.  You'd normally just save it
7137 (using one of the many saving commands) in some file.  The problem with
7138 that is that it's just, well, yucky.  Ideally you'd prefer just having
7139 the article remain in the group where you found it forever; untouched by
7140 the expiry going on at the news server.
7141
7142 This is what a @dfn{persistent article} is---an article that just won't
7143 be deleted.  It's implemented using the normal cache functions, but
7144 you use two explicit commands for managing persistent articles:
7145
7146 @table @kbd
7147
7148 @item *
7149 @kindex * (Summary)
7150 @findex gnus-cache-enter-article
7151 Make the current article persistent (@code{gnus-cache-enter-article}).
7152
7153 @item M-*
7154 @kindex M-* (Summary)
7155 @findex gnus-cache-remove-article
7156 Remove the current article from the persistent articles
7157 (@code{gnus-cache-remove-article}).  This will normally delete the
7158 article.
7159 @end table
7160
7161 Both these commands understand the process/prefix convention.
7162
7163 To avoid having all ticked articles (and stuff) entered into the cache,
7164 you should set @code{gnus-use-cache} to @code{passive} if you're just
7165 interested in persistent articles:
7166
7167 @lisp
7168 (setq gnus-use-cache 'passive)
7169 @end lisp
7170
7171
7172 @node Article Backlog
7173 @section Article Backlog
7174 @cindex backlog
7175 @cindex article backlog
7176
7177 If you have a slow connection, but the idea of using caching seems
7178 unappealing to you (and it is, really), you can help the situation some
7179 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7180 already read articles so that it doesn't have to re-fetch articles
7181 you've already read.  This only helps if you are in the habit of
7182 re-selecting articles you've recently read, of course.  If you never do
7183 that, turning the backlog on will slow Gnus down a little bit, and
7184 increase memory usage some.
7185
7186 @vindex gnus-keep-backlog
7187 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7188 at most @var{n} old articles in a buffer for later re-fetching.  If this
7189 variable is non-@code{nil} and is not a number, Gnus will store
7190 @emph{all} read articles, which means that your Emacs will grow without
7191 bound before exploding and taking your machine down with you.  I put
7192 that in there just to keep y'all on your toes.
7193
7194 The default value is 20.
7195
7196
7197 @node Saving Articles
7198 @section Saving Articles
7199 @cindex saving articles
7200
7201 Gnus can save articles in a number of ways.  Below is the documentation
7202 for saving articles in a fairly straight-forward fashion (i.e., little
7203 processing of the article is done before it is saved).  For a different
7204 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7205 (@pxref{Decoding Articles}).
7206
7207 For the commands listed here, the target is a file.  If you want to
7208 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7209 command (@pxref{Mail Group Commands}).
7210
7211 @vindex gnus-save-all-headers
7212 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7213 unwanted headers before saving the article.
7214
7215 @vindex gnus-saved-headers
7216 If the preceding variable is @code{nil}, all headers that match the
7217 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7218 deleted before saving.
7219
7220 @table @kbd
7221
7222 @item O o
7223 @itemx o
7224 @kindex O o (Summary)
7225 @kindex o (Summary)
7226 @findex gnus-summary-save-article
7227 @c @icon{gnus-summary-save-article}
7228 Save the current article using the default article saver
7229 (@code{gnus-summary-save-article}).
7230
7231 @item O m
7232 @kindex O m (Summary)
7233 @findex gnus-summary-save-article-mail
7234 Save the current article in mail format
7235 (@code{gnus-summary-save-article-mail}).
7236
7237 @item O r
7238 @kindex O r (Summary)
7239 @findex gnus-summary-save-article-rmail
7240 Save the current article in rmail format
7241 (@code{gnus-summary-save-article-rmail}).
7242
7243 @item O f
7244 @kindex O f (Summary)
7245 @findex gnus-summary-save-article-file
7246 @c @icon{gnus-summary-save-article-file}
7247 Save the current article in plain file format
7248 (@code{gnus-summary-save-article-file}).
7249
7250 @item O F
7251 @kindex O F (Summary)
7252 @findex gnus-summary-write-article-file
7253 Write the current article in plain file format, overwriting any previous
7254 file contents (@code{gnus-summary-write-article-file}).
7255
7256 @item O b
7257 @kindex O b (Summary)
7258 @findex gnus-summary-save-article-body-file
7259 Save the current article body in plain file format
7260 (@code{gnus-summary-save-article-body-file}).
7261
7262 @item O h
7263 @kindex O h (Summary)
7264 @findex gnus-summary-save-article-folder
7265 Save the current article in mh folder format
7266 (@code{gnus-summary-save-article-folder}).
7267
7268 @item O v
7269 @kindex O v (Summary)
7270 @findex gnus-summary-save-article-vm
7271 Save the current article in a VM folder
7272 (@code{gnus-summary-save-article-vm}).
7273
7274 @item O p
7275 @itemx |
7276 @kindex O p (Summary)
7277 @kindex | (Summary)
7278 @findex gnus-summary-pipe-output
7279 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7280 the current article to a process (@code{gnus-summary-pipe-output}).
7281 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7282 complete headers in the piped output.
7283
7284 @item O P
7285 @kindex O P (Summary)
7286 @findex gnus-summary-muttprint
7287 @vindex gnus-summary-muttprint-program
7288 Save the current article into muttprint. That is, print it using the
7289 external program Muttprint (see
7290 @uref{http://muttprint.sourceforge.net/}). The program name and
7291 options to use is controlled by the variable
7292 @code{gnus-summary-muttprint-program}. (@code{gnus-summary-muttprint}).
7293
7294 @end table
7295
7296 @vindex gnus-prompt-before-saving
7297 All these commands use the process/prefix convention
7298 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7299 functions, you might get tired of being prompted for files to save each
7300 and every article in.  The prompting action is controlled by
7301 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7302 default, giving you that excessive prompting action you know and
7303 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7304 just once for each series of articles you save.  If you like to really
7305 have Gnus do all your thinking for you, you can even set this variable
7306 to @code{nil}, which means that you will never be prompted for files to
7307 save articles in.  Gnus will simply save all the articles in the default
7308 files.
7309
7310
7311 @vindex gnus-default-article-saver
7312 You can customize the @code{gnus-default-article-saver} variable to make
7313 Gnus do what you want it to.  You can use any of the six ready-made
7314 functions below, or you can create your own.
7315
7316 @table @code
7317
7318 @item gnus-summary-save-in-rmail
7319 @findex gnus-summary-save-in-rmail
7320 @vindex gnus-rmail-save-name
7321 @findex gnus-plain-save-name
7322 This is the default format, @dfn{babyl}.  Uses the function in the
7323 @code{gnus-rmail-save-name} variable to get a file name to save the
7324 article in.  The default is @code{gnus-plain-save-name}.
7325
7326 @item gnus-summary-save-in-mail
7327 @findex gnus-summary-save-in-mail
7328 @vindex gnus-mail-save-name
7329 Save in a Unix mail (mbox) file.  Uses the function in the
7330 @code{gnus-mail-save-name} variable to get a file name to save the
7331 article in.  The default is @code{gnus-plain-save-name}.
7332
7333 @item gnus-summary-save-in-file
7334 @findex gnus-summary-save-in-file
7335 @vindex gnus-file-save-name
7336 @findex gnus-numeric-save-name
7337 Append the article straight to an ordinary file.  Uses the function in
7338 the @code{gnus-file-save-name} variable to get a file name to save the
7339 article in.  The default is @code{gnus-numeric-save-name}.
7340
7341 @item gnus-summary-write-to-file
7342 @findex gnus-summary-write-to-file
7343 Write the article straight to an ordinary file.  The file is
7344 overwritten if it exists.  Uses the function in the
7345 @code{gnus-file-save-name} variable to get a file name to save the
7346 article in.  The default is @code{gnus-numeric-save-name}.
7347
7348 @item gnus-summary-save-body-in-file
7349 @findex gnus-summary-save-body-in-file
7350 Append the article body to an ordinary file.  Uses the function in the
7351 @code{gnus-file-save-name} variable to get a file name to save the
7352 article in.  The default is @code{gnus-numeric-save-name}.
7353
7354 @item gnus-summary-save-in-folder
7355 @findex gnus-summary-save-in-folder
7356 @findex gnus-folder-save-name
7357 @findex gnus-Folder-save-name
7358 @vindex gnus-folder-save-name
7359 @cindex rcvstore
7360 @cindex MH folders
7361 Save the article to an MH folder using @code{rcvstore} from the MH
7362 library.  Uses the function in the @code{gnus-folder-save-name} variable
7363 to get a file name to save the article in.  The default is
7364 @code{gnus-folder-save-name}, but you can also use
7365 @code{gnus-Folder-save-name}, which creates capitalized names.
7366
7367 @item gnus-summary-save-in-vm
7368 @findex gnus-summary-save-in-vm
7369 Save the article in a VM folder.  You have to have the VM mail
7370 reader to use this setting.
7371 @end table
7372
7373 @vindex gnus-article-save-directory
7374 All of these functions, except for the last one, will save the article
7375 in the @code{gnus-article-save-directory}, which is initialized from the
7376 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
7377 default.
7378
7379 As you can see above, the functions use different functions to find a
7380 suitable name of a file to save the article in.  Below is a list of
7381 available functions that generate names:
7382
7383 @table @code
7384
7385 @item gnus-Numeric-save-name
7386 @findex gnus-Numeric-save-name
7387 File names like @file{~/News/Alt.andrea-dworkin/45}.
7388
7389 @item gnus-numeric-save-name
7390 @findex gnus-numeric-save-name
7391 File names like @file{~/News/alt.andrea-dworkin/45}.
7392
7393 @item gnus-Plain-save-name
7394 @findex gnus-Plain-save-name
7395 File names like @file{~/News/Alt.andrea-dworkin}.
7396
7397 @item gnus-plain-save-name
7398 @findex gnus-plain-save-name
7399 File names like @file{~/News/alt.andrea-dworkin}.
7400
7401 @item gnus-sender-save-name
7402 @findex gnus-sender-save-name
7403 File names like @file{~/News/larsi}.
7404 @end table
7405
7406 @vindex gnus-split-methods
7407 You can have Gnus suggest where to save articles by plonking a regexp into
7408 the @code{gnus-split-methods} alist.  For instance, if you would like to
7409 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7410 related to VM in @file{vm-stuff}, you could set this variable to something
7411 like:
7412
7413 @lisp
7414 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7415  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7416  (my-choosing-function "../other-dir/my-stuff")
7417  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7418 @end lisp
7419
7420 We see that this is a list where each element is a list that has two
7421 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7422 a string (in which case it is used as a regexp to match on the article
7423 head); it can be a symbol (which will be called as a function with the
7424 group name as a parameter); or it can be a list (which will be
7425 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7426 the @dfn{file} will be used as a default prompt.  In addition, the
7427 result of the operation itself will be used if the function or form
7428 called returns a string or a list of strings.
7429
7430 You basically end up with a list of file names that might be used when
7431 saving the current article.  (All ``matches'' will be used.)  You will
7432 then be prompted for what you really want to use as a name, with file
7433 name completion over the results from applying this variable.
7434
7435 This variable is @code{((gnus-article-archive-name))} by default, which
7436 means that Gnus will look at the articles it saves for an
7437 @code{Archive-name} line and use that as a suggestion for the file
7438 name.
7439
7440 Here's an example function to clean up file names somewhat.  If you have
7441 lots of mail groups called things like
7442 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7443 these group names before creating the file name to save to.  The
7444 following will do just that:
7445
7446 @lisp
7447 (defun my-save-name (group)
7448   (when (string-match "^nnml:mail." group)
7449     (substring group (match-end 0))))
7450
7451 (setq gnus-split-methods
7452       '((gnus-article-archive-name)
7453         (my-save-name)))
7454 @end lisp
7455
7456
7457 @vindex gnus-use-long-file-name
7458 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7459 @code{nil}, all the preceding functions will replace all periods
7460 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7461 the functions will generate hierarchies of directories instead of having
7462 all the files in the top level directory
7463 (@file{~/News/alt/andrea-dworkin} instead of
7464 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7465 on most systems.  However, for historical reasons, this is @code{nil} on
7466 Xenix and usg-unix-v machines by default.
7467
7468 This function also affects kill and score file names.  If this variable
7469 is a list, and the list contains the element @code{not-score}, long file
7470 names will not be used for score files, if it contains the element
7471 @code{not-save}, long file names will not be used for saving, and if it
7472 contains the element @code{not-kill}, long file names will not be used
7473 for kill files.
7474
7475 If you'd like to save articles in a hierarchy that looks something like
7476 a spool, you could
7477
7478 @lisp
7479 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
7480 (setq gnus-default-article-saver
7481       'gnus-summary-save-in-file) ; no encoding
7482 @end lisp
7483
7484 Then just save with @kbd{o}.  You'd then read this hierarchy with
7485 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7486 the top level directory as the argument (@file{~/News/}).  Then just walk
7487 around to the groups/directories with @code{nneething}.
7488
7489
7490 @node Decoding Articles
7491 @section Decoding Articles
7492 @cindex decoding articles
7493
7494 Sometime users post articles (or series of articles) that have been
7495 encoded in some way or other.  Gnus can decode them for you.
7496
7497 @menu
7498 * Uuencoded Articles::          Uudecode articles.
7499 * Shell Archives::              Unshar articles.
7500 * PostScript Files::            Split PostScript.
7501 * Other Files::                 Plain save and binhex.
7502 * Decoding Variables::          Variables for a happy decoding.
7503 * Viewing Files::               You want to look at the result of the decoding?
7504 @end menu
7505
7506 @cindex series
7507 @cindex article series
7508 All these functions use the process/prefix convention
7509 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7510 the extension that a ``single article'' means ``a single series''.  Gnus
7511 can find out by itself what articles belong to a series, decode all the
7512 articles and unpack/view/save the resulting file(s).
7513
7514 Gnus guesses what articles are in the series according to the following
7515 simplish rule: The subjects must be (nearly) identical, except for the
7516 last two numbers of the line.  (Spaces are largely ignored, however.)
7517
7518 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7519 will find all the articles that match the regexp @samp{^cat.gif
7520 ([0-9]+/[0-9]+).*$}.
7521
7522 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7523 series}, will not be properly recognized by any of the automatic viewing
7524 commands, and you have to mark the articles manually with @kbd{#}.
7525
7526
7527 @node Uuencoded Articles
7528 @subsection Uuencoded Articles
7529 @cindex uudecode
7530 @cindex uuencoded articles
7531
7532 @table @kbd
7533
7534 @item X u
7535 @kindex X u (Summary)
7536 @findex gnus-uu-decode-uu
7537 @c @icon{gnus-uu-decode-uu}
7538 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7539
7540 @item X U
7541 @kindex X U (Summary)
7542 @findex gnus-uu-decode-uu-and-save
7543 Uudecodes and saves the current series
7544 (@code{gnus-uu-decode-uu-and-save}).
7545
7546 @item X v u
7547 @kindex X v u (Summary)
7548 @findex gnus-uu-decode-uu-view
7549 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7550
7551 @item X v U
7552 @kindex X v U (Summary)
7553 @findex gnus-uu-decode-uu-and-save-view
7554 Uudecodes, views and saves the current series
7555 (@code{gnus-uu-decode-uu-and-save-view}).
7556
7557 @end table
7558
7559 Remember that these all react to the presence of articles marked with
7560 the process mark.  If, for instance, you'd like to decode and save an
7561 entire newsgroup, you'd typically do @kbd{M P a}
7562 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7563 (@code{gnus-uu-decode-uu-and-save}).
7564
7565 All this is very much different from how @code{gnus-uu} worked with
7566 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7567 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7568 articles in some way (@pxref{Setting Process Marks}) and then press
7569 @kbd{X u}.
7570
7571 @vindex gnus-uu-notify-files
7572 Note: When trying to decode articles that have names matching
7573 @code{gnus-uu-notify-files}, which is hard-coded to
7574 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7575 automatically post an article on @samp{comp.unix.wizards} saying that
7576 you have just viewed the file in question.  This feature can't be turned
7577 off.
7578
7579
7580 @node Shell Archives
7581 @subsection Shell Archives
7582 @cindex unshar
7583 @cindex shell archives
7584 @cindex shared articles
7585
7586 Shell archives (``shar files'') used to be a popular way to distribute
7587 sources, but it isn't used all that much today.  In any case, we have
7588 some commands to deal with these:
7589
7590 @table @kbd
7591
7592 @item X s
7593 @kindex X s (Summary)
7594 @findex gnus-uu-decode-unshar
7595 Unshars the current series (@code{gnus-uu-decode-unshar}).
7596
7597 @item X S
7598 @kindex X S (Summary)
7599 @findex gnus-uu-decode-unshar-and-save
7600 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7601
7602 @item X v s
7603 @kindex X v s (Summary)
7604 @findex gnus-uu-decode-unshar-view
7605 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7606
7607 @item X v S
7608 @kindex X v S (Summary)
7609 @findex gnus-uu-decode-unshar-and-save-view
7610 Unshars, views and saves the current series
7611 (@code{gnus-uu-decode-unshar-and-save-view}).
7612 @end table
7613
7614
7615 @node PostScript Files
7616 @subsection PostScript Files
7617 @cindex PostScript
7618
7619 @table @kbd
7620
7621 @item X p
7622 @kindex X p (Summary)
7623 @findex gnus-uu-decode-postscript
7624 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7625
7626 @item X P
7627 @kindex X P (Summary)
7628 @findex gnus-uu-decode-postscript-and-save
7629 Unpack and save the current PostScript series
7630 (@code{gnus-uu-decode-postscript-and-save}).
7631
7632 @item X v p
7633 @kindex X v p (Summary)
7634 @findex gnus-uu-decode-postscript-view
7635 View the current PostScript series
7636 (@code{gnus-uu-decode-postscript-view}).
7637
7638 @item X v P
7639 @kindex X v P (Summary)
7640 @findex gnus-uu-decode-postscript-and-save-view
7641 View and save the current PostScript series
7642 (@code{gnus-uu-decode-postscript-and-save-view}).
7643 @end table
7644
7645
7646 @node Other Files
7647 @subsection Other Files
7648
7649 @table @kbd
7650 @item X o
7651 @kindex X o (Summary)
7652 @findex gnus-uu-decode-save
7653 Save the current series
7654 (@code{gnus-uu-decode-save}).
7655
7656 @item X b
7657 @kindex X b (Summary)
7658 @findex gnus-uu-decode-binhex
7659 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7660 doesn't really work yet.
7661 @end table
7662
7663
7664 @node Decoding Variables
7665 @subsection Decoding Variables
7666
7667 Adjective, not verb.
7668
7669 @menu
7670 * Rule Variables::              Variables that say how a file is to be viewed.
7671 * Other Decode Variables::      Other decode variables.
7672 * Uuencoding and Posting::      Variables for customizing uuencoding.
7673 @end menu
7674
7675
7676 @node Rule Variables
7677 @subsubsection Rule Variables
7678 @cindex rule variables
7679
7680 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7681 variables are of the form
7682
7683 @lisp
7684       (list '(regexp1 command2)
7685             '(regexp2 command2)
7686             ...)
7687 @end lisp
7688
7689 @table @code
7690
7691 @item gnus-uu-user-view-rules
7692 @vindex gnus-uu-user-view-rules
7693 @cindex sox
7694 This variable is consulted first when viewing files.  If you wish to use,
7695 for instance, @code{sox} to convert an @file{.au} sound file, you could
7696 say something like:
7697 @lisp
7698 (setq gnus-uu-user-view-rules
7699       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7700 @end lisp
7701
7702 @item gnus-uu-user-view-rules-end
7703 @vindex gnus-uu-user-view-rules-end
7704 This variable is consulted if Gnus couldn't make any matches from the
7705 user and default view rules.
7706
7707 @item gnus-uu-user-archive-rules
7708 @vindex gnus-uu-user-archive-rules
7709 This variable can be used to say what commands should be used to unpack
7710 archives.
7711 @end table
7712
7713
7714 @node Other Decode Variables
7715 @subsubsection Other Decode Variables
7716
7717 @table @code
7718 @vindex gnus-uu-grabbed-file-functions
7719
7720 @item gnus-uu-grabbed-file-functions
7721 All functions in this list will be called right after each file has been
7722 successfully decoded---so that you can move or view files right away,
7723 and don't have to wait for all files to be decoded before you can do
7724 anything.  Ready-made functions you can put in this list are:
7725
7726 @table @code
7727
7728 @item gnus-uu-grab-view
7729 @findex gnus-uu-grab-view
7730 View the file.
7731
7732 @item gnus-uu-grab-move
7733 @findex gnus-uu-grab-move
7734 Move the file (if you're using a saving function.)
7735 @end table
7736
7737 @item gnus-uu-be-dangerous
7738 @vindex gnus-uu-be-dangerous
7739 Specifies what to do if unusual situations arise during decoding.  If
7740 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7741 that didn't work, and overwrite existing files.  Otherwise, ask each
7742 time.
7743
7744 @item gnus-uu-ignore-files-by-name
7745 @vindex gnus-uu-ignore-files-by-name
7746 Files with name matching this regular expression won't be viewed.
7747
7748 @item gnus-uu-ignore-files-by-type
7749 @vindex gnus-uu-ignore-files-by-type
7750 Files with a @sc{mime} type matching this variable won't be viewed.
7751 Note that Gnus tries to guess what type the file is based on the name.
7752 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
7753 kludgey.
7754
7755 @item gnus-uu-tmp-dir
7756 @vindex gnus-uu-tmp-dir
7757 Where @code{gnus-uu} does its work.
7758
7759 @item gnus-uu-do-not-unpack-archives
7760 @vindex gnus-uu-do-not-unpack-archives
7761 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7762 looking for files to display.
7763
7764 @item gnus-uu-view-and-save
7765 @vindex gnus-uu-view-and-save
7766 Non-@code{nil} means that the user will always be asked to save a file
7767 after viewing it.
7768
7769 @item gnus-uu-ignore-default-view-rules
7770 @vindex gnus-uu-ignore-default-view-rules
7771 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7772 rules.
7773
7774 @item gnus-uu-ignore-default-archive-rules
7775 @vindex gnus-uu-ignore-default-archive-rules
7776 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7777 unpacking commands.
7778
7779 @item gnus-uu-kill-carriage-return
7780 @vindex gnus-uu-kill-carriage-return
7781 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7782 from articles.
7783
7784 @item gnus-uu-unmark-articles-not-decoded
7785 @vindex gnus-uu-unmark-articles-not-decoded
7786 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7787 decoded articles as unread.
7788
7789 @item gnus-uu-correct-stripped-uucode
7790 @vindex gnus-uu-correct-stripped-uucode
7791 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7792 uuencoded files that have had trailing spaces deleted.
7793
7794 @item gnus-uu-pre-uudecode-hook
7795 @vindex gnus-uu-pre-uudecode-hook
7796 Hook run before sending a message to @code{uudecode}.
7797
7798 @item gnus-uu-view-with-metamail
7799 @vindex gnus-uu-view-with-metamail
7800 @cindex metamail
7801 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7802 commands defined by the rule variables and just fudge a @sc{mime}
7803 content type based on the file name.  The result will be fed to
7804 @code{metamail} for viewing.
7805
7806 @item gnus-uu-save-in-digest
7807 @vindex gnus-uu-save-in-digest
7808 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7809 decoding, will save in digests.  If this variable is @code{nil},
7810 @code{gnus-uu} will just save everything in a file without any
7811 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7812 to specify any meaningful volume and issue numbers were found, so I
7813 simply dropped them.
7814
7815 @end table
7816
7817
7818 @node Uuencoding and Posting
7819 @subsubsection Uuencoding and Posting
7820
7821 @table @code
7822
7823 @item gnus-uu-post-include-before-composing
7824 @vindex gnus-uu-post-include-before-composing
7825 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7826 before you compose the article.  If this variable is @code{t}, you can
7827 either include an encoded file with @kbd{C-c C-i} or have one included
7828 for you when you post the article.
7829
7830 @item gnus-uu-post-length
7831 @vindex gnus-uu-post-length
7832 Maximum length of an article.  The encoded file will be split into how
7833 many articles it takes to post the entire file.
7834
7835 @item gnus-uu-post-threaded
7836 @vindex gnus-uu-post-threaded
7837 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7838 thread.  This may not be smart, as no other decoder I have seen is able
7839 to follow threads when collecting uuencoded articles.  (Well, I have
7840 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7841 think that counts@dots{}) Default is @code{nil}.
7842
7843 @item gnus-uu-post-separate-description
7844 @vindex gnus-uu-post-separate-description
7845 Non-@code{nil} means that the description will be posted in a separate
7846 article.  The first article will typically be numbered (0/x).  If this
7847 variable is @code{nil}, the description the user enters will be included
7848 at the beginning of the first article, which will be numbered (1/x).
7849 Default is @code{t}.
7850
7851 @end table
7852
7853
7854 @node Viewing Files
7855 @subsection Viewing Files
7856 @cindex viewing files
7857 @cindex pseudo-articles
7858
7859 After decoding, if the file is some sort of archive, Gnus will attempt
7860 to unpack the archive and see if any of the files in the archive can be
7861 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7862 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7863 uncompress and de-tar the main file, and then view the two pictures.
7864 This unpacking process is recursive, so if the archive contains archives
7865 of archives, it'll all be unpacked.
7866
7867 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7868 extracted file into the summary buffer.  If you go to these
7869 ``articles'', you will be prompted for a command to run (usually Gnus
7870 will make a suggestion), and then the command will be run.
7871
7872 @vindex gnus-view-pseudo-asynchronously
7873 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7874 until the viewing is done before proceeding.
7875
7876 @vindex gnus-view-pseudos
7877 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7878 the pseudo-articles into the summary buffer, but view them
7879 immediately.  If this variable is @code{not-confirm}, the user won't even
7880 be asked for a confirmation before viewing is done.
7881
7882 @vindex gnus-view-pseudos-separately
7883 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7884 pseudo-article will be created for each file to be viewed.  If
7885 @code{nil}, all files that use the same viewing command will be given as
7886 a list of parameters to that command.
7887
7888 @vindex gnus-insert-pseudo-articles
7889 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7890 pseudo-articles when decoding.  It is @code{t} by default.
7891
7892 So; there you are, reading your @emph{pseudo-articles} in your
7893 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7894 Why isn't anything real anymore? How did we get here?
7895
7896
7897 @node Article Treatment
7898 @section Article Treatment
7899
7900 Reading through this huge manual, you may have quite forgotten that the
7901 object of newsreaders is to actually, like, read what people have
7902 written.  Reading articles.  Unfortunately, people are quite bad at
7903 writing, so there are tons of functions and variables to make reading
7904 these articles easier.
7905
7906 @menu
7907 * Article Highlighting::        You want to make the article look like fruit salad.
7908 * Article Fontisizing::         Making emphasized text look nice.
7909 * Article Hiding::              You also want to make certain info go away.
7910 * Article Washing::             Lots of way-neat functions to make life better.
7911 * Article Header::              Doing various header transformations.
7912 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
7913 * Article Date::                Grumble, UT!
7914 * Article Display::             Display various stuff---X-Face, Picons, Smileys
7915 * Article Signature::           What is a signature?
7916 * Article Miscellania::         Various other stuff.
7917 @end menu
7918
7919
7920 @node Article Highlighting
7921 @subsection Article Highlighting
7922 @cindex highlighting
7923
7924 Not only do you want your article buffer to look like fruit salad, but
7925 you want it to look like technicolor fruit salad.
7926
7927 @table @kbd
7928
7929 @item W H a
7930 @kindex W H a (Summary)
7931 @findex gnus-article-highlight
7932 @findex gnus-article-maybe-highlight
7933 Do much highlighting of the current article
7934 (@code{gnus-article-highlight}).  This function highlights header, cited
7935 text, the signature, and adds buttons to the body and the head.
7936
7937 @item W H h
7938 @kindex W H h (Summary)
7939 @findex gnus-article-highlight-headers
7940 @vindex gnus-header-face-alist
7941 Highlight the headers (@code{gnus-article-highlight-headers}).  The
7942 highlighting will be done according to the @code{gnus-header-face-alist}
7943 variable, which is a list where each element has the form
7944 @code{(@var{regexp} @var{name} @var{content})}.
7945 @var{regexp} is a regular expression for matching the
7946 header, @var{name} is the face used for highlighting the header name
7947 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
7948 the header value.  The first match made will be used.  Note that
7949 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
7950
7951 @item W H c
7952 @kindex W H c (Summary)
7953 @findex gnus-article-highlight-citation
7954 Highlight cited text (@code{gnus-article-highlight-citation}).
7955
7956 Some variables to customize the citation highlights:
7957
7958 @table @code
7959 @vindex gnus-cite-parse-max-size
7960
7961 @item gnus-cite-parse-max-size
7962 If the article size if bigger than this variable (which is 25000 by
7963 default), no citation highlighting will be performed.
7964
7965 @item gnus-cite-max-prefix
7966 @vindex gnus-cite-max-prefix
7967 Maximum possible length for a citation prefix (default 20).
7968
7969 @item gnus-cite-face-list
7970 @vindex gnus-cite-face-list
7971 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
7972 When there are citations from multiple articles in the same message,
7973 Gnus will try to give each citation from each article its own face.
7974 This should make it easier to see who wrote what.
7975
7976 @item gnus-supercite-regexp
7977 @vindex gnus-supercite-regexp
7978 Regexp matching normal Supercite attribution lines.
7979
7980 @item gnus-supercite-secondary-regexp
7981 @vindex gnus-supercite-secondary-regexp
7982 Regexp matching mangled Supercite attribution lines.
7983
7984 @item gnus-cite-minimum-match-count
7985 @vindex gnus-cite-minimum-match-count
7986 Minimum number of identical prefixes we have to see before we believe
7987 that it's a citation.
7988
7989 @item gnus-cite-attribution-prefix
7990 @vindex gnus-cite-attribution-prefix
7991 Regexp matching the beginning of an attribution line.
7992
7993 @item gnus-cite-attribution-suffix
7994 @vindex gnus-cite-attribution-suffix
7995 Regexp matching the end of an attribution line.
7996
7997 @item gnus-cite-attribution-face
7998 @vindex gnus-cite-attribution-face
7999 Face used for attribution lines.  It is merged with the face for the
8000 cited text belonging to the attribution.
8001
8002 @end table
8003
8004
8005 @item W H s
8006 @kindex W H s (Summary)
8007 @vindex gnus-signature-separator
8008 @vindex gnus-signature-face
8009 @findex gnus-article-highlight-signature
8010 Highlight the signature (@code{gnus-article-highlight-signature}).
8011 Everything after @code{gnus-signature-separator} (@pxref{Article
8012 Signature}) in an article will be considered a signature and will be
8013 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8014 default.
8015
8016 @end table
8017
8018 @xref{Customizing Articles}, for how to highlight articles automatically.
8019
8020
8021 @node Article Fontisizing
8022 @subsection Article Fontisizing
8023 @cindex emphasis
8024 @cindex article emphasis
8025
8026 @findex gnus-article-emphasize
8027 @kindex W e (Summary)
8028 People commonly add emphasis to words in news articles by writing things
8029 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8030 this look nicer by running the article through the @kbd{W e}
8031 (@code{gnus-article-emphasize}) command.
8032
8033 @vindex gnus-emphasis-alist
8034 How the emphasis is computed is controlled by the
8035 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8036 element is a regular expression to be matched.  The second is a number
8037 that says what regular expression grouping is used to find the entire
8038 emphasized word.  The third is a number that says what regexp grouping
8039 should be displayed and highlighted.  (The text between these two
8040 groupings will be hidden.)  The fourth is the face used for
8041 highlighting.
8042
8043 @lisp
8044 (setq gnus-emphasis-alist
8045       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8046         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8047 @end lisp
8048
8049 @cindex slash
8050 @cindex asterisk
8051 @cindex underline
8052 @cindex /
8053 @cindex *
8054
8055 @vindex gnus-emphasis-underline
8056 @vindex gnus-emphasis-bold
8057 @vindex gnus-emphasis-italic
8058 @vindex gnus-emphasis-underline-bold
8059 @vindex gnus-emphasis-underline-italic
8060 @vindex gnus-emphasis-bold-italic
8061 @vindex gnus-emphasis-underline-bold-italic
8062 By default, there are seven rules, and they use the following faces:
8063 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8064 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8065 @code{gnus-emphasis-underline-italic},
8066 @code{gnus-emphasis-underline-bold}, and
8067 @code{gnus-emphasis-underline-bold-italic}.
8068
8069 If you want to change these faces, you can either use @kbd{M-x
8070 customize}, or you can use @code{copy-face}.  For instance, if you want
8071 to make @code{gnus-emphasis-italic} use a red face instead, you could
8072 say something like:
8073
8074 @lisp
8075 (copy-face 'red 'gnus-emphasis-italic)
8076 @end lisp
8077
8078 @vindex gnus-group-highlight-words-alist
8079
8080 If you want to highlight arbitrary words, you can use the
8081 @code{gnus-group-highlight-words-alist} variable, which uses the same
8082 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8083 parameter (@pxref{Group Parameters}) can also be used.
8084
8085 @xref{Customizing Articles}, for how to fontize articles automatically.
8086
8087
8088 @node Article Hiding
8089 @subsection Article Hiding
8090 @cindex article hiding
8091
8092 Or rather, hiding certain things in each article.  There usually is much
8093 too much cruft in most articles.
8094
8095 @table @kbd
8096
8097 @item W W a
8098 @kindex W W a (Summary)
8099 @findex gnus-article-hide
8100 Do quite a lot of hiding on the article buffer
8101 (@kbd{gnus-article-hide}).  In particular, this function will hide
8102 headers, PGP, cited text and the signature.
8103
8104 @item W W h
8105 @kindex W W h (Summary)
8106 @findex gnus-article-hide-headers
8107 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8108 Headers}.
8109
8110 @item W W b
8111 @kindex W W b (Summary)
8112 @findex gnus-article-hide-boring-headers
8113 Hide headers that aren't particularly interesting
8114 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8115
8116 @item W W s
8117 @kindex W W s (Summary)
8118 @findex gnus-article-hide-signature
8119 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8120 Signature}.
8121
8122 @item W W l
8123 @kindex W W l (Summary)
8124 @findex gnus-article-hide-list-identifiers
8125 @vindex gnus-list-identifiers
8126 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8127 are strings some mailing list servers add to the beginning of all
8128 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8129 @samp{Re: } is skipped before stripping. @code{gnus-list-identifiers}
8130 may not contain @code{\\(..\\)}.
8131
8132 @table @code
8133
8134 @item gnus-list-identifiers
8135 @vindex gnus-list-identifiers
8136 A regular expression that matches list identifiers to be removed from
8137 subject.  This can also be a list of regular expressions.
8138
8139 @end table
8140
8141 @item W W P
8142 @kindex W W P (Summary)
8143 @findex gnus-article-hide-pem
8144 Hide @sc{pem} (privacy enhanced messages) cruft
8145 (@code{gnus-article-hide-pem}).
8146
8147 @item W W B
8148 @kindex W W B (Summary)
8149 @findex gnus-article-strip-banner
8150 @vindex gnus-article-banner-alist
8151 @vindex gnus-article-address-banner-alist
8152 @cindex banner
8153 @cindex OneList
8154 @cindex stripping advertisements
8155 @cindex advertisements
8156 Strip the banner specified by the @code{banner} group parameter
8157 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8158 annoying banners and/or signatures that some mailing lists and moderated
8159 groups adds to all the messages.  The way to use this function is to add
8160 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8161 group you want banners stripped from.  The parameter either be a string,
8162 which will be interpreted as a regular expression matching text to be
8163 removed, or the symbol @code{signature}, meaning that the (last)
8164 signature should be removed, or other symbol, meaning that the
8165 corresponding regular expression in @code{gnus-article-banner-alist} is
8166 used.
8167
8168 Regardless of a group, you can hide things like advertisements only when
8169 the sender of an article has a certain mail address specified in
8170 @code{gnus-article-address-banner-alist}.
8171
8172 @table @code
8173
8174 @item gnus-article-address-banner-alist
8175 @vindex gnus-article-address-banner-alist
8176 Alist of mail addresses and banners.  Each element has the form
8177 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8178 matching a mail address in the From header, @var{banner} is one of a
8179 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8180 a regexp and @code{nil}.  If @var{address} matches author's mail
8181 address, it will remove things like advertisements.  For example, if a
8182 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8183 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8184 sends, you can use the following element to remove them:
8185
8186 @lisp
8187 ("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8188 @end lisp
8189
8190 @end table
8191
8192 @item W W c
8193 @kindex W W c (Summary)
8194 @findex gnus-article-hide-citation
8195 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8196 customizing the hiding:
8197
8198 @table @code
8199
8200 @item gnus-cited-opened-text-button-line-format
8201 @itemx gnus-cited-closed-text-button-line-format
8202 @vindex gnus-cited-closed-text-button-line-format
8203 @vindex gnus-cited-opened-text-button-line-format
8204 Gnus adds buttons to show where the cited text has been hidden, and to
8205 allow toggle hiding the text.  The format of the variable is specified
8206 by these format-like variable (@pxref{Formatting Variables}).  These
8207 specs are valid:
8208
8209 @table @samp
8210 @item b
8211 Starting point of the hidden text.
8212 @item e
8213 Ending point of the hidden text.
8214 @item l
8215 Number of characters in the hidden region.
8216 @item n
8217 Number of lines of hidden text.
8218 @end table
8219
8220 @item gnus-cited-lines-visible
8221 @vindex gnus-cited-lines-visible
8222 The number of lines at the beginning of the cited text to leave
8223 shown. This can also be a cons cell with the number of lines at the top
8224 and bottom of the text, respectively, to remain visible.
8225
8226 @end table
8227
8228 @item W W C-c
8229 @kindex W W C-c (Summary)
8230 @findex gnus-article-hide-citation-maybe
8231
8232 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8233 following two variables:
8234
8235 @table @code
8236 @item gnus-cite-hide-percentage
8237 @vindex gnus-cite-hide-percentage
8238 If the cited text is of a bigger percentage than this variable (default
8239 50), hide the cited text.
8240
8241 @item gnus-cite-hide-absolute
8242 @vindex gnus-cite-hide-absolute
8243 The cited text must have at least this length (default 10) before it
8244 is hidden.
8245 @end table
8246
8247 @item W W C
8248 @kindex W W C (Summary)
8249 @findex gnus-article-hide-citation-in-followups
8250 Hide cited text in articles that aren't roots
8251 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8252 useful as an interactive command, but might be a handy function to stick
8253 have happen automatically (@pxref{Customizing Articles}).
8254
8255 @end table
8256
8257 All these ``hiding'' commands are toggles, but if you give a negative
8258 prefix to these commands, they will show what they have previously
8259 hidden.  If you give a positive prefix, they will always hide.
8260
8261 Also @pxref{Article Highlighting} for further variables for
8262 citation customization.
8263
8264 @xref{Customizing Articles}, for how to hide article elements
8265 automatically.
8266
8267
8268 @node Article Washing
8269 @subsection Article Washing
8270 @cindex washing
8271 @cindex article washing
8272
8273 We call this ``article washing'' for a really good reason.  Namely, the
8274 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8275
8276 @dfn{Washing} is defined by us as ``changing something from something to
8277 something else'', but normally results in something looking better.
8278 Cleaner, perhaps.
8279
8280 @xref{Customizing Articles}, if you want to change how Gnus displays
8281 articles by default.
8282
8283 @table @kbd
8284
8285 @item C-u g
8286 This is not really washing, it's sort of the opposite of washing.  If
8287 you type this, you see the article exactly as it exists on disk or on
8288 the server.
8289
8290 @item g
8291 Force redisplaying of the current article
8292 (@code{gnus-summary-show-article}).  This is also not really washing.
8293 If you type this, you see the article without any previously applied
8294 interactive Washing functions but with all default treatments
8295 (@pxref{Customizing Articles}).
8296
8297 @item W l
8298 @kindex W l (Summary)
8299 @findex gnus-summary-stop-page-breaking
8300 Remove page breaks from the current article
8301 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8302 delimiters.
8303
8304 @item W r
8305 @kindex W r (Summary)
8306 @findex gnus-summary-caesar-message
8307 @c @icon{gnus-summary-caesar-message}
8308 Do a Caesar rotate (rot13) on the article buffer
8309 (@code{gnus-summary-caesar-message}).
8310 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8311 (Typically offensive jokes and such.)
8312
8313 It's commonly called ``rot13'' because each letter is rotated 13
8314 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8315 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8316 is rumored to have employed this form of, uh, somewhat weak encryption.
8317
8318 @item W m
8319 @kindex W m (Summary)
8320 @findex gnus-summary-morse-message
8321 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8322
8323 @item W t
8324 @item t
8325 @kindex W t (Summary)
8326 @kindex t (Summary)
8327 @findex gnus-summary-toggle-header
8328 Toggle whether to display all headers in the article buffer
8329 (@code{gnus-summary-toggle-header}).
8330
8331 @item W v
8332 @kindex W v (Summary)
8333 @findex gnus-summary-verbose-headers
8334 Toggle whether to display all headers in the article buffer permanently
8335 (@code{gnus-summary-verbose-headers}).
8336
8337 @item W o
8338 @kindex W o (Summary)
8339 @findex gnus-article-treat-overstrike
8340 Treat overstrike (@code{gnus-article-treat-overstrike}).
8341
8342 @item W d
8343 @kindex W d (Summary)
8344 @findex gnus-article-treat-dumbquotes
8345 @vindex gnus-article-dumbquotes-map
8346 @cindex Smartquotes
8347 @cindex M****s*** sm*rtq**t*s
8348 @cindex Latin 1
8349 Treat M****s*** sm*rtq**t*s according to
8350 @code{gnus-article-dumbquotes-map}
8351 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8352 whether a character is a sm*rtq**t* or not, so it should only be used
8353 interactively.
8354
8355 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8356 an attempt to provide more quoting characters.  If you see something
8357 like @code{\222} or @code{\264} where you're expecting some kind of
8358 apostrophe or quotation mark, then try this wash.
8359
8360 @item W Y f
8361 @kindex W Y f (Summary)
8362 @findex gnus-article-outlook-deuglify-article
8363 @cindex Outlook Express
8364 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8365 unwrap lines, repair attribution and rearrange citation.
8366 (@code{gnus-article-outlook-deuglify-article}).
8367
8368 @item W Y u
8369 @kindex W Y u (Summary)
8370 @findex gnus-article-outlook-unwrap-lines
8371 @vindex gnus-outlook-deuglify-unwrap-min
8372 @vindex gnus-outlook-deuglify-unwrap-max
8373 Unwrap lines that appear to be wrapped citation lines.  You can control
8374 what lines will be unwrapped by frobbing
8375 @code{gnus-outlook-deuglify-unwrap-min} and
8376 @code{gnus-outlook-deuglify-unwrap-max}, indicating the miminum and
8377 maximum length of an unwrapped citation line.
8378 (@code{gnus-article-outlook-unwrap-lines}).
8379
8380 @item W Y a
8381 @kindex W Y a (Summary)
8382 @findex gnus-article-outlook-repair-attribution
8383 Repair a broken attribution line.
8384 (@code{gnus-article-outlook-repair-attribution}).
8385
8386 @item W Y c
8387 @kindex W Y c (Summary)
8388 @findex gnus-article-outlook-rearrange-citation
8389 Repair broken citations by rearranging the text.
8390 (@code{gnus-article-outlook-rearrange-citation}).
8391
8392 @item W w
8393 @kindex W w (Summary)
8394 @findex gnus-article-fill-cited-article
8395 Do word wrap (@code{gnus-article-fill-cited-article}).
8396
8397 You can give the command a numerical prefix to specify the width to use
8398 when filling.
8399
8400 @item W Q
8401 @kindex W Q (Summary)
8402 @findex gnus-article-fill-long-lines
8403 Fill long lines (@code{gnus-article-fill-long-lines}).
8404
8405 @item W C
8406 @kindex W C (Summary)
8407 @findex gnus-article-capitalize-sentences
8408 Capitalize the first word in each sentence
8409 (@code{gnus-article-capitalize-sentences}).
8410
8411 @item W c
8412 @kindex W c (Summary)
8413 @findex gnus-article-remove-cr
8414 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8415 (this takes care of DOS line endings), and then translate any remaining
8416 CRs into LF (this takes care of Mac line endings)
8417 (@code{gnus-article-remove-cr}).
8418
8419 @item W q
8420 @kindex W q (Summary)
8421 @findex gnus-article-de-quoted-unreadable
8422 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8423 Quoted-Printable is one common @sc{mime} encoding employed when sending
8424 non-ASCII (i. e., 8-bit) articles.  It typically makes strings like
8425 @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which doesn't look very
8426 readable to me.  Note that this is usually done automatically by
8427 Gnus if the message in question has a @code{Content-Transfer-Encoding}
8428 header that says that this encoding has been done.
8429 If a prefix is given, a charset will be asked for.
8430
8431 @item W 6
8432 @kindex W 6 (Summary)
8433 @findex gnus-article-de-base64-unreadable
8434 Treat base64 (@code{gnus-article-de-base64-unreadable}).
8435 Base64 is one common @sc{mime} encoding employed when sending non-ASCII
8436 (i. e., 8-bit) articles.  Note that this is usually done
8437 automatically by Gnus if the message in question has a
8438 @code{Content-Transfer-Encoding} header that says that this encoding has
8439 been done.
8440 If a prefix is given, a charset will be asked for.
8441
8442 @item W Z
8443 @kindex W Z (Summary)
8444 @findex gnus-article-decode-HZ
8445 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8446 common encoding employed when sending Chinese articles.  It typically
8447 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8448
8449 @item W u
8450 @kindex W u (Summary)
8451 @findex gnus-article-unsplit-urls
8452 Remove newlines from within URLs.  Some mailers insert newlines into
8453 outgoing email messages to keep lines short.  This reformatting can
8454 split long URLs onto multiple lines.  Repair those URLs by removing
8455 the newlines (@code{gnus-article-unsplit-urls}).
8456
8457 @item W h
8458 @kindex W h (Summary)
8459 @findex gnus-article-wash-html
8460 Treat @sc{html} (@code{gnus-article-wash-html}).  Note that this is
8461 usually done automatically by Gnus if the message in question has a
8462 @code{Content-Type} header that says that the message is @sc{html}.
8463
8464 If a prefix is given, a charset will be asked for.
8465
8466 @vindex gnus-article-wash-function
8467 The default is to use the function specified by
8468 @code{mm-text-html-renderer} (@pxref{(emacs-mime)Display
8469 Customization}) to convert the @sc{html}, but this is controlled by
8470 the @code{gnus-article-wash-function} variable.  Pre-defined functions
8471 you can use include:
8472
8473 @table @code
8474 @item w3
8475 Use Emacs/w3.
8476
8477 @item w3m
8478 Use emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more
8479 information).
8480
8481 @item links
8482 Use Links (see @uref{http://artax.karlin.mff.cuni.cz/~mikulas/links/}).
8483
8484 @item lynx
8485 Use Lynx (see @uref{http://lynx.browser.org/}).
8486
8487 @item html2text
8488 Use html2text -- a simple @sc{html} converter included with Gnus.
8489
8490 @end table
8491
8492 @item W b
8493 @kindex W b (Summary)
8494 @findex gnus-article-add-buttons
8495 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8496 @xref{Article Buttons}.
8497
8498 @item W B
8499 @kindex W B (Summary)
8500 @findex gnus-article-add-buttons-to-head
8501 Add clickable buttons to the article headers
8502 (@code{gnus-article-add-buttons-to-head}).
8503
8504 @item W p
8505 @kindex W p (Summary)
8506 @findex gnus-article-verify-x-pgp-sig
8507 Verify a signed control message (@code{gnus-article-verify-x-pgp-sig}).
8508 Control messages such as @code{newgroup} and @code{checkgroups} are
8509 usually signed by the hierarchy maintainer.  You need to add the PGP
8510 public key of the maintainer to your keyring to verify the
8511 message.@footnote{PGP keys for many hierarchies are available at
8512 @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8513
8514 @item W s
8515 @kindex W s (Summary)
8516 @findex gnus-summary-force-verify-and-decrypt
8517 Verify a signed (PGP, @sc{pgp/mime} or @sc{s/mime}) message
8518 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8519
8520 @item W a
8521 @kindex W a (Summary)
8522 @findex gnus-article-strip-headers-in-body
8523 Strip headers like the @code{X-No-Archive} header from the beginning of
8524 article bodies (@code{gnus-article-strip-headers-in-body}).
8525
8526 @item W E l
8527 @kindex W E l (Summary)
8528 @findex gnus-article-strip-leading-blank-lines
8529 Remove all blank lines from the beginning of the article
8530 (@code{gnus-article-strip-leading-blank-lines}).
8531
8532 @item W E m
8533 @kindex W E m (Summary)
8534 @findex gnus-article-strip-multiple-blank-lines
8535 Replace all blank lines with empty lines and then all multiple empty
8536 lines with a single empty line.
8537 (@code{gnus-article-strip-multiple-blank-lines}).
8538
8539 @item W E t
8540 @kindex W E t (Summary)
8541 @findex gnus-article-remove-trailing-blank-lines
8542 Remove all blank lines at the end of the article
8543 (@code{gnus-article-remove-trailing-blank-lines}).
8544
8545 @item W E a
8546 @kindex W E a (Summary)
8547 @findex gnus-article-strip-blank-lines
8548 Do all the three commands above
8549 (@code{gnus-article-strip-blank-lines}).
8550
8551 @item W E A
8552 @kindex W E A (Summary)
8553 @findex gnus-article-strip-all-blank-lines
8554 Remove all blank lines
8555 (@code{gnus-article-strip-all-blank-lines}).
8556
8557 @item W E s
8558 @kindex W E s (Summary)
8559 @findex gnus-article-strip-leading-space
8560 Remove all white space from the beginning of all lines of the article
8561 body (@code{gnus-article-strip-leading-space}).
8562
8563 @item W E e
8564 @kindex W E e (Summary)
8565 @findex gnus-article-strip-trailing-space
8566 Remove all white space from the end of all lines of the article
8567 body (@code{gnus-article-strip-trailing-space}).
8568
8569 @end table
8570
8571 @xref{Customizing Articles}, for how to wash articles automatically.
8572
8573
8574 @node Article Header
8575 @subsection Article Header
8576
8577 These commands perform various transformations of article header.
8578
8579 @table @kbd
8580
8581 @item W G u
8582 @kindex W G u (Summary)
8583 @findex gnus-article-treat-unfold-headers
8584 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8585
8586 @item W G n
8587 @kindex W G n (Summary)
8588 @findex gnus-article-treat-fold-newsgroups
8589 Fold the @code{Newsgroups} and @code{Followup-To} headers
8590 (@code{gnus-article-treat-fold-newsgroups}).
8591
8592 @item W G f
8593 @kindex W G f (Summary)
8594 @findex gnus-article-treat-fold-headers
8595 Fold all the message headers
8596 (@code{gnus-article-treat-fold-headers}).
8597
8598 @item W E w
8599 @kindex W E w
8600 @findex gnus-article-remove-leading-whitespace
8601 Remove excessive whitespace from all headers
8602 (@code{gnus-article-remove-leading-whitespace}).
8603
8604 @end table
8605
8606
8607 @node Article Buttons
8608 @subsection Article Buttons
8609 @cindex buttons
8610
8611 People often include references to other stuff in articles, and it would
8612 be nice if Gnus could just fetch whatever it is that people talk about
8613 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8614 button on these references.
8615
8616 @vindex gnus-button-man-handler
8617 Gnus adds @dfn{buttons} to certain standard references by default:
8618 Well-formed URLs, mail addresses, Message-IDs, Info links and man pages.
8619 This is controlled by two variables, one that handles article bodies and
8620 one that handles article heads:
8621
8622 @table @code
8623
8624 @item gnus-button-alist
8625 @vindex gnus-button-alist
8626 This is an alist where each entry has this form:
8627
8628 @lisp
8629 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8630 @end lisp
8631
8632 @table @var
8633
8634 @item regexp
8635 All text that match this regular expression (case insensitive) will be
8636 considered an external reference.  Here's a typical regexp that matches
8637 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8638 variable containing a regexp, useful variables to use include
8639 @code{gnus-button-url-regexp}.
8640
8641 @item button-par
8642 Gnus has to know which parts of the matches is to be highlighted.  This
8643 is a number that says what sub-expression of the regexp is to be
8644 highlighted.  If you want it all highlighted, you use 0 here.
8645
8646 @item use-p
8647 This form will be @code{eval}ed, and if the result is non-@code{nil},
8648 this is considered a match.  This is useful if you want extra sifting to
8649 avoid false matches.
8650
8651 @item function
8652 This function will be called when you click on this button.
8653
8654 @item data-par
8655 As with @var{button-par}, this is a sub-expression number, but this one
8656 says which part of the match is to be sent as data to @var{function}.
8657
8658 @end table
8659
8660 So the full entry for buttonizing URLs is then
8661
8662 @lisp
8663 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8664 @end lisp
8665
8666 @item gnus-header-button-alist
8667 @vindex gnus-header-button-alist
8668 This is just like the other alist, except that it is applied to the
8669 article head only, and that each entry has an additional element that is
8670 used to say what headers to apply the buttonize coding to:
8671
8672 @lisp
8673 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8674 @end lisp
8675
8676 @var{header} is a regular expression.
8677
8678 @item gnus-button-url-regexp
8679 @vindex gnus-button-url-regexp
8680 A regular expression that matches embedded URLs.  It is used in the
8681 default values of the variables above.
8682
8683 @item gnus-article-button-face
8684 @vindex gnus-article-button-face
8685 Face used on buttons.
8686
8687 @item gnus-article-mouse-face
8688 @vindex gnus-article-mouse-face
8689 Face used when the mouse cursor is over a button.
8690
8691 @end table
8692
8693 @xref{Customizing Articles}, for how to buttonize articles automatically.
8694
8695
8696 @node Article Date
8697 @subsection Article Date
8698
8699 The date is most likely generated in some obscure timezone you've never
8700 heard of, so it's quite nice to be able to find out what the time was
8701 when the article was sent.
8702
8703 @table @kbd
8704
8705 @item W T u
8706 @kindex W T u (Summary)
8707 @findex gnus-article-date-ut
8708 Display the date in UT (aka. GMT, aka ZULU)
8709 (@code{gnus-article-date-ut}).
8710
8711 @item W T i
8712 @kindex W T i (Summary)
8713 @findex gnus-article-date-iso8601
8714 @cindex ISO 8601
8715 Display the date in international format, aka. ISO 8601
8716 (@code{gnus-article-date-iso8601}).
8717
8718 @item W T l
8719 @kindex W T l (Summary)
8720 @findex gnus-article-date-local
8721 Display the date in the local timezone (@code{gnus-article-date-local}).
8722
8723 @item W T p
8724 @kindex W T p (Summary)
8725 @findex gnus-article-date-english
8726 Display the date in a format that's easily pronounceable in English
8727 (@code{gnus-article-date-english}).
8728
8729 @item W T s
8730 @kindex W T s (Summary)
8731 @vindex gnus-article-time-format
8732 @findex gnus-article-date-user
8733 @findex format-time-string
8734 Display the date using a user-defined format
8735 (@code{gnus-article-date-user}).  The format is specified by the
8736 @code{gnus-article-time-format} variable, and is a string that's passed
8737 to @code{format-time-string}.  See the documentation of that variable
8738 for a list of possible format specs.
8739
8740 @item W T e
8741 @kindex W T e (Summary)
8742 @findex gnus-article-date-lapsed
8743 @findex gnus-start-date-timer
8744 @findex gnus-stop-date-timer
8745 Say how much time has elapsed between the article was posted and now
8746 (@code{gnus-article-date-lapsed}).  It looks something like:
8747
8748 @example
8749 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8750 @end example
8751
8752 @vindex gnus-article-date-lapsed-new-header
8753 The value of @code{gnus-article-date-lapsed-new-header} determines
8754 whether this header will just be added below the old Date one, or will
8755 replace it.
8756
8757 An advantage of using Gnus to read mail is that it converts simple bugs
8758 into wonderful absurdities.
8759
8760 If you want to have this line updated continually, you can put
8761
8762 @lisp
8763 (gnus-start-date-timer)
8764 @end lisp
8765
8766 in your @file{.gnus.el} file, or you can run it off of some hook.  If
8767 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8768 command.
8769
8770 @item W T o
8771 @kindex W T o (Summary)
8772 @findex gnus-article-date-original
8773 Display the original date (@code{gnus-article-date-original}).  This can
8774 be useful if you normally use some other conversion function and are
8775 worried that it might be doing something totally wrong.  Say, claiming
8776 that the article was posted in 1854.  Although something like that is
8777 @emph{totally} impossible.  Don't you trust me? *titter*
8778
8779 @end table
8780
8781 @xref{Customizing Articles}, for how to display the date in your
8782 preferred format automatically.
8783
8784
8785 @node Article Display
8786 @subsection Article Display
8787 @cindex picons
8788 @cindex x-face
8789 @cindex smileys
8790
8791 These commands add various frivolous display gimmicks to the article
8792 buffer in Emacs versions that support them.
8793
8794 @code{X-Face} headers are small black-and-white images supplied by the
8795 message headers (@pxref{X-Face}).
8796
8797 Picons, on the other hand, reside on your own system, and Gnus will
8798 try to match the headers to what you have (@pxref{Picons}).
8799
8800 Smileys are those little @samp{:-)} symbols that people like to litter
8801 their messages with (@pxref{Smileys}).
8802
8803 All these functions are toggles--if the elements already exist,
8804 they'll be removed.
8805
8806 @table @kbd
8807 @item W D x
8808 @kindex W D x (Summary)
8809 @findex gnus-article-display-x-face
8810 Display an @code{X-Face} in the @code{From} header.
8811 (@code{gnus-article-display-x-face}).
8812
8813 @item W D d
8814 @kindex W D d (Summary)
8815 @findex gnus-article-display-face
8816 Display a @code{Face} in the @code{From} header.
8817 (@code{gnus-article-display-face}).
8818
8819 @item W D s
8820 @kindex W D s (Summary)
8821 @findex gnus-treat-smiley
8822 Display smileys (@code{gnus-treat-smiley}).
8823
8824 @item W D f
8825 @kindex W D f (Summary)
8826 @findex gnus-treat-from-picon
8827 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
8828
8829 @item W D m
8830 @kindex W D m (Summary)
8831 @findex gnus-treat-mail-picon
8832 Piconify all mail headers (i. e., @code{Cc}, @code{To})
8833 (@code{gnus-treat-mail-picon}).
8834
8835 @item W D n
8836 @kindex W D n (Summary)
8837 @findex gnus-treat-newsgroups-picon
8838 Piconify all news headers (i. e., @code{Newsgroups} and
8839 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
8840
8841 @item W D D
8842 @kindex W D D (Summary)
8843 @findex gnus-article-remove-images
8844 Remove all images from the article buffer
8845 (@code{gnus-article-remove-images}).
8846
8847 @end table
8848
8849
8850
8851 @node Article Signature
8852 @subsection Article Signature
8853 @cindex signatures
8854 @cindex article signature
8855
8856 @vindex gnus-signature-separator
8857 Each article is divided into two parts---the head and the body.  The
8858 body can be divided into a signature part and a text part.  The variable
8859 that says what is to be considered a signature is
8860 @code{gnus-signature-separator}.  This is normally the standard
8861 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
8862 non-standard signature separators, so this variable can also be a list
8863 of regular expressions to be tested, one by one.  (Searches are done
8864 from the end of the body towards the beginning.)  One likely value is:
8865
8866 @lisp
8867 (setq gnus-signature-separator
8868       '("^-- $"         ; The standard
8869         "^-- *$"        ; A common mangling
8870         "^-------*$"    ; Many people just use a looong
8871                         ; line of dashes.  Shame!
8872         "^ *--------*$" ; Double-shame!
8873         "^________*$"   ; Underscores are also popular
8874         "^========*$")) ; Pervert!
8875 @end lisp
8876
8877 The more permissive you are, the more likely it is that you'll get false
8878 positives.
8879
8880 @vindex gnus-signature-limit
8881 @code{gnus-signature-limit} provides a limit to what is considered a
8882 signature when displaying articles.
8883
8884 @enumerate
8885 @item
8886 If it is an integer, no signature may be longer (in characters) than
8887 that integer.
8888 @item
8889 If it is a floating point number, no signature may be longer (in lines)
8890 than that number.
8891 @item
8892 If it is a function, the function will be called without any parameters,
8893 and if it returns @code{nil}, there is no signature in the buffer.
8894 @item
8895 If it is a string, it will be used as a regexp.  If it matches, the text
8896 in question is not a signature.
8897 @end enumerate
8898
8899 This variable can also be a list where the elements may be of the types
8900 listed above.  Here's an example:
8901
8902 @lisp
8903 (setq gnus-signature-limit
8904       '(200.0 "^---*Forwarded article"))
8905 @end lisp
8906
8907 This means that if there are more than 200 lines after the signature
8908 separator, or the text after the signature separator is matched by
8909 the regular expression @samp{^---*Forwarded article}, then it isn't a
8910 signature after all.
8911
8912
8913 @node Article Miscellania
8914 @subsection Article Miscellania
8915
8916 @table @kbd
8917 @item A t
8918 @kindex A t (Summary)
8919 @findex gnus-article-babel
8920 Translate the article from one language to another
8921 (@code{gnus-article-babel}).
8922
8923 @end table
8924
8925
8926 @node MIME Commands
8927 @section MIME Commands
8928 @cindex MIME decoding
8929 @cindex attachments
8930 @cindex viewing attachments
8931
8932 The following commands all understand the numerical prefix.  For
8933 instance, @kbd{3 b} means ``view the third @sc{mime} part''.
8934
8935 @table @kbd
8936 @item b
8937 @itemx K v
8938 @kindex b (Summary)
8939 @kindex K v (Summary)
8940 View the @sc{mime} part.
8941
8942 @item K o
8943 @kindex K o (Summary)
8944 Save the @sc{mime} part.
8945
8946 @item K c
8947 @kindex K c (Summary)
8948 Copy the @sc{mime} part.
8949
8950 @item K e
8951 @kindex K e (Summary)
8952 View the @sc{mime} part externally.
8953
8954 @item K i
8955 @kindex K i (Summary)
8956 View the @sc{mime} part internally.
8957
8958 @item K |
8959 @kindex K | (Summary)
8960 Pipe the @sc{mime} part to an external command.
8961 @end table
8962
8963 The rest of these @sc{mime} commands do not use the numerical prefix in
8964 the same manner:
8965
8966 @table @kbd
8967 @item K b
8968 @kindex K b (Summary)
8969 Make all the @sc{mime} parts have buttons in front of them.  This is
8970 mostly useful if you wish to save (or perform other actions) on inlined
8971 parts.
8972
8973 @item K m
8974 @kindex K m (Summary)
8975 @findex gnus-summary-repair-multipart
8976 Some multipart messages are transmitted with missing or faulty headers.
8977 This command will attempt to ``repair'' these messages so that they can
8978 be viewed in a more pleasant manner
8979 (@code{gnus-summary-repair-multipart}).
8980
8981 @item X m
8982 @kindex X m (Summary)
8983 @findex gnus-summary-save-parts
8984 Save all parts matching a @sc{mime} type to a directory
8985 (@code{gnus-summary-save-parts}).  Understands the process/prefix
8986 convention (@pxref{Process/Prefix}).
8987
8988 @item M-t
8989 @kindex M-t (Summary)
8990 @findex gnus-summary-toggle-display-buttonized
8991 Toggle the buttonized display of the article buffer
8992 (@code{gnus-summary-toggle-display-buttonized}).
8993
8994 @item W M w
8995 @kindex W M w (Summary)
8996 @findex gnus-article-decode-mime-words
8997 Decode RFC 2047-encoded words in the article headers
8998 (@code{gnus-article-decode-mime-words}).
8999
9000 @item W M c
9001 @kindex W M c (Summary)
9002 @findex gnus-article-decode-charset
9003 Decode encoded article bodies as well as charsets
9004 (@code{gnus-article-decode-charset}).
9005
9006 This command looks in the @code{Content-Type} header to determine the
9007 charset.  If there is no such header in the article, you can give it a
9008 prefix, which will prompt for the charset to decode as.  In regional
9009 groups where people post using some common encoding (but do not
9010 include @sc{mime} headers), you can set the @code{charset} group/topic
9011 parameter to the required charset (@pxref{Group Parameters}).
9012
9013 @item W M v
9014 @kindex W M v (Summary)
9015 @findex gnus-mime-view-all-parts
9016 View all the @sc{mime} parts in the current article
9017 (@code{gnus-mime-view-all-parts}).
9018
9019 @end table
9020
9021 Relevant variables:
9022
9023 @table @code
9024 @item gnus-ignored-mime-types
9025 @vindex gnus-ignored-mime-types
9026 This is a list of regexps.  @sc{mime} types that match a regexp from
9027 this list will be completely ignored by Gnus.  The default value is
9028 @code{nil}.
9029
9030 To have all Vcards be ignored, you'd say something like this:
9031
9032 @lisp
9033 (setq gnus-ignored-mime-types
9034       '("text/x-vcard"))
9035 @end lisp
9036
9037 @item gnus-article-loose-mime
9038 @vindex gnus-article-loose-mime
9039 If non-@code{nil}, Gnus won't required the @samp{MIME-Version} header
9040 before interpreting the message as a @sc{mime} message.  This helps
9041 when reading messages from certain broken mail user agents.  The
9042 default is @code{nil}.
9043
9044 @item gnus-article-emulate-mime
9045 @vindex gnus-article-emulate-mime
9046 There are other, non-@sc{mime} encoding methods used.  The most common
9047 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9048 This variable is non-@code{nil}, Gnus will look in message bodies to
9049 see if it finds these encodings, and if so, it'll run them through the
9050 Gnus @sc{mime} machinery.  The default is @code{t}.
9051
9052 @item gnus-unbuttonized-mime-types
9053 @vindex gnus-unbuttonized-mime-types
9054 This is a list of regexps.  @sc{mime} types that match a regexp from
9055 this list won't have @sc{mime} buttons inserted unless they aren't
9056 displayed or this variable is overridden by
9057 @code{gnus-buttonized-mime-types}.  The default value is
9058 @code{(".*/.*")}.  This variable is only used when
9059 @code{gnus-inhibit-mime-unbuttonizing} is nil.
9060
9061 @item gnus-buttonized-mime-types
9062 @vindex gnus-buttonized-mime-types
9063 This is a list of regexps.  @sc{mime} types that match a regexp from
9064 this list will have @sc{mime} buttons inserted unless they aren't
9065 displayed.  This variable overrides
9066 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9067 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9068 is nil.
9069
9070 To see e.g. security buttons but no other buttons, you could set this
9071 variable to @code{("multipart/signed")} and leave
9072 @code{gnus-unbuttonized-mime-types} at the default value.
9073
9074 @item gnus-inhibit-mime-unbuttonizing
9075 @vindex gnus-inhibit-mime-unbuttonizing
9076 If this is non-nil, then all @sc{mime} parts get buttons.  The default
9077 value is @code{nil}.
9078
9079 @item gnus-article-mime-part-function
9080 @vindex gnus-article-mime-part-function
9081 For each @sc{mime} part, this function will be called with the @sc{mime}
9082 handle as the parameter.  The function is meant to be used to allow
9083 users to gather information from the article (e. g., add Vcard info to
9084 the bbdb database) or to do actions based on parts (e. g., automatically
9085 save all jpegs into some directory).
9086
9087 Here's an example function the does the latter:
9088
9089 @lisp
9090 (defun my-save-all-jpeg-parts (handle)
9091   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9092     (with-temp-buffer
9093       (insert (mm-get-part handle))
9094       (write-region (point-min) (point-max)
9095                     (read-file-name "Save jpeg to: ")))))
9096 (setq gnus-article-mime-part-function
9097       'my-save-all-jpeg-parts)
9098 @end lisp
9099
9100 @vindex gnus-mime-multipart-functions
9101 @item gnus-mime-multipart-functions
9102 Alist of @sc{mime} multipart types and functions to handle them.
9103
9104 @vindex mm-file-name-rewrite-functions
9105 @item mm-file-name-rewrite-functions
9106 List of functions used for rewriting file names of @sc{mime} parts.
9107 Each function takes a file name as input and returns a file name.
9108
9109 Ready-made functions include@*
9110 @code{mm-file-name-delete-whitespace},
9111 @code{mm-file-name-trim-whitespace},
9112 @code{mm-file-name-collapse-whitespace}, and
9113 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9114 the variable @code{mm-file-name-replace-whitespace} to replace each
9115 whitespace character in a file name with that string; default value
9116 is @code{"_"} (a single underscore).
9117 @findex mm-file-name-delete-whitespace
9118 @findex mm-file-name-trim-whitespace
9119 @findex mm-file-name-collapse-whitespace
9120 @findex mm-file-name-replace-whitespace
9121 @vindex mm-file-name-replace-whitespace
9122
9123 The standard functions @code{capitalize}, @code{downcase},
9124 @code{upcase}, and @code{upcase-initials} may be useful, too.
9125
9126 Everybody knows that whitespace characters in file names are evil,
9127 except those who don't know.  If you receive lots of attachments from
9128 such unenlightened users, you can make live easier by adding
9129
9130 @lisp
9131 (setq mm-file-name-rewrite-functions
9132       '(mm-file-name-trim-whitespace
9133         mm-file-name-collapse-whitespace
9134         mm-file-name-replace-whitespace))
9135 @end lisp
9136
9137 @noindent
9138 to your @file{.gnus.el} file.
9139
9140 @end table
9141
9142
9143 @node Charsets
9144 @section Charsets
9145 @cindex charsets
9146
9147 People use different charsets, and we have @sc{mime} to let us know what
9148 charsets they use.  Or rather, we wish we had.  Many people use
9149 newsreaders and mailers that do not understand or use @sc{mime}, and
9150 just send out messages without saying what character sets they use.  To
9151 help a bit with this, some local news hierarchies have policies that say
9152 what character set is the default.  For instance, the @samp{fj}
9153 hierarchy uses @code{iso-2022-jp-2}.
9154
9155 @vindex gnus-group-charset-alist
9156 This knowledge is encoded in the @code{gnus-group-charset-alist}
9157 variable, which is an alist of regexps (use the first item to match full
9158 group names) and default charsets to be used when reading these groups.
9159
9160 @vindex gnus-newsgroup-ignored-charsets
9161 In addition, some people do use soi-disant @sc{mime}-aware agents that
9162 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9163 even if they really are in @code{koi-8}.  To help here, the
9164 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9165 charsets that are listed here will be ignored.  The variable can be
9166 set on a group-by-group basis using the group parameters (@pxref{Group
9167 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9168 which includes values some agents insist on having in there.
9169
9170 @vindex gnus-group-posting-charset-alist
9171 When posting, @code{gnus-group-posting-charset-alist} is used to
9172 determine which charsets should not be encoded using the @sc{mime}
9173 encodings.  For instance, some hierarchies discourage using
9174 quoted-printable header encoding.
9175
9176 This variable is an alist of regexps and permitted unencoded charsets
9177 for posting.  Each element of the alist has the form @code{(}@var{test
9178 header body-list}@code{)}, where:
9179
9180 @table @var
9181 @item test
9182 is either a regular expression matching the newsgroup header or a
9183 variable to query,
9184 @item header
9185 is the charset which may be left unencoded in the header (@code{nil}
9186 means encode all charsets),
9187 @item body-list
9188 is a list of charsets which may be encoded using 8bit content-transfer
9189 encoding in the body, or one of the special values @code{nil} (always
9190 encode using quoted-printable) or @code{t} (always use 8bit).
9191 @end table
9192
9193 @cindex Russian
9194 @cindex koi8-r
9195 @cindex koi8-u
9196 @cindex iso-8859-5
9197 @cindex coding system aliases
9198 @cindex preferred charset
9199
9200 Other charset tricks that may be useful, although not Gnus-specific:
9201
9202 If there are several @sc{mime} charsets that encode the same Emacs
9203 charset, you can choose what charset to use by saying the following:
9204
9205 @lisp
9206 (put-charset-property 'cyrillic-iso8859-5
9207                       'preferred-coding-system 'koi8-r)
9208 @end lisp
9209
9210 This means that Russian will be encoded using @code{koi8-r} instead of
9211 the default @code{iso-8859-5} @sc{mime} charset.
9212
9213 If you want to read messages in @code{koi8-u}, you can cheat and say
9214
9215 @lisp
9216 (define-coding-system-alias 'koi8-u 'koi8-r)
9217 @end lisp
9218
9219 This will almost do the right thing.
9220
9221 And finally, to read charsets like @code{windows-1251}, you can say
9222 something like
9223
9224 @lisp
9225 (codepage-setup 1251)
9226 (define-coding-system-alias 'windows-1251 'cp1251)
9227 @end lisp
9228
9229
9230 @node Article Commands
9231 @section Article Commands
9232
9233 @table @kbd
9234
9235 @item A P
9236 @cindex PostScript
9237 @cindex printing
9238 @kindex A P (Summary)
9239 @vindex gnus-ps-print-hook
9240 @findex gnus-summary-print-article
9241 Generate and print a PostScript image of the article buffer
9242 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9243 be run just before printing the buffer.  An alternative way to print
9244 article is to use Muttprint (@pxref{Saving Articles}).
9245
9246 @end table
9247
9248
9249 @node Summary Sorting
9250 @section Summary Sorting
9251 @cindex summary sorting
9252
9253 You can have the summary buffer sorted in various ways, even though I
9254 can't really see why you'd want that.
9255
9256 @table @kbd
9257
9258 @item C-c C-s C-n
9259 @kindex C-c C-s C-n (Summary)
9260 @findex gnus-summary-sort-by-number
9261 Sort by article number (@code{gnus-summary-sort-by-number}).
9262
9263 @item C-c C-s C-a
9264 @kindex C-c C-s C-a (Summary)
9265 @findex gnus-summary-sort-by-author
9266 Sort by author (@code{gnus-summary-sort-by-author}).
9267
9268 @item C-c C-s C-s
9269 @kindex C-c C-s C-s (Summary)
9270 @findex gnus-summary-sort-by-subject
9271 Sort by subject (@code{gnus-summary-sort-by-subject}).
9272
9273 @item C-c C-s C-d
9274 @kindex C-c C-s C-d (Summary)
9275 @findex gnus-summary-sort-by-date
9276 Sort by date (@code{gnus-summary-sort-by-date}).
9277
9278 @item C-c C-s C-l
9279 @kindex C-c C-s C-l (Summary)
9280 @findex gnus-summary-sort-by-lines
9281 Sort by lines (@code{gnus-summary-sort-by-lines}).
9282
9283 @item C-c C-s C-c
9284 @kindex C-c C-s C-c (Summary)
9285 @findex gnus-summary-sort-by-chars
9286 Sort by article length (@code{gnus-summary-sort-by-chars}).
9287
9288 @item C-c C-s C-i
9289 @kindex C-c C-s C-i (Summary)
9290 @findex gnus-summary-sort-by-score
9291 Sort by score (@code{gnus-summary-sort-by-score}).
9292
9293 @item C-c C-s C-r
9294 @kindex C-c C-s C-r (Summary)
9295 @findex gnus-summary-sort-by-random
9296 Randomize (@code{gnus-summary-sort-by-random}).
9297
9298 @item C-c C-s C-o
9299 @kindex C-c C-s C-o (Summary)
9300 @findex gnus-summary-sort-by-original
9301 Sort using the default sorting method
9302 (@code{gnus-summary-sort-by-original}).
9303 @end table
9304
9305 These functions will work both when you use threading and when you don't
9306 use threading.  In the latter case, all summary lines will be sorted,
9307 line by line.  In the former case, sorting will be done on a
9308 root-by-root basis, which might not be what you were looking for.  To
9309 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9310 Commands}).
9311
9312
9313 @node Finding the Parent
9314 @section Finding the Parent
9315 @cindex parent articles
9316 @cindex referring articles
9317
9318 @table @kbd
9319 @item ^
9320 @kindex ^ (Summary)
9321 @findex gnus-summary-refer-parent-article
9322 If you'd like to read the parent of the current article, and it is not
9323 displayed in the summary buffer, you might still be able to.  That is,
9324 if the current group is fetched by @sc{nntp}, the parent hasn't expired
9325 and the @code{References} in the current article are not mangled, you
9326 can just press @kbd{^} or @kbd{A r}
9327 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9328 you'll get the parent.  If the parent is already displayed in the
9329 summary buffer, point will just move to this article.
9330
9331 If given a positive numerical prefix, fetch that many articles back into
9332 the ancestry.  If given a negative numerical prefix, fetch just that
9333 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9334 grandparent and the grandgrandparent of the current article.  If you say
9335 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9336 article.
9337
9338 @item A R (Summary)
9339 @findex gnus-summary-refer-references
9340 @kindex A R (Summary)
9341 Fetch all articles mentioned in the @code{References} header of the
9342 article (@code{gnus-summary-refer-references}).
9343
9344 @item A T (Summary)
9345 @findex gnus-summary-refer-thread
9346 @kindex A T (Summary)
9347 Display the full thread where the current article appears
9348 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9349 headers in the current group to work, so it usually takes a while.  If
9350 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9351 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9352 visible effects normally, but it'll make this command work a whole lot
9353 faster.  Of course, it'll make group entry somewhat slow.
9354
9355 @vindex gnus-refer-thread-limit
9356 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9357 articles before the first displayed in the current group) headers to
9358 fetch when doing this command.  The default is 200.  If @code{t}, all
9359 the available headers will be fetched.  This variable can be overridden
9360 by giving the @kbd{A T} command a numerical prefix.
9361
9362 @item M-^ (Summary)
9363 @findex gnus-summary-refer-article
9364 @kindex M-^ (Summary)
9365 @cindex Message-ID
9366 @cindex fetching by Message-ID
9367 You can also ask the @sc{nntp} server for an arbitrary article, no
9368 matter what group it belongs to.  @kbd{M-^}
9369 (@code{gnus-summary-refer-article}) will ask you for a
9370 @code{Message-ID}, which is one of those long, hard-to-read thingies
9371 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9372 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9373 @end table
9374
9375 The current select method will be used when fetching by
9376 @code{Message-ID} from non-news select method, but you can override this
9377 by giving this command a prefix.
9378
9379 @vindex gnus-refer-article-method
9380 If the group you are reading is located on a back end that does not
9381 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9382 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
9383 would, perhaps, be best if the @sc{nntp} server you consult is the one
9384 updating the spool you are reading from, but that's not really
9385 necessary.
9386
9387 It can also be a list of select methods, as well as the special symbol
9388 @code{current}, which means to use the current select method.  If it
9389 is a list, Gnus will try all the methods in the list until it finds a
9390 match.
9391
9392 Here's an example setting that will first try the current method, and
9393 then ask Google if that fails:
9394
9395 @lisp
9396 (setq gnus-refer-article-method
9397       '(current
9398         (nnweb "google" (nnweb-type google))))
9399 @end lisp
9400
9401 Most of the mail back ends support fetching by @code{Message-ID}, but
9402 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9403 @code{nnbabyl}, and @code{nnmaildir} are able to locate articles from
9404 any groups, while @code{nnml}, @code{nnfolder}, and @code{nnimap} are
9405 only able to locate articles that have been posted to the current group.
9406 (Anything else would be too time consuming.)  @code{nnmh} does not
9407 support this at all.
9408
9409
9410 @node Alternative Approaches
9411 @section Alternative Approaches
9412
9413 Different people like to read news using different methods.  This being
9414 Gnus, we offer a small selection of minor modes for the summary buffers.
9415
9416 @menu
9417 * Pick and Read::               First mark articles and then read them.
9418 * Binary Groups::               Auto-decode all articles.
9419 @end menu
9420
9421
9422 @node Pick and Read
9423 @subsection Pick and Read
9424 @cindex pick and read
9425
9426 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9427 a two-phased reading interface.  The user first marks in a summary
9428 buffer the articles she wants to read.  Then she starts reading the
9429 articles with just an article buffer displayed.
9430
9431 @findex gnus-pick-mode
9432 @kindex M-x gnus-pick-mode
9433 Gnus provides a summary buffer minor mode that allows
9434 this---@code{gnus-pick-mode}.  This basically means that a few process
9435 mark commands become one-keystroke commands to allow easy marking, and
9436 it provides one additional command for switching to the summary buffer.
9437
9438 Here are the available keystrokes when using pick mode:
9439
9440 @table @kbd
9441 @item .
9442 @kindex . (Pick)
9443 @findex gnus-pick-article-or-thread
9444 Pick the article or thread on the current line
9445 (@code{gnus-pick-article-or-thread}).  If the variable
9446 @code{gnus-thread-hide-subtree} is true, then this key selects the
9447 entire thread when used at the first article of the thread.  Otherwise,
9448 it selects just the article.  If given a numerical prefix, go to that
9449 thread or article and pick it.  (The line number is normally displayed
9450 at the beginning of the summary pick lines.)
9451
9452 @item SPACE
9453 @kindex SPACE (Pick)
9454 @findex gnus-pick-next-page
9455 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9456 at the end of the buffer, start reading the picked articles.
9457
9458 @item u
9459 @kindex u (Pick)
9460 @findex gnus-pick-unmark-article-or-thread.
9461 Unpick the thread or article
9462 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9463 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9464 thread if used at the first article of the thread.  Otherwise it unpicks
9465 just the article.  You can give this key a numerical prefix to unpick
9466 the thread or article at that line.
9467
9468 @item RET
9469 @kindex RET (Pick)
9470 @findex gnus-pick-start-reading
9471 @vindex gnus-pick-display-summary
9472 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9473 given a prefix, mark all unpicked articles as read first.  If
9474 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9475 will still be visible when you are reading.
9476
9477 @end table
9478
9479 All the normal summary mode commands are still available in the
9480 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9481 which is mapped to the same function
9482 @code{gnus-summary-tick-article-forward}.
9483
9484 If this sounds like a good idea to you, you could say:
9485
9486 @lisp
9487 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9488 @end lisp
9489
9490 @vindex gnus-pick-mode-hook
9491 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9492
9493 @vindex gnus-mark-unpicked-articles-as-read
9494 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9495 all unpicked articles as read.  The default is @code{nil}.
9496
9497 @vindex gnus-summary-pick-line-format
9498 The summary line format in pick mode is slightly different from the
9499 standard format.  At the beginning of each line the line number is
9500 displayed.  The pick mode line format is controlled by the
9501 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9502 Variables}).  It accepts the same format specs that
9503 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9504
9505
9506 @node Binary Groups
9507 @subsection Binary Groups
9508 @cindex binary groups
9509
9510 @findex gnus-binary-mode
9511 @kindex M-x gnus-binary-mode
9512 If you spend much time in binary groups, you may grow tired of hitting
9513 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9514 is a minor mode for summary buffers that makes all ordinary Gnus article
9515 selection functions uudecode series of articles and display the result
9516 instead of just displaying the articles the normal way.
9517
9518 @kindex g (Binary)
9519 @findex gnus-binary-show-article
9520 The only way, in fact, to see the actual articles is the @kbd{g}
9521 command, when you have turned on this mode
9522 (@code{gnus-binary-show-article}).
9523
9524 @vindex gnus-binary-mode-hook
9525 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9526
9527
9528 @node Tree Display
9529 @section Tree Display
9530 @cindex trees
9531
9532 @vindex gnus-use-trees
9533 If you don't like the normal Gnus summary display, you might try setting
9534 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9535 additional @dfn{tree buffer}.  You can execute all summary mode commands
9536 in the tree buffer.
9537
9538 There are a few variables to customize the tree display, of course:
9539
9540 @table @code
9541 @item gnus-tree-mode-hook
9542 @vindex gnus-tree-mode-hook
9543 A hook called in all tree mode buffers.
9544
9545 @item gnus-tree-mode-line-format
9546 @vindex gnus-tree-mode-line-format
9547 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9548 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9549 of valid specs, @pxref{Summary Buffer Mode Line}.
9550
9551 @item gnus-selected-tree-face
9552 @vindex gnus-selected-tree-face
9553 Face used for highlighting the selected article in the tree buffer.  The
9554 default is @code{modeline}.
9555
9556 @item gnus-tree-line-format
9557 @vindex gnus-tree-line-format
9558 A format string for the tree nodes.  The name is a bit of a misnomer,
9559 though---it doesn't define a line, but just the node.  The default value
9560 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9561 the name of the poster.  It is vital that all nodes are of the same
9562 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9563
9564 Valid specs are:
9565
9566 @table @samp
9567 @item n
9568 The name of the poster.
9569 @item f
9570 The @code{From} header.
9571 @item N
9572 The number of the article.
9573 @item [
9574 The opening bracket.
9575 @item ]
9576 The closing bracket.
9577 @item s
9578 The subject.
9579 @end table
9580
9581 @xref{Formatting Variables}.
9582
9583 Variables related to the display are:
9584
9585 @table @code
9586 @item gnus-tree-brackets
9587 @vindex gnus-tree-brackets
9588 This is used for differentiating between ``real'' articles and
9589 ``sparse'' articles.  The format is @code{((@var{real-open} . @var{real-close})
9590 (@var{sparse-open} . @var{sparse-close}) (@var{dummy-open} . @var{dummy-close}))}, and the
9591 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9592
9593 @item gnus-tree-parent-child-edges
9594 @vindex gnus-tree-parent-child-edges
9595 This is a list that contains the characters used for connecting parent
9596 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9597
9598 @end table
9599
9600 @item gnus-tree-minimize-window
9601 @vindex gnus-tree-minimize-window
9602 If this variable is non-@code{nil}, Gnus will try to keep the tree
9603 buffer as small as possible to allow more room for the other Gnus
9604 windows.  If this variable is a number, the tree buffer will never be
9605 higher than that number.  The default is @code{t}.  Note that if you
9606 have several windows displayed side-by-side in a frame and the tree
9607 buffer is one of these, minimizing the tree window will also resize all
9608 other windows displayed next to it.
9609
9610 You may also wish to add the following hook to keep the window minimized
9611 at all times:
9612
9613 @lisp
9614 (add-hook 'gnus-configure-windows-hook
9615           'gnus-tree-perhaps-minimize)
9616 @end lisp
9617
9618 @item gnus-generate-tree-function
9619 @vindex gnus-generate-tree-function
9620 @findex gnus-generate-horizontal-tree
9621 @findex gnus-generate-vertical-tree
9622 The function that actually generates the thread tree.  Two predefined
9623 functions are available: @code{gnus-generate-horizontal-tree} and
9624 @code{gnus-generate-vertical-tree} (which is the default).
9625
9626 @end table
9627
9628 Here's an example from a horizontal tree buffer:
9629
9630 @example
9631 @{***@}-(***)-[odd]-[Gun]
9632      |      \[Jan]
9633      |      \[odd]-[Eri]
9634      |      \(***)-[Eri]
9635      |            \[odd]-[Paa]
9636      \[Bjo]
9637      \[Gun]
9638      \[Gun]-[Jor]
9639 @end example
9640
9641 Here's the same thread displayed in a vertical tree buffer:
9642
9643 @example
9644 @{***@}
9645   |--------------------------\-----\-----\
9646 (***)                         [Bjo] [Gun] [Gun]
9647   |--\-----\-----\                          |
9648 [odd] [Jan] [odd] (***)                   [Jor]
9649   |           |     |--\
9650 [Gun]       [Eri] [Eri] [odd]
9651                           |
9652                         [Paa]
9653 @end example
9654
9655 If you're using horizontal trees, it might be nice to display the trees
9656 side-by-side with the summary buffer.  You could add something like the
9657 following to your @file{.gnus.el} file:
9658
9659 @lisp
9660 (setq gnus-use-trees t
9661       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9662       gnus-tree-minimize-window nil)
9663 (gnus-add-configuration
9664  '(article
9665    (vertical 1.0
9666              (horizontal 0.25
9667                          (summary 0.75 point)
9668                          (tree 1.0))
9669              (article 1.0))))
9670 @end lisp
9671
9672 @xref{Window Layout}.
9673
9674
9675 @node Mail Group Commands
9676 @section Mail Group Commands
9677 @cindex mail group commands
9678
9679 Some commands only make sense in mail groups.  If these commands are
9680 invalid in the current group, they will raise a hell and let you know.
9681
9682 All these commands (except the expiry and edit commands) use the
9683 process/prefix convention (@pxref{Process/Prefix}).
9684
9685 @table @kbd
9686
9687 @item B e
9688 @kindex B e (Summary)
9689 @findex gnus-summary-expire-articles
9690 Run all expirable articles in the current group through the expiry
9691 process (@code{gnus-summary-expire-articles}).  That is, delete all
9692 expirable articles in the group that have been around for a while.
9693 (@pxref{Expiring Mail}).
9694
9695 @item B C-M-e
9696 @kindex B C-M-e (Summary)
9697 @findex gnus-summary-expire-articles-now
9698 Delete all the expirable articles in the group
9699 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9700 articles eligible for expiry in the current group will
9701 disappear forever into that big @file{/dev/null} in the sky.
9702
9703 @item B DEL
9704 @kindex B DEL (Summary)
9705 @findex gnus-summary-delete-article
9706 @c @icon{gnus-summary-mail-delete}
9707 Delete the mail article.  This is ``delete'' as in ``delete it from your
9708 disk forever and ever, never to return again.'' Use with caution.
9709 (@code{gnus-summary-delete-article}).
9710
9711 @item B m
9712 @kindex B m (Summary)
9713 @cindex move mail
9714 @findex gnus-summary-move-article
9715 @vindex gnus-preserve-marks
9716 Move the article from one mail group to another
9717 (@code{gnus-summary-move-article}).  Marks will be preserved if
9718 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9719
9720 @item B c
9721 @kindex B c (Summary)
9722 @cindex copy mail
9723 @findex gnus-summary-copy-article
9724 @c @icon{gnus-summary-mail-copy}
9725 Copy the article from one group (mail group or not) to a mail group
9726 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9727 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9728
9729 @item B B
9730 @kindex B B (Summary)
9731 @cindex crosspost mail
9732 @findex gnus-summary-crosspost-article
9733 Crosspost the current article to some other group
9734 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
9735 the article in the other group, and the Xref headers of the article will
9736 be properly updated.
9737
9738 @item B i
9739 @kindex B i (Summary)
9740 @findex gnus-summary-import-article
9741 Import an arbitrary file into the current mail newsgroup
9742 (@code{gnus-summary-import-article}).  You will be prompted for a file
9743 name, a @code{From} header and a @code{Subject} header.
9744
9745 @item B I
9746 @kindex B I (Summary)
9747 @findex gnus-summary-create-article
9748 Create an empty article in the current mail newsgroups
9749 (@code{gnus-summary-create-article}).  You will be prompted for a
9750 @code{From} header and a @code{Subject} header.
9751
9752 @item B r
9753 @kindex B r (Summary)
9754 @findex gnus-summary-respool-article
9755 @vindex gnus-summary-respool-default-method
9756 Respool the mail article (@code{gnus-summary-respool-article}).
9757 @code{gnus-summary-respool-default-method} will be used as the default
9758 select method when respooling.  This variable is @code{nil} by default,
9759 which means that the current group select method will be used instead.
9760 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
9761 (which is the default).
9762
9763 @item B w
9764 @itemx e
9765 @kindex B w (Summary)
9766 @kindex e (Summary)
9767 @findex gnus-summary-edit-article
9768 @kindex C-c C-c (Article)
9769 @findex gnus-summary-edit-article-done
9770 Edit the current article (@code{gnus-summary-edit-article}).  To finish
9771 editing and make the changes permanent, type @kbd{C-c C-c}
9772 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
9773 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
9774
9775 @item B q
9776 @kindex B q (Summary)
9777 @findex gnus-summary-respool-query
9778 If you want to re-spool an article, you might be curious as to what group
9779 the article will end up in before you do the re-spooling.  This command
9780 will tell you (@code{gnus-summary-respool-query}).
9781
9782 @item B t
9783 @kindex B t (Summary)
9784 @findex gnus-summary-respool-trace
9785 Similarly, this command will display all fancy splitting patterns used
9786 when respooling, if any (@code{gnus-summary-respool-trace}).
9787
9788 @item B p
9789 @kindex B p (Summary)
9790 @findex gnus-summary-article-posted-p
9791 Some people have a tendency to send you ``courtesy'' copies when they
9792 follow up to articles you have posted.  These usually have a
9793 @code{Newsgroups} header in them, but not always.  This command
9794 (@code{gnus-summary-article-posted-p}) will try to fetch the current
9795 article from your news server (or rather, from
9796 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
9797 report back whether it found the article or not.  Even if it says that
9798 it didn't find the article, it may have been posted anyway---mail
9799 propagation is much faster than news propagation, and the news copy may
9800 just not have arrived yet.
9801
9802 @item K E
9803 @kindex K E (Summary)
9804 @findex gnus-article-encrypt-body
9805 @vindex gnus-article-encrypt-protocol
9806 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
9807 The body is encrypted with the encryption protocol specified by the
9808 variable @code{gnus-article-encrypt-protocol}.
9809
9810 @end table
9811
9812 @vindex gnus-move-split-methods
9813 @cindex moving articles
9814 If you move (or copy) articles regularly, you might wish to have Gnus
9815 suggest where to put the articles.  @code{gnus-move-split-methods} is a
9816 variable that uses the same syntax as @code{gnus-split-methods}
9817 (@pxref{Saving Articles}).  You may customize that variable to create
9818 suggestions you find reasonable.  (Note that
9819 @code{gnus-move-split-methods} uses group names where
9820 @code{gnus-split-methods} uses file names.)
9821
9822 @lisp
9823 (setq gnus-move-split-methods
9824       '(("^From:.*Lars Magne" "nnml:junk")
9825         ("^Subject:.*gnus" "nnfolder:important")
9826         (".*" "nnml:misc")))
9827 @end lisp
9828
9829
9830 @node Various Summary Stuff
9831 @section Various Summary Stuff
9832
9833 @menu
9834 * Summary Group Information::   Information oriented commands.
9835 * Searching for Articles::      Multiple article commands.
9836 * Summary Generation Commands::  
9837 * Really Various Summary Commands::  Those pesky non-conformant commands.
9838 @end menu
9839
9840 @table @code
9841 @vindex gnus-summary-display-while-building
9842 @item gnus-summary-display-while-building
9843 If non-@code{nil}, show and update the summary buffer as it's being
9844 built.  If @code{t}, update the buffer after every line is inserted.
9845 If the value is an integer, @var{n}, update the display every @var{n}
9846 lines.  The default is @code{nil}.
9847
9848 @vindex gnus-summary-mode-hook
9849 @item gnus-summary-mode-hook
9850 This hook is called when creating a summary mode buffer.
9851
9852 @vindex gnus-summary-generate-hook
9853 @item gnus-summary-generate-hook
9854 This is called as the last thing before doing the threading and the
9855 generation of the summary buffer.  It's quite convenient for customizing
9856 the threading variables based on what data the newsgroup has.  This hook
9857 is called from the summary buffer after most summary buffer variables
9858 have been set.
9859
9860 @vindex gnus-summary-prepare-hook
9861 @item gnus-summary-prepare-hook
9862 It is called after the summary buffer has been generated.  You might use
9863 it to, for instance, highlight lines or modify the look of the buffer in
9864 some other ungodly manner.  I don't care.
9865
9866 @vindex gnus-summary-prepared-hook
9867 @item gnus-summary-prepared-hook
9868 A hook called as the very last thing after the summary buffer has been
9869 generated.
9870
9871 @vindex gnus-summary-ignore-duplicates
9872 @item gnus-summary-ignore-duplicates
9873 When Gnus discovers two articles that have the same @code{Message-ID},
9874 it has to do something drastic.  No articles are allowed to have the
9875 same @code{Message-ID}, but this may happen when reading mail from some
9876 sources.  Gnus allows you to customize what happens with this variable.
9877 If it is @code{nil} (which is the default), Gnus will rename the
9878 @code{Message-ID} (for display purposes only) and display the article as
9879 any other article.  If this variable is @code{t}, it won't display the
9880 article---it'll be as if it never existed.
9881
9882 @vindex gnus-alter-articles-to-read-function
9883 @item gnus-alter-articles-to-read-function
9884 This function, which takes two parameters (the group name and the list
9885 of articles to be selected), is called to allow the user to alter the
9886 list of articles to be selected.
9887
9888 For instance, the following function adds the list of cached articles to
9889 the list in one particular group:
9890
9891 @lisp
9892 (defun my-add-cached-articles (group articles)
9893   (if (string= group "some.group")
9894       (append gnus-newsgroup-cached articles)
9895     articles))
9896 @end lisp
9897
9898 @vindex gnus-newsgroup-variables
9899 @item gnus-newsgroup-variables
9900 A list of newsgroup (summary buffer) local variables, or cons of
9901 variables and their default values (when the default values are not
9902 nil), that should be made global while the summary buffer is active.
9903 These variables can be used to set variables in the group parameters
9904 while still allowing them to affect operations done in other
9905 buffers. For example:
9906
9907 @lisp
9908 (setq gnus-newsgroup-variables
9909      '(message-use-followup-to
9910        (gnus-visible-headers .
9911          "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
9912 @end lisp
9913
9914 @end table
9915
9916
9917 @node Summary Group Information
9918 @subsection Summary Group Information
9919
9920 @table @kbd
9921
9922 @item H f
9923 @kindex H f (Summary)
9924 @findex gnus-summary-fetch-faq
9925 @vindex gnus-group-faq-directory
9926 Try to fetch the FAQ (list of frequently asked questions) for the
9927 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
9928 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
9929 on a remote machine.  This variable can also be a list of directories.
9930 In that case, giving a prefix to this command will allow you to choose
9931 between the various sites.  @code{ange-ftp} or @code{efs} will probably
9932 be used for fetching the file.
9933
9934 @item H d
9935 @kindex H d (Summary)
9936 @findex gnus-summary-describe-group
9937 Give a brief description of the current group
9938 (@code{gnus-summary-describe-group}).  If given a prefix, force
9939 rereading the description from the server.
9940
9941 @item H h
9942 @kindex H h (Summary)
9943 @findex gnus-summary-describe-briefly
9944 Give an extremely brief description of the most important summary
9945 keystrokes (@code{gnus-summary-describe-briefly}).
9946
9947 @item H i
9948 @kindex H i (Summary)
9949 @findex gnus-info-find-node
9950 Go to the Gnus info node (@code{gnus-info-find-node}).
9951 @end table
9952
9953
9954 @node Searching for Articles
9955 @subsection Searching for Articles
9956
9957 @table @kbd
9958
9959 @item M-s
9960 @kindex M-s (Summary)
9961 @findex gnus-summary-search-article-forward
9962 Search through all subsequent (raw) articles for a regexp
9963 (@code{gnus-summary-search-article-forward}).
9964
9965 @item M-r
9966 @kindex M-r (Summary)
9967 @findex gnus-summary-search-article-backward
9968 Search through all previous (raw) articles for a regexp
9969 (@code{gnus-summary-search-article-backward}).
9970
9971 @item &
9972 @kindex & (Summary)
9973 @findex gnus-summary-execute-command
9974 This command will prompt you for a header, a regular expression to match
9975 on this field, and a command to be executed if the match is made
9976 (@code{gnus-summary-execute-command}).  If the header is an empty
9977 string, the match is done on the entire article.  If given a prefix,
9978 search backward instead.
9979
9980 For instance, @kbd{& RET some.*string #} will put the process mark on
9981 all articles that have heads or bodies that match @samp{some.*string}.
9982
9983 @item M-&
9984 @kindex M-& (Summary)
9985 @findex gnus-summary-universal-argument
9986 Perform any operation on all articles that have been marked with
9987 the process mark (@code{gnus-summary-universal-argument}).
9988 @end table
9989
9990 @node Summary Generation Commands
9991 @subsection Summary Generation Commands
9992
9993 @table @kbd
9994
9995 @item Y g
9996 @kindex Y g (Summary)
9997 @findex gnus-summary-prepare
9998 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
9999
10000 @item Y c
10001 @kindex Y c (Summary)
10002 @findex gnus-summary-insert-cached-articles
10003 Pull all cached articles (for the current group) into the summary buffer
10004 (@code{gnus-summary-insert-cached-articles}).
10005
10006 @item Y d
10007 @kindex Y d (Summary)
10008 @findex gnus-summary-insert-dormant-articles
10009 Pull all dormant articles (for the current group) into the summary buffer
10010 (@code{gnus-summary-insert-dormant-articles}).
10011
10012 @end table
10013
10014
10015 @node Really Various Summary Commands
10016 @subsection Really Various Summary Commands
10017
10018 @table @kbd
10019
10020 @item A D
10021 @itemx C-d
10022 @kindex C-d (Summary)
10023 @kindex A D (Summary)
10024 @findex gnus-summary-enter-digest-group
10025 If the current article is a collection of other articles (for instance,
10026 a digest), you might use this command to enter a group based on the that
10027 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10028 guess what article type is currently displayed unless you give a prefix
10029 to this command, which forces a ``digest'' interpretation.  Basically,
10030 whenever you see a message that is a collection of other messages of
10031 some format, you @kbd{C-d} and read these messages in a more convenient
10032 fashion.
10033
10034 @item C-M-d
10035 @kindex C-M-d (Summary)
10036 @findex gnus-summary-read-document
10037 This command is very similar to the one above, but lets you gather
10038 several documents into one biiig group
10039 (@code{gnus-summary-read-document}).  It does this by opening several
10040 @code{nndoc} groups for each document, and then opening an
10041 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10042 command understands the process/prefix convention
10043 (@pxref{Process/Prefix}).
10044
10045 @item C-t
10046 @kindex C-t (Summary)
10047 @findex gnus-summary-toggle-truncation
10048 Toggle truncation of summary lines
10049 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10050 line centering function in the summary buffer, so it's not a good idea
10051 to have truncation switched off while reading articles.
10052
10053 @item =
10054 @kindex = (Summary)
10055 @findex gnus-summary-expand-window
10056 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10057 If given a prefix, force an @code{article} window configuration.
10058
10059 @item C-M-e
10060 @kindex C-M-e (Summary)
10061 @findex gnus-summary-edit-parameters
10062 Edit the group parameters (@pxref{Group Parameters}) of the current
10063 group (@code{gnus-summary-edit-parameters}).
10064
10065 @item C-M-a
10066 @kindex C-M-a (Summary)
10067 @findex gnus-summary-customize-parameters
10068 Customize the group parameters (@pxref{Group Parameters}) of the current
10069 group (@code{gnus-summary-customize-parameters}).
10070
10071 @end table
10072
10073
10074 @node Exiting the Summary Buffer
10075 @section Exiting the Summary Buffer
10076 @cindex summary exit
10077 @cindex exiting groups
10078
10079 Exiting from the summary buffer will normally update all info on the
10080 group and return you to the group buffer.
10081
10082 @table @kbd
10083
10084 @item Z Z
10085 @itemx q
10086 @kindex Z Z (Summary)
10087 @kindex q (Summary)
10088 @findex gnus-summary-exit
10089 @vindex gnus-summary-exit-hook
10090 @vindex gnus-summary-prepare-exit-hook
10091 @vindex gnus-group-no-more-groups-hook
10092 @c @icon{gnus-summary-exit}
10093 Exit the current group and update all information on the group
10094 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10095 called before doing much of the exiting, which calls
10096 @code{gnus-summary-expire-articles} by default.
10097 @code{gnus-summary-exit-hook} is called after finishing the exit
10098 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10099 group mode having no more (unread) groups.
10100
10101 @item Z E
10102 @itemx Q
10103 @kindex Z E (Summary)
10104 @kindex Q (Summary)
10105 @findex gnus-summary-exit-no-update
10106 Exit the current group without updating any information on the group
10107 (@code{gnus-summary-exit-no-update}).
10108
10109 @item Z c
10110 @itemx c
10111 @kindex Z c (Summary)
10112 @kindex c (Summary)
10113 @findex gnus-summary-catchup-and-exit
10114 @c @icon{gnus-summary-catchup-and-exit}
10115 Mark all unticked articles in the group as read and then exit
10116 (@code{gnus-summary-catchup-and-exit}).
10117
10118 @item Z C
10119 @kindex Z C (Summary)
10120 @findex gnus-summary-catchup-all-and-exit
10121 Mark all articles, even the ticked ones, as read and then exit
10122 (@code{gnus-summary-catchup-all-and-exit}).
10123
10124 @item Z n
10125 @kindex Z n (Summary)
10126 @findex gnus-summary-catchup-and-goto-next-group
10127 Mark all articles as read and go to the next group
10128 (@code{gnus-summary-catchup-and-goto-next-group}).
10129
10130 @item Z R
10131 @kindex Z R (Summary)
10132 @findex gnus-summary-reselect-current-group
10133 Exit this group, and then enter it again
10134 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10135 all articles, both read and unread.
10136
10137 @item Z G
10138 @itemx M-g
10139 @kindex Z G (Summary)
10140 @kindex M-g (Summary)
10141 @findex gnus-summary-rescan-group
10142 @c @icon{gnus-summary-mail-get}
10143 Exit the group, check for new articles in the group, and select the
10144 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10145 articles, both read and unread.
10146
10147 @item Z N
10148 @kindex Z N (Summary)
10149 @findex gnus-summary-next-group
10150 Exit the group and go to the next group
10151 (@code{gnus-summary-next-group}).
10152
10153 @item Z P
10154 @kindex Z P (Summary)
10155 @findex gnus-summary-prev-group
10156 Exit the group and go to the previous group
10157 (@code{gnus-summary-prev-group}).
10158
10159 @item Z s
10160 @kindex Z s (Summary)
10161 @findex gnus-summary-save-newsrc
10162 Save the current number of read/marked articles in the dribble buffer
10163 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10164 given a prefix, also save the @file{.newsrc} file(s).  Using this
10165 command will make exit without updating (the @kbd{Q} command) worthless.
10166 @end table
10167
10168 @vindex gnus-exit-group-hook
10169 @code{gnus-exit-group-hook} is called when you exit the current group
10170 with an ``updating'' exit.  For instance @kbd{Q}
10171 (@code{gnus-summary-exit-no-update}) does not call this hook.
10172
10173 @findex gnus-summary-wake-up-the-dead
10174 @findex gnus-dead-summary-mode
10175 @vindex gnus-kill-summary-on-exit
10176 If you're in the habit of exiting groups, and then changing your mind
10177 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10178 If you do that, Gnus won't kill the summary buffer when you exit it.
10179 (Quelle surprise!)  Instead it will change the name of the buffer to
10180 something like @samp{*Dead Summary ... *} and install a minor mode
10181 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10182 buffer, you'll find that all keys are mapped to a function called
10183 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10184 summary buffer will result in a live, normal summary buffer.
10185
10186 There will never be more than one dead summary buffer at any one time.
10187
10188 @vindex gnus-use-cross-reference
10189 The data on the current group will be updated (which articles you have
10190 read, which articles you have replied to, etc.) when you exit the
10191 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10192 @code{t} (which is the default), articles that are cross-referenced to
10193 this group and are marked as read, will also be marked as read in the
10194 other subscribed groups they were cross-posted to.  If this variable is
10195 neither @code{nil} nor @code{t}, the article will be marked as read in
10196 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10197
10198
10199 @node Crosspost Handling
10200 @section Crosspost Handling
10201
10202 @cindex velveeta
10203 @cindex spamming
10204 Marking cross-posted articles as read ensures that you'll never have to
10205 read the same article more than once.  Unless, of course, somebody has
10206 posted it to several groups separately.  Posting the same article to
10207 several groups (not cross-posting) is called @dfn{spamming}, and you are
10208 by law required to send nasty-grams to anyone who perpetrates such a
10209 heinous crime.  You may want to try NoCeM handling to filter out spam
10210 (@pxref{NoCeM}).
10211
10212 Remember: Cross-posting is kinda ok, but posting the same article
10213 separately to several groups is not.  Massive cross-posting (aka.
10214 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10215 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10216 excessive crossposting (@pxref{Summary Mail Commands}).
10217
10218 @cindex cross-posting
10219 @cindex Xref
10220 @cindex @sc{nov}
10221 One thing that may cause Gnus to not do the cross-posting thing
10222 correctly is if you use an @sc{nntp} server that supports @sc{xover}
10223 (which is very nice, because it speeds things up considerably) which
10224 does not include the @code{Xref} header in its @sc{nov} lines.  This is
10225 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10226 even with @sc{xover} by registering the @code{Xref} lines of all
10227 articles you actually read, but if you kill the articles, or just mark
10228 them as read without reading them, Gnus will not get a chance to snoop
10229 the @code{Xref} lines out of these articles, and will be unable to use
10230 the cross reference mechanism.
10231
10232 @cindex LIST overview.fmt
10233 @cindex overview.fmt
10234 To check whether your @sc{nntp} server includes the @code{Xref} header
10235 in its overview files, try @samp{telnet your.nntp.server nntp},
10236 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10237 overview.fmt}.  This may not work, but if it does, and the last line you
10238 get does not read @samp{Xref:full}, then you should shout and whine at
10239 your news admin until she includes the @code{Xref} header in the
10240 overview files.
10241
10242 @vindex gnus-nov-is-evil
10243 If you want Gnus to get the @code{Xref}s right all the time, you have to
10244 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10245 considerably.
10246
10247 C'est la vie.
10248
10249 For an alternative approach, @pxref{Duplicate Suppression}.
10250
10251
10252 @node Duplicate Suppression
10253 @section Duplicate Suppression
10254
10255 By default, Gnus tries to make sure that you don't have to read the same
10256 article more than once by utilizing the crossposting mechanism
10257 (@pxref{Crosspost Handling}).  However, that simple and efficient
10258 approach may not work satisfactory for some users for various
10259 reasons.
10260
10261 @enumerate
10262 @item
10263 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
10264 is evil and not very common.
10265
10266 @item
10267 The @sc{nntp} server may fail to include the @code{Xref} header in the
10268 @file{.overview} data bases.  This is evil and all too common, alas.
10269
10270 @item
10271 You may be reading the same group (or several related groups) from
10272 different @sc{nntp} servers.
10273
10274 @item
10275 You may be getting mail that duplicates articles posted to groups.
10276 @end enumerate
10277
10278 I'm sure there are other situations where @code{Xref} handling fails as
10279 well, but these four are the most common situations.
10280
10281 If, and only if, @code{Xref} handling fails for you, then you may
10282 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10283 will remember the @code{Message-ID}s of all articles you have read or
10284 otherwise marked as read, and then, as if by magic, mark them as read
10285 all subsequent times you see them---in @emph{all} groups.  Using this
10286 mechanism is quite likely to be somewhat inefficient, but not overly
10287 so.  It's certainly preferable to reading the same articles more than
10288 once.
10289
10290 Duplicate suppression is not a very subtle instrument.  It's more like a
10291 sledge hammer than anything else.  It works in a very simple
10292 fashion---if you have marked an article as read, it adds this Message-ID
10293 to a cache.  The next time it sees this Message-ID, it will mark the
10294 article as read with the @samp{M} mark.  It doesn't care what group it
10295 saw the article in.
10296
10297 @table @code
10298 @item gnus-suppress-duplicates
10299 @vindex gnus-suppress-duplicates
10300 If non-@code{nil}, suppress duplicates.
10301
10302 @item gnus-save-duplicate-list
10303 @vindex gnus-save-duplicate-list
10304 If non-@code{nil}, save the list of duplicates to a file.  This will
10305 make startup and shutdown take longer, so the default is @code{nil}.
10306 However, this means that only duplicate articles read in a single Gnus
10307 session are suppressed.
10308
10309 @item gnus-duplicate-list-length
10310 @vindex gnus-duplicate-list-length
10311 This variable says how many @code{Message-ID}s to keep in the duplicate
10312 suppression list.  The default is 10000.
10313
10314 @item gnus-duplicate-file
10315 @vindex gnus-duplicate-file
10316 The name of the file to store the duplicate suppression list in.  The
10317 default is @file{~/News/suppression}.
10318 @end table
10319
10320 If you have a tendency to stop and start Gnus often, setting
10321 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10322 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10323 the other hand, saving the list makes startup and shutdown much slower,
10324 so that means that if you stop and start Gnus often, you should set
10325 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10326 to you to figure out, I think.
10327
10328 @node Security
10329 @section Security
10330
10331 Gnus is able to verify signed messages or decrypt encrypted messages.
10332 The formats that are supported are PGP, @sc{pgp/mime} and @sc{s/mime},
10333 however you need some external programs to get things to work:
10334
10335 @enumerate
10336 @item
10337 To handle PGP and PGP/MIME messages, you have to install an OpenPGP
10338 implementation such as GnuPG.  The lisp interface to GnuPG included
10339 with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), but
10340 Mailcrypt and gpg.el are also supported.
10341
10342 @item
10343 To handle @sc{s/mime} message, you need to install OpenSSL.  OpenSSL 0.9.6
10344 or newer is recommended.
10345
10346 @end enumerate
10347
10348 More information on how to set things up can be found in the message
10349 manual (@pxref{Security, ,Security, message, Message Manual}).
10350
10351 @table @code
10352 @item mm-verify-option
10353 @vindex mm-verify-option
10354 Option of verifying signed parts.  @code{never}, not verify;
10355 @code{always}, always verify; @code{known}, only verify known
10356 protocols. Otherwise, ask user.
10357
10358 @item mm-decrypt-option
10359 @vindex mm-decrypt-option
10360 Option of decrypting encrypted parts.  @code{never}, no decryption;
10361 @code{always}, always decrypt; @code{known}, only decrypt known
10362 protocols. Otherwise, ask user.
10363
10364 @item mml1991-use
10365 @vindex mml1991-use
10366 Symbol indicating elisp interface to OpenPGP implementation for PGP
10367 messages.  The default is @code{pgg}, but @code{mailcrypt} and
10368 @code{gpg} are also supported although deprecated.
10369
10370 @item mml2015-use
10371 @vindex mml2015-use
10372 Symbol indicating elisp interface to OpenPGP implementation for
10373 PGP/MIME messages.  The default is @code{pgg}, but @code{mailcrypt}
10374 and @code{gpg} are also supported although deprecated.
10375
10376 @end table
10377
10378 @node Mailing List
10379 @section Mailing List
10380
10381 @kindex A M (summary)
10382 @findex gnus-mailing-list-insinuate
10383 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10384 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10385 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10386 summary buffer.
10387
10388 That enables the following commands to the summary buffer:
10389
10390 @table @kbd
10391
10392 @item C-c C-n h
10393 @kindex C-c C-n h (Summary)
10394 @findex gnus-mailing-list-help
10395 Send a message to fetch mailing list help, if List-Help field exists.
10396
10397 @item C-c C-n s
10398 @kindex C-c C-n s (Summary)
10399 @findex gnus-mailing-list-subscribe
10400 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10401
10402 @item C-c C-n u
10403 @kindex C-c C-n u (Summary)
10404 @findex gnus-mailing-list-unsubscribe
10405 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10406 field exists.
10407
10408 @item C-c C-n p
10409 @kindex C-c C-n p (Summary)
10410 @findex gnus-mailing-list-post
10411 Post to the mailing list, if List-Post field exists.
10412
10413 @item C-c C-n o
10414 @kindex C-c C-n o (Summary)
10415 @findex gnus-mailing-list-owner
10416 Send a message to the mailing list owner, if List-Owner field exists.
10417
10418 @item C-c C-n a
10419 @kindex C-c C-n a (Summary)
10420 @findex gnus-mailing-list-owner
10421 Browse the mailing list archive, if List-Archive field exists.
10422
10423 @end table
10424
10425 @node Article Buffer
10426 @chapter Article Buffer
10427 @cindex article buffer
10428
10429 The articles are displayed in the article buffer, of which there is only
10430 one.  All the summary buffers share the same article buffer unless you
10431 tell Gnus otherwise.
10432
10433 @menu
10434 * Hiding Headers::              Deciding what headers should be displayed.
10435 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
10436 * Customizing Articles::        Tailoring the look of the articles.
10437 * Article Keymap::              Keystrokes available in the article buffer.
10438 * Misc Article::                Other stuff.
10439 @end menu
10440
10441
10442 @node Hiding Headers
10443 @section Hiding Headers
10444 @cindex hiding headers
10445 @cindex deleting headers
10446
10447 The top section of each article is the @dfn{head}.  (The rest is the
10448 @dfn{body}, but you may have guessed that already.)
10449
10450 @vindex gnus-show-all-headers
10451 There is a lot of useful information in the head: the name of the person
10452 who wrote the article, the date it was written and the subject of the
10453 article.  That's well and nice, but there's also lots of information
10454 most people do not want to see---what systems the article has passed
10455 through before reaching you, the @code{Message-ID}, the
10456 @code{References}, etc. ad nauseum---and you'll probably want to get rid
10457 of some of those lines.  If you want to keep all those lines in the
10458 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10459
10460 Gnus provides you with two variables for sifting headers:
10461
10462 @table @code
10463
10464 @item gnus-visible-headers
10465 @vindex gnus-visible-headers
10466 If this variable is non-@code{nil}, it should be a regular expression
10467 that says what headers you wish to keep in the article buffer.  All
10468 headers that do not match this variable will be hidden.
10469
10470 For instance, if you only want to see the name of the person who wrote
10471 the article and the subject, you'd say:
10472
10473 @lisp
10474 (setq gnus-visible-headers "^From:\\|^Subject:")
10475 @end lisp
10476
10477 This variable can also be a list of regexps to match headers to
10478 remain visible.
10479
10480 @item gnus-ignored-headers
10481 @vindex gnus-ignored-headers
10482 This variable is the reverse of @code{gnus-visible-headers}.  If this
10483 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10484 should be a regular expression that matches all lines that you want to
10485 hide.  All lines that do not match this variable will remain visible.
10486
10487 For instance, if you just want to get rid of the @code{References} line
10488 and the @code{Xref} line, you might say:
10489
10490 @lisp
10491 (setq gnus-ignored-headers "^References:\\|^Xref:")
10492 @end lisp
10493
10494 This variable can also be a list of regexps to match headers to
10495 be removed.
10496
10497 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10498 variable will have no effect.
10499
10500 @end table
10501
10502 @vindex gnus-sorted-header-list
10503 Gnus can also sort the headers for you.  (It does this by default.)  You
10504 can control the sorting by setting the @code{gnus-sorted-header-list}
10505 variable.  It is a list of regular expressions that says in what order
10506 the headers are to be displayed.
10507
10508 For instance, if you want the name of the author of the article first,
10509 and then the subject, you might say something like:
10510
10511 @lisp
10512 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10513 @end lisp
10514
10515 Any headers that are to remain visible, but are not listed in this
10516 variable, will be displayed in random order after all the headers listed in this variable.
10517
10518 @findex gnus-article-hide-boring-headers
10519 @vindex gnus-boring-article-headers
10520 You can hide further boring headers by setting
10521 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10522 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10523 list, but this list doesn't actually contain header names.  Instead is
10524 lists various @dfn{boring conditions} that Gnus can check and remove
10525 from sight.
10526
10527 These conditions are:
10528 @table @code
10529 @item empty
10530 Remove all empty headers.
10531 @item followup-to
10532 Remove the @code{Followup-To} header if it is identical to the
10533 @code{Newsgroups} header.
10534 @item reply-to
10535 Remove the @code{Reply-To} header if it lists the same address as the
10536 @code{From} header.
10537 @item newsgroups
10538 Remove the @code{Newsgroups} header if it only contains the current group
10539 name.
10540 @item to-address
10541 Remove the @code{To} header if it only contains the address identical to
10542 the current groups's @code{to-address} parameter.
10543 @item to-list
10544 Remove the @code{To} header if it only contains the address identical to
10545 the current groups's @code{to-list} parameter.
10546 @item cc-list
10547 Remove the @code{CC} header if it only contains the address identical to
10548 the current groups's @code{to-list} parameter.
10549 @item date
10550 Remove the @code{Date} header if the article is less than three days
10551 old.
10552 @item long-to
10553 Remove the @code{To} header if it is very long.
10554 @item many-to
10555 Remove all @code{To} headers if there are more than one.
10556 @end table
10557
10558 To include these three elements, you could say something like:
10559
10560 @lisp
10561 (setq gnus-boring-article-headers
10562       '(empty followup-to reply-to))
10563 @end lisp
10564
10565 This is also the default value for this variable.
10566
10567
10568 @node Using MIME
10569 @section Using MIME
10570 @cindex @sc{mime}
10571
10572 Mime is a standard for waving your hands through the air, aimlessly,
10573 while people stand around yawning.
10574
10575 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
10576 while all newsreaders die of fear.
10577
10578 @sc{mime} may specify what character set the article uses, the encoding
10579 of the characters, and it also makes it possible to embed pictures and
10580 other naughty stuff in innocent-looking articles.
10581
10582 @vindex gnus-display-mime-function
10583 @findex gnus-display-mime
10584 Gnus pushes @sc{mime} articles through @code{gnus-display-mime-function}
10585 to display the @sc{mime} parts.  This is @code{gnus-display-mime} by
10586 default, which creates a bundle of clickable buttons that can be used to
10587 display, save and manipulate the @sc{mime} objects.
10588
10589 The following commands are available when you have placed point over a
10590 @sc{mime} button:
10591
10592 @table @kbd
10593 @findex gnus-article-press-button
10594 @item RET (Article)
10595 @kindex RET (Article)
10596 @itemx BUTTON-2 (Article)
10597 Toggle displaying of the @sc{mime} object
10598 (@code{gnus-article-press-button}). If builtin viewers can not display
10599 the object, Gnus resorts to external viewers in the @file{mailcap}
10600 files.  If a viewer has the @samp{copiousoutput} specification, the
10601 object is displayed inline.
10602
10603 @findex gnus-mime-view-part
10604 @item M-RET (Article)
10605 @kindex M-RET (Article)
10606 @itemx v (Article)
10607 Prompt for a method, and then view the @sc{mime} object using this
10608 method (@code{gnus-mime-view-part}).
10609
10610 @findex gnus-mime-view-part-as-type
10611 @item t (Article)
10612 @kindex t (Article)
10613 View the @sc{mime} object as if it were a different @sc{mime} media type
10614 (@code{gnus-mime-view-part-as-type}).
10615
10616 @findex gnus-mime-view-part-as-charset
10617 @item C (Article)
10618 @kindex C (Article)
10619 Prompt for a charset, and then view the @sc{mime} object using this
10620 charset (@code{gnus-mime-view-part-as-charset}).
10621
10622 @findex gnus-mime-save-part
10623 @item o (Article)
10624 @kindex o (Article)
10625 Prompt for a file name, and then save the @sc{mime} object
10626 (@code{gnus-mime-save-part}).
10627
10628 @findex gnus-mime-save-part-and-strip
10629 @item C-o (Article)
10630 @kindex C-o (Article)
10631 Prompt for a file name, then save the @sc{mime} object and strip it from
10632 the article.  Then proceed to article editing, where a reasonable
10633 suggestion is being made on how the altered article should look
10634 like. The stripped @sc{mime} object will be referred via the
10635 message/external-body @sc{mime} type.
10636 (@code{gnus-mime-save-part-and-strip}).
10637
10638 @findex gnus-mime-copy-part
10639 @item c (Article)
10640 @kindex c (Article)
10641 Copy the @sc{mime} object to a fresh buffer and display this buffer
10642 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10643 @file{.bz2} are automatically decompressed if
10644 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10645 Accessing Compressed Files, emacs, The Emacs Editor}).
10646
10647 @findex gnus-mime-print-part
10648 @item p (Article)
10649 @kindex p (Article)
10650 Print the @sc{mime} object (@code{gnus-mime-print-part}).  This
10651 command respects the @samp{print=} specifications in the
10652 @file{.mailcap} file.
10653
10654 @findex gnus-mime-inline-part
10655 @item i (Article)
10656 @kindex i (Article)
10657 Insert the contents of the @sc{mime} object into the buffer
10658 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10659 the raw contents without decoding.  If given a numerical prefix, you can
10660 do semi-manual charset stuff (see
10661 @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the
10662 Article}).
10663
10664 @findex gnus-mime-view-part-internally
10665 @item E (Article)
10666 @kindex E (Article)
10667 View the @sc{mime} object with an internal viewer.  If no internal
10668 viewer is available, use an external viewer
10669 (@code{gnus-mime-view-part-internally}).
10670
10671 @findex gnus-mime-view-part-externally
10672 @item e (Article)
10673 @kindex e (Article)
10674 View the @sc{mime} object with an external viewer.
10675 (@code{gnus-mime-view-part-externally}).
10676
10677 @findex gnus-mime-pipe-part
10678 @item | (Article)
10679 @kindex | (Article)
10680 Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}).
10681
10682 @findex gnus-mime-action-on-part
10683 @item . (Article)
10684 @kindex . (Article)
10685 Interactively run an action on the @sc{mime} object
10686 (@code{gnus-mime-action-on-part}).
10687
10688 @end table
10689
10690 Gnus will display some @sc{mime} objects automatically.  The way Gnus
10691 determines which parts to do this with is described in the Emacs
10692 @sc{mime} manual.
10693
10694 It might be best to just use the toggling functions from the article
10695 buffer to avoid getting nasty surprises.  (For instance, you enter the
10696 group @samp{alt.sing-a-long} and, before you know it, @sc{mime} has
10697 decoded the sound file in the article and some horrible sing-a-long song
10698 comes screaming out your speakers, and you can't find the volume button,
10699 because there isn't one, and people are starting to look at you, and you
10700 try to stop the program, but you can't, and you can't find the program
10701 to control the volume, and everybody else in the room suddenly decides
10702 to look at you disdainfully, and you'll feel rather stupid.)
10703
10704 Any similarity to real events and people is purely coincidental.  Ahem.
10705
10706 Also see @pxref{MIME Commands}.
10707
10708
10709 @node Customizing Articles
10710 @section Customizing Articles
10711 @cindex article customization
10712
10713 A slew of functions for customizing how the articles are to look like
10714 exist.  You can call these functions interactively
10715 (@pxref{Article Washing}), or you can have them
10716 called automatically when you select the articles.
10717
10718 To have them called automatically, you should set the corresponding
10719 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10720 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10721 be set, but first we discuss the values these variables can have.
10722
10723 Note: Some values, while valid, make little sense.  Check the list below
10724 for sensible values.
10725
10726 @enumerate
10727 @item
10728 @code{nil}: Don't do this treatment.
10729
10730 @item
10731 @code{t}: Do this treatment on all body parts.
10732
10733 @item
10734 @code{head}: Do the treatment on the headers.
10735
10736 @item
10737 @code{last}: Do this treatment on the last part.
10738
10739 @item
10740 An integer: Do this treatment on all body parts that have a length less
10741 than this number.
10742
10743 @item
10744 A list of strings: Do this treatment on all body parts that are in
10745 articles that are read in groups that have names that match one of the
10746 regexps in the list.
10747
10748 @item
10749 A list where the first element is not a string:
10750
10751 The list is evaluated recursively.  The first element of the list is a
10752 predicate.  The following predicates are recognized: @code{or},
10753 @code{and}, @code{not} and @code{typep}.  Here's an example:
10754
10755 @lisp
10756 (or last
10757     (typep "text/x-vcard"))
10758 @end lisp
10759
10760 @end enumerate
10761
10762 You may have noticed that the word @dfn{part} is used here.  This refers
10763 to the fact that some messages are @sc{mime} multipart articles that may
10764 be divided into several parts.  Articles that are not multiparts are
10765 considered to contain just a single part.
10766
10767 @vindex gnus-article-treat-types
10768 Are the treatments applied to all sorts of multipart parts?  Yes, if you
10769 want to, but by default, only @samp{text/plain} parts are given the
10770 treatment.  This is controlled by the @code{gnus-article-treat-types}
10771 variable, which is a list of regular expressions that are matched to the
10772 type of the part.  This variable is ignored if the value of the
10773 controlling variable is a predicate list, as described above.
10774
10775 The following treatment options are available.  The easiest way to
10776 customize this is to examine the @code{gnus-article-treat} customization
10777 group.  Values in parenthesis are suggested sensible values.  Others are
10778 possible but those listed are probably sufficient for most people.
10779
10780 @table @code
10781 @item gnus-treat-buttonize (t, integer)
10782 @item gnus-treat-buttonize-head (head)
10783
10784 @xref{Article Buttons}.
10785
10786 @item gnus-treat-capitalize-sentences (t, integer)
10787 @item gnus-treat-overstrike (t, integer)
10788 @item gnus-treat-strip-cr (t, integer)
10789 @item gnus-treat-strip-headers-in-body (t, integer)
10790 @item gnus-treat-strip-leading-blank-lines (t, integer)
10791 @item gnus-treat-strip-multiple-blank-lines (t, integer)
10792 @item gnus-treat-strip-pem (t, last, integer)
10793 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
10794 @item gnus-treat-unsplit-urls (t, integer)
10795 @item gnus-treat-wash-html (t, integer)
10796
10797 @xref{Article Washing}.
10798
10799 @item gnus-treat-date-english (head)
10800 @item gnus-treat-date-iso8601 (head)
10801 @item gnus-treat-date-lapsed (head)
10802 @item gnus-treat-date-local (head)
10803 @item gnus-treat-date-original (head)
10804 @item gnus-treat-date-user-defined (head)
10805 @item gnus-treat-date-ut (head)
10806
10807 @xref{Article Date}.
10808
10809 @item gnus-treat-from-picon (head)
10810 @item gnus-treat-mail-picon (head)
10811 @item gnus-treat-newsgroups-picon (head)
10812
10813 @xref{Picons}.
10814
10815 @item gnus-treat-display-smileys (t, integer)
10816
10817 @item gnus-treat-body-boundary (head)
10818
10819 @vindex gnus-body-boundary-delimiter
10820 Adds a delimiter between header and body, the string used as delimiter
10821 is controlled by @code{gnus-body-boundary-delimiter}.
10822
10823 @xref{Smileys}.
10824
10825 @item gnus-treat-display-xface (head)
10826
10827 @xref{X-Face}.
10828
10829 @item gnus-treat-emphasize (t, head, integer)
10830 @item gnus-treat-fill-article (t, integer)
10831 @item gnus-treat-fill-long-lines (t, integer)
10832 @item gnus-treat-hide-boring-headers (head)
10833 @item gnus-treat-hide-citation (t, integer)
10834 @item gnus-treat-hide-citation-maybe (t, integer)
10835 @item gnus-treat-hide-headers (head)
10836 @item gnus-treat-hide-signature (t, last)
10837 @item gnus-treat-strip-banner (t, last)
10838 @item gnus-treat-strip-list-identifiers (head)
10839
10840 @xref{Article Hiding}.
10841
10842 @item gnus-treat-highlight-citation (t, integer)
10843 @item gnus-treat-highlight-headers (head)
10844 @item gnus-treat-highlight-signature (t, last, integer)
10845
10846 @xref{Article Highlighting}.
10847
10848 @item gnus-treat-play-sounds
10849 @item gnus-treat-translate
10850 @item gnus-treat-x-pgp-sig (head)
10851
10852 @item gnus-treat-unfold-headers (head)
10853 @item gnus-treat-fold-headers (head)
10854 @item gnus-treat-fold-newsgroups (head)
10855 @item gnus-treat-leading-whitespace (head)
10856
10857 @xref{Article Header}.
10858
10859
10860 @end table
10861
10862 @vindex gnus-part-display-hook
10863 You can, of course, write your own functions to be called from
10864 @code{gnus-part-display-hook}.  The functions are called narrowed to the
10865 part, and you can do anything you like, pretty much.  There is no
10866 information that you have to keep in the buffer---you can change
10867 everything.
10868
10869
10870 @node Article Keymap
10871 @section Article Keymap
10872
10873 Most of the keystrokes in the summary buffer can also be used in the
10874 article buffer.  They should behave as if you typed them in the summary
10875 buffer, which means that you don't actually have to have a summary
10876 buffer displayed while reading.  You can do it all from the article
10877 buffer.
10878
10879 A few additional keystrokes are available:
10880
10881 @table @kbd
10882
10883 @item SPACE
10884 @kindex SPACE (Article)
10885 @findex gnus-article-next-page
10886 Scroll forwards one page (@code{gnus-article-next-page}).
10887 This is exactly the same as @kbd{h SPACE h}.
10888
10889 @item DEL
10890 @kindex DEL (Article)
10891 @findex gnus-article-prev-page
10892 Scroll backwards one page (@code{gnus-article-prev-page}).
10893 This is exactly the same as @kbd{h DEL h}.
10894
10895 @item C-c ^
10896 @kindex C-c ^ (Article)
10897 @findex gnus-article-refer-article
10898 If point is in the neighborhood of a @code{Message-ID} and you press
10899 @kbd{C-c ^}, Gnus will try to get that article from the server
10900 (@code{gnus-article-refer-article}).
10901
10902 @item C-c C-m
10903 @kindex C-c C-m (Article)
10904 @findex gnus-article-mail
10905 Send a reply to the address near point (@code{gnus-article-mail}).  If
10906 given a prefix, include the mail.
10907
10908 @item s
10909 @kindex s (Article)
10910 @findex gnus-article-show-summary
10911 Reconfigure the buffers so that the summary buffer becomes visible
10912 (@code{gnus-article-show-summary}).
10913
10914 @item ?
10915 @kindex ? (Article)
10916 @findex gnus-article-describe-briefly
10917 Give a very brief description of the available keystrokes
10918 (@code{gnus-article-describe-briefly}).
10919
10920 @item TAB
10921 @kindex TAB (Article)
10922 @findex gnus-article-next-button
10923 Go to the next button, if any (@code{gnus-article-next-button}).  This
10924 only makes sense if you have buttonizing turned on.
10925
10926 @item M-TAB
10927 @kindex M-TAB (Article)
10928 @findex gnus-article-prev-button
10929 Go to the previous button, if any (@code{gnus-article-prev-button}).
10930
10931 @item R
10932 @kindex R (Article)
10933 @findex gnus-article-reply-with-original
10934 Send a reply to the current article and yank the current article
10935 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
10936 wide reply.  If the region is active, only yank the text in the
10937 region.
10938
10939 @item F
10940 @kindex F (Article)
10941 @findex gnus-article-followup-with-original
10942 Send a followup to the current article and yank the current article
10943 (@code{gnus-article-followup-with-original}).  If given a prefix, make
10944 a wide reply.  If the region is active, only yank the text in the
10945 region.
10946
10947
10948 @end table
10949
10950
10951 @node Misc Article
10952 @section Misc Article
10953
10954 @table @code
10955
10956 @item gnus-single-article-buffer
10957 @vindex gnus-single-article-buffer
10958 If non-@code{nil}, use the same article buffer for all the groups.
10959 (This is the default.)  If @code{nil}, each group will have its own
10960 article buffer.
10961
10962 @vindex gnus-article-decode-hook
10963 @item gnus-article-decode-hook
10964 @cindex MIME
10965 Hook used to decode @sc{mime} articles.  The default value is
10966 @code{(article-decode-charset article-decode-encoded-words)}
10967
10968 @vindex gnus-article-prepare-hook
10969 @item gnus-article-prepare-hook
10970 This hook is called right after the article has been inserted into the
10971 article buffer.  It is mainly intended for functions that do something
10972 depending on the contents; it should probably not be used for changing
10973 the contents of the article buffer.
10974
10975 @item gnus-article-mode-hook
10976 @vindex gnus-article-mode-hook
10977 Hook called in article mode buffers.
10978
10979 @item gnus-article-mode-syntax-table
10980 @vindex gnus-article-mode-syntax-table
10981 Syntax table used in article buffers.  It is initialized from
10982 @code{text-mode-syntax-table}.
10983
10984 @vindex gnus-article-mode-line-format
10985 @item gnus-article-mode-line-format
10986 This variable is a format string along the same lines as
10987 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
10988 accepts the same format specifications as that variable, with two
10989 extensions:
10990
10991 @table @samp
10992
10993 @item w
10994 The @dfn{wash status} of the article.  This is a short string with one
10995 character for each possible article wash operation that may have been
10996 performed.  The characters and their meaning:
10997
10998 @table @samp
10999
11000 @item c
11001 Displayed when cited text may be hidden in the article buffer.
11002
11003 @item h
11004 Displayed when headers are hidden in the article buffer.
11005
11006 @item p
11007 Displayed when article is digitally signed or encrypted, and Gnus has
11008 hidden the security headers.  (N.B. does not tell anything about
11009 security status, i.e. good or bad signature.)
11010
11011 @item s
11012 Displayed when the signature has been hidden in the Article buffer.
11013
11014 @item o
11015 Displayed when Gnus has treated overstrike characters in the article buffer.
11016
11017 @item e
11018 Displayed when Gnus has treated emphasised strings in the article buffer.
11019
11020 @end table
11021
11022 @item m
11023 The number of @sc{mime} parts in the article.
11024
11025 @end table
11026
11027 @vindex gnus-break-pages
11028
11029 @item gnus-break-pages
11030 Controls whether @dfn{page breaking} is to take place.  If this variable
11031 is non-@code{nil}, the articles will be divided into pages whenever a
11032 page delimiter appears in the article.  If this variable is @code{nil},
11033 paging will not be done.
11034
11035 @item gnus-page-delimiter
11036 @vindex gnus-page-delimiter
11037 This is the delimiter mentioned above.  By default, it is @samp{^L}
11038 (formfeed).
11039 @end table
11040
11041
11042 @node Composing Messages
11043 @chapter Composing Messages
11044 @cindex composing messages
11045 @cindex messages
11046 @cindex mail
11047 @cindex sending mail
11048 @cindex reply
11049 @cindex followup
11050 @cindex post
11051 @cindex using gpg
11052 @cindex using s/mime
11053 @cindex using smime
11054
11055 @kindex C-c C-c (Post)
11056 All commands for posting and mailing will put you in a message buffer
11057 where you can edit the article all you like, before you send the
11058 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11059 Message Manual}.  Where the message will be posted/mailed to depends
11060 on your setup (@pxref{Posting Server}).
11061
11062 @menu
11063 * Mail::                        Mailing and replying.
11064 * Posting Server::              What server should you post and mail via?
11065 * Mail and Post::               Mailing and posting at the same time.
11066 * Archived Messages::           Where Gnus stores the messages you've sent.
11067 * Posting Styles::              An easier way to specify who you are.
11068 * Drafts::                      Postponing messages and rejected messages.
11069 * Rejected Articles::           What happens if the server doesn't like your article?
11070 * Signing and encrypting::      How to compose secure messages.
11071 @end menu
11072
11073 Also see @pxref{Canceling and Superseding} for information on how to
11074 remove articles you shouldn't have posted.
11075
11076
11077 @node Mail
11078 @section Mail
11079
11080 Variables for customizing outgoing mail:
11081
11082 @table @code
11083 @item gnus-uu-digest-headers
11084 @vindex gnus-uu-digest-headers
11085 List of regexps to match headers included in digested messages.  The
11086 headers will be included in the sequence they are matched.  If
11087 @code{nil} include all headers.
11088
11089 @item gnus-add-to-list
11090 @vindex gnus-add-to-list
11091 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11092 that have none when you do a @kbd{a}.
11093
11094 @item gnus-confirm-mail-reply-to-news
11095 @vindex gnus-confirm-mail-reply-to-news
11096 This can also be a function receiving the group name as the only
11097 parameter which should return non-@code{nil} if a confirmation is
11098 needed, or a regular expression matching group names, where
11099 confirmation is should be asked for.
11100
11101 If you find yourself never wanting to reply to mail, but occasionally
11102 press R anyway, this variable might be for you.
11103
11104 @item gnus-confirm-treat-mail-like-news
11105 @vindex gnus-confirm-treat-mail-like-news
11106 If non-@code{nil}, Gnus also requests confirmation according to
11107 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11108 useful for treating mailing lists like newsgroups.
11109  
11110 @end table
11111
11112
11113 @node Posting Server
11114 @section Posting Server
11115
11116 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11117 (extremely intelligent, of course) article, where does it go?
11118
11119 Thank you for asking.  I hate you.
11120
11121 It can be quite complicated.
11122
11123 @vindex gnus-post-method
11124 When posting news, Message usually invokes @code{message-send-news}
11125 (@pxref{News Variables, , News Variables, message, Message Manual}).
11126 Normally, Gnus will post using the same select method as you're
11127 reading from (which might be convenient if you're reading lots of
11128 groups from different private servers).  However.  If the server
11129 you're reading from doesn't allow posting, just reading, you probably
11130 want to use some other server to post your (extremely intelligent and
11131 fabulously interesting) articles.  You can then set the
11132 @code{gnus-post-method} to some other method:
11133
11134 @lisp
11135 (setq gnus-post-method '(nnspool ""))
11136 @end lisp
11137
11138 Now, if you've done this, and then this server rejects your article, or
11139 this server is down, what do you do then?  To override this variable you
11140 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11141 the ``current'' server, to get back the default behavior, for posting.
11142
11143 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11144 Gnus will prompt you for what method to use for posting.
11145
11146 You can also set @code{gnus-post-method} to a list of select methods.
11147 If that's the case, Gnus will always prompt you for what method to use
11148 for posting.
11149
11150 Finally, if you want to always post using the native select method,
11151 you can set this variable to @code{native}.
11152
11153 When sending mail, Message invokes @code{message-send-mail-function}.
11154 The default function, @code{message-send-mail-with-sendmail}, pipes
11155 your article to the @code{sendmail} binary for further queuing and
11156 sending.  When your local system is not configured for sending mail
11157 using @code{sendmail}, and you have access to a remote @sc{smtp}
11158 server, you can set @code{message-send-mail-function} to
11159 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11160 package correctly.  An example:
11161
11162 @lisp
11163 (setq message-send-mail-function 'smtpmail-send-it
11164       smtpmail-default-smtp-server "YOUR SMTP HOST")
11165 @end lisp
11166
11167 To the thing similar to this, there is @code{message-smtpmail-send-it}.
11168 It is useful if your ISP requires the POP-before-SMTP authentication.
11169 See the documentation for the function @code{mail-source-touch-pop}.
11170
11171 Other possible choices for @code{message-send-mail-function} includes
11172 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11173 and @code{feedmail-send-it}.
11174
11175 @node Mail and Post
11176 @section Mail and Post
11177
11178 Here's a list of variables relevant to both mailing and
11179 posting:
11180
11181 @table @code
11182 @item gnus-mailing-list-groups
11183 @findex gnus-mailing-list-groups
11184 @cindex mailing lists
11185
11186 If your news server offers groups that are really mailing lists
11187 gatewayed to the @sc{nntp} server, you can read those groups without
11188 problems, but you can't post/followup to them without some difficulty.
11189 One solution is to add a @code{to-address} to the group parameters
11190 (@pxref{Group Parameters}).  An easier thing to do is set the
11191 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11192 really are mailing lists.  Then, at least, followups to the mailing
11193 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11194 still a pain, though.
11195
11196 @item gnus-user-agent
11197 @vindex gnus-user-agent
11198 @cindex User-Agent
11199
11200 This variable controls which information should be exposed in the
11201 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11202 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11203 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11204 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11205 system type) or a custom string.  If you set it to a string, be sure to
11206 use a valid format, see RFC 2616."
11207
11208 @end table
11209
11210 You may want to do spell-checking on messages that you send out.  Or, if
11211 you don't want to spell-check by hand, you could add automatic
11212 spell-checking via the @code{ispell} package:
11213
11214 @cindex ispell
11215 @findex ispell-message
11216 @lisp
11217 (add-hook 'message-send-hook 'ispell-message)
11218 @end lisp
11219
11220 If you want to change the @code{ispell} dictionary based on what group
11221 you're in, you could say something like the following:
11222
11223 @lisp
11224 (add-hook 'gnus-select-group-hook
11225           (lambda ()
11226             (cond
11227              ((string-match
11228                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11229               (ispell-change-dictionary "deutsch"))
11230              (t
11231               (ispell-change-dictionary "english")))))
11232 @end lisp
11233
11234 Modify to suit your needs.
11235
11236
11237 @node Archived Messages
11238 @section Archived Messages
11239 @cindex archived messages
11240 @cindex sent messages
11241
11242 Gnus provides a few different methods for storing the mail and news you
11243 send.  The default method is to use the @dfn{archive virtual server} to
11244 store the messages.  If you want to disable this completely, the
11245 @code{gnus-message-archive-group} variable should be @code{nil}, which
11246 is the default.
11247
11248 For archiving interesting messages in a group you read, see the
11249 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11250 Group Commands}).
11251
11252 @vindex gnus-message-archive-method
11253 @code{gnus-message-archive-method} says what virtual server Gnus is to
11254 use to store sent messages.  The default is:
11255
11256 @lisp
11257 (nnfolder "archive"
11258           (nnfolder-directory   "~/Mail/archive")
11259           (nnfolder-active-file "~/Mail/archive/active")
11260           (nnfolder-get-new-mail nil)
11261           (nnfolder-inhibit-expiry t))
11262 @end lisp
11263
11264 You can, however, use any mail select method (@code{nnml},
11265 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11266 for doing this sort of thing, though.  If you don't like the default
11267 directory chosen, you could say something like:
11268
11269 @lisp
11270 (setq gnus-message-archive-method
11271       '(nnfolder "archive"
11272                  (nnfolder-inhibit-expiry t)
11273                  (nnfolder-active-file "~/News/sent-mail/active")
11274                  (nnfolder-directory "~/News/sent-mail/")))
11275 @end lisp
11276
11277 @vindex gnus-message-archive-group
11278 @cindex Gcc
11279 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11280 to one or more group(s) on that server.  Which group to use is
11281 determined by the @code{gnus-message-archive-group} variable.
11282
11283 This variable can be used to do the following:
11284
11285 @itemize @bullet
11286 @item
11287 a string
11288 Messages will be saved in that group.
11289
11290 Note that you can include a select method in the group name, then the
11291 message will not be stored in the select method given by
11292 @code{gnus-message-archive-method}, but in the select method specified
11293 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11294 has the default value shown above.  Then setting
11295 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11296 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11297 value @code{"nnml:foo"}, then outgoing messages will be stored in
11298 @samp{nnml:foo}.
11299 @item
11300 a list of strings
11301 Messages will be saved in all those groups.
11302 @item
11303 an alist of regexps, functions and forms
11304 When a key ``matches'', the result is used.
11305 @item
11306 @code{nil}
11307 No message archiving will take place.  This is the default.
11308 @end itemize
11309
11310 Let's illustrate:
11311
11312 Just saving to a single group called @samp{MisK}:
11313 @lisp
11314 (setq gnus-message-archive-group "MisK")
11315 @end lisp
11316
11317 Saving to two groups, @samp{MisK} and @samp{safe}:
11318 @lisp
11319 (setq gnus-message-archive-group '("MisK" "safe"))
11320 @end lisp
11321
11322 Save to different groups based on what group you are in:
11323 @lisp
11324 (setq gnus-message-archive-group
11325       '(("^alt" "sent-to-alt")
11326         ("mail" "sent-to-mail")
11327         (".*" "sent-to-misc")))
11328 @end lisp
11329
11330 More complex stuff:
11331 @lisp
11332 (setq gnus-message-archive-group
11333       '((if (message-news-p)
11334             "misc-news"
11335           "misc-mail")))
11336 @end lisp
11337
11338 How about storing all news messages in one file, but storing all mail
11339 messages in one file per month:
11340
11341 @lisp
11342 (setq gnus-message-archive-group
11343       '((if (message-news-p)
11344             "misc-news"
11345           (concat "mail." (format-time-string "%Y-%m")))))
11346 @end lisp
11347
11348 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11349 @c use a different value for @code{gnus-message-archive-group} there.)
11350
11351 Now, when you send a message off, it will be stored in the appropriate
11352 group.  (If you want to disable storing for just one particular message,
11353 you can just remove the @code{Gcc} header that has been inserted.)  The
11354 archive group will appear in the group buffer the next time you start
11355 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11356 enter it and read the articles in it just like you'd read any other
11357 group.  If the group gets really big and annoying, you can simply rename
11358 if (using @kbd{G r} in the group buffer) to something
11359 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11360 continue to be stored in the old (now empty) group.
11361
11362 That's the default method of archiving sent messages.  Gnus offers a
11363 different way for the people who don't like the default method.  In that
11364 case you should set @code{gnus-message-archive-group} to @code{nil};
11365 this will disable archiving.
11366
11367 @table @code
11368 @item gnus-outgoing-message-group
11369 @vindex gnus-outgoing-message-group
11370 All outgoing messages will be put in this group.  If you want to store
11371 all your outgoing mail and articles in the group @samp{nnml:archive},
11372 you set this variable to that value.  This variable can also be a list of
11373 group names.
11374
11375 If you want to have greater control over what group to put each
11376 message in, you can set this variable to a function that checks the
11377 current newsgroup name and then returns a suitable group name (or list
11378 of names).
11379
11380 This variable can be used instead of @code{gnus-message-archive-group},
11381 but the latter is the preferred method.
11382
11383 @item gnus-gcc-mark-as-read
11384 @vindex gnus-gcc-mark-as-read
11385 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11386
11387 @item gnus-gcc-externalize-attachments
11388 @vindex gnus-gcc-externalize-attachments
11389 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11390 and matches the Gcc group name, attach files as external parts; if it is
11391 @code{all}, attach local files as external parts; if it is other
11392 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11393 changed in the future.
11394
11395 @end table
11396
11397
11398 @node Posting Styles
11399 @section Posting Styles
11400 @cindex posting styles
11401 @cindex styles
11402
11403 All them variables, they make my head swim.
11404
11405 So what if you want a different @code{Organization} and signature based
11406 on what groups you post to?  And you post both from your home machine
11407 and your work machine, and you want different @code{From} lines, and so
11408 on?
11409
11410 @vindex gnus-posting-styles
11411 One way to do stuff like that is to write clever hooks that change the
11412 variables you need to have changed.  That's a bit boring, so somebody
11413 came up with the bright idea of letting the user specify these things in
11414 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11415 variable:
11416
11417 @lisp
11418 ((".*"
11419   (signature "Peace and happiness")
11420   (organization "What me?"))
11421  ("^comp"
11422   (signature "Death to everybody"))
11423  ("comp.emacs.i-love-it"
11424   (organization "Emacs is it")))
11425 @end lisp
11426
11427 As you might surmise from this example, this alist consists of several
11428 @dfn{styles}.  Each style will be applicable if the first element
11429 ``matches'', in some form or other.  The entire alist will be iterated
11430 over, from the beginning towards the end, and each match will be
11431 applied, which means that attributes in later styles that match override
11432 the same attributes in earlier matching styles.  So
11433 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11434 signature and the @samp{What me?} @code{Organization} header.
11435
11436 The first element in each style is called the @code{match}.  If it's a
11437 string, then Gnus will try to regexp match it against the group name.
11438 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11439 will look in the original article for a header whose name is
11440 @var{match} and compare that @var{regexp}.  @var{match} and
11441 @var{regexp} are strings.  (There original article is the one you are
11442 replying or following up to.  If you are not composing a reply or a
11443 followup, then there is nothing to match against.)  If the
11444 @code{match} is a function symbol, that function will be called with
11445 no arguments.  If it's a variable symbol, then the variable will be
11446 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11447 any case, if this returns a non-@code{nil} value, then the style is
11448 said to @dfn{match}.
11449
11450 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11451 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11452 attribute name can be one of @code{signature}, @code{signature-file},
11453 @code{x-face-file}, @code{address} (overriding
11454 @code{user-mail-address}), @code{name} (overriding
11455 @code{(user-full-name)}) or @code{body}.  The attribute name can also
11456 be a string or a symbol.  In that case, this will be used as a header
11457 name, and the value will be inserted in the headers of the article; if
11458 the value is @code{nil}, the header name will be removed.  If the
11459 attribute name is @code{eval}, the form is evaluated, and the result
11460 is thrown away.
11461
11462 The attribute value can be a string (used verbatim), a function with
11463 zero arguments (the return value will be used), a variable (its value
11464 will be used) or a list (it will be @code{eval}ed and the return value
11465 will be used).  The functions and sexps are called/@code{eval}ed in the
11466 message buffer that is being set up.  The headers of the current article
11467 are available through the @code{message-reply-headers} variable, which
11468 is a vector of the following headers: number subject from date id
11469 references chars lines xref extra.
11470
11471 @vindex message-reply-headers
11472
11473 If you wish to check whether the message you are about to compose is
11474 meant to be a news article or a mail message, you can check the values
11475 of the @code{message-news-p} and @code{message-mail-p} functions.
11476
11477 @findex message-mail-p
11478 @findex message-news-p
11479
11480 So here's a new example:
11481
11482 @lisp
11483 (setq gnus-posting-styles
11484       '((".*"
11485          (signature-file "~/.signature")
11486          (name "User Name")
11487          ("X-Home-Page" (getenv "WWW_HOME"))
11488          (organization "People's Front Against MWM"))
11489         ("^rec.humor"
11490          (signature my-funny-signature-randomizer))
11491         ((equal (system-name) "gnarly")  ;; A form
11492          (signature my-quote-randomizer))
11493         (message-news-p        ;; A function symbol
11494          (signature my-news-signature))
11495         (window-system         ;; A value symbol
11496          ("X-Window-System" (format "%s" window-system)))
11497         ;; If I'm replying to Larsi, set the Organization header.
11498         ((header "from" "larsi.*org")
11499          (Organization "Somewhere, Inc."))
11500         ((posting-from-work-p) ;; A user defined function
11501          (signature-file "~/.work-signature")
11502          (address "user@@bar.foo")
11503          (body "You are fired.\n\nSincerely, your boss.")
11504          (organization "Important Work, Inc"))
11505         ("nnml:.*"
11506          (From (save-excursion
11507                  (set-buffer gnus-article-buffer)
11508                  (message-fetch-field "to"))))
11509         ("^nn.+:"
11510          (signature-file "~/.mail-signature"))))
11511 @end lisp
11512
11513 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11514 @code{From} address in all your outgoing replies, which might be handy
11515 if you fill many roles.
11516
11517
11518 @node Drafts
11519 @section Drafts
11520 @cindex drafts
11521
11522 If you are writing a message (mail or news) and suddenly remember that
11523 you have a steak in the oven (or some pesto in the food processor, you
11524 craaazy vegetarians), you'll probably wish there was a method to save
11525 the message you are writing so that you can continue editing it some
11526 other day, and send it when you feel its finished.
11527
11528 Well, don't worry about it.  Whenever you start composing a message of
11529 some sort using the Gnus mail and post commands, the buffer you get will
11530 automatically associate to an article in a special @dfn{draft} group.
11531 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11532 article will be saved there.  (Auto-save files also go to the draft
11533 group.)
11534
11535 @cindex nndraft
11536 @vindex nndraft-directory
11537 The draft group is a special group (which is implemented as an
11538 @code{nndraft} group, if you absolutely have to know) called
11539 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11540 @code{nndraft} is to store its files.  What makes this group special is
11541 that you can't tick any articles in it or mark any articles as
11542 read---all articles in the group are permanently unread.
11543
11544 If the group doesn't exist, it will be created and you'll be subscribed
11545 to it.  The only way to make it disappear from the Group buffer is to
11546 unsubscribe it.
11547
11548 @c @findex gnus-dissociate-buffer-from-draft
11549 @c @kindex C-c M-d (Mail)
11550 @c @kindex C-c M-d (Post)
11551 @c @findex gnus-associate-buffer-with-draft
11552 @c @kindex C-c C-d (Mail)
11553 @c @kindex C-c C-d (Post)
11554 @c If you're writing some super-secret message that you later want to
11555 @c encode with PGP before sending, you may wish to turn the auto-saving
11556 @c (and association with the draft group) off.  You never know who might be
11557 @c interested in reading all your extremely valuable and terribly horrible
11558 @c and interesting secrets.  The @kbd{C-c M-d}
11559 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11560 @c If you change your mind and want to turn the auto-saving back on again,
11561 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11562 @c
11563 @c @vindex gnus-use-draft
11564 @c To leave association with the draft group off by default, set
11565 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11566
11567 @findex gnus-draft-edit-message
11568 @kindex D e (Draft)
11569 When you want to continue editing the article, you simply enter the
11570 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11571 that.  You will be placed in a buffer where you left off.
11572
11573 Rejected articles will also be put in this draft group (@pxref{Rejected
11574 Articles}).
11575
11576 @findex gnus-draft-send-all-messages
11577 @kindex D s (Draft)
11578 @findex gnus-draft-send-message
11579 @kindex D S (Draft)
11580 If you have lots of rejected messages you want to post (or mail) without
11581 doing further editing, you can use the @kbd{D s} command
11582 (@code{gnus-draft-send-message}).  This command understands the
11583 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11584 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11585 in the buffer.
11586
11587 @findex gnus-draft-toggle-sending
11588 @kindex D t (Draft)
11589 If you have some messages that you wish not to send, you can use the
11590 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11591 as unsendable.  This is a toggling command.
11592
11593
11594 @node Rejected Articles
11595 @section Rejected Articles
11596 @cindex rejected articles
11597
11598 Sometimes a news server will reject an article.  Perhaps the server
11599 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11600 @emph{there be demons}.  Perhaps you have included too much cited text.
11601 Perhaps the disk is full.  Perhaps the server is down.
11602
11603 These situations are, of course, totally beyond the control of Gnus.
11604 (Gnus, of course, loves the way you look, always feels great, has angels
11605 fluttering around inside of it, doesn't care about how much cited text
11606 you include, never runs full and never goes down.)  So Gnus saves these
11607 articles until some later time when the server feels better.
11608
11609 The rejected articles will automatically be put in a special draft group
11610 (@pxref{Drafts}).  When the server comes back up again, you'd then
11611 typically enter that group and send all the articles off.
11612
11613 @node Signing and encrypting
11614 @section Signing and encrypting
11615 @cindex using gpg
11616 @cindex using s/mime
11617 @cindex using smime
11618
11619 Gnus can digitally sign and encrypt your messages, using vanilla PGP
11620 format or @sc{pgp/mime} or @sc{s/mime}.  For decoding such messages,
11621 see the @code{mm-verify-option} and @code{mm-decrypt-option} options
11622 (@pxref{Security}).
11623
11624 @vindex gnus-message-replysign
11625 @vindex gnus-message-replyencrypt
11626 @vindex gnus-message-replysignencrypted
11627 Often, you would like to sign replies to people who send you signed
11628 messages.  Even more often, you might want to encrypt messages which
11629 are in reply to encrypted messages.  Gnus offers
11630 @code{gnus-message-replysign} to enable the former, and
11631 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11632 @code{gnus-message-replysignencrypted} (on by default) will sign
11633 automatically encrypted messages.
11634
11635 Instructing MML to perform security operations on a @sc{mime} part is
11636 done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c
11637 C-m c} key map for encryption, as follows.
11638
11639 @table @kbd
11640
11641 @item C-c C-m s s
11642 @kindex C-c C-m s s
11643 @findex mml-secure-message-sign-smime
11644
11645 Digitally sign current message using @sc{s/mime}.
11646
11647 @item C-c C-m s o
11648 @kindex C-c C-m s o
11649 @findex mml-secure-message-sign-pgp
11650
11651 Digitally sign current message using PGP.
11652
11653 @item C-c C-m s p
11654 @kindex C-c C-m s p
11655 @findex mml-secure-message-sign-pgp
11656
11657 Digitally sign current message using @sc{pgp/mime}.
11658
11659 @item C-c C-m c s
11660 @kindex C-c C-m c s
11661 @findex mml-secure-message-encrypt-smime
11662
11663 Digitally encrypt current message using @sc{s/mime}.
11664
11665 @item C-c C-m c o
11666 @kindex C-c C-m c o
11667 @findex mml-secure-message-encrypt-pgp
11668
11669 Digitally encrypt current message using PGP.
11670
11671 @item C-c C-m c p
11672 @kindex C-c C-m c p
11673 @findex mml-secure-message-encrypt-pgpmime
11674
11675 Digitally encrypt current message using @sc{pgp/mime}.
11676
11677 @item C-c C-m C-n
11678 @kindex C-c C-m C-n
11679 @findex mml-unsecure-message
11680 Remove security related MML tags from message.
11681
11682 @end table
11683
11684 @xref{Security, ,Security, message, Message Manual}, for more information.
11685
11686 @node Select Methods
11687 @chapter Select Methods
11688 @cindex foreign groups
11689 @cindex select methods
11690
11691 A @dfn{foreign group} is a group not read by the usual (or
11692 default) means.  It could be, for instance, a group from a different
11693 @sc{nntp} server, it could be a virtual group, or it could be your own
11694 personal mail group.
11695
11696 A foreign group (or any group, really) is specified by a @dfn{name} and
11697 a @dfn{select method}.  To take the latter first, a select method is a
11698 list where the first element says what back end to use (e.g. @code{nntp},
11699 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11700 name}.  There may be additional elements in the select method, where the
11701 value may have special meaning for the back end in question.
11702
11703 One could say that a select method defines a @dfn{virtual server}---so
11704 we do just that (@pxref{Server Buffer}).
11705
11706 The @dfn{name} of the group is the name the back end will recognize the
11707 group as.
11708
11709 For instance, the group @samp{soc.motss} on the @sc{nntp} server
11710 @samp{some.where.edu} will have the name @samp{soc.motss} and select
11711 method @code{(nntp "some.where.edu")}.  Gnus will call this group
11712 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
11713 back end just knows this group as @samp{soc.motss}.
11714
11715 The different methods all have their peculiarities, of course.
11716
11717 @menu
11718 * Server Buffer::               Making and editing virtual servers.
11719 * Getting News::                Reading USENET news with Gnus.
11720 * Getting Mail::                Reading your personal mail with Gnus.
11721 * Browsing the Web::            Getting messages from a plethora of Web sources.
11722 * IMAP::                        Using Gnus as a @sc{imap} client.
11723 * Other Sources::               Reading directories, files, SOUP packets.
11724 * Combined Groups::             Combining groups into one group.
11725 * Gnus Unplugged::              Reading news and mail offline.
11726 @end menu
11727
11728
11729 @node Server Buffer
11730 @section Server Buffer
11731
11732 Traditionally, a @dfn{server} is a machine or a piece of software that
11733 one connects to, and then requests information from.  Gnus does not
11734 connect directly to any real servers, but does all transactions through
11735 one back end or other.  But that's just putting one layer more between
11736 the actual media and Gnus, so we might just as well say that each
11737 back end represents a virtual server.
11738
11739 For instance, the @code{nntp} back end may be used to connect to several
11740 different actual @sc{nntp} servers, or, perhaps, to many different ports
11741 on the same actual @sc{nntp} server.  You tell Gnus which back end to
11742 use, and what parameters to set by specifying a @dfn{select method}.
11743
11744 These select method specifications can sometimes become quite
11745 complicated---say, for instance, that you want to read from the
11746 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
11747 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
11748 Anyway, if you had to specify that for each group that used this
11749 server, that would be too much work, so Gnus offers a way of naming
11750 select methods, which is what you do in the server buffer.
11751
11752 To enter the server buffer, use the @kbd{^}
11753 (@code{gnus-group-enter-server-mode}) command in the group buffer.
11754
11755 @menu
11756 * Server Buffer Format::        You can customize the look of this buffer.
11757 * Server Commands::             Commands to manipulate servers.
11758 * Example Methods::             Examples server specifications.
11759 * Creating a Virtual Server::   An example session.
11760 * Server Variables::            Which variables to set.
11761 * Servers and Methods::         You can use server names as select methods.
11762 * Unavailable Servers::         Some servers you try to contact may be down.
11763 @end menu
11764
11765 @vindex gnus-server-mode-hook
11766 @code{gnus-server-mode-hook} is run when creating the server buffer.
11767
11768
11769 @node Server Buffer Format
11770 @subsection Server Buffer Format
11771 @cindex server buffer format
11772
11773 @vindex gnus-server-line-format
11774 You can change the look of the server buffer lines by changing the
11775 @code{gnus-server-line-format} variable.  This is a @code{format}-like
11776 variable, with some simple extensions:
11777
11778 @table @samp
11779
11780 @item h
11781 How the news is fetched---the back end name.
11782
11783 @item n
11784 The name of this server.
11785
11786 @item w
11787 Where the news is to be fetched from---the address.
11788
11789 @item s
11790 The opened/closed/denied status of the server.
11791 @end table
11792
11793 @vindex gnus-server-mode-line-format
11794 The mode line can also be customized by using the
11795 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
11796 Formatting}).  The following specs are understood:
11797
11798 @table @samp
11799 @item S
11800 Server name.
11801
11802 @item M
11803 Server method.
11804 @end table
11805
11806 Also @pxref{Formatting Variables}.
11807
11808
11809 @node Server Commands
11810 @subsection Server Commands
11811 @cindex server commands
11812
11813 @table @kbd
11814
11815 @item a
11816 @kindex a (Server)
11817 @findex gnus-server-add-server
11818 Add a new server (@code{gnus-server-add-server}).
11819
11820 @item e
11821 @kindex e (Server)
11822 @findex gnus-server-edit-server
11823 Edit a server (@code{gnus-server-edit-server}).
11824
11825 @item SPACE
11826 @kindex SPACE (Server)
11827 @findex gnus-server-read-server
11828 Browse the current server (@code{gnus-server-read-server}).
11829
11830 @item q
11831 @kindex q (Server)
11832 @findex gnus-server-exit
11833 Return to the group buffer (@code{gnus-server-exit}).
11834
11835 @item k
11836 @kindex k (Server)
11837 @findex gnus-server-kill-server
11838 Kill the current server (@code{gnus-server-kill-server}).
11839
11840 @item y
11841 @kindex y (Server)
11842 @findex gnus-server-yank-server
11843 Yank the previously killed server (@code{gnus-server-yank-server}).
11844
11845 @item c
11846 @kindex c (Server)
11847 @findex gnus-server-copy-server
11848 Copy the current server (@code{gnus-server-copy-server}).
11849
11850 @item l
11851 @kindex l (Server)
11852 @findex gnus-server-list-servers
11853 List all servers (@code{gnus-server-list-servers}).
11854
11855 @item s
11856 @kindex s (Server)
11857 @findex gnus-server-scan-server
11858 Request that the server scan its sources for new articles
11859 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
11860 servers.
11861
11862 @item g
11863 @kindex g (Server)
11864 @findex gnus-server-regenerate-server
11865 Request that the server regenerate all its data structures
11866 (@code{gnus-server-regenerate-server}).  This can be useful if you have
11867 a mail back end that has gotten out of sync.
11868
11869 @end table
11870
11871
11872 @node Example Methods
11873 @subsection Example Methods
11874
11875 Most select methods are pretty simple and self-explanatory:
11876
11877 @lisp
11878 (nntp "news.funet.fi")
11879 @end lisp
11880
11881 Reading directly from the spool is even simpler:
11882
11883 @lisp
11884 (nnspool "")
11885 @end lisp
11886
11887 As you can see, the first element in a select method is the name of the
11888 back end, and the second is the @dfn{address}, or @dfn{name}, if you
11889 will.
11890
11891 After these two elements, there may be an arbitrary number of
11892 @code{(@var{variable} @var{form})} pairs.
11893
11894 To go back to the first example---imagine that you want to read from
11895 port 15 on that machine.  This is what the select method should
11896 look like then:
11897
11898 @lisp
11899 (nntp "news.funet.fi" (nntp-port-number 15))
11900 @end lisp
11901
11902 You should read the documentation to each back end to find out what
11903 variables are relevant, but here's an @code{nnmh} example:
11904
11905 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
11906 you have two structures that you wish to access: One is your private
11907 mail spool, and the other is a public one.  Here's the possible spec for
11908 your private mail:
11909
11910 @lisp
11911 (nnmh "private" (nnmh-directory "~/private/mail/"))
11912 @end lisp
11913
11914 (This server is then called @samp{private}, but you may have guessed
11915 that.)
11916
11917 Here's the method for a public spool:
11918
11919 @lisp
11920 (nnmh "public"
11921       (nnmh-directory "/usr/information/spool/")
11922       (nnmh-get-new-mail nil))
11923 @end lisp
11924
11925 @cindex proxy
11926 @cindex firewall
11927
11928 If you are behind a firewall and only have access to the @sc{nntp}
11929 server from the firewall machine, you can instruct Gnus to @code{rlogin}
11930 on the firewall machine and telnet from there to the @sc{nntp} server.
11931 Doing this can be rather fiddly, but your virtual server definition
11932 should probably look something like this:
11933
11934 @lisp
11935 (nntp "firewall"
11936       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
11937       (nntp-via-address "the.firewall.machine")
11938       (nntp-address "the.real.nntp.host")
11939       (nntp-end-of-line "\n"))
11940 @end lisp
11941
11942 If you want to use the wonderful @code{ssh} program to provide a
11943 compressed connection over the modem line, you could add the following
11944 configuration to the example above:
11945
11946 @lisp
11947       (nntp-via-rlogin-command "ssh")
11948 @end lisp
11949
11950 See also @code{nntp-via-rlogin-command-switches}.
11951
11952 If you're behind a firewall, but have direct access to the outside world
11953 through a wrapper command like "runsocks", you could open a socksified
11954 telnet connection to the news server as follows:
11955
11956 @lisp
11957 (nntp "outside"
11958       (nntp-pre-command "runsocks")
11959       (nntp-open-connection-function nntp-open-via-telnet)
11960       (nntp-address "the.news.server")
11961       (nntp-end-of-line "\n"))
11962 @end lisp
11963
11964 This means that you have to have set up @code{ssh-agent} correctly to
11965 provide automatic authorization, of course.  And to get a compressed
11966 connection, you have to have the @samp{Compression} option in the
11967 @code{ssh} @file{config} file.
11968
11969
11970 @node Creating a Virtual Server
11971 @subsection Creating a Virtual Server
11972
11973 If you're saving lots of articles in the cache by using persistent
11974 articles, you may want to create a virtual server to read the cache.
11975
11976 First you need to add a new server.  The @kbd{a} command does that.  It
11977 would probably be best to use @code{nnspool} to read the cache.  You
11978 could also use @code{nnml} or @code{nnmh}, though.
11979
11980 Type @kbd{a nnspool RET cache RET}.
11981
11982 You should now have a brand new @code{nnspool} virtual server called
11983 @samp{cache}.  You now need to edit it to have the right definitions.
11984 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
11985 will contain the following:
11986
11987 @lisp
11988 (nnspool "cache")
11989 @end lisp
11990
11991 Change that to:
11992
11993 @lisp
11994 (nnspool "cache"
11995          (nnspool-spool-directory "~/News/cache/")
11996          (nnspool-nov-directory "~/News/cache/")
11997          (nnspool-active-file "~/News/cache/active"))
11998 @end lisp
11999
12000 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12001 @kbd{RET} over this virtual server, you should be entered into a browse
12002 buffer, and you should be able to enter any of the groups displayed.
12003
12004
12005 @node Server Variables
12006 @subsection Server Variables
12007
12008 One sticky point when defining variables (both on back ends and in Emacs
12009 in general) is that some variables are typically initialized from other
12010 variables when the definition of the variables is being loaded.  If you
12011 change the ``base'' variable after the variables have been loaded, you
12012 won't change the ``derived'' variables.
12013
12014 This typically affects directory and file variables.  For instance,
12015 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12016 directory variables are initialized from that variable, so
12017 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12018 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12019 @code{nnml-directory}---you have to explicitly set all the file
12020 variables to be what you want them to be.  For a complete list of
12021 variables for each back end, see each back end's section later in this
12022 manual, but here's an example @code{nnml} definition:
12023
12024 @lisp
12025 (nnml "public"
12026       (nnml-directory "~/my-mail/")
12027       (nnml-active-file "~/my-mail/active")
12028       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12029 @end lisp
12030
12031
12032 @node Servers and Methods
12033 @subsection Servers and Methods
12034
12035 Wherever you would normally use a select method
12036 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12037 when browsing a foreign server) you can use a virtual server name
12038 instead.  This could potentially save lots of typing.  And it's nice all
12039 over.
12040
12041
12042 @node Unavailable Servers
12043 @subsection Unavailable Servers
12044
12045 If a server seems to be unreachable, Gnus will mark that server as
12046 @code{denied}.  That means that any subsequent attempt to make contact
12047 with that server will just be ignored.  ``It can't be opened,'' Gnus
12048 will tell you, without making the least effort to see whether that is
12049 actually the case or not.
12050
12051 That might seem quite naughty, but it does make sense most of the time.
12052 Let's say you have 10 groups subscribed to on server
12053 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12054 away from you and the machine is quite slow, so it takes 1 minute just
12055 to find out that it refuses connection to you today.  If Gnus were to
12056 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12057 attempt to do that.  Once it has gotten a single ``connection refused'',
12058 it will regard that server as ``down''.
12059
12060 So, what happens if the machine was only feeling unwell temporarily?
12061 How do you test to see whether the machine has come up again?
12062
12063 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12064 with the following commands:
12065
12066 @table @kbd
12067
12068 @item O
12069 @kindex O (Server)
12070 @findex gnus-server-open-server
12071 Try to establish connection to the server on the current line
12072 (@code{gnus-server-open-server}).
12073
12074 @item C
12075 @kindex C (Server)
12076 @findex gnus-server-close-server
12077 Close the connection (if any) to the server
12078 (@code{gnus-server-close-server}).
12079
12080 @item D
12081 @kindex D (Server)
12082 @findex gnus-server-deny-server
12083 Mark the current server as unreachable
12084 (@code{gnus-server-deny-server}).
12085
12086 @item M-o
12087 @kindex M-o (Server)
12088 @findex gnus-server-open-all-servers
12089 Open the connections to all servers in the buffer
12090 (@code{gnus-server-open-all-servers}).
12091
12092 @item M-c
12093 @kindex M-c (Server)
12094 @findex gnus-server-close-all-servers
12095 Close the connections to all servers in the buffer
12096 (@code{gnus-server-close-all-servers}).
12097
12098 @item R
12099 @kindex R (Server)
12100 @findex gnus-server-remove-denials
12101 Remove all marks to whether Gnus was denied connection from any servers
12102 (@code{gnus-server-remove-denials}).
12103
12104 @item L
12105 @kindex L (Server)
12106 @findex gnus-server-offline-server
12107 Set server status to offline (@code{gnus-server-offline-server}).
12108
12109 @end table
12110
12111
12112 @node Getting News
12113 @section Getting News
12114 @cindex reading news
12115 @cindex news back ends
12116
12117 A newsreader is normally used for reading news.  Gnus currently provides
12118 only two methods of getting news---it can read from an @sc{nntp} server,
12119 or it can read from a local spool.
12120
12121 @menu
12122 * NNTP::                        Reading news from an @sc{nntp} server.
12123 * News Spool::                  Reading news from the local spool.
12124 @end menu
12125
12126
12127 @node NNTP
12128 @subsection NNTP
12129 @cindex nntp
12130
12131 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
12132 You just specify @code{nntp} as method and the address of the @sc{nntp}
12133 server as the, uhm, address.
12134
12135 If the @sc{nntp} server is located at a non-standard port, setting the
12136 third element of the select method to this port number should allow you
12137 to connect to the right port.  You'll have to edit the group info for
12138 that (@pxref{Foreign Groups}).
12139
12140 The name of the foreign group can be the same as a native group.  In
12141 fact, you can subscribe to the same group from as many different servers
12142 you feel like.  There will be no name collisions.
12143
12144 The following variables can be used to create a virtual @code{nntp}
12145 server:
12146
12147 @table @code
12148
12149 @item nntp-server-opened-hook
12150 @vindex nntp-server-opened-hook
12151 @cindex @sc{mode reader}
12152 @cindex authinfo
12153 @cindex authentification
12154 @cindex nntp authentification
12155 @findex nntp-send-authinfo
12156 @findex nntp-send-mode-reader
12157 is run after a connection has been made.  It can be used to send
12158 commands to the @sc{nntp} server after it has been contacted.  By
12159 default it sends the command @code{MODE READER} to the server with the
12160 @code{nntp-send-mode-reader} function.  This function should always be
12161 present in this hook.
12162
12163 @item nntp-authinfo-function
12164 @vindex nntp-authinfo-function
12165 @findex nntp-send-authinfo
12166 @vindex nntp-authinfo-file
12167 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
12168 server.  The default function is @code{nntp-send-authinfo}, which looks
12169 through your @file{~/.authinfo} (or whatever you've set the
12170 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12171 are found, it will prompt you for a login name and a password.  The
12172 format of the @file{~/.authinfo} file is (almost) the same as the
12173 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12174 manual page, but here are the salient facts:
12175
12176 @enumerate
12177 @item
12178 The file contains one or more line, each of which define one server.
12179
12180 @item
12181 Each line may contain an arbitrary number of token/value pairs.
12182
12183 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12184 @samp{default}.  In addition Gnus introduces two new tokens, not present
12185 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12186 @samp{force}.  (This is the only way the @file{.authinfo} file format
12187 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12188 indicate what port on the server the credentials apply to and
12189 @samp{force} is explained below.
12190
12191 @end enumerate
12192
12193 Here's an example file:
12194
12195 @example
12196 machine news.uio.no login larsi password geheimnis
12197 machine nntp.ifi.uio.no login larsi force yes
12198 @end example
12199
12200 The token/value pairs may appear in any order; @samp{machine} doesn't
12201 have to be first, for instance.
12202
12203 In this example, both login name and password have been supplied for the
12204 former server, while the latter has only the login name listed, and the
12205 user will be prompted for the password.  The latter also has the
12206 @samp{force} tag, which means that the authinfo will be sent to the
12207 @var{nntp} server upon connection; the default (i.e., when there is not
12208 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12209 until the @var{nntp} server asks for it.
12210
12211 You can also add @samp{default} lines that will apply to all servers
12212 that don't have matching @samp{machine} lines.
12213
12214 @example
12215 default force yes
12216 @end example
12217
12218 This will force sending @samp{AUTHINFO} commands to all servers not
12219 previously mentioned.
12220
12221 Remember to not leave the @file{~/.authinfo} file world-readable.
12222
12223 @item nntp-server-action-alist
12224 @vindex nntp-server-action-alist
12225 This is a list of regexps to match on server types and actions to be
12226 taken when matches are made.  For instance, if you want Gnus to beep
12227 every time you connect to innd, you could say something like:
12228
12229 @lisp
12230 (setq nntp-server-action-alist
12231       '(("innd" (ding))))
12232 @end lisp
12233
12234 You probably don't want to do that, though.
12235
12236 The default value is
12237
12238 @lisp
12239 '(("nntpd 1\\.5\\.11t"
12240    (remove-hook 'nntp-server-opened-hook
12241                 'nntp-send-mode-reader)))
12242 @end lisp
12243
12244 This ensures that Gnus doesn't send the @code{MODE READER} command to
12245 nntpd 1.5.11t, since that command chokes that server, I've been told.
12246
12247 @item nntp-maximum-request
12248 @vindex nntp-maximum-request
12249 If the @sc{nntp} server doesn't support @sc{nov} headers, this back end
12250 will collect headers by sending a series of @code{head} commands.  To
12251 speed things up, the back end sends lots of these commands without
12252 waiting for reply, and then reads all the replies.  This is controlled
12253 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12254 your network is buggy, you should set this to 1.
12255
12256 @item nntp-connection-timeout
12257 @vindex nntp-connection-timeout
12258 If you have lots of foreign @code{nntp} groups that you connect to
12259 regularly, you're sure to have problems with @sc{nntp} servers not
12260 responding properly, or being too loaded to reply within reasonable
12261 time.  This is can lead to awkward problems, which can be helped
12262 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12263 that says how many seconds the @code{nntp} back end should wait for a
12264 connection before giving up.  If it is @code{nil}, which is the default,
12265 no timeouts are done.
12266
12267 @c @item nntp-command-timeout
12268 @c @vindex nntp-command-timeout
12269 @c @cindex PPP connections
12270 @c @cindex dynamic IP addresses
12271 @c If you're running Gnus on a machine that has a dynamically assigned
12272 @c address, Gnus may become confused.  If the address of your machine
12273 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
12274 @c waiting forever for replies from the server.  To help with this
12275 @c unfortunate problem, you can set this command to a number.  Gnus will
12276 @c then, if it sits waiting for a reply from the server longer than that
12277 @c number of seconds, shut down the connection, start a new one, and resend
12278 @c the command.  This should hopefully be transparent to the user.  A
12279 @c likely number is 30 seconds.
12280 @c
12281 @c @item nntp-retry-on-break
12282 @c @vindex nntp-retry-on-break
12283 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12284 @c hangs.  This will have much the same effect as the command timeout
12285 @c described above.
12286
12287 @item nntp-server-hook
12288 @vindex nntp-server-hook
12289 This hook is run as the last step when connecting to an @sc{nntp}
12290 server.
12291
12292 @item nntp-buggy-select
12293 @vindex nntp-buggy-select
12294 Set this to non-@code{nil} if your select routine is buggy.
12295
12296 @item nntp-nov-is-evil
12297 @vindex nntp-nov-is-evil
12298 If the @sc{nntp} server does not support @sc{nov}, you could set this
12299 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
12300 can be used.
12301
12302 @item nntp-xover-commands
12303 @vindex nntp-xover-commands
12304 @cindex nov
12305 @cindex XOVER
12306 List of strings used as commands to fetch @sc{nov} lines from a
12307 server.  The default value of this variable is @code{("XOVER"
12308 "XOVERVIEW")}.
12309
12310 @item nntp-nov-gap
12311 @vindex nntp-nov-gap
12312 @code{nntp} normally sends just one big request for @sc{nov} lines to
12313 the server.  The server responds with one huge list of lines.  However,
12314 if you have read articles 2-5000 in the group, and only want to read
12315 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
12316 lines that you will not need.  This variable says how
12317 big a gap between two consecutive articles is allowed to be before the
12318 @code{XOVER} request is split into several request.  Note that if your
12319 network is fast, setting this variable to a really small number means
12320 that fetching will probably be slower.  If this variable is @code{nil},
12321 @code{nntp} will never split requests.  The default is 5.
12322
12323 @item nntp-prepare-server-hook
12324 @vindex nntp-prepare-server-hook
12325 A hook run before attempting to connect to an @sc{nntp} server.
12326
12327 @item nntp-warn-about-losing-connection
12328 @vindex nntp-warn-about-losing-connection
12329 If this variable is non-@code{nil}, some noise will be made when a
12330 server closes connection.
12331
12332 @item nntp-record-commands
12333 @vindex nntp-record-commands
12334 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12335 @sc{nntp} server (along with a timestamp) in the @samp{*nntp-log*}
12336 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
12337 that doesn't seem to work.
12338
12339 @item nntp-open-connection-function
12340 @vindex nntp-open-connection-function
12341 It is possible to customize how the connection to the nntp server will
12342 be opened.  If you specify an @code{nntp-open-connection-function}
12343 parameter, Gnus will use that function to establish the connection.
12344 Five pre-made functions are supplied.  These functions can be grouped in
12345 two categories: direct connection functions (three pre-made), and
12346 indirect ones (two pre-made).
12347
12348 @item nntp-prepare-post-hook
12349 @vindex nntp-prepare-post-hook
12350 A hook run just before posting an article.  If there is no
12351 @code{Message-ID} header in the article and the news server provides the
12352 recommended ID, it will be added to the article before running this
12353 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12354 inhibit Gnus to add a @code{Message-ID} header, you could say:
12355
12356 @lisp
12357 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12358 @end lisp
12359
12360 Note that not all servers support the recommended ID.  This works for
12361 INN versions 2.3.0 and later, for instance.
12362
12363 @item nntp-read-timeout
12364 @vindex nntp-read-timeout
12365 How long nntp should wait between checking for the end of output.
12366 Shorter values mean quicker response, but is more CPU intensive.  The
12367 default is 0.1 seconds.  If you have a slow line to the server (and
12368 don't like to see Emacs eat your available CPU power), you might set
12369 this to, say, 1.
12370
12371 @end table
12372
12373 @menu
12374 * Direct Functions::            Connecting directly to the server.
12375 * Indirect Functions::          Connecting indirectly to the server.
12376 * Common Variables::            Understood by several connection functions.
12377 @end menu
12378
12379
12380 @node Direct Functions
12381 @subsubsection Direct Functions
12382 @cindex direct connection functions
12383
12384 These functions are called direct because they open a direct connection
12385 between your machine and the @sc{nntp} server.  The behavior of these
12386 functions is also affected by commonly understood variables
12387 (@pxref{Common Variables}).
12388
12389 @table @code
12390 @findex nntp-open-network-stream
12391 @item nntp-open-network-stream
12392 This is the default, and simply connects to some port or other on the
12393 remote system.
12394
12395 @findex nntp-open-ssl-stream
12396 @item nntp-open-ssl-stream
12397 Opens a connection to a server over a @dfn{secure} channel.  To use this
12398 you must have OpenSSL (@uref{http://www.openssl.org}) or SSLeay
12399 installed (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}.  You then
12400 define a server as follows:
12401
12402 @lisp
12403 ;; Type `C-c C-c' after you've finished editing.
12404 ;;
12405 ;; "snews" is port 563 and is predefined in our /etc/services
12406 ;; however, openssl s_client -port doesn't like named ports
12407 ;;
12408 (nntp "snews.bar.com"
12409       (nntp-open-connection-function nntp-open-ssl-stream)
12410       (nntp-port-number 563)
12411       (nntp-address "snews.bar.com"))
12412 @end lisp
12413
12414 @findex nntp-open-telnet-stream
12415 @item nntp-open-telnet-stream
12416 Opens a connection to an @sc{nntp} server by simply @samp{telnet}'ing
12417 it.  You might wonder why this function exists, since we have the
12418 default @code{nntp-open-network-stream} which would do the job.  (One
12419 of) the reason(s) is that if you are behind a firewall but have direct
12420 connections to the outside world thanks to a command wrapper like
12421 @code{runsocks}, you can use it like this:
12422
12423 @lisp
12424 (nntp "socksified"
12425       (nntp-pre-command "runsocks")
12426       (nntp-open-connection-function nntp-open-telnet-stream)
12427       (nntp-address "the.news.server"))
12428 @end lisp
12429
12430 With the default method, you would need to wrap your whole Emacs
12431 session, which is not a good idea.
12432 @end table
12433
12434
12435 @node Indirect Functions
12436 @subsubsection Indirect Functions
12437 @cindex indirect connection functions
12438
12439 These functions are called indirect because they connect to an
12440 intermediate host before actually connecting to the @sc{nntp} server.
12441 All of these functions and related variables are also said to belong to
12442 the ``via'' family of connection: they're all prefixed with ``via'' to make
12443 things cleaner.  The behavior of these functions is also affected by
12444 commonly understood variables (@pxref{Common Variables}).
12445
12446 @table @code
12447 @item nntp-open-via-rlogin-and-telnet
12448 @findex nntp-open-via-rlogin-and-telnet
12449 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12450 to the real @sc{nntp} server from there.  This is useful for instance if
12451 you need to connect to a firewall machine first.
12452
12453 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12454
12455 @table @code
12456 @item nntp-via-rlogin-command
12457 @vindex nntp-via-rlogin-command
12458 Command used to log in on the intermediate host.  The default is
12459 @samp{rsh}, but @samp{ssh} is a popular alternative.
12460
12461 @item nntp-via-rlogin-command-switches
12462 @vindex nntp-via-rlogin-command-switches
12463 List of strings to be used as the switches to
12464 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12465 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12466 @samp{("-C")} in order to compress all data connections, otherwise set
12467 this to @samp{("-t")} or @samp{("-C" "-t")} if the telnet command
12468 requires a pseudo-tty allocation on an intermediate host.
12469 @end table
12470
12471 @item nntp-open-via-telnet-and-telnet
12472 @findex nntp-open-via-telnet-and-telnet
12473 Does essentially the same, but uses @samp{telnet} instead of
12474 @samp{rlogin} to connect to the intermediate host.
12475
12476 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12477
12478 @table @code
12479 @item nntp-via-telnet-command
12480 @vindex nntp-via-telnet-command
12481 Command used to @code{telnet} the intermediate host.  The default is
12482 @samp{telnet}.
12483
12484 @item nntp-via-telnet-switches
12485 @vindex nntp-via-telnet-switches
12486 List of strings to be used as the switches to the
12487 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12488
12489 @item nntp-via-user-password
12490 @vindex nntp-via-user-password
12491 Password to use when logging in on the intermediate host.
12492
12493 @item nntp-via-envuser
12494 @vindex nntp-via-envuser
12495 If non-@code{nil}, the intermediate @code{telnet} session (client and
12496 server both) will support the @code{ENVIRON} option and not prompt for
12497 login name. This works for Solaris @code{telnet}, for instance.
12498
12499 @item nntp-via-shell-prompt
12500 @vindex nntp-via-shell-prompt
12501 Regexp matching the shell prompt on the intermediate host.  The default
12502 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12503
12504 @end table
12505
12506 @end table
12507
12508
12509 Here are some additional variables that are understood by all the above
12510 functions:
12511
12512 @table @code
12513
12514 @item nntp-via-user-name
12515 @vindex nntp-via-user-name
12516 User name to use when connecting to the intermediate host.
12517
12518 @item nntp-via-address
12519 @vindex nntp-via-address
12520 Address of the intermediate host to connect to.
12521
12522 @end table
12523
12524
12525 @node Common Variables
12526 @subsubsection Common Variables
12527
12528 The following variables affect the behavior of all, or several of the
12529 pre-made connection functions. When not specified, all functions are
12530 affected.
12531
12532 @table @code
12533
12534 @item nntp-pre-command
12535 @vindex nntp-pre-command
12536 A command wrapper to use when connecting through a non native connection
12537 function (all except @code{nntp-open-network-stream} and
12538 @code{nntp-open-ssl-stream}.  This is where you would put a @samp{SOCKS}
12539 wrapper for instance.
12540
12541 @item nntp-address
12542 @vindex nntp-address
12543 The address of the @sc{nntp} server.
12544
12545 @item nntp-port-number
12546 @vindex nntp-port-number
12547 Port number to connect to the @sc{nntp} server.  The default is @samp{nntp}.
12548 If you use @sc{nntp} over @sc{ssl}, you may want to use integer ports rather
12549 than named ports (i.e, use @samp{563} instead of @samp{snews}), because
12550 external SSL tools may not work with named ports.
12551
12552 @item nntp-end-of-line
12553 @vindex nntp-end-of-line
12554 String to use as end-of-line marker when talking to the @sc{nntp}
12555 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12556 using a non native connection function.
12557
12558 @item nntp-telnet-command
12559 @vindex nntp-telnet-command
12560 Command to use when connecting to the @sc{nntp} server through
12561 @samp{telnet}.  This is NOT for an intermediate host.  This is just for
12562 the real @sc{nntp} server.  The default is @samp{telnet}.
12563
12564 @item nntp-telnet-switches
12565 @vindex nntp-telnet-switches
12566 A list of switches to pass to @code{nntp-telnet-command}.  The default
12567 is @samp{("-8")}.
12568
12569 @end table
12570
12571
12572 @node News Spool
12573 @subsection News Spool
12574 @cindex nnspool
12575 @cindex news spool
12576
12577 Subscribing to a foreign group from the local spool is extremely easy,
12578 and might be useful, for instance, to speed up reading groups that
12579 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12580 instance.
12581
12582 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12583 anything else) as the address.
12584
12585 If you have access to a local spool, you should probably use that as the
12586 native select method (@pxref{Finding the News}).  It is normally faster
12587 than using an @code{nntp} select method, but might not be.  It depends.
12588 You just have to try to find out what's best at your site.
12589
12590 @table @code
12591
12592 @item nnspool-inews-program
12593 @vindex nnspool-inews-program
12594 Program used to post an article.
12595
12596 @item nnspool-inews-switches
12597 @vindex nnspool-inews-switches
12598 Parameters given to the inews program when posting an article.
12599
12600 @item nnspool-spool-directory
12601 @vindex nnspool-spool-directory
12602 Where @code{nnspool} looks for the articles.  This is normally
12603 @file{/usr/spool/news/}.
12604
12605 @item nnspool-nov-directory
12606 @vindex nnspool-nov-directory
12607 Where @code{nnspool} will look for @sc{nov} files.  This is normally
12608 @file{/usr/spool/news/over.view/}.
12609
12610 @item nnspool-lib-dir
12611 @vindex nnspool-lib-dir
12612 Where the news lib dir is (@file{/usr/lib/news/} by default).
12613
12614 @item nnspool-active-file
12615 @vindex nnspool-active-file
12616 The name of the active file.
12617
12618 @item nnspool-newsgroups-file
12619 @vindex nnspool-newsgroups-file
12620 The name of the group descriptions file.
12621
12622 @item nnspool-history-file
12623 @vindex nnspool-history-file
12624 The name of the news history file.
12625
12626 @item nnspool-active-times-file
12627 @vindex nnspool-active-times-file
12628 The name of the active date file.
12629
12630 @item nnspool-nov-is-evil
12631 @vindex nnspool-nov-is-evil
12632 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
12633 that it finds.
12634
12635 @item nnspool-sift-nov-with-sed
12636 @vindex nnspool-sift-nov-with-sed
12637 @cindex sed
12638 If non-@code{nil}, which is the default, use @code{sed} to get the
12639 relevant portion from the overview file.  If nil, @code{nnspool} will
12640 load the entire file into a buffer and process it there.
12641
12642 @end table
12643
12644
12645 @node Getting Mail
12646 @section Getting Mail
12647 @cindex reading mail
12648 @cindex mail
12649
12650 Reading mail with a newsreader---isn't that just plain WeIrD? But of
12651 course.
12652
12653 @menu
12654 * Mail in a Newsreader::        Important introductory notes.
12655 * Getting Started Reading Mail::  A simple cookbook example.
12656 * Splitting Mail::              How to create mail groups.
12657 * Mail Sources::                How to tell Gnus where to get mail from.
12658 * Mail Back End Variables::     Variables for customizing mail handling.
12659 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
12660 * Group Mail Splitting::        Use group customize to drive mail splitting.
12661 * Incorporating Old Mail::      What about the old mail you have?
12662 * Expiring Mail::               Getting rid of unwanted mail.
12663 * Washing Mail::                Removing gruft from the mail you get.
12664 * Duplicates::                  Dealing with duplicated mail.
12665 * Not Reading Mail::            Using mail back ends for reading other files.
12666 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
12667 @end menu
12668
12669
12670 @node Mail in a Newsreader
12671 @subsection Mail in a Newsreader
12672
12673 If you are used to traditional mail readers, but have decided to switch
12674 to reading mail with Gnus, you may find yourself experiencing something
12675 of a culture shock.
12676
12677 Gnus does not behave like traditional mail readers.  If you want to make
12678 it behave that way, you can, but it's an uphill battle.
12679
12680 Gnus, by default, handles all its groups using the same approach.  This
12681 approach is very newsreaderly---you enter a group, see the new/unread
12682 messages, and when you read the messages, they get marked as read, and
12683 you don't see them any more.  (Unless you explicitly ask for them.)
12684
12685 In particular, you do not do anything explicitly to delete messages.
12686
12687 Does this mean that all the messages that have been marked as read are
12688 deleted?  How awful!
12689
12690 But, no, it means that old messages are @dfn{expired} according to some
12691 scheme or other.  For news messages, the expire process is controlled by
12692 the news administrator; for mail, the expire process is controlled by
12693 you.  The expire process for mail is covered in depth in @pxref{Expiring
12694 Mail}.
12695
12696 What many Gnus users find, after using it a while for both news and
12697 mail, is that the transport mechanism has very little to do with how
12698 they want to treat a message.
12699
12700 Many people subscribe to several mailing lists.  These are transported
12701 via @sc{smtp}, and are therefore mail.  But we might go for weeks without
12702 answering, or even reading these messages very carefully.  We may not
12703 need to save them because if we should need to read one again, they are
12704 archived somewhere else.
12705
12706 Some people have local news groups which have only a handful of readers.
12707 These are transported via @sc{nntp}, and are therefore news.  But we may need
12708 to read and answer a large fraction of the messages very carefully in
12709 order to do our work.  And there may not be an archive, so we may need
12710 to save the interesting messages the same way we would personal mail.
12711
12712 The important distinction turns out to be not the transport mechanism,
12713 but other factors such as how interested we are in the subject matter,
12714 or how easy it is to retrieve the message if we need to read it again.
12715
12716 Gnus provides many options for sorting mail into ``groups'' which behave
12717 like newsgroups, and for treating each group (whether mail or news)
12718 differently.
12719
12720 Some users never get comfortable using the Gnus (ahem) paradigm and wish
12721 that Gnus should grow up and be a male, er, mail reader.  It is possible
12722 to whip Gnus into a more mailreaderly being, but, as said before, it's
12723 not easy.  People who prefer proper mail readers should try @sc{vm}
12724 instead, which is an excellent, and proper, mail reader.
12725
12726 I don't mean to scare anybody off, but I want to make it clear that you
12727 may be required to learn a new way of thinking about messages.  After
12728 you've been subjected to The Gnus Way, you will come to love it.  I can
12729 guarantee it.  (At least the guy who sold me the Emacs Subliminal
12730 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
12731 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
12732 You Do.)
12733
12734
12735 @node Getting Started Reading Mail
12736 @subsection Getting Started Reading Mail
12737
12738 It's quite easy to use Gnus to read your new mail.  You just plonk the
12739 mail back end of your choice into @code{gnus-secondary-select-methods},
12740 and things will happen automatically.
12741
12742 For instance, if you want to use @code{nnml} (which is a ``one file per
12743 mail'' back end), you could put the following in your @file{.gnus.el} file:
12744
12745 @lisp
12746 (setq gnus-secondary-select-methods '((nnml "")))
12747 @end lisp
12748
12749 Now, the next time you start Gnus, this back end will be queried for new
12750 articles, and it will move all the messages in your spool file to its
12751 directory, which is @file{~/Mail/} by default.  The new group that will
12752 be created (@samp{mail.misc}) will be subscribed, and you can read it
12753 like any other group.
12754
12755 You will probably want to split the mail into several groups, though:
12756
12757 @lisp
12758 (setq nnmail-split-methods
12759       '(("junk" "^From:.*Lars Ingebrigtsen")
12760         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
12761         ("other" "")))
12762 @end lisp
12763
12764 This will result in three new @code{nnml} mail groups being created:
12765 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
12766 mail that doesn't fit into the first two groups will be placed in the
12767 last group.
12768
12769 This should be sufficient for reading mail with Gnus.  You might want to
12770 give the other sections in this part of the manual a perusal, though.
12771 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
12772
12773
12774 @node Splitting Mail
12775 @subsection Splitting Mail
12776 @cindex splitting mail
12777 @cindex mail splitting
12778
12779 @vindex nnmail-split-methods
12780 The @code{nnmail-split-methods} variable says how the incoming mail is
12781 to be split into groups.
12782
12783 @lisp
12784 (setq nnmail-split-methods
12785   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
12786     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
12787     ("mail.other" "")))
12788 @end lisp
12789
12790 This variable is a list of lists, where the first element of each of
12791 these lists is the name of the mail group (they do not have to be called
12792 something beginning with @samp{mail}, by the way), and the second
12793 element is a regular expression used on the header of each mail to
12794 determine if it belongs in this mail group.  The first string may
12795 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
12796 insert sub-expressions from the matched text.  For instance:
12797
12798 @lisp
12799 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
12800 @end lisp
12801
12802 The second element can also be a function.  In that case, it will be
12803 called narrowed to the headers with the first element of the rule as the
12804 argument.  It should return a non-@code{nil} value if it thinks that the
12805 mail belongs in that group.
12806
12807 The last of these groups should always be a general one, and the regular
12808 expression should @emph{always} be @samp{*} so that it matches any mails
12809 that haven't been matched by any of the other regexps.  (These rules are
12810 processed from the beginning of the alist toward the end.  The first
12811 rule to make a match will ``win'', unless you have crossposting enabled.
12812 In that case, all matching rules will ``win''.)
12813
12814 If you like to tinker with this yourself, you can set this variable to a
12815 function of your choice.  This function will be called without any
12816 arguments in a buffer narrowed to the headers of an incoming mail
12817 message.  The function should return a list of group names that it
12818 thinks should carry this mail message.
12819
12820 Note that the mail back ends are free to maul the poor, innocent,
12821 incoming headers all they want to.  They all add @code{Lines} headers;
12822 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
12823 @code{From<SPACE>} line to something else.
12824
12825 @vindex nnmail-crosspost
12826 The mail back ends all support cross-posting.  If several regexps match,
12827 the mail will be ``cross-posted'' to all those groups.
12828 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
12829 that no articles are crossposted to the general (@samp{*}) group.
12830
12831 @vindex nnmail-crosspost-link-function
12832 @cindex crosspost
12833 @cindex links
12834 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
12835 the crossposted articles.  However, not all file systems support hard
12836 links.  If that's the case for you, set
12837 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
12838 variable is @code{add-name-to-file} by default.)
12839
12840 @kindex M-x nnmail-split-history
12841 @kindex nnmail-split-history
12842 If you wish to see where the previous mail split put the messages, you
12843 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
12844 where re-spooling messages would put the messages, you can use
12845 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
12846 Group Commands}).
12847
12848 @vindex nnmail-split-header-length-limit
12849 Header lines longer than the value of
12850 @code{nnmail-split-header-length-limit} are excluded from the split
12851 function.
12852
12853 @vindex nnmail-mail-splitting-charset
12854 @vindex nnmail-mail-splitting-decodes
12855 By default the splitting codes @sc{mime} decodes headers so you can match
12856 on non-ASCII strings.  The @code{nnmail-mail-splitting-charset}
12857 variable specifies the default charset for decoding.  The behaviour
12858 can be turned off completely by binding
12859 @code{nnmail-mail-splitting-decodes} to nil, which is useful if you
12860 want to match articles based on the raw header data.
12861
12862 @vindex nnmail-resplit-incoming
12863 By default, splitting is performed on all incoming messages.  If
12864 you specify a @code{directory} entry for the variable
12865 @code{mail-sources} @pxref{Mail Source Specifiers}, however, then
12866 splitting does @emph{not} happen by default.  You can set the variable
12867 @code{nnmail-resplit-incoming} to a non-nil value to make splitting
12868 happen even in this case.  (This variable has no effect on other kinds
12869 of entries.)
12870
12871 Gnus gives you all the opportunity you could possibly want for shooting
12872 yourself in the foot.  Let's say you create a group that will contain
12873 all the mail you get from your boss.  And then you accidentally
12874 unsubscribe from the group.  Gnus will still put all the mail from your
12875 boss in the unsubscribed group, and so, when your boss mails you ``Have
12876 that report ready by Monday or you're fired!'', you'll never see it and,
12877 come Tuesday, you'll still believe that you're gainfully employed while
12878 you really should be out collecting empty bottles to save up for next
12879 month's rent money.
12880
12881
12882 @node Mail Sources
12883 @subsection Mail Sources
12884
12885 Mail can be gotten from many different sources---the mail spool, from a
12886 POP mail server, from a procmail directory, or from a maildir, for
12887 instance.
12888
12889 @menu
12890 * Mail Source Specifiers::      How to specify what a mail source is.
12891 * Mail Source Customization::   Some variables that influence things.
12892 * Fetching Mail::               Using the mail source specifiers.
12893 @end menu
12894
12895
12896 @node Mail Source Specifiers
12897 @subsubsection Mail Source Specifiers
12898 @cindex POP
12899 @cindex mail server
12900 @cindex procmail
12901 @cindex mail spool
12902 @cindex mail source
12903
12904 You tell Gnus how to fetch mail by setting @code{mail-sources}
12905 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
12906
12907 Here's an example:
12908
12909 @lisp
12910 (pop :server "pop3.mailserver.com" :user "myname")
12911 @end lisp
12912
12913 As can be observed, a mail source specifier is a list where the first
12914 element is a @dfn{mail source type}, followed by an arbitrary number of
12915 @dfn{keywords}.  Keywords that are not explicitly specified are given
12916 default values.
12917
12918 The following mail source types are available:
12919
12920 @table @code
12921 @item file
12922 Get mail from a single file; typically from the mail spool.
12923
12924 Keywords:
12925
12926 @table @code
12927 @item :path
12928 The file name.  Defaults to the value of the @code{MAIL}
12929 environment variable or the value of @code{rmail-spool-directory}
12930 (usually something like @file{/usr/mail/spool/user-name}).
12931
12932 @item :prescript
12933 @itemx :postscript
12934 Script run before/after fetching mail.
12935 @end table
12936
12937 An example file mail source:
12938
12939 @lisp
12940 (file :path "/usr/spool/mail/user-name")
12941 @end lisp
12942
12943 Or using the default file name:
12944
12945 @lisp
12946 (file)
12947 @end lisp
12948
12949 If the mail spool file is not located on the local machine, it's best to
12950 use POP or @sc{imap} or the like to fetch the mail.  You can not use ange-ftp
12951 file names here---it has no way to lock the mail spool while moving the
12952 mail.
12953
12954 If it's impossible to set up a proper server, you can use ssh instead.
12955
12956 @lisp
12957 (setq mail-sources
12958       '((file :prescript "ssh host bin/getmail >%t")))
12959 @end lisp
12960
12961 The @samp{getmail} script would look something like the following:
12962
12963 @example
12964 #!/bin/sh
12965 #  getmail - move mail from spool to stdout
12966 #  flu@@iki.fi
12967
12968 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
12969 TMP=$HOME/Mail/tmp
12970 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
12971 @end example
12972
12973 Alter this script to fit find the @samp{movemail} you want to use.
12974
12975
12976 @item directory
12977 @vindex nnmail-scan-directory-mail-source-once
12978 Get mail from several files in a directory.  This is typically used when
12979 you have procmail split the incoming mail into several files.  That is,
12980 there is a one-to-one correspondence between files in that directory and
12981 groups, so that mail from the file @file{foo.bar.spool} will be put in
12982 the group @code{foo.bar}.  (You can change the suffix to be used instead
12983 of @code{.spool}.)  Setting
12984 @code{nnmail-scan-directory-mail-source-once} to non-nil forces Gnus to
12985 scan the mail source only once.  This is particularly useful if you want
12986 to scan mail groups at a specified level.
12987
12988 @vindex nnmail-resplit-incoming
12989 There is also the variable @code{nnmail-resplit-incoming}, if you set
12990 that to a non-nil value, then the normal splitting process is applied
12991 to all the files from the directory, @ref{Splitting Mail}.
12992
12993 Keywords:
12994
12995 @table @code
12996 @item :path
12997 The name of the directory where the files are.  There is no default
12998 value.
12999
13000 @item :suffix
13001 Only files ending with this suffix are used.  The default is
13002 @samp{.spool}.
13003
13004 @item :predicate
13005 Only files that have this predicate return non-@code{nil} are returned.
13006 The default is @code{identity}.  This is used as an additional
13007 filter---only files that have the right suffix @emph{and} satisfy this
13008 predicate are considered.
13009
13010 @item :prescript
13011 @itemx :postscript
13012 Script run before/after fetching mail.
13013
13014 @end table
13015
13016 An example directory mail source:
13017
13018 @lisp
13019 (directory :path "/home/user-name/procmail-dir/"
13020            :suffix ".prcml")
13021 @end lisp
13022
13023 @item pop
13024 Get mail from a POP server.
13025
13026 Keywords:
13027
13028 @table @code
13029 @item :server
13030 The name of the POP server.  The default is taken from the
13031 @code{MAILHOST} environment variable.
13032
13033 @item :port
13034 The port number of the POP server.  This can be a number (eg,
13035 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13036 string, it should be a service name as listed in @file{/etc/services} on
13037 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13038 need to specify it as @samp{"pop-3"} instead.
13039
13040 @item :user
13041 The user name to give to the POP server.  The default is the login
13042 name.
13043
13044 @item :password
13045 The password to give to the POP server.  If not specified, the user is
13046 prompted.
13047
13048 @item :program
13049 The program to use to fetch mail from the POP server.  This should be
13050 a @code{format}-like string.  Here's an example:
13051
13052 @example
13053 fetchmail %u@@%s -P %p %t
13054 @end example
13055
13056 The valid format specifier characters are:
13057
13058 @table @samp
13059 @item t
13060 The name of the file the mail is to be moved to.  This must always be
13061 included in this string.
13062
13063 @item s
13064 The name of the server.
13065
13066 @item P
13067 The port number of the server.
13068
13069 @item u
13070 The user name to use.
13071
13072 @item p
13073 The password to use.
13074 @end table
13075
13076 The values used for these specs are taken from the values you give the
13077 corresponding keywords.
13078
13079 @item :prescript
13080 A script to be run before fetching the mail.  The syntax is the same as
13081 the @code{:program} keyword.  This can also be a function to be run.
13082
13083 @item :postscript
13084 A script to be run after fetching the mail.  The syntax is the same as
13085 the @code{:program} keyword.  This can also be a function to be run.
13086
13087 @item :function
13088 The function to use to fetch mail from the POP server.  The function is
13089 called with one parameter---the name of the file where the mail should
13090 be moved to.
13091
13092 @item :authentication
13093 This can be either the symbol @code{password} or the symbol @code{apop}
13094 and says what authentication scheme to use.  The default is
13095 @code{password}.
13096
13097 @end table
13098
13099 If the @code{:program} and @code{:function} keywords aren't specified,
13100 @code{pop3-movemail} will be used.
13101
13102 Here are some examples.  Fetch from the default POP server, using the
13103 default user name, and default fetcher:
13104
13105 @lisp
13106 (pop)
13107 @end lisp
13108
13109 Fetch from a named server with a named user and password:
13110
13111 @lisp
13112 (pop :server "my.pop.server"
13113      :user "user-name" :password "secret")
13114 @end lisp
13115
13116 Use @samp{movemail} to move the mail:
13117
13118 @lisp
13119 (pop :program "movemail po:%u %t %p")
13120 @end lisp
13121
13122 @item maildir
13123 Get mail from a maildir.  This is a type of mailbox that is supported by
13124 at least qmail and postfix, where each file in a special directory
13125 contains exactly one mail.
13126
13127 Keywords:
13128
13129 @table @code
13130 @item :path
13131 The name of the directory where the mails are stored.  The default is
13132 taken from the @code{MAILDIR} environment variable or
13133 @file{~/Maildir/}.
13134 @item :subdirs
13135 The subdirectories of the Maildir.  The default is
13136 @samp{("new" "cur")}.
13137
13138 @c If you sometimes look at your mail through a pop3 daemon before fetching
13139 @c them with Gnus, you may also have to fetch your mails from the
13140 @c @code{cur} directory inside the maildir, like in the first example
13141 @c below.
13142
13143 You can also get mails from remote hosts (because maildirs don't suffer
13144 from locking problems).
13145
13146 @end table
13147
13148 Two example maildir mail sources:
13149
13150 @lisp
13151 (maildir :path "/home/user-name/Maildir/"
13152          :subdirs ("cur" "new"))
13153 @end lisp
13154
13155 @lisp
13156 (maildir :path "/user@@remotehost.org:~/Maildir/"
13157          :subdirs ("new"))
13158 @end lisp
13159
13160 @item imap
13161 Get mail from a @sc{imap} server.  If you don't want to use @sc{imap}
13162 as intended, as a network mail reading protocol (ie with nnimap), for
13163 some reason or other, Gnus let you treat it similar to a POP server
13164 and fetches articles from a given @sc{imap} mailbox.  @xref{IMAP}, for
13165 more information.
13166
13167 Note that for the Kerberos, GSSAPI, SSL/TLS and STARTTLS support you
13168 may need external programs and libraries, @xref{IMAP}.
13169
13170 Keywords:
13171
13172 @table @code
13173 @item :server
13174 The name of the @sc{imap} server.  The default is taken from the
13175 @code{MAILHOST} environment variable.
13176
13177 @item :port
13178 The port number of the @sc{imap} server.  The default is @samp{143}, or
13179 @samp{993} for SSL/TLS connections.
13180
13181 @item :user
13182 The user name to give to the @sc{imap} server.  The default is the login
13183 name.
13184
13185 @item :password
13186 The password to give to the @sc{imap} server.  If not specified, the user is
13187 prompted.
13188
13189 @item :stream
13190 What stream to use for connecting to the server, this is one of the
13191 symbols in @code{imap-stream-alist}.  Right now, this means
13192 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{ssl},
13193 @samp{shell} or the default @samp{network}.
13194
13195 @item :authentication
13196 Which authenticator to use for authenticating to the server, this is
13197 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13198 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13199 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13200
13201 @item :program
13202 When using the `shell' :stream, the contents of this variable is
13203 mapped into the @code{imap-shell-program} variable.  This should be a
13204 @code{format}-like string (or list of strings).  Here's an example:
13205
13206 @example
13207 ssh %s imapd
13208 @end example
13209
13210 The valid format specifier characters are:
13211
13212 @table @samp
13213 @item s
13214 The name of the server.
13215
13216 @item l
13217 User name from @code{imap-default-user}.
13218
13219 @item p
13220 The port number of the server.
13221 @end table
13222
13223 The values used for these specs are taken from the values you give the
13224 corresponding keywords.
13225
13226 @item :mailbox
13227 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13228 which normally is the mailbox which receive incoming mail.
13229
13230 @item :predicate
13231 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13232 UNDELETED}, is probably the best choice for most people, but if you
13233 sometimes peek in your mailbox with a @sc{imap} client and mark some
13234 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13235 Then all articles in the mailbox is fetched, no matter what.  For a
13236 complete list of predicates, see RFC 2060 section 6.4.4.
13237
13238 @item :fetchflag
13239 How to flag fetched articles on the server, the default @samp{\Deleted}
13240 will mark them as deleted, an alternative would be @samp{\Seen} which
13241 would simply mark them as read.  These are the two most likely choices,
13242 but more flags are defined in RFC 2060 section 2.3.2.
13243
13244 @item :dontexpunge
13245 If non-nil, don't remove all articles marked as deleted in the mailbox
13246 after finishing the fetch.
13247
13248 @end table
13249
13250 An example @sc{imap} mail source:
13251
13252 @lisp
13253 (imap :server "mail.mycorp.com"
13254       :stream kerberos4
13255       :fetchflag "\\Seen")
13256 @end lisp
13257
13258 @item webmail
13259 Get mail from a webmail server, such as @uref{www.hotmail.com},
13260 @uref{webmail.netscape.com}, @uref{www.netaddress.com},
13261 @uref{mail.yahoo..com}.
13262
13263 NOTE: Webmail largely depends cookies. A "one-line-cookie" patch is
13264 required for url "4.0pre.46".
13265
13266 WARNING: Mails may be lost.  NO WARRANTY.
13267
13268 Keywords:
13269
13270 @table @code
13271 @item :subtype
13272 The type of the webmail server.  The default is @code{hotmail}.  The
13273 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13274
13275 @item :user
13276 The user name to give to the webmail server.  The default is the login
13277 name.
13278
13279 @item :password
13280 The password to give to the webmail server.  If not specified, the user is
13281 prompted.
13282
13283 @item :dontexpunge
13284 If non-nil, only fetch unread articles and don't move them to trash
13285 folder after finishing the fetch.
13286
13287 @end table
13288
13289 An example webmail source:
13290
13291 @lisp
13292 (webmail :subtype 'hotmail
13293          :user "user-name"
13294          :password "secret")
13295 @end lisp
13296 @end table
13297
13298 @table @dfn
13299 @item Common Keywords
13300 Common keywords can be used in any type of mail source.
13301
13302 Keywords:
13303
13304 @table @code
13305 @item :plugged
13306 If non-nil, fetch the mail even when Gnus is unplugged.  If you use
13307 directory source to get mail, you can specify it as in this example:
13308
13309 @lisp
13310 (setq mail-sources
13311       '((directory :path "/home/pavel/.Spool/"
13312                    :suffix ""
13313                    :plugged t)))
13314 @end lisp
13315
13316 Gnus will then fetch your mail even when you are unplugged.  This is
13317 useful when you use local mail and news.
13318
13319 @end table
13320 @end table
13321
13322 @subsubsection Function Interface
13323
13324 Some of the above keywords specify a Lisp function to be executed.
13325 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13326 the value of the keyword while the function is executing.  For example,
13327 consider the following mail-source setting:
13328
13329 @lisp
13330 (setq mail-sources '((pop :user "jrl"
13331                           :server "pophost" :function fetchfunc)))
13332 @end lisp
13333
13334 While the function @code{fetchfunc} is executing, the symbol @code{user}
13335 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13336 @code{"pophost"}.  The symbols @code{port}, @code{password},
13337 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13338 and @code{authentication} are also bound (to their default values).
13339
13340 See above for a list of keywords for each type of mail source.
13341
13342
13343 @node Mail Source Customization
13344 @subsubsection Mail Source Customization
13345
13346 The following is a list of variables that influence how the mail is
13347 fetched.  You would normally not need to set or change any of these
13348 variables.
13349
13350 @table @code
13351 @item mail-source-crash-box
13352 @vindex mail-source-crash-box
13353 File where mail will be stored while processing it.  The default is
13354 @file{~/.emacs-mail-crash-box}.
13355
13356 @item mail-source-delete-incoming
13357 @vindex mail-source-delete-incoming
13358 If non-@code{nil}, delete incoming files after handling them.  If
13359 @code{t}, delete the files immediately, if @code{nil}, never delete any
13360 files.  If a positive number, delete files older than number of days
13361 (This will only happen, when reveiving new mail).  You may also set
13362 @code{mail-source-delete-incoming} to @code{nil} and call
13363 @code{mail-source-delete-old-incoming} from a hook or interactively.
13364
13365 @item mail-source-delete-old-incoming-confirm
13366 @vindex mail-source-delete-old-incoming-confirm
13367 If @code{non-nil}, ask for for confirmation before deleting old incoming
13368 files.  This variable only applies when
13369 @code{mail-source-delete-incoming} is a positive number.
13370
13371 @item mail-source-ignore-errors
13372 @vindex mail-source-ignore-errors
13373 If non-@code{nil}, ignore errors when reading mail from a mail source.
13374
13375 @item mail-source-directory
13376 @vindex mail-source-directory
13377 Directory where files (if any) will be stored.  The default is
13378 @file{~/Mail/}.  At present, the only thing this is used for is to say
13379 where the incoming files will be stored if the previous variable is
13380 @code{nil}.
13381
13382 @item mail-source-incoming-file-prefix
13383 @vindex mail-source-incoming-file-prefix
13384 Prefix for file name for storing incoming mail.  The default is
13385 @file{Incoming}, in which case files will end up with names like
13386 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13387 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13388
13389 @item mail-source-default-file-modes
13390 @vindex mail-source-default-file-modes
13391 All new mail files will get this file mode.  The default is 384.
13392
13393 @item mail-source-movemail-program
13394 @vindex mail-source-movemail-program
13395 If non-nil, name of program for fetching new mail.  If nil,
13396 @code{movemail} in @var{exec-directory}.
13397
13398 @end table
13399
13400
13401 @node Fetching Mail
13402 @subsubsection Fetching Mail
13403
13404 @vindex mail-sources
13405 @vindex nnmail-spool-file
13406 The way to actually tell Gnus where to get new mail from is to set
13407 @code{mail-sources} to a list of mail source specifiers
13408 (@pxref{Mail Source Specifiers}).
13409
13410 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13411 @code{nil}, the mail back ends will never attempt to fetch mail by
13412 themselves.
13413
13414 If you want to fetch mail both from your local spool as well as a POP
13415 mail server, you'd say something like:
13416
13417 @lisp
13418 (setq mail-sources
13419       '((file)
13420         (pop :server "pop3.mail.server"
13421              :password "secret")))
13422 @end lisp
13423
13424 Or, if you don't want to use any of the keyword defaults:
13425
13426 @lisp
13427 (setq mail-sources
13428       '((file :path "/var/spool/mail/user-name")
13429         (pop :server "pop3.mail.server"
13430              :user "user-name"
13431              :port "pop3"
13432              :password "secret")))
13433 @end lisp
13434
13435
13436 When you use a mail back end, Gnus will slurp all your mail from your
13437 inbox and plonk it down in your home directory.  Gnus doesn't move any
13438 mail if you're not using a mail back end---you have to do a lot of magic
13439 invocations first.  At the time when you have finished drawing the
13440 pentagram, lightened the candles, and sacrificed the goat, you really
13441 shouldn't be too surprised when Gnus moves your mail.
13442
13443
13444
13445 @node Mail Back End Variables
13446 @subsection Mail Back End Variables
13447
13448 These variables are (for the most part) pertinent to all the various
13449 mail back ends.
13450
13451 @table @code
13452 @vindex nnmail-read-incoming-hook
13453 @item nnmail-read-incoming-hook
13454 The mail back ends all call this hook after reading new mail.  You can
13455 use this hook to notify any mail watch programs, if you want to.
13456
13457 @vindex nnmail-split-hook
13458 @item nnmail-split-hook
13459 @findex gnus-article-decode-encoded-words
13460 @findex RFC 1522 decoding
13461 @findex RFC 2047 decoding
13462 Hook run in the buffer where the mail headers of each message is kept
13463 just before the splitting based on these headers is done.  The hook is
13464 free to modify the buffer contents in any way it sees fit---the buffer
13465 is discarded after the splitting has been done, and no changes performed
13466 in the buffer will show up in any files.
13467 @code{gnus-article-decode-encoded-words} is one likely function to add
13468 to this hook.
13469
13470 @vindex nnmail-pre-get-new-mail-hook
13471 @vindex nnmail-post-get-new-mail-hook
13472 @item nnmail-pre-get-new-mail-hook
13473 @itemx nnmail-post-get-new-mail-hook
13474 These are two useful hooks executed when treating new incoming
13475 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13476 starting to handle the new mail) and
13477 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13478 is done).  Here's and example of using these two hooks to change the
13479 default file modes the new mail files get:
13480
13481 @lisp
13482 (add-hook 'nnmail-pre-get-new-mail-hook
13483           (lambda () (set-default-file-modes 511)))
13484
13485 (add-hook 'nnmail-post-get-new-mail-hook
13486           (lambda () (set-default-file-modes 551)))
13487 @end lisp
13488
13489 @item nnmail-use-long-file-names
13490 @vindex nnmail-use-long-file-names
13491 If non-@code{nil}, the mail back ends will use long file and directory
13492 names.  Groups like @samp{mail.misc} will end up in directories
13493 (assuming use of @code{nnml} back end) or files (assuming use of
13494 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13495 the same group will end up in @file{mail/misc}.
13496
13497 @item nnmail-delete-file-function
13498 @vindex nnmail-delete-file-function
13499 @findex delete-file
13500 Function called to delete files.  It is @code{delete-file} by default.
13501
13502 @item nnmail-cache-accepted-message-ids
13503 @vindex nnmail-cache-accepted-message-ids
13504 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13505 the back end (via @code{Gcc}, for instance) into the mail duplication
13506 discovery cache.  The default is @code{nil}.
13507
13508 @item nnmail-cache-ignore-groups
13509 @vindex nnmail-cache-ignore-groups
13510 This can be a regular expression or a list of regular expressions.
13511 Group names that match any of the regular expressions will never be
13512 recorded in the @code{Message-ID} cache.
13513
13514 This can be useful, for example, when using Fancy Splitting
13515 (@pxref{Fancy Mail Splitting}) together with the function
13516 @code{nnmail-split-fancy-with-parent}.
13517
13518 @end table
13519
13520
13521 @node Fancy Mail Splitting
13522 @subsection Fancy Mail Splitting
13523 @cindex mail splitting
13524 @cindex fancy mail splitting
13525
13526 @vindex nnmail-split-fancy
13527 @findex nnmail-split-fancy
13528 If the rather simple, standard method for specifying how to split mail
13529 doesn't allow you to do what you want, you can set
13530 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13531 play with the @code{nnmail-split-fancy} variable.
13532
13533 Let's look at an example value of this variable first:
13534
13535 @lisp
13536 ;; Messages from the mailer daemon are not crossposted to any of
13537 ;; the ordinary groups.  Warnings are put in a separate group
13538 ;; from real errors.
13539 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13540                    "mail.misc"))
13541    ;; Non-error messages are crossposted to all relevant
13542    ;; groups, but we don't crosspost between the group for the
13543    ;; (ding) list and the group for other (ding) related mail.
13544    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13545          ("subject" "ding" "ding.misc"))
13546       ;; Other mailing lists...
13547       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13548       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13549       ;; Both lists below have the same suffix, so prevent
13550       ;; cross-posting to mkpkg.list of messages posted only to
13551       ;; the bugs- list, but allow cross-posting when the
13552       ;; message was really cross-posted.
13553       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13554       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13555       ;; People...
13556       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13557    ;; Unmatched mail goes to the catch all group.
13558    "misc.misc")
13559 @end lisp
13560
13561 This variable has the format of a @dfn{split}.  A split is a (possibly)
13562 recursive structure where each split may contain other splits.  Here are
13563 the five possible split syntaxes:
13564
13565 @enumerate
13566
13567 @item
13568 @samp{group}: If the split is a string, that will be taken as a group
13569 name.  Normal regexp match expansion will be done.  See below for
13570 examples.
13571
13572 @item
13573 @code{(@var{field} @var{value} @code{[-} @var{restrict}
13574 @code{[@dots{}]}@code{]} @var{split})}: If the split is a list, the
13575 first element of which is a string, then store the message as
13576 specified by @var{split}, if header @var{field} (a regexp) contains
13577 @var{value} (also a regexp).  If @var{restrict} (yet another regexp)
13578 matches some string after @var{field} and before the end of the
13579 matched @var{value}, the @var{split} is ignored.  If none of the
13580 @var{restrict} clauses match, @var{split} is processed.
13581
13582 @item
13583 @code{(| @var{split}@dots{})}: If the split is a list, and the first
13584 element is @code{|} (vertical bar), then process each @var{split} until
13585 one of them matches.  A @var{split} is said to match if it will cause
13586 the mail message to be stored in one or more groups.
13587
13588 @item
13589 @code{(& @var{split}@dots{})}: If the split is a list, and the first
13590 element is @code{&}, then process all @var{split}s in the list.
13591
13592 @item
13593 @code{junk}: If the split is the symbol @code{junk}, then don't save
13594 (i.e., delete) this message.  Use with extreme caution.
13595
13596 @item
13597 @code{(: @var{function} @var{arg1} @var{arg2} @dots{})}:  If the split is
13598 a list, and the first element is @code{:}, then the second element will
13599 be called as a function with @var{args} given as arguments.  The
13600 function should return a @var{split}.
13601
13602 @cindex body split
13603 For instance, the following function could be used to split based on the
13604 body of the messages:
13605
13606 @lisp
13607 (defun split-on-body ()
13608   (save-excursion
13609     (set-buffer " *nnmail incoming*")
13610     (goto-char (point-min))
13611     (when (re-search-forward "Some.*string" nil t)
13612       "string.group")))
13613 @end lisp
13614
13615 The @samp{" *nnmail incoming*"} is narrowed to the message in question
13616 when the @code{:} function is run.
13617
13618 @item
13619 @code{(! @var{func} @var{split})}: If the split is a list, and the
13620 first element is @code{!}, then @var{split} will be processed, and
13621 @var{func} will be called as a function with the result of @var{split}
13622 as argument.  @var{func} should return a split.
13623
13624 @item
13625 @code{nil}: If the split is @code{nil}, it is ignored.
13626
13627 @end enumerate
13628
13629 In these splits, @var{field} must match a complete field name.
13630 @var{value} must match a complete word according to the fundamental mode
13631 syntax table.  You can use @code{.*} in the regexps to match partial
13632 field names or words.  In other words, all @var{value}'s are wrapped in
13633 @samp{\<} and @samp{\>} pairs.
13634
13635 @vindex nnmail-split-abbrev-alist
13636 @var{field} and @var{value} can also be lisp symbols, in that case they
13637 are expanded as specified by the variable
13638 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
13639 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
13640 value.
13641
13642 @vindex nnmail-split-fancy-syntax-table
13643 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
13644 when all this splitting is performed.
13645
13646 If you want to have Gnus create groups dynamically based on some
13647 information in the headers (i.e., do @code{replace-match}-like
13648 substitutions in the group names), you can say things like:
13649
13650 @example
13651 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
13652 @end example
13653
13654 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
13655 will be filed in @samp{mail.debian.foo}.
13656
13657 If the string contains the element @samp{\&}, then the previously
13658 matched string will be substituted.  Similarly, the elements @samp{\\1}
13659 up to @samp{\\9} will be substituted with the text matched by the
13660 groupings 1 through 9.
13661
13662 @findex nnmail-split-fancy-with-parent
13663 @code{nnmail-split-fancy-with-parent} is a function which allows you to
13664 split followups into the same groups their parents are in.  Sometimes
13665 you can't make splitting rules for all your mail.  For example, your
13666 boss might send you personal mail regarding different projects you are
13667 working on, and as you can't tell your boss to put a distinguishing
13668 string into the subject line, you have to resort to manually moving the
13669 messages into the right group.  With this function, you only have to do
13670 it once per thread.
13671
13672 To use this feature, you have to set @code{nnmail-treat-duplicates} and
13673 @code{nnmail-cache-accepted-message-ids} to a non-nil value.  And then
13674 you can include @code{nnmail-split-fancy-with-parent} using the colon
13675 feature, like so:
13676 @lisp
13677 (setq nnmail-treat-duplicates 'warn     ; or 'delete
13678       nnmail-cache-accepted-message-ids t
13679       nnmail-split-fancy
13680       '(| (: nnmail-split-fancy-with-parent)
13681           ;; other splits go here
13682         ))
13683 @end lisp
13684
13685 This feature works as follows: when @code{nnmail-treat-duplicates} is
13686 non-nil, Gnus records the message id of every message it sees in the
13687 file specified by the variable @code{nnmail-message-id-cache-file},
13688 together with the group it is in (the group is omitted for non-mail
13689 messages).  When mail splitting is invoked, the function
13690 @code{nnmail-split-fancy-with-parent} then looks at the References (and
13691 In-Reply-To) header of each message to split and searches the file
13692 specified by @code{nnmail-message-id-cache-file} for the message ids.
13693 When it has found a parent, it returns the corresponding group name
13694 unless the group name matches the regexp
13695 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is recommended
13696 that you set @code{nnmail-message-id-cache-length} to a somewhat higher
13697 number than the default so that the message ids are still in the cache.
13698 (A value of 5000 appears to create a file some 300 kBytes in size.)
13699 @vindex nnmail-cache-accepted-message-ids
13700 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
13701 also records the message ids of moved articles, so that the followup
13702 messages goes into the new group.
13703
13704 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
13705 want certain groups to be recorded in the cache.  For example, if all
13706 outgoing messages are written to an `outgoing' group, you could set
13707 @code{nnmail-cache-ignore-groups} to match that group name.
13708 Otherwise, answers to all your messages would end up in the
13709 `outgoing' group.
13710
13711
13712 @node Group Mail Splitting
13713 @subsection Group Mail Splitting
13714 @cindex mail splitting
13715 @cindex group mail splitting
13716
13717 @findex gnus-group-split
13718 If you subscribe to dozens of mailing lists but you don't want to
13719 maintain mail splitting rules manually, group mail splitting is for you.
13720 You just have to set @var{to-list} and/or @var{to-address} in group
13721 parameters or group customization and set @code{nnmail-split-methods} to
13722 @code{gnus-group-split}.  This splitting function will scan all groups
13723 for those parameters and split mail accordingly, i.e., messages posted
13724 from or to the addresses specified in the parameters @var{to-list} or
13725 @var{to-address} of a mail group will be stored in that group.
13726
13727 Sometimes, mailing lists have multiple addresses, and you may want mail
13728 splitting to recognize them all: just set the @var{extra-aliases} group
13729 parameter to the list of additional addresses and it's done.  If you'd
13730 rather use a regular expression, set @var{split-regexp}.
13731
13732 All these parameters in a group will be used to create an
13733 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
13734 the @var{value} is a single regular expression that matches
13735 @var{to-list}, @var{to-address}, all of @var{extra-aliases} and all
13736 matches of @var{split-regexp}, and the @var{split} is the name of the
13737 group.  @var{restrict}s are also supported: just set the
13738 @var{split-exclude} parameter to a list of regular expressions.
13739
13740 If you can't get the right split to be generated using all these
13741 parameters, or you just need something fancier, you can set the
13742 parameter @var{split-spec} to an @code{nnmail-split-fancy} split.  In
13743 this case, all other aforementioned parameters will be ignored by
13744 @code{gnus-group-split}.  In particular, @var{split-spec} may be set to
13745 @code{nil}, in which case the group will be ignored by
13746 @code{gnus-group-split}.
13747
13748 @vindex gnus-group-split-default-catch-all-group
13749 @code{gnus-group-split} will do cross-posting on all groups that match,
13750 by defining a single @code{&} fancy split containing one split for each
13751 group.  If a message doesn't match any split, it will be stored in the
13752 group named in @code{gnus-group-split-default-catch-all-group}, unless
13753 some group has @var{split-spec} set to @code{catch-all}, in which case
13754 that group is used as the catch-all group.  Even though this variable is
13755 often used just to name a group, it may also be set to an arbitrarily
13756 complex fancy split (after all, a group name is a fancy split), and this
13757 may be useful to split mail that doesn't go to any mailing list to
13758 personal mail folders.  Note that this fancy split is added as the last
13759 element of a @code{|} split list that also contains a @code{&} split
13760 with the rules extracted from group parameters.
13761
13762 It's time for an example.  Assume the following group parameters have
13763 been defined:
13764
13765 @example
13766 nnml:mail.bar:
13767 ((to-address . "bar@@femail.com")
13768  (split-regexp . ".*@@femail\\.com"))
13769 nnml:mail.foo:
13770 ((to-list . "foo@@nowhere.gov")
13771  (extra-aliases "foo@@localhost" "foo-redist@@home")
13772  (split-exclude "bugs-foo" "rambling-foo")
13773  (admin-address . "foo-request@@nowhere.gov"))
13774 nnml:mail.others:
13775 ((split-spec . catch-all))
13776 @end example
13777
13778 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
13779 behave as if @code{nnmail-split-fancy} had been selected and variable
13780 @code{nnmail-split-fancy} had been set as follows:
13781
13782 @lisp
13783 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
13784       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
13785            - "bugs-foo" - "rambling-foo" "mail.foo"))
13786    "mail.others")
13787 @end lisp
13788
13789 @findex gnus-group-split-fancy
13790 If you'd rather not use group splitting for all your mail groups, you
13791 may use it for only some of them, by using @code{nnmail-split-fancy}
13792 splits like this:
13793
13794 @lisp
13795 (: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
13796 @end lisp
13797
13798 @var{groups} may be a regular expression or a list of group names whose
13799 parameters will be scanned to generate the output split.
13800 @var{no-crosspost} can be used to disable cross-posting; in this case, a
13801 single @code{|} split will be output.  @var{catch-all} is the fallback
13802 fancy split, used like @var{gnus-group-split-default-catch-all-group}.
13803 If @var{catch-all} is @code{nil}, or if @var{split-regexp} matches the
13804 empty string in any selected group, no catch-all split will be issued.
13805 Otherwise, if some group has @var{split-spec} set to @code{catch-all},
13806 this group will override the value of the @var{catch-all} argument.
13807
13808 @findex gnus-group-split-setup
13809 Unfortunately, scanning all groups and their parameters can be quite
13810 slow, especially considering that it has to be done for every message.
13811 But don't despair!  The function @code{gnus-group-split-setup} can be
13812 used to enable @code{gnus-group-split} in a much more efficient way.  It
13813 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
13814 @code{nnmail-split-fancy} to the split produced by
13815 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
13816 scanned once, no matter how many messages are split.
13817
13818 @findex gnus-group-split-update
13819 However, if you change group parameters, you'd have to update
13820 @code{nnmail-split-fancy} manually.  You can do it by running
13821 @code{gnus-group-split-update}.  If you'd rather have it updated
13822 automatically, just tell @code{gnus-group-split-setup} to do it for
13823 you.  For example, add to your @file{.gnus.el}:
13824
13825 @lisp
13826 (gnus-group-split-setup AUTO-UPDATE CATCH-ALL)
13827 @end lisp
13828
13829 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
13830 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
13831 have to worry about updating @code{nnmail-split-fancy} again.  If you
13832 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
13833 @code{gnus-group-split-default-catch-all-group} will be set to its
13834 value.
13835
13836 @vindex gnus-group-split-updated-hook
13837 Because you may want to change @code{nnmail-split-fancy} after it is set
13838 by @code{gnus-group-split-update}, this function will run
13839 @code{gnus-group-split-updated-hook} just before finishing.
13840
13841 @node Incorporating Old Mail
13842 @subsection Incorporating Old Mail
13843 @cindex incorporating old mail
13844 @cindex import old mail
13845
13846 Most people have lots of old mail stored in various file formats.  If
13847 you have set up Gnus to read mail using one of the spiffy Gnus mail
13848 back ends, you'll probably wish to have that old mail incorporated into
13849 your mail groups.
13850
13851 Doing so can be quite easy.
13852
13853 To take an example: You're reading mail using @code{nnml}
13854 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
13855 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
13856 file filled with important, but old, mail.  You want to move it into
13857 your @code{nnml} groups.
13858
13859 Here's how:
13860
13861 @enumerate
13862 @item
13863 Go to the group buffer.
13864
13865 @item
13866 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
13867 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
13868
13869 @item
13870 Type @kbd{SPACE} to enter the newly created group.
13871
13872 @item
13873 Type @kbd{M P b} to process-mark all articles in this group's buffer
13874 (@pxref{Setting Process Marks}).
13875
13876 @item
13877 Type @kbd{B r} to respool all the process-marked articles, and answer
13878 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
13879 @end enumerate
13880
13881 All the mail messages in the mbox file will now also be spread out over
13882 all your @code{nnml} groups.  Try entering them and check whether things
13883 have gone without a glitch.  If things look ok, you may consider
13884 deleting the mbox file, but I wouldn't do that unless I was absolutely
13885 sure that all the mail has ended up where it should be.
13886
13887 Respooling is also a handy thing to do if you're switching from one mail
13888 back end to another.  Just respool all the mail in the old mail groups
13889 using the new mail back end.
13890
13891
13892 @node Expiring Mail
13893 @subsection Expiring Mail
13894 @cindex article expiry
13895
13896 Traditional mail readers have a tendency to remove mail articles when
13897 you mark them as read, in some way.  Gnus takes a fundamentally
13898 different approach to mail reading.
13899
13900 Gnus basically considers mail just to be news that has been received in
13901 a rather peculiar manner.  It does not think that it has the power to
13902 actually change the mail, or delete any mail messages.  If you enter a
13903 mail group, and mark articles as ``read'', or kill them in some other
13904 fashion, the mail articles will still exist on the system.  I repeat:
13905 Gnus will not delete your old, read mail.  Unless you ask it to, of
13906 course.
13907
13908 To make Gnus get rid of your unwanted mail, you have to mark the
13909 articles as @dfn{expirable}.  (With the default keybindings, this means
13910 that you have to type @kbd{E}.)  This does not mean that the articles
13911 will disappear right away, however.  In general, a mail article will be
13912 deleted from your system if, 1) it is marked as expirable, AND 2) it is
13913 more than one week old.  If you do not mark an article as expirable, it
13914 will remain on your system until hell freezes over.  This bears
13915 repeating one more time, with some spurious capitalizations: IF you do
13916 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
13917
13918 You do not have to mark articles as expirable by hand.  Gnus provides
13919 two features, called `auto-expire' and `total-expire', that can help you
13920 with this.  In a nutshell, `auto-expire' means that Gnus hits @kbd{E}
13921 for you when you select an article.  And `total-expire' means that Gnus
13922 considers all articles as expirable that are read.  So, in addition to
13923 the articles marked @samp{E}, also the articles marked @samp{r},
13924 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
13925 expirable.
13926
13927 When should either auto-expire or total-expire be used?  Most people
13928 who are subscribed to mailing lists split each list into its own group
13929 and then turn on auto-expire or total-expire for those groups.
13930 (@xref{Splitting Mail}, for more information on splitting each list
13931 into its own group.)
13932
13933 Which one is better, auto-expire or total-expire?  It's not easy to
13934 answer.  Generally speaking, auto-expire is probably faster.  Another
13935 advantage of auto-expire is that you get more marks to work with: for
13936 the articles that are supposed to stick around, you can still choose
13937 between tick and dormant and read marks.  But with total-expire, you
13938 only have dormant and ticked to choose from.  The advantage of
13939 total-expire is that it works well with adaptive scoring @pxref{Adaptive
13940 Scoring}.  Auto-expire works with normal scoring but not with adaptive
13941 scoring.
13942
13943 @vindex gnus-auto-expirable-newsgroups
13944 Groups that match the regular expression
13945 @code{gnus-auto-expirable-newsgroups} will have all articles that you
13946 read marked as expirable automatically.  All articles marked as
13947 expirable have an @samp{E} in the first column in the summary buffer.
13948
13949 By default, if you have auto expiry switched on, Gnus will mark all the
13950 articles you read as expirable, no matter if they were read or unread
13951 before.  To avoid having articles marked as read marked as expirable
13952 automatically, you can put something like the following in your
13953 @file{.gnus.el} file:
13954
13955 @vindex gnus-mark-article-hook
13956 @lisp
13957 (remove-hook 'gnus-mark-article-hook
13958              'gnus-summary-mark-read-and-unread-as-read)
13959 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
13960 @end lisp
13961
13962 Note that making a group auto-expirable doesn't mean that all read
13963 articles are expired---only the articles marked as expirable
13964 will be expired.  Also note that using the @kbd{d} command won't make
13965 articles expirable---only semi-automatic marking of articles as read will
13966 mark the articles as expirable in auto-expirable groups.
13967
13968 Let's say you subscribe to a couple of mailing lists, and you want the
13969 articles you have read to disappear after a while:
13970
13971 @lisp
13972 (setq gnus-auto-expirable-newsgroups
13973       "mail.nonsense-list\\|mail.nice-list")
13974 @end lisp
13975
13976 Another way to have auto-expiry happen is to have the element
13977 @code{auto-expire} in the group parameters of the group.
13978
13979 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
13980 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
13981 don't really mix very well.
13982
13983 @vindex nnmail-expiry-wait
13984 The @code{nnmail-expiry-wait} variable supplies the default time an
13985 expirable article has to live.  Gnus starts counting days from when the
13986 message @emph{arrived}, not from when it was sent.  The default is seven
13987 days.
13988
13989 Gnus also supplies a function that lets you fine-tune how long articles
13990 are to live, based on what group they are in.  Let's say you want to
13991 have one month expiry period in the @samp{mail.private} group, a one day
13992 expiry period in the @samp{mail.junk} group, and a six day expiry period
13993 everywhere else:
13994
13995 @vindex nnmail-expiry-wait-function
13996 @lisp
13997 (setq nnmail-expiry-wait-function
13998       (lambda (group)
13999        (cond ((string= group "mail.private")
14000                31)
14001              ((string= group "mail.junk")
14002                1)
14003              ((string= group "important")
14004                'never)
14005              (t
14006                6))))
14007 @end lisp
14008
14009 The group names this function is fed are ``unadorned'' group
14010 names---no @samp{nnml:} prefixes and the like.
14011
14012 The @code{nnmail-expiry-wait} variable and
14013 @code{nnmail-expiry-wait-function} function can either be a number (not
14014 necessarily an integer) or one of the symbols @code{immediate} or
14015 @code{never}.
14016
14017 You can also use the @code{expiry-wait} group parameter to selectively
14018 change the expiry period (@pxref{Group Parameters}).
14019
14020 @vindex nnmail-expiry-target
14021 The normal action taken when expiring articles is to delete them.
14022 However, in some circumstances it might make more sense to move them
14023 to other groups instead of deleting them.  The variable
14024 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14025 parameter) controls this.  The variable supplies a default value for
14026 all groups, which can be overridden for specific groups by the group
14027 parameter.  default value is @code{delete}, but this can also be a
14028 string (which should be the name of the group the message should be
14029 moved to), or a function (which will be called in a buffer narrowed to
14030 the message in question, and with the name of the group being moved
14031 from as its parameter) which should return a target -- either a group
14032 name or @code{delete}.
14033
14034 Here's an example for specifying a group name:
14035 @lisp
14036 (setq nnmail-expiry-target "nnml:expired")
14037 @end lisp
14038
14039 @findex nnmail-fancy-expiry-target
14040 @vindex nnmail-fancy-expiry-targets
14041 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14042 expire mail to groups according to the variable
14043 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14044
14045 @lisp
14046  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14047        nnmail-fancy-expiry-targets
14048        '((to-from "boss" "nnfolder:Work")
14049          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14050          ("from" ".*" "nnfolder:Archive-%Y")))
14051 @end lisp
14052
14053 With this setup, any mail that has @code{IMPORTANT} in its Subject
14054 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14055 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}. If its
14056 From or To header contains the string @code{boss}, it will get expired
14057 to @code{nnfolder:Work}. All other mail will get expired to
14058 @code{nnfolder:Archive-YYYY}.
14059
14060 @vindex nnmail-keep-last-article
14061 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14062 expire the final article in a mail newsgroup.  This is to make life
14063 easier for procmail users.
14064
14065 @vindex gnus-total-expirable-newsgroups
14066 By the way: That line up there, about Gnus never expiring non-expirable
14067 articles, is a lie.  If you put @code{total-expire} in the group
14068 parameters, articles will not be marked as expirable, but all read
14069 articles will be put through the expiry process.  Use with extreme
14070 caution.  Even more dangerous is the
14071 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14072 this regexp will have all read articles put through the expiry process,
14073 which means that @emph{all} old mail articles in the groups in question
14074 will be deleted after a while.  Use with extreme caution, and don't come
14075 crying to me when you discover that the regexp you used matched the
14076 wrong group and all your important mail has disappeared.  Be a
14077 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14078 with!  So there!
14079
14080 Most people make most of their mail groups total-expirable, though.
14081
14082 @vindex gnus-inhibit-user-auto-expire
14083 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14084 commands will not mark an article as expirable, even if the group has
14085 auto-expire turned on.
14086
14087
14088 @node Washing Mail
14089 @subsection Washing Mail
14090 @cindex mail washing
14091 @cindex list server brain damage
14092 @cindex incoming mail treatment
14093
14094 Mailers and list servers are notorious for doing all sorts of really,
14095 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14096 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14097 end of all lines passing through our server, so let's do that!!!!1!''
14098 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14099 considered to be self-evident were not discussed.  So.  Here we are.
14100
14101 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14102 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14103 be shocked and dismayed by this, but I haven't got the energy.  It is to
14104 laugh.
14105
14106 Gnus provides a plethora of functions for washing articles while
14107 displaying them, but it might be nicer to do the filtering before
14108 storing the mail to disk.  For that purpose, we have three hooks and
14109 various functions that can be put in these hooks.
14110
14111 @table @code
14112 @item nnmail-prepare-incoming-hook
14113 @vindex nnmail-prepare-incoming-hook
14114 This hook is called before doing anything with the mail and is meant for
14115 grand, sweeping gestures.  It is called in a buffer that contains all
14116 the new, incoming mail.  Functions to be used include:
14117
14118 @table @code
14119 @item nnheader-ms-strip-cr
14120 @findex nnheader-ms-strip-cr
14121 Remove trailing carriage returns from each line.  This is default on
14122 Emacs running on MS machines.
14123
14124 @end table
14125
14126 @item nnmail-prepare-incoming-header-hook
14127 @vindex nnmail-prepare-incoming-header-hook
14128 This hook is called narrowed to each header.  It can be used when
14129 cleaning up the headers.  Functions that can be used include:
14130
14131 @table @code
14132 @item nnmail-remove-leading-whitespace
14133 @findex nnmail-remove-leading-whitespace
14134 Clear leading white space that ``helpful'' listservs have added to the
14135 headers to make them look nice.  Aaah.
14136
14137 (Note that this function works on both the header on the body of all
14138 messages, so it is a potentially dangerous function to use (if a body
14139 of a message contains something that looks like a header line).  So
14140 rather than fix the bug, it is of course the right solution to make it
14141 into a feature by documenting it.)
14142
14143 @item nnmail-remove-list-identifiers
14144 @findex nnmail-remove-list-identifiers
14145 Some list servers add an identifier---for example, @samp{(idm)}---to the
14146 beginning of all @code{Subject} headers.  I'm sure that's nice for
14147 people who use stone age mail readers.  This function will remove
14148 strings that match the @code{nnmail-list-identifiers} regexp, which can
14149 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14150 @code{\\(..\\)}.
14151
14152 For instance, if you want to remove the @samp{(idm)} and the
14153 @samp{nagnagnag} identifiers:
14154
14155 @lisp
14156 (setq nnmail-list-identifiers
14157       '("(idm)" "nagnagnag"))
14158 @end lisp
14159
14160 This can also be done non-destructively with
14161 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14162
14163 @item nnmail-remove-tabs
14164 @findex nnmail-remove-tabs
14165 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14166
14167 @item nnmail-fix-eudora-headers
14168 @findex nnmail-fix-eudora-headers
14169 @cindex Eudora
14170 Eudora produces broken @code{References} headers, but OK
14171 @code{In-Reply-To} headers.  This function will get rid of the
14172 @code{References} headers.
14173
14174 @end table
14175
14176 @item nnmail-prepare-incoming-message-hook
14177 @vindex nnmail-prepare-incoming-message-hook
14178 This hook is called narrowed to each message.  Functions to be used
14179 include:
14180
14181 @table @code
14182 @item article-de-quoted-unreadable
14183 @findex article-de-quoted-unreadable
14184 Decode Quoted Readable encoding.
14185
14186 @end table
14187 @end table
14188
14189
14190 @node Duplicates
14191 @subsection Duplicates
14192
14193 @vindex nnmail-treat-duplicates
14194 @vindex nnmail-message-id-cache-length
14195 @vindex nnmail-message-id-cache-file
14196 @cindex duplicate mails
14197 If you are a member of a couple of mailing lists, you will sometimes
14198 receive two copies of the same mail.  This can be quite annoying, so
14199 @code{nnmail} checks for and treats any duplicates it might find.  To do
14200 this, it keeps a cache of old @code{Message-ID}s---
14201 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14202 default.  The approximate maximum number of @code{Message-ID}s stored
14203 there is controlled by the @code{nnmail-message-id-cache-length}
14204 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14205 stored.) If all this sounds scary to you, you can set
14206 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14207 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14208 will insert a warning into the head of the mail saying that it thinks
14209 that this is a duplicate of a different message.
14210
14211 This variable can also be a function.  If that's the case, the function
14212 will be called from a buffer narrowed to the message in question with
14213 the @code{Message-ID} as a parameter.  The function must return either
14214 @code{nil}, @code{warn}, or @code{delete}.
14215
14216 You can turn this feature off completely by setting the variable to
14217 @code{nil}.
14218
14219 If you want all the duplicate mails to be put into a special
14220 @dfn{duplicates} group, you could do that using the normal mail split
14221 methods:
14222
14223 @lisp
14224 (setq nnmail-split-fancy
14225       '(| ;; Messages duplicates go to a separate group.
14226           ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14227           ;; Message from daemons, postmaster, and the like to another.
14228           (any mail "mail.misc")
14229           ;; Other rules.
14230           [ ... ] ))
14231 @end lisp
14232
14233 Or something like:
14234 @lisp
14235 (setq nnmail-split-methods
14236       '(("duplicates" "^Gnus-Warning:.*duplicate")
14237         ;; Other rules.
14238         [...]))
14239 @end lisp
14240
14241 Here's a neat feature: If you know that the recipient reads her mail
14242 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14243 @code{delete}, you can send her as many insults as you like, just by
14244 using a @code{Message-ID} of a mail that you know that she's already
14245 received.  Think of all the fun!  She'll never see any of it!  Whee!
14246
14247
14248 @node Not Reading Mail
14249 @subsection Not Reading Mail
14250
14251 If you start using any of the mail back ends, they have the annoying
14252 habit of assuming that you want to read mail with them.  This might not
14253 be unreasonable, but it might not be what you want.
14254
14255 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14256 @code{nil}, none of the back ends will ever attempt to read incoming
14257 mail, which should help.
14258
14259 @vindex nnbabyl-get-new-mail
14260 @vindex nnmbox-get-new-mail
14261 @vindex nnml-get-new-mail
14262 @vindex nnmh-get-new-mail
14263 @vindex nnfolder-get-new-mail
14264 This might be too much, if, for instance, you are reading mail quite
14265 happily with @code{nnml} and just want to peek at some old @sc{rmail}
14266 file you have stashed away with @code{nnbabyl}.  All back ends have
14267 variables called back-end-@code{get-new-mail}.  If you want to disable
14268 the @code{nnbabyl} mail reading, you edit the virtual server for the
14269 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14270
14271 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14272 narrowed to the article to be saved before saving it when reading
14273 incoming mail.
14274
14275
14276 @node Choosing a Mail Back End
14277 @subsection Choosing a Mail Back End
14278
14279 Gnus will read the mail spool when you activate a mail group.  The mail
14280 file is first copied to your home directory.  What happens after that
14281 depends on what format you want to store your mail in.
14282
14283 There are six different mail back ends in the standard Gnus, and more
14284 back ends are available separately.  The mail back end most people use
14285 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14286 Spool}).
14287
14288 @menu
14289 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14290 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
14291 * Mail Spool::                  Store your mail in a private spool?
14292 * MH Spool::                    An mhspool-like back end.
14293 * Maildir::                     Another one-file-per-message format.
14294 * Mail Folders::                Having one file for each group.
14295 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14296 @end menu
14297
14298
14299 @node Unix Mail Box
14300 @subsubsection Unix Mail Box
14301 @cindex nnmbox
14302 @cindex unix mail box
14303
14304 @vindex nnmbox-active-file
14305 @vindex nnmbox-mbox-file
14306 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14307 mail.  @code{nnmbox} will add extra headers to each mail article to say
14308 which group it belongs in.
14309
14310 Virtual server settings:
14311
14312 @table @code
14313 @item nnmbox-mbox-file
14314 @vindex nnmbox-mbox-file
14315 The name of the mail box in the user's home directory.  Default is
14316 @file{~/mbox}.
14317
14318 @item nnmbox-active-file
14319 @vindex nnmbox-active-file
14320 The name of the active file for the mail box.  Default is
14321 @file{~/.mbox-active}.
14322
14323 @item nnmbox-get-new-mail
14324 @vindex nnmbox-get-new-mail
14325 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14326 into groups.  Default is @code{t}.
14327 @end table
14328
14329
14330 @node Rmail Babyl
14331 @subsubsection Rmail Babyl
14332 @cindex nnbabyl
14333 @cindex rmail mbox
14334
14335 @vindex nnbabyl-active-file
14336 @vindex nnbabyl-mbox-file
14337 The @dfn{nnbabyl} back end will use a babyl mail box (aka. @dfn{rmail
14338 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14339 mail article to say which group it belongs in.
14340
14341 Virtual server settings:
14342
14343 @table @code
14344 @item nnbabyl-mbox-file
14345 @vindex nnbabyl-mbox-file
14346 The name of the rmail mbox file.  The default is @file{~/RMAIL}
14347
14348 @item nnbabyl-active-file
14349 @vindex nnbabyl-active-file
14350 The name of the active file for the rmail box.  The default is
14351 @file{~/.rmail-active}
14352
14353 @item nnbabyl-get-new-mail
14354 @vindex nnbabyl-get-new-mail
14355 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14356 @code{t}
14357 @end table
14358
14359
14360 @node Mail Spool
14361 @subsubsection Mail Spool
14362 @cindex nnml
14363 @cindex mail @sc{nov} spool
14364
14365 The @dfn{nnml} spool mail format isn't compatible with any other known
14366 format.  It should be used with some caution.
14367
14368 @vindex nnml-directory
14369 If you use this back end, Gnus will split all incoming mail into files,
14370 one file for each mail, and put the articles into the corresponding
14371 directories under the directory specified by the @code{nnml-directory}
14372 variable.  The default value is @file{~/Mail/}.
14373
14374 You do not have to create any directories beforehand; Gnus will take
14375 care of all that.
14376
14377 If you have a strict limit as to how many files you are allowed to store
14378 in your account, you should not use this back end.  As each mail gets its
14379 own file, you might very well occupy thousands of inodes within a few
14380 weeks.  If this is no problem for you, and it isn't a problem for you
14381 having your friendly systems administrator walking around, madly,
14382 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14383 know that this is probably the fastest format to use.  You do not have
14384 to trudge through a big mbox file just to read your new mail.
14385
14386 @code{nnml} is probably the slowest back end when it comes to article
14387 splitting.  It has to create lots of files, and it also generates
14388 @sc{nov} databases for the incoming mails.  This makes it possibly the
14389 fastest back end when it comes to reading mail.
14390
14391 @cindex self contained nnml servers
14392 @cindex marks
14393 When the marks file is used (which it is by default), @code{nnml}
14394 servers have the property that you may backup them using @code{tar} or
14395 similar, and later be able to restore them into Gnus (by adding the
14396 proper @code{nnml} server) and have all your marks be preserved.  Marks
14397 for a group is usually stored in the @code{.marks} file (but see
14398 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14399 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14400 to restore the group (after restoring the backup into the nnml
14401 directory).
14402
14403 If for some reason you believe your @file{.marks} files are screwed
14404 up, you can just delete them all.  Gnus will then correctly regenerate
14405 them next time it starts.
14406
14407 Virtual server settings:
14408
14409 @table @code
14410 @item nnml-directory
14411 @vindex nnml-directory
14412 All @code{nnml} directories will be placed under this directory.  The
14413 default is the value of @code{message-directory} (whose default value
14414 is @file{~/Mail}).
14415
14416 @item nnml-active-file
14417 @vindex nnml-active-file
14418 The active file for the @code{nnml} server.  The default is
14419 @file{~/Mail/active}.
14420
14421 @item nnml-newsgroups-file
14422 @vindex nnml-newsgroups-file
14423 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14424 Format}.  The default is @file{~/Mail/newsgroups}.
14425
14426 @item nnml-get-new-mail
14427 @vindex nnml-get-new-mail
14428 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14429 @code{t}.
14430
14431 @item nnml-nov-is-evil
14432 @vindex nnml-nov-is-evil
14433 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14434 default is @code{nil}.
14435
14436 @item nnml-nov-file-name
14437 @vindex nnml-nov-file-name
14438 The name of the @sc{nov} files.  The default is @file{.overview}.
14439
14440 @item nnml-prepare-save-mail-hook
14441 @vindex nnml-prepare-save-mail-hook
14442 Hook run narrowed to an article before saving.
14443
14444 @item nnml-marks-is-evil
14445 @vindex nnml-marks-is-evil
14446 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14447 default is @code{nil}.
14448
14449 @item nnml-marks-file-name
14450 @vindex nnml-marks-file-name
14451 The name of the @dfn{marks} files.  The default is @file{.marks}.
14452
14453 @item nnml-use-compressed-files
14454 @vindex nnml-use-compressed-files
14455 If non-@code{nil}, @code{nnml} will allow using compressed message
14456 files.
14457
14458 @end table
14459
14460 @findex nnml-generate-nov-databases
14461 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
14462 you can do a complete update by typing @kbd{M-x
14463 nnml-generate-nov-databases}.  This command will trawl through the
14464 entire @code{nnml} hierarchy, looking at each and every article, so it
14465 might take a while to complete.  A better interface to this
14466 functionality can be found in the server buffer (@pxref{Server
14467 Commands}).
14468
14469
14470 @node MH Spool
14471 @subsubsection MH Spool
14472 @cindex nnmh
14473 @cindex mh-e mail spool
14474
14475 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14476 @sc{nov} databases and it doesn't keep an active file or marks file.
14477 This makes @code{nnmh} a @emph{much} slower back end than @code{nnml},
14478 but it also makes it easier to write procmail scripts for.
14479
14480 Virtual server settings:
14481
14482 @table @code
14483 @item nnmh-directory
14484 @vindex nnmh-directory
14485 All @code{nnmh} directories will be located under this directory.  The
14486 default is the value of @code{message-directory} (whose default is
14487 @file{~/Mail})
14488
14489 @item nnmh-get-new-mail
14490 @vindex nnmh-get-new-mail
14491 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14492 @code{t}.
14493
14494 @item nnmh-be-safe
14495 @vindex nnmh-be-safe
14496 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14497 sure that the articles in the folder are actually what Gnus thinks they
14498 are.  It will check date stamps and stat everything in sight, so
14499 setting this to @code{t} will mean a serious slow-down.  If you never
14500 use anything but Gnus to read the @code{nnmh} articles, you do not have
14501 to set this variable to @code{t}.  The default is @code{nil}.
14502 @end table
14503
14504
14505 @node Maildir
14506 @subsubsection Maildir
14507 @cindex nnmaildir
14508 @cindex maildir
14509
14510 @code{nnmaildir} stores mail in the maildir format, with each maildir
14511 corresponding to a group in Gnus.  This format is documented here:
14512 @uref{http://cr.yp.to/proto/maildir.html} and here:
14513 @uref{http://www.qmail.org/man/man5/maildir.html}.  nnmaildir also
14514 stores extra information in the @file{.nnmaildir/} directory within a
14515 maildir.
14516
14517 Maildir format was designed to allow concurrent deliveries and
14518 reading, without needing locks.  With other backends, you would have
14519 your mail delivered to a spool of some kind, and then you would
14520 configure Gnus to split mail from that spool into your groups.  You
14521 can still do that with nnmaildir, but the more common configuration is
14522 to have your mail delivered directly to the maildirs that appear as
14523 group in Gnus.
14524
14525 nnmaildir is designed to be perfectly reliable: @kbd{C-g} will never
14526 corrupt its data in memory, and @code{SIGKILL} will never corrupt its
14527 data in the filesystem.
14528
14529 nnmaildir stores article marks and NOV data in each maildir.  So you
14530 can copy a whole maildir from one Gnus setup to another, and you will
14531 keep your marks.
14532
14533 Virtual server settings:
14534
14535 @table @code
14536 @item directory
14537 For each of your nnmaildir servers (it's very unlikely that you'd need
14538 more than one), you need to create a directory and populate it with
14539 symlinks to maildirs (and nothing else; do not choose a directory
14540 already used for other purposes).  You could also put maildirs
14541 themselves (instead of symlinks to them) directly in the server
14542 directory, but that would break @code{nnmaildir-request-delete-group},
14543 so you wouldn't be able to delete those groups from within Gnus.  (You
14544 could still delete them from your shell with @code{rm -r foo}.)  Each
14545 maildir will be represented in Gnus as a newsgroup on that server; the
14546 filename of the symlink will be the name of the group.  Any filenames
14547 in the directory starting with `.' are ignored.  The directory is
14548 scanned when you first start Gnus, and each time you type @kbd{g} in
14549 the group buffer; if any maildirs have been removed or added,
14550 nnmaildir notices at these times.
14551
14552 The value of the @code{directory} parameter should be a Lisp form
14553 which is processed by @code{eval} and @code{expand-file-name} to get
14554 the path of the directory for this server.  The form is @code{eval}ed
14555 only when the server is opened; the resulting string is used until the
14556 server is closed.  (If you don't know about forms and @code{eval},
14557 don't worry - a simple string will work.)  This parameter is not
14558 optional; you must specify it.  I don't recommend using @file{~/Mail}
14559 or a subdirectory of it; several other parts of Gnus use that
14560 directory by default for various things, and may get confused if
14561 nnmaildir uses it too.  @file{~/.nnmaildir} is a typical value.
14562
14563 @item create-directory
14564 This should be a Lisp form which is processed by @code{eval} and
14565 @code{expand-file-name} to get the name of the directory where new
14566 maildirs are created.  The form is @code{eval}ed only when the server
14567 is opened; the resulting string is used until the server is closed.
14568 This parameter is optional, but if you do not supply it, you cannot
14569 create new groups from within Gnus.  (You could still create them from
14570 your shell with @code{mkdir -m 0700 foo foo/tmp foo/new foo/cur}.)  A
14571 relative path is interpreted as relative to the @code{directory} path.
14572 @code{create-directory} and @code{directory} must be different;
14573 otherwise, group creation and deletion will break.  (If you don't need
14574 those features, you can omit @code{create-directory} entirely.)
14575
14576 @item directory-files
14577 This should be a function with the same interface as
14578 @code{directory-files} (such as @code{directory-files} itself).  It is
14579 used to scan the server's @code{directory} for maildirs.  This
14580 parameter is optional; the default is
14581 @code{nnheader-directory-files-safe} if
14582 @code{nnheader-directory-files-is-safe} is @code{nil}, and
14583 @code{directory-files} otherwise.
14584 (@code{nnheader-directory-files-is-safe} is checked only once when the
14585 server is opened; if you want to check it each time the directory is
14586 scanned, you'll have to provide your own function that does that.)
14587
14588 @item get-new-mail
14589 If non-@code{nil}, then after scanning for new mail in the group
14590 maildirs themselves as usual, this server will also incorporate mail
14591 the conventional Gnus way, from @code{mail-sources} according to
14592 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
14593 value is @code{nil}.
14594
14595 Do @emph{not} use the same maildir both in @code{mail-sources} and as
14596 an nnmaildir group.  The results might happen to be useful, but that
14597 would be by chance, not by design, and the results might be different
14598 in the future.  If your split rules create new groups, remember to
14599 supply a @code{create-directory} server parameter.
14600 @end table
14601
14602 @subsubsection Group parameters
14603
14604 nnmaildir uses several group parameters.  It's safe to ignore all
14605 this; the default behavior for nnmaildir is the same as the default
14606 behavior for other mail backends: articles are deleted after one week,
14607 etc.  Except for the expiry parameters, all this functionality is
14608 unique to nnmaildir, so you can ignore it if you're just trying to
14609 duplicate the behavior you already have with another backend.
14610
14611 If the value of any of these parameters is a vector, the first element
14612 is evaluated as a Lisp form and the result is used, rather than the
14613 original value.  If the value is not a vector, the value itself is
14614 evaluated as a Lisp form.  (This is why these parameters use names
14615 different from those of other, similar parameters supported by other
14616 backends: they have different, though similar, meanings.)  (For
14617 numbers, strings, @code{nil}, and @code{t}, you can ignore the
14618 @code{eval} business again; for other values, remember to use an extra
14619 quote and wrap the value in a vector when appropriate.)
14620
14621 @table @code
14622 @item expire-age
14623 An integer specifying the minimum age, in seconds, of an article before
14624 it will be expired, or the symbol @code{never} to specify that
14625 articles should never be expired.  If this parameter is not set,
14626 nnmaildir falls back to the usual
14627 @code{nnmail-expiry-wait}(@code{-function}) variables (overridable by
14628 the @code{expiry-wait}(@code{-function}) group parameters.  If you
14629 wanted a value of 3 days, you could use something like @code{[(* 3 24
14630 60 60)]}; nnmaildir will evaluate the form and use the result.  An
14631 article's age is measured starting from the article file's
14632 modification time.  Normally, this is the same as the article's
14633 delivery time, but editing an article makes it younger.  Moving an
14634 article (other than via expiry) may also make an article younger.
14635
14636 @item expire-group
14637 If this is set to a string (a full Gnus group name, like
14638 @code{"backend+server.address.string:group.name"}), and if it is not
14639 the name of the same group that the parameter belongs to, then
14640 articles will be moved to the specified group during expiry before
14641 being deleted.  @emph{If this is set to an nnmaildir group, the
14642 article will be just as old in the destination group as it was in the
14643 source group.} So be careful with @code{expire-age} in the destination
14644 group.
14645
14646 @item read-only
14647 If this is set to @code{t}, nnmaildir will treat the articles in this
14648 maildir as read-only.  This means: articles are not renamed from
14649 @file{new/} into @file{cur/}; articles are only found in @file{new/},
14650 not @file{cur/}; articles are never deleted; articles cannot be
14651 edited.  @file{new/} is expected to be a symlink to the @file{new/}
14652 directory of another maildir - e.g., a system-wide mailbox containing
14653 a mailing list of common interest.  Everything in the maildir outside
14654 @file{new/} is @emph{not} treated as read-only, so for a shared
14655 mailbox, you do still need to set up your own maildir (or have write
14656 permission to the shared mailbox); your maildir just won't contain
14657 extra copies of the articles.
14658
14659 @item directory-files
14660 A function with the same interface as @code{directory-files}.  It is
14661 used to scan the directories in the maildir corresponding to this
14662 group to find articles.  The default is the function specified by the
14663 server's @code{directory-files} parameter.
14664
14665 @item always-marks
14666 A list of mark symbols, such as
14667 @code{['(read expire)]}.  Whenever Gnus asks nnmaildir for
14668 article marks, nnmaildir will say that all articles have these
14669 marks, regardless of whether the marks stored in the filesystem
14670 say so.  This is a proof-of-concept feature that will probably be
14671 removed eventually; it ought to be done in Gnus proper, or
14672 abandoned if it's not worthwhile.
14673
14674 @item never-marks
14675 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
14676 Gnus asks nnmaildir for article marks, nnmaildir will say that no
14677 articles have these marks, regardless of whether the marks stored in
14678 the filesystem say so.  @code{never-marks} overrides
14679 @code{always-marks}.  This is a proof-of-concept feature that will
14680 probably be removed eventually; it ought to be done in Gnus proper, or
14681 abandoned if it's not worthwhile.
14682
14683 @item nov-cache-size
14684 An integer specifying the size of the NOV memory cache.  To speed
14685 things up, nnmaildir keeps NOV data in memory for a limited number of
14686 articles in each group.  (This is probably not worthwhile, and will
14687 probably be removed in the future.)  This parameter's value is noticed
14688 only the first time a group is seen after the server is opened - i.e.,
14689 when you first start Gnus, typically.  The NOV cache is never resized
14690 until the server is closed and reopened.  The default is an estimate
14691 of the number of articles that would be displayed in the summary
14692 buffer: a count of articles that are either marked with @code{tick} or
14693 not marked with @code{read}, plus a little extra.
14694 @end table
14695
14696 @subsubsection Article identification
14697 Articles are stored in the @file{cur/} subdirectory of each maildir.
14698 Each article file is named like @code{uniq:info}, where @code{uniq}
14699 contains no colons.  nnmaildir ignores, but preserves, the
14700 @code{:info} part.  (Other maildir readers typically use this part of
14701 the filename to store marks.)  The @code{uniq} part uniquely
14702 identifies the article, and is used in various places in the
14703 @file{.nnmaildir/} subdirectory of the maildir to store information
14704 about the corresponding article.  The full pathname of an article is
14705 available in the variable @code{nnmaildir-article-file-name} after you
14706 request the article in the summary buffer.
14707
14708 @subsubsection NOV data
14709 An article identified by @code{uniq} has its NOV data (used to
14710 generate lines in the summary buffer) stored in
14711 @code{.nnmaildir/nov/uniq}.  There is no
14712 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
14713 need for it - an article's NOV data is updated automatically when the
14714 article or @code{nnmail-extra-headers} has changed.)  You can force
14715 nnmaildir to regenerate the NOV data for a single article simply by
14716 deleting the corresponding NOV file, but @emph{beware}: this will also
14717 cause nnmaildir to assign a new article number for this article, which
14718 may cause trouble with @code{seen} marks, the Agent, and the cache.
14719
14720 @subsubsection Article marks
14721 An article identified by @code{uniq} is considered to have the mark
14722 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
14723 When Gnus asks nnmaildir for a group's marks, nnmaildir looks for such
14724 files and reports the set of marks it finds.  When Gnus asks nnmaildir
14725 to store a new set of marks, nnmaildir creates and deletes the
14726 corresponding files as needed.  (Actually, rather than create a new
14727 file for each mark, it just creates hard links to
14728 @file{.nnmaildir/markfile}, to save inodes.)
14729
14730 You can invent new marks by creating a new directory in
14731 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
14732 your server, untar it later, and keep your marks.  You can add and
14733 remove marks yourself by creating and deleting mark files.  If you do
14734 this while Gnus is running and your nnmaildir server is open, it's
14735 best to exit all summary buffers for nnmaildir groups and type @kbd{s}
14736 in the group buffer first, and to type @kbd{g} or @kbd{M-g} in the
14737 group buffer afterwards.  Otherwise, Gnus might not pick up the
14738 changes, and might undo them.
14739
14740
14741 @node Mail Folders
14742 @subsubsection Mail Folders
14743 @cindex nnfolder
14744 @cindex mbox folders
14745 @cindex mail folders
14746
14747 @code{nnfolder} is a back end for storing each mail group in a separate
14748 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
14749 will add extra headers to keep track of article numbers and arrival
14750 dates.
14751
14752 @cindex self contained nnfolder servers
14753 @cindex marks
14754 When the marks file is used (which it is by default), @code{nnfolder}
14755 servers have the property that you may backup them using @code{tar} or
14756 similar, and later be able to restore them into Gnus (by adding the
14757 proper @code{nnfolder} server) and have all your marks be preserved.
14758 Marks for a group is usually stored in a file named as the mbox file
14759 with @code{.mrk} concatenated to it (but see
14760 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder} directory.
14761 Individual @code{nnfolder} groups are also possible to backup, use
14762 @kbd{G m} to restore the group (after restoring the backup into the
14763 @code{nnfolder} directory).
14764
14765 Virtual server settings:
14766
14767 @table @code
14768 @item nnfolder-directory
14769 @vindex nnfolder-directory
14770 All the @code{nnfolder} mail boxes will be stored under this directory.
14771 The default is the value of @code{message-directory} (whose default is
14772 @file{~/Mail})
14773
14774 @item nnfolder-active-file
14775 @vindex nnfolder-active-file
14776 The name of the active file.  The default is @file{~/Mail/active}.
14777
14778 @item nnfolder-newsgroups-file
14779 @vindex nnfolder-newsgroups-file
14780 The name of the group descriptions file.  @xref{Newsgroups File
14781 Format}.  The default is @file{~/Mail/newsgroups}
14782
14783 @item nnfolder-get-new-mail
14784 @vindex nnfolder-get-new-mail
14785 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The default
14786 is @code{t}
14787
14788 @item nnfolder-save-buffer-hook
14789 @vindex nnfolder-save-buffer-hook
14790 @cindex backup files
14791 Hook run before saving the folders.  Note that Emacs does the normal
14792 backup renaming of files even with the @code{nnfolder} buffers.  If you
14793 wish to switch this off, you could say something like the following in
14794 your @file{.emacs} file:
14795
14796 @lisp
14797 (defun turn-off-backup ()
14798   (set (make-local-variable 'backup-inhibited) t))
14799
14800 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
14801 @end lisp
14802
14803 @item nnfolder-delete-mail-hook
14804 @vindex nnfolder-delete-mail-hook
14805 Hook run in a buffer narrowed to the message that is to be deleted.
14806 This function can be used to copy the message to somewhere else, or to
14807 extract some information from it before removing it.
14808
14809 @item nnfolder-nov-is-evil
14810 @vindex nnfolder-nov-is-evil
14811 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14812 default is @code{nil}.
14813
14814 @item nnfolder-nov-file-suffix
14815 @vindex nnfolder-nov-file-suffix
14816 The extension for @sc{nov} files.  The default is @file{.nov}.
14817
14818 @item nnfolder-nov-directory
14819 @vindex nnfolder-nov-directory
14820 The directory where the @sc{nov} files should be stored.  If nil,
14821 @code{nnfolder-directory} is used.
14822
14823 @item nnfolder-marks-is-evil
14824 @vindex nnfolder-marks-is-evil
14825 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14826 default is @code{nil}.
14827
14828 @item nnfolder-marks-file-suffix
14829 @vindex nnfolder-marks-file-suffix
14830 The extension for @sc{marks} files.  The default is @file{.mrk}.
14831
14832 @item nnfolder-marks-directory
14833 @vindex nnfolder-marks-directory
14834 The directory where the @sc{marks} files should be stored.  If nil,
14835 @code{nnfolder-directory} is used.
14836
14837 @end table
14838
14839
14840 @findex nnfolder-generate-active-file
14841 @kindex M-x nnfolder-generate-active-file
14842 If you have lots of @code{nnfolder}-like files you'd like to read with
14843 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
14844 command to make @code{nnfolder} aware of all likely files in
14845 @code{nnfolder-directory}.  This only works if you use long file names,
14846 though.
14847
14848 @node Comparing Mail Back Ends
14849 @subsubsection Comparing Mail Back Ends
14850
14851 First, just for terminology, the @dfn{back end} is the common word for a
14852 low-level access method---a transport, if you will, by which something
14853 is acquired.  The sense is that one's mail has to come from somewhere,
14854 and so selection of a suitable back end is required in order to get that
14855 mail within spitting distance of Gnus.
14856
14857 The same concept exists for Usenet itself: Though access to articles is
14858 typically done by @sc{nntp} these days, once upon a midnight dreary, everyone
14859 in the world got at Usenet by running a reader on the machine where the
14860 articles lay (the machine which today we call an @sc{nntp} server), and
14861 access was by the reader stepping into the articles' directory spool
14862 area directly.  One can still select between either the @code{nntp} or
14863 @code{nnspool} back ends, to select between these methods, if one happens
14864 actually to live on the server (or can see its spool directly, anyway,
14865 via NFS).
14866
14867 The goal in selecting a mail back end is to pick one which
14868 simultaneously represents a suitable way of dealing with the original
14869 format plus leaving mail in a form that is convenient to use in the
14870 future.  Here are some high and low points on each:
14871
14872 @table @code
14873 @item nnmbox
14874
14875 UNIX systems have historically had a single, very common, and well-
14876 defined format.  All messages arrive in a single @dfn{spool file}, and
14877 they are delineated by a line whose regular expression matches
14878 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
14879 to make it clear in this instance that this is not the RFC-specified
14880 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
14881 historically from the Unix environment, it is simplest if one does not
14882 mess a great deal with the original mailbox format, so if one chooses
14883 this back end, Gnus' primary activity in getting mail from the real spool
14884 area to Gnus' preferred directory is simply to copy it, with no
14885 (appreciable) format change in the process.  It is the ``dumbest'' way
14886 to move mail into availability in the Gnus environment.  This makes it
14887 fast to move into place, but slow to parse, when Gnus has to look at
14888 what's where.
14889
14890 @item nnbabyl
14891
14892 Once upon a time, there was the DEC-10 and DEC-20, running operating
14893 systems called TOPS and related things, and the usual (only?) mail
14894 reading environment was a thing called Babyl.  I don't know what format
14895 was used for mail landing on the system, but Babyl had its own internal
14896 format to which mail was converted, primarily involving creating a
14897 spool-file-like entity with a scheme for inserting Babyl-specific
14898 headers and status bits above the top of each message in the file.
14899 RMAIL was Emacs' first mail reader, it was written by Richard Stallman,
14900 and Stallman came out of that TOPS/Babyl environment, so he wrote RMAIL
14901 to understand the mail files folks already had in existence.  Gnus (and
14902 VM, for that matter) continue to support this format because it's
14903 perceived as having some good qualities in those mailer-specific
14904 headers/status bits stuff.  RMAIL itself still exists as well, of
14905 course, and is still maintained by Stallman.
14906
14907 Both of the above forms leave your mail in a single file on your
14908 file system, and they must parse that entire file each time you take a
14909 look at your mail.
14910
14911 @item nnml
14912
14913 @code{nnml} is the back end which smells the most as though you were
14914 actually operating with an @code{nnspool}-accessed Usenet system.  (In
14915 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
14916 lo these years ago.)  One's mail is taken from the original spool file,
14917 and is then cut up into individual message files, 1:1.  It maintains a
14918 Usenet-style active file (analogous to what one finds in an INN- or
14919 CNews-based news system in (for instance) @file{/var/lib/news/active},
14920 or what is returned via the @samp{NNTP LIST} verb) and also creates
14921 @dfn{overview} files for efficient group entry, as has been defined for
14922 @sc{nntp} servers for some years now.  It is slower in mail-splitting,
14923 due to the creation of lots of files, updates to the @code{nnml} active
14924 file, and additions to overview files on a per-message basis, but it is
14925 extremely fast on access because of what amounts to the indexing support
14926 provided by the active file and overviews.
14927
14928 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
14929 resource which defines available places in the file system to put new
14930 files.  Sysadmins take a dim view of heavy inode occupation within
14931 tight, shared file systems.  But if you live on a personal machine where
14932 the file system is your own and space is not at a premium, @code{nnml}
14933 wins big.
14934
14935 It is also problematic using this back end if you are living in a
14936 FAT16-based Windows world, since much space will be wasted on all these
14937 tiny files.
14938
14939 @item nnmh
14940
14941 The Rand MH mail-reading system has been around UNIX systems for a very
14942 long time; it operates by splitting one's spool file of messages into
14943 individual files, but with little or no indexing support -- @code{nnmh}
14944 is considered to be semantically equivalent to ``@code{nnml} without
14945 active file or overviews''.  This is arguably the worst choice, because
14946 one gets the slowness of individual file creation married to the
14947 slowness of access parsing when learning what's new in one's groups.
14948
14949 @item nnfolder
14950
14951 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
14952 method described above) on a per-group basis.  That is, @code{nnmbox}
14953 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
14954 little bit of optimization to this so that each of one's mail groups has
14955 a Unix mail box file.  It's faster than @code{nnmbox} because each group
14956 can be parsed separately, and still provides the simple Unix mail box
14957 format requiring minimal effort in moving the mail around.  In addition,
14958 it maintains an ``active'' file making it much faster for Gnus to figure
14959 out how many messages there are in each separate group.
14960
14961 If you have groups that are expected to have a massive amount of
14962 messages, @code{nnfolder} is not the best choice, but if you receive
14963 only a moderate amount of mail, @code{nnfolder} is probably the most
14964 friendly mail back end all over.
14965
14966 @item nnmaildir
14967
14968 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
14969 differences.  Each message is stored in a separate file, but the
14970 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
14971 also stores the equivalent of @code{nnml}'s overview files in one file
14972 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
14973 @code{df -i} to see how plentiful your inode supply is.)  If this slows
14974 you down or takes up very much space, consider switching to ReiserFS
14975 (@uref{http://www.namesys.com/}) or another non-block-structured
14976 file system.
14977
14978 Since maildirs don't require locking for delivery, the maildirs you use
14979 as groups can also be the maildirs your mail is directly delivered to.
14980 This means you can skip Gnus's mail splitting if your mail is already
14981 organized into different mailboxes during delivery.  A @code{directory}
14982 entry in @code{mail-sources} would have a similar effect, but would
14983 require one set of mailboxes for spooling deliveries (in mbox format,
14984 thus damaging message bodies), and another set to be used as groups (in
14985 whatever format you like).  A maildir has a built-in spool, in the
14986 @code{new/} subdirectory.  Beware that currently, mail moved from
14987 @code{new/} to @code{cur/} instead of via mail splitting will undergo
14988 treatment such as duplicate checking.
14989
14990 An article will not necessarily keep the same number across Gnus
14991 sessions; articles are renumbered starting from 1 for each Gnus session
14992 (more precisely, each time you open the @code{nnmaildir} server).  This
14993 way, you don't get gaps in your article number ranges, and when entering
14994 large groups, Gnus is likely to give a more accurate article count.  The
14995 price is that @code{nnmaildir} doesn't work with the cache or agent.
14996 This will probably be changed in the future.
14997
14998 @code{nnmaildir} stores article marks for a given group in the
14999 corresponding maildir, in a way designed so that it's easy to manipulate
15000 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15001 else, and still have your marks.  @code{nnml} also stores marks, but
15002 it's not as easy to work with them from outside Gnus as with
15003 @code{nnmaildir}.
15004
15005 For configuring expiry and other things, @code{nnmaildir} uses group
15006 parameters slightly different from those of other mail back ends.
15007
15008 @code{nnmaildir} uses a significant amount of memory to speed things up.
15009 (It keeps in memory some of the things that @code{nnml} stores in files
15010 and that @code{nnmh} repeatedly parses out of message files.)  If this
15011 is a problem for you, you can set the @code{nov-cache-size} group
15012 parameter to something small (0 would probably not work, but 1 probably
15013 would) to make it use less memory.
15014
15015 Startup and shutdown are likely to be slower with @code{nnmaildir} than
15016 with other back ends.  Everything in between is likely to be faster,
15017 depending in part on your file system.
15018
15019 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15020 to write an @code{nnmaildir}-derived back end.
15021
15022 @end table
15023
15024
15025 @node Browsing the Web
15026 @section Browsing the Web
15027 @cindex web
15028 @cindex browsing the web
15029 @cindex www
15030 @cindex http
15031
15032 Web-based discussion forums are getting more and more popular.  On many
15033 subjects, the web-based forums have become the most important forums,
15034 eclipsing the importance of mailing lists and news groups.  The reason
15035 is easy to understand---they are friendly to new users; you just point
15036 and click, and there's the discussion.  With mailing lists, you have to
15037 go through a cumbersome subscription procedure, and most people don't
15038 even know what a news group is.
15039
15040 The problem with this scenario is that web browsers are not very good at
15041 being newsreaders.  They do not keep track of what articles you've read;
15042 they do not allow you to score on subjects you're interested in; they do
15043 not allow off-line browsing; they require you to click around and drive
15044 you mad in the end.
15045
15046 So---if web browsers suck at reading discussion forums, why not use Gnus
15047 to do it instead?
15048
15049 Gnus has been getting a bit of a collection of back ends for providing
15050 interfaces to these sources.
15051
15052 @menu
15053 * Archiving Mail::              
15054 * Web Searches::                Creating groups from articles that match a string.
15055 * Slashdot::                    Reading the Slashdot comments.
15056 * Ultimate::                    The Ultimate Bulletin Board systems.
15057 * Web Archive::                 Reading mailing list archived on web.
15058 * RSS::                         Reading RDF site summary.
15059 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15060 @end menu
15061
15062 All the web sources require Emacs/w3 and the url library to work.
15063
15064 The main caveat with all these web sources is that they probably won't
15065 work for a very long time.  Gleaning information from the @sc{html} data
15066 is guesswork at best, and when the layout is altered, the Gnus back end
15067 will fail.  If you have reasonably new versions of these back ends,
15068 though, you should be ok.
15069
15070 One thing all these Web methods have in common is that the Web sources
15071 are often down, unavailable or just plain too slow to be fun.  In those
15072 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15073 Unplugged}) handle downloading articles, and then you can read them at
15074 leisure from your local disk.  No more World Wide Wait for you.
15075
15076 @node Archiving Mail
15077 @subsection Archiving Mail
15078 @cindex archiving mail
15079 @cindex backup of mail
15080
15081 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15082 @code{nnmaildir}, now actually store the article marks with each group.
15083 For these servers, archiving and restoring a group while preserving
15084 marks is fairly simple.
15085
15086 (Preserving the group level and group parameters as well still
15087 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15088 though.)
15089
15090 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15091 server, take a recursive copy of the server directory.  There is no need
15092 to shut down Gnus, so archiving may be invoked by @code{cron} or
15093 similar.  You restore the data by restoring the directory tree, and
15094 adding a server definition pointing to that directory in Gnus. The
15095 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15096 might interfere with overwriting data, so you may want to shut down Gnus
15097 before you restore the data.
15098
15099 It is also possible to archive individual @code{nnml},
15100 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15101 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15102 directory.  For @code{nnfolder} you need to copy both the base folder
15103 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15104 this example). Restoring the group is done with @kbd{G m} from the Group
15105 buffer.  The last step makes Gnus notice the new directory.
15106 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15107 is unnecessary in that case.
15108
15109 @node Web Searches
15110 @subsection Web Searches
15111 @cindex nnweb
15112 @cindex Google
15113 @cindex dejanews
15114 @cindex gmane
15115 @cindex Usenet searches
15116 @cindex searching the Usenet
15117
15118 It's, like, too neat to search the Usenet for articles that match a
15119 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15120 those, like, Web browsers, and you, like, have to, rilly, like, look at
15121 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15122 searches without having to use a browser.
15123
15124 The @code{nnweb} back end allows an easy interface to the mighty search
15125 engine.  You create an @code{nnweb} group, enter a search pattern, and
15126 then enter the group and read the articles like you would any normal
15127 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15128 Groups}) will do this in an easy-to-use fashion.
15129
15130 @code{nnweb} groups don't really lend themselves to being solid
15131 groups---they have a very fleeting idea of article numbers.  In fact,
15132 each time you enter an @code{nnweb} group (not even changing the search
15133 pattern), you are likely to get the articles ordered in a different
15134 manner.  Not even using duplicate suppression (@pxref{Duplicate
15135 Suppression}) will help, since @code{nnweb} doesn't even know the
15136 @code{Message-ID} of the articles before reading them using some search
15137 engines (Google, for instance).  The only possible way to keep track
15138 of which articles you've read is by scoring on the @code{Date}
15139 header---mark all articles posted before the last date you read the
15140 group as read.
15141
15142 If the search engine changes its output substantially, @code{nnweb}
15143 won't be able to parse it and will fail.  One could hardly fault the Web
15144 providers if they were to do this---their @emph{raison d'être} is to
15145 make money off of advertisements, not to provide services to the
15146 community.  Since @code{nnweb} washes the ads off all the articles, one
15147 might think that the providers might be somewhat miffed.  We'll see.
15148
15149 You must have the @code{url} and @code{w3} package installed to be able
15150 to use @code{nnweb}.
15151
15152 Virtual server variables:
15153
15154 @table @code
15155 @item nnweb-type
15156 @vindex nnweb-type
15157 What search engine type is being used.  The currently supported types
15158 are @code{google}, @code{dejanews}, and @code{gmane}. Note that
15159 @code{dejanews} is an alias to @code{google}.
15160
15161 @item nnweb-search
15162 @vindex nnweb-search
15163 The search string to feed to the search engine.
15164
15165 @item nnweb-max-hits
15166 @vindex nnweb-max-hits
15167 Advisory maximum number of hits per search to display.  The default is
15168 999.
15169
15170 @item nnweb-type-definition
15171 @vindex nnweb-type-definition
15172 Type-to-definition alist.  This alist says what @code{nnweb} should do
15173 with the various search engine types.  The following elements must be
15174 present:
15175
15176 @table @code
15177 @item article
15178 Function to decode the article and provide something that Gnus
15179 understands.
15180
15181 @item map
15182 Function to create an article number to message header and URL alist.
15183
15184 @item search
15185 Function to send the search string to the search engine.
15186
15187 @item address
15188 The address the aforementioned function should send the search string
15189 to.
15190
15191 @item id
15192 Format string URL to fetch an article by @code{Message-ID}.
15193 @end table
15194
15195 @end table
15196
15197
15198 @node Slashdot
15199 @subsection Slashdot
15200 @cindex Slashdot
15201 @cindex nnslashdot
15202
15203 Slashdot (@uref{http://slashdot.org/}) is a popular news site, with
15204 lively discussion following the news articles.  @code{nnslashdot} will
15205 let you read this forum in a convenient manner.
15206
15207 The easiest way to read this source is to put something like the
15208 following in your @file{.gnus.el} file:
15209
15210 @lisp
15211 (setq gnus-secondary-select-methods
15212       '((nnslashdot "")))
15213 @end lisp
15214
15215 This will make Gnus query the @code{nnslashdot} back end for new comments
15216 and groups.  The @kbd{F} command will subscribe each new news article as
15217 a new Gnus group, and you can read the comments by entering these
15218 groups.  (Note that the default subscription method is to subscribe new
15219 groups as zombies.  Other methods are available (@pxref{Subscription
15220 Methods}).
15221
15222 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15223 command is the most handy tool (@pxref{Foreign Groups}).
15224
15225 When following up to @code{nnslashdot} comments (or posting new
15226 comments), some light @sc{html}izations will be performed.  In
15227 particular, text quoted with @samp{> } will be quoted with
15228 @code{blockquote} instead, and signatures will have @code{br} added to
15229 the end of each line.  Other than that, you can just write @sc{html}
15230 directly into the message buffer.  Note that Slashdot filters out some
15231 @sc{html} forms.
15232
15233 The following variables can be altered to change its behavior:
15234
15235 @table @code
15236 @item nnslashdot-threaded
15237 Whether @code{nnslashdot} should display threaded groups or not.  The
15238 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15239 has to retrieve absolutely all comments in a group upon entry.  If a
15240 threaded display is not required, @code{nnslashdot} will only retrieve
15241 the comments that are actually wanted by the user.  Threading is nicer,
15242 but much, much slower than unthreaded.
15243
15244 @item nnslashdot-login-name
15245 @vindex nnslashdot-login-name
15246 The login name to use when posting.
15247
15248 @item nnslashdot-password
15249 @vindex nnslashdot-password
15250 The password to use when posting.
15251
15252 @item nnslashdot-directory
15253 @vindex nnslashdot-directory
15254 Where @code{nnslashdot} will store its files.  The default is
15255 @file{~/News/slashdot/}.
15256
15257 @item nnslashdot-active-url
15258 @vindex nnslashdot-active-url
15259 The @sc{url} format string that will be used to fetch the information on
15260 news articles and comments.  The default is
15261 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15262
15263 @item nnslashdot-comments-url
15264 @vindex nnslashdot-comments-url
15265 The @sc{url} format string that will be used to fetch comments.  The
15266 default is
15267 @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d}.
15268
15269 @item nnslashdot-article-url
15270 @vindex nnslashdot-article-url
15271 The @sc{url} format string that will be used to fetch the news article.  The
15272 default is
15273 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15274
15275 @item nnslashdot-threshold
15276 @vindex nnslashdot-threshold
15277 The score threshold.  The default is -1.
15278
15279 @item nnslashdot-group-number
15280 @vindex nnslashdot-group-number
15281 The number of old groups, in addition to the ten latest, to keep
15282 updated.  The default is 0.
15283
15284 @end table
15285
15286
15287
15288 @node Ultimate
15289 @subsection Ultimate
15290 @cindex nnultimate
15291 @cindex Ultimate Bulletin Board
15292
15293 The Ultimate Bulletin Board (@uref{http://www.ultimatebb.com/}) is
15294 probably the most popular Web bulletin board system used.  It has a
15295 quite regular and nice interface, and it's possible to get the
15296 information Gnus needs to keep groups updated.
15297
15298 The easiest way to get started with @code{nnultimate} is to say
15299 something like the following in the group buffer:  @kbd{B nnultimate RET
15300 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @sc{url}
15301 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15302 you're interested in; there's quite a list of them on the Ultimate web
15303 site.)  Then subscribe to the groups you're interested in from the
15304 server buffer, and read them from the group buffer.
15305
15306 The following @code{nnultimate} variables can be altered:
15307
15308 @table @code
15309 @item nnultimate-directory
15310 @vindex nnultimate-directory
15311 The directory where @code{nnultimate} stores its files.  The default is
15312 @file{~/News/ultimate/}.
15313 @end table
15314
15315
15316 @node Web Archive
15317 @subsection Web Archive
15318 @cindex nnwarchive
15319 @cindex Web Archive
15320
15321 Some mailing lists only have archives on Web servers, such as
15322 @uref{http://www.egroups.com/} and
15323 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15324 interface, and it's possible to get the information Gnus needs to keep
15325 groups updated.
15326
15327 @findex gnus-group-make-warchive-group
15328 The easiest way to get started with @code{nnwarchive} is to say
15329 something like the following in the group buffer: @kbd{M-x
15330 gnus-group-make-warchive-group RET an_egroup RET egroups RET
15331 www.egroups.com RET your@@email.address RET}.  (Substitute the
15332 @sc{an_egroup} with the mailing list you subscribed, the
15333 @sc{your@@email.address} with your email address.), or to browse the
15334 back end by @kbd{B nnwarchive RET mail-archive RET}.
15335
15336 The following @code{nnwarchive} variables can be altered:
15337
15338 @table @code
15339 @item nnwarchive-directory
15340 @vindex nnwarchive-directory
15341 The directory where @code{nnwarchive} stores its files.  The default is
15342 @file{~/News/warchive/}.
15343
15344 @item nnwarchive-login
15345 @vindex nnwarchive-login
15346 The account name on the web server.
15347
15348 @item nnwarchive-passwd
15349 @vindex nnwarchive-passwd
15350 The password for your account on the web server.
15351 @end table
15352
15353 @node RSS
15354 @subsection RSS
15355 @cindex nnrss
15356 @cindex RSS
15357
15358 Some sites have RDF site summary (RSS)
15359 @uref{http://purl.org/rss/1.0/spec}.  It has a quite regular and nice
15360 interface, and it's possible to get the information Gnus needs to keep
15361 groups updated.
15362
15363 The easiest way to get started with @code{nnrss} is to say something
15364 like the following in the group buffer: @kbd{B nnrss RET RET}, then
15365 subscribe groups.
15366
15367 The following @code{nnrss} variables can be altered:
15368
15369 @table @code
15370 @item nnrss-directory
15371 @vindex nnrss-directory
15372 The directory where @code{nnrss} stores its files.  The default is
15373 @file{~/News/rss/}.
15374
15375 @end table
15376
15377 The following code may be helpful, if you want to show the description in
15378 the summary buffer.
15379
15380 @lisp
15381 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15382 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15383
15384 (defun gnus-user-format-function-X (header)
15385   (let ((descr
15386          (assq nnrss-description-field (mail-header-extra header))))
15387     (if descr (concat "\n\t" (cdr descr)) "")))
15388 @end lisp
15389
15390 The following code may be useful to open an nnrss url directly from the
15391 summary buffer.
15392 @lisp
15393 (require 'browse-url)
15394
15395 (defun browse-nnrss-url( arg )
15396   (interactive "p")
15397   (let ((url (assq nnrss-url-field
15398                    (mail-header-extra
15399                     (gnus-data-header
15400                      (assq (gnus-summary-article-number)
15401                            gnus-newsgroup-data))))))
15402     (if url
15403         (progn
15404           (browse-url (cdr url))
15405           (gnus-summary-mark-as-read-forward 1))
15406       (gnus-summary-scroll-up arg))))
15407
15408 (eval-after-load "gnus"
15409   #'(define-key gnus-summary-mode-map
15410       (kbd "<RET>") 'browse-nnrss-url))
15411 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15412 @end lisp
15413
15414 @node Customizing w3
15415 @subsection Customizing w3
15416 @cindex w3
15417 @cindex html
15418 @cindex url
15419 @cindex Netscape
15420
15421 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15422 pages.  Emacs/w3 is documented in its own manual, but there are some
15423 things that may be more relevant for Gnus users.
15424
15425 For instance, a common question is how to make Emacs/w3 follow links
15426 using the @code{browse-url} functions (which will call some external web
15427 browser like Netscape).  Here's one way:
15428
15429 @lisp
15430 (eval-after-load "w3"
15431   '(progn
15432     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15433     (defun w3-fetch (&optional url target)
15434       (interactive (list (w3-read-url-with-default)))
15435       (if (eq major-mode 'gnus-article-mode)
15436           (browse-url url)
15437         (w3-fetch-orig url target)))))
15438 @end lisp
15439
15440 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15441 @sc{html} in the Gnus article buffers will use @code{browse-url} to
15442 follow the link.
15443
15444
15445 @node IMAP
15446 @section IMAP
15447 @cindex nnimap
15448 @cindex @sc{imap}
15449
15450 @sc{imap} is a network protocol for reading mail (or news, or @dots{}),
15451 think of it as a modernized @sc{nntp}.  Connecting to a @sc{imap}
15452 server is much similar to connecting to a news server, you just
15453 specify the network address of the server.
15454
15455 @sc{imap} has two properties.  First, @sc{imap} can do everything that
15456 POP can, it can hence be viewed as a POP++.  Secondly, @sc{imap} is a
15457 mail storage protocol, similar to @sc{nntp} being a news storage
15458 protocol -- however, @sc{imap} offers more features than @sc{nntp}
15459 because news is more or less read-only whereas mail is read-write.
15460
15461 If you want to use @sc{imap} as a POP++, use an imap entry in
15462 @code{mail-sources}.  With this, Gnus will fetch mails from the
15463 @sc{imap} server and store them on the local disk.  This is not the
15464 usage described in this section--@xref{Mail Sources}.
15465
15466 If you want to use @sc{imap} as a mail storage protocol, use an nnimap
15467 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15468 manipulate mails stored on the @sc{imap} server.  This is the kind of
15469 usage explained in this section.
15470
15471 A server configuration in @file{~/.gnus} with a few @sc{imap} servers
15472 might look something like the following. (Note that for SSL/TLS, you
15473 need external programs and libraries, see below.)
15474
15475 @lisp
15476 (setq gnus-secondary-select-methods
15477       '((nnimap "simpleserver") ; no special configuration
15478         ; perhaps a ssh port forwarded server:
15479         (nnimap "dolk"
15480                 (nnimap-address "localhost")
15481                 (nnimap-server-port 1430))
15482         ; a UW server running on localhost
15483         (nnimap "barbar"
15484                 (nnimap-server-port 143)
15485                 (nnimap-address "localhost")
15486                 (nnimap-list-pattern ("INBOX" "mail/*")))
15487         ; anonymous public cyrus server:
15488         (nnimap "cyrus.andrew.cmu.edu"
15489                 (nnimap-authenticator anonymous)
15490                 (nnimap-list-pattern "archive.*")
15491                 (nnimap-stream network))
15492         ; a ssl server on a non-standard port:
15493         (nnimap "vic20"
15494                 (nnimap-address "vic20.somewhere.com")
15495                 (nnimap-server-port 9930)
15496                 (nnimap-stream ssl))))
15497 @end lisp
15498
15499 After defining the new server, you can subscribe to groups on the
15500 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15501 (@pxref{Subscription Commands}) or via the Server Buffer
15502 (@pxref{Server Buffer}).
15503
15504 The following variables can be used to create a virtual @code{nnimap}
15505 server:
15506
15507 @table @code
15508
15509 @item nnimap-address
15510 @vindex nnimap-address
15511
15512 The address of the remote @sc{imap} server.  Defaults to the virtual
15513 server name if not specified.
15514
15515 @item nnimap-server-port
15516 @vindex nnimap-server-port
15517 Port on server to contact.  Defaults to port 143, or 993 for SSL.
15518
15519 Note that this should be an integer, example server specification:
15520
15521 @lisp
15522 (nnimap "mail.server.com"
15523         (nnimap-server-port 4711))
15524 @end lisp
15525
15526 @item nnimap-list-pattern
15527 @vindex nnimap-list-pattern
15528 String or list of strings of mailboxes to limit available groups to.
15529 This is used when the server has very many mailboxes and you're only
15530 interested in a few -- some servers export your home directory via
15531 @sc{imap}, you'll probably want to limit the mailboxes to those in
15532 @file{~/Mail/*} then.
15533
15534 The string can also be a cons of REFERENCE and the string as above, what
15535 REFERENCE is used for is server specific, but on the University of
15536 Washington server it's a directory that will be concatenated with the
15537 mailbox.
15538
15539 Example server specification:
15540
15541 @lisp
15542 (nnimap "mail.server.com"
15543         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15544                                ("~friend/Mail/" . "list/*"))))
15545 @end lisp
15546
15547 @item nnimap-stream
15548 @vindex nnimap-stream
15549 The type of stream used to connect to your server.  By default, nnimap
15550 will detect and automatically use all of the below, with the exception
15551 of SSL/TLS. (@sc{imap} over SSL/TLS is being replaced by STARTTLS, which
15552 can be automatically detected, but it's not widely deployed yet.)
15553
15554 Example server specification:
15555
15556 @lisp
15557 (nnimap "mail.server.com"
15558         (nnimap-stream ssl))
15559 @end lisp
15560
15561 Please note that the value of @code{nnimap-stream} is a symbol!
15562
15563 @itemize @bullet
15564 @item
15565 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5). Requires the
15566 @samp{imtest} program.
15567 @item
15568 @dfn{kerberos4:} Connect with Kerberos 4. Requires the @samp{imtest} program.
15569 @item
15570 @dfn{starttls:} Connect via the STARTTLS extension (similar to
15571 SSL).  Requires the external library @samp{starttls.el} and program
15572 @samp{starttls}.
15573 @item
15574 @dfn{ssl:} Connect through SSL.  Requires OpenSSL (the program
15575 @samp{openssl}) or SSLeay (@samp{s_client}).
15576 @item
15577 @dfn{shell:} Use a shell command to start @sc{imap} connection.
15578 @item
15579 @dfn{network:} Plain, TCP/IP network connection.
15580 @end itemize
15581
15582 @vindex imap-kerberos4-program
15583 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
15584 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
15585 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
15586 to make @code{imap.el} use a pty instead of a pipe when communicating
15587 with @samp{imtest}.  You will then suffer from a line length
15588 restrictions on @sc{imap} commands, which might make Gnus seem to hang
15589 indefinitely if you have many articles in a mailbox.  The variable
15590 @code{imap-kerberos4-program} contain parameters to pass to the imtest
15591 program.
15592
15593 @vindex imap-ssl-program
15594 For SSL connections, the OpenSSL program is available from
15595 @uref{http://www.openssl.org/}. OpenSSL was formerly known as SSLeay,
15596 and nnimap support it too - although the most recent versions of
15597 SSLeay, 0.9.x, are known to have serious bugs making it
15598 useless. Earlier versions, especially 0.8.x, of SSLeay are known to
15599 work. The variable @code{imap-ssl-program} contain parameters to pass
15600 to OpenSSL/SSLeay.
15601
15602 @vindex imap-shell-program
15603 @vindex imap-shell-host
15604 For @sc{imap} connections using the @code{shell} stream, the variable
15605 @code{imap-shell-program} specify what program to call.
15606
15607 @item nnimap-authenticator
15608 @vindex nnimap-authenticator
15609
15610 The authenticator used to connect to the server.  By default, nnimap
15611 will use the most secure authenticator your server is capable of.
15612
15613 Example server specification:
15614
15615 @lisp
15616 (nnimap "mail.server.com"
15617         (nnimap-authenticator anonymous))
15618 @end lisp
15619
15620 Please note that the value of @code{nnimap-authenticator} is a symbol!
15621
15622 @itemize @bullet
15623 @item
15624 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication. Requires
15625 external program @code{imtest}.
15626 @item
15627 @dfn{kerberos4:} Kerberos 4 authentication. Requires external program
15628 @code{imtest}.
15629 @item
15630 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5. Requires
15631 external library @code{digest-md5.el}.
15632 @item
15633 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
15634 @item
15635 @dfn{login:} Plain-text username/password via LOGIN.
15636 @item
15637 @dfn{anonymous:} Login as `anonymous', supplying your email address as password.
15638 @end itemize
15639
15640 @item nnimap-expunge-on-close
15641 @cindex Expunging
15642 @vindex nnimap-expunge-on-close
15643 Unlike Parmenides the @sc{imap} designers has decided that things that
15644 doesn't exist actually does exist.  More specifically, @sc{imap} has
15645 this concept of marking articles @code{Deleted} which doesn't actually
15646 delete them, and this (marking them @code{Deleted}, that is) is what
15647 nnimap does when you delete a article in Gnus (with @kbd{B DEL} or
15648 similar).
15649
15650 Since the articles aren't really removed when we mark them with the
15651 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
15652 running in circles yet?
15653
15654 Traditionally, nnimap has removed all articles marked as @code{Deleted}
15655 when closing a mailbox but this is now configurable by this server
15656 variable.
15657
15658 The possible options are:
15659
15660 @table @code
15661
15662 @item always
15663 The default behavior, delete all articles marked as ``Deleted'' when
15664 closing a mailbox.
15665 @item never
15666 Never actually delete articles.  Currently there is no way of showing
15667 the articles marked for deletion in nnimap, but other @sc{imap} clients
15668 may allow you to do this.  If you ever want to run the EXPUNGE command
15669 manually, @xref{Expunging mailboxes}.
15670 @item ask
15671 When closing mailboxes, nnimap will ask if you wish to expunge deleted
15672 articles or not.
15673
15674 @end table
15675
15676 @item nnimap-importantize-dormant
15677 @vindex nnimap-importantize-dormant
15678
15679 If non-nil (the default), marks dormant articles as ticked (as well),
15680 for other @sc{imap} clients. Within Gnus, dormant articles will
15681 naturally still (only) be marked as dormant.  This is to make dormant
15682 articles stand out, just like ticked articles, in other @sc{imap}
15683 clients. (In other words, Gnus has two ``Tick'' marks and @sc{imap}
15684 has only one.)
15685
15686 Probably the only reason for frobing this would be if you're trying
15687 enable per-user persistant dormant flags, using something like:
15688
15689 @lisp
15690 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
15691         (format "gnus-dormant-%s" (user-login-name)))
15692 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
15693         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
15694 @end lisp
15695
15696 In this case, you would not want the per-user dormant flag showing up
15697 as ticked for other users.
15698
15699 @item nnimap-expunge-search-string
15700 @cindex Expunging
15701 @vindex nnimap-expunge-search-string
15702
15703 This variable contain the @sc{imap} search command sent to server when
15704 searching for articles eligible for expiring.  The default is
15705 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
15706 UID set and the second @code{%s} is replaced by a date.
15707
15708 Probably the only useful value to change this to is
15709 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
15710 messages instead of the internal article date. See section 6.4.4 of
15711 RFC 2060 for more information on valid strings.
15712
15713 @item nnimap-authinfo-file
15714 @vindex nnimap-authinfo-file
15715
15716 A file containing credentials used to log in on servers.  The format is
15717 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
15718 variable @code{nntp-authinfo-file} for exact syntax; also see
15719 @ref{NNTP}.
15720
15721 @end table
15722
15723 @menu
15724 * Splitting in IMAP::           Splitting mail with nnimap.
15725 * Expiring in IMAP::            Expiring mail with nnimap.
15726 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
15727 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
15728 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
15729 @end menu
15730
15731
15732
15733 @node Splitting in IMAP
15734 @subsection Splitting in IMAP
15735 @cindex splitting imap mail
15736
15737 Splitting is something Gnus users has loved and used for years, and now
15738 the rest of the world is catching up.  Yeah, dream on, not many
15739 @sc{imap} server has server side splitting and those that have splitting
15740 seem to use some non-standard protocol.  This means that @sc{imap}
15741 support for Gnus has to do it's own splitting.
15742
15743 And it does.
15744
15745 Here are the variables of interest:
15746
15747 @table @code
15748
15749 @item nnimap-split-crosspost
15750 @cindex splitting, crosspost
15751 @cindex crosspost
15752 @vindex nnimap-split-crosspost
15753
15754 If non-nil, do crossposting if several split methods match the mail.  If
15755 nil, the first match in @code{nnimap-split-rule} found will be used.
15756
15757 Nnmail equivalent: @code{nnmail-crosspost}.
15758
15759 @item nnimap-split-inbox
15760 @cindex splitting, inbox
15761 @cindex inbox
15762 @vindex nnimap-split-inbox
15763
15764 A string or a list of strings that gives the name(s) of @sc{imap}
15765 mailboxes to split from.  Defaults to nil, which means that splitting is
15766 disabled!
15767
15768 @lisp
15769 (setq nnimap-split-inbox
15770       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
15771 @end lisp
15772
15773 No nnmail equivalent.
15774
15775 @item nnimap-split-rule
15776 @cindex Splitting, rules
15777 @vindex nnimap-split-rule
15778
15779 New mail found in @code{nnimap-split-inbox} will be split according to
15780 this variable.
15781
15782 This variable contains a list of lists, where the first element in the
15783 sublist gives the name of the @sc{imap} mailbox to move articles
15784 matching the regexp in the second element in the sublist.  Got that?
15785 Neither did I, we need examples.
15786
15787 @lisp
15788 (setq nnimap-split-rule
15789       '(("INBOX.nnimap"
15790          "^Sender: owner-nnimap@@vic20.globalcom.se")
15791         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
15792         ("INBOX.private" "")))
15793 @end lisp
15794
15795 This will put all articles from the nnimap mailing list into mailbox
15796 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
15797 into INBOX.junk and everything else in INBOX.private.
15798
15799 The first string may contain `\\1' forms, like the ones used by
15800 replace-match to insert sub-expressions from the matched text.  For
15801 instance:
15802
15803 @lisp
15804 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
15805 @end lisp
15806
15807 The first element can also be the symbol @code{junk} to indicate that
15808 matching messages should simply be deleted.  Use with care.
15809
15810 The second element can also be a function.  In that case, it will be
15811 called with the first element of the rule as the argument, in a buffer
15812 containing the headers of the article.  It should return a non-nil value
15813 if it thinks that the mail belongs in that group.
15814
15815 Nnmail users might recollect that the last regexp had to be empty to
15816 match all articles (like in the example above).  This is not required in
15817 nnimap.  Articles not matching any of the regexps will not be moved out
15818 of your inbox.  (This might affect performance if you keep lots of
15819 unread articles in your inbox, since the splitting code would go over
15820 them every time you fetch new mail.)
15821
15822 These rules are processed from the beginning of the alist toward the
15823 end.  The first rule to make a match will ``win'', unless you have
15824 crossposting enabled.  In that case, all matching rules will ``win''.
15825
15826 This variable can also have a function as its value, the function will
15827 be called with the headers narrowed and should return a group where it
15828 thinks the article should be split to.  See @code{nnimap-split-fancy}.
15829
15830 The splitting code tries to create mailboxes if it needs to.
15831
15832 To allow for different split rules on different virtual servers, and
15833 even different split rules in different inboxes on the same server,
15834 the syntax of this variable have been extended along the lines of:
15835
15836 @lisp
15837 (setq nnimap-split-rule
15838       '(("my1server"    (".*"    (("ding"    "ding@@gnus.org")
15839                                   ("junk"    "From:.*Simon")))
15840         ("my2server"    ("INBOX" nnimap-split-fancy))
15841         ("my[34]server" (".*"    (("private" "To:.*Simon")
15842                                   ("junk"    my-junk-func)))))
15843 @end lisp
15844
15845 The virtual server name is in fact a regexp, so that the same rules
15846 may apply to several servers.  In the example, the servers
15847 @code{my3server} and @code{my4server} both use the same rules.
15848 Similarly, the inbox string is also a regexp.  The actual splitting
15849 rules are as before, either a function, or a list with group/regexp or
15850 group/function elements.
15851
15852 Nnmail equivalent: @code{nnmail-split-methods}.
15853
15854 @item nnimap-split-predicate
15855 @cindex splitting
15856 @vindex nnimap-split-predicate
15857
15858 Mail matching this predicate in @code{nnimap-split-inbox} will be
15859 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
15860
15861 This might be useful if you use another @sc{imap} client to read mail in
15862 your inbox but would like Gnus to split all articles in the inbox
15863 regardless of readedness. Then you might change this to
15864 @samp{UNDELETED}.
15865
15866 @item nnimap-split-fancy
15867 @cindex splitting, fancy
15868 @findex nnimap-split-fancy
15869 @vindex nnimap-split-fancy
15870
15871 It's possible to set @code{nnimap-split-rule} to
15872 @code{nnmail-split-fancy} if you want to use fancy
15873 splitting. @xref{Fancy Mail Splitting}.
15874
15875 However, to be able to have different fancy split rules for nnmail and
15876 nnimap back ends you can set @code{nnimap-split-rule} to
15877 @code{nnimap-split-fancy} and define the nnimap specific fancy split
15878 rule in @code{nnimap-split-fancy}.
15879
15880 Example:
15881
15882 @lisp
15883 (setq nnimap-split-rule 'nnimap-split-fancy
15884       nnimap-split-fancy ...)
15885 @end lisp
15886
15887 Nnmail equivalent: @code{nnmail-split-fancy}.
15888
15889 @item nnimap-split-download-body
15890 @findex nnimap-split-download-body
15891 @vindex nnimap-split-download-body
15892
15893 Set to non-nil to download entire articles during splitting.  This is
15894 generally not required, and will slow things down considerably.  You
15895 may need it if you want to use an advanced splitting function that
15896 analyses the body to split the article.
15897
15898 @end table
15899
15900 @node Expiring in IMAP
15901 @subsection Expiring in IMAP
15902 @cindex expiring imap mail
15903
15904 Even though @code{nnimap} is not a proper @code{nnmail} derived back
15905 end, it supports most features in regular expiring (@pxref{Expiring
15906 Mail}).  Unlike splitting in IMAP (@pxref{Splitting in IMAP}) it do
15907 not clone the @code{nnmail} variables (i.e., creating
15908 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
15909 follows below are the variables used by the @code{nnimap} expiry
15910 process.
15911
15912 A note on how the expire mark is stored on the @sc{imap} server is
15913 appropriate here as well.  The expire mark is translated into a
15914 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
15915 message.  This means that likely only Gnus will understand and treat
15916 the @code{gnus-expire} mark properly, although other clients may allow
15917 you to view client specific flags on the message.  It also means that
15918 your server must support permanent storage of client specific flags on
15919 messages.  Most do, fortunately.
15920
15921 @table @code
15922
15923 @item nnmail-expiry-wait
15924 @item nnmail-expiry-wait-function
15925
15926 These variables are fully supported.  The expire value can be a
15927 number, the symbol @code{immediate} or @code{never}.
15928
15929 @item nnmail-expiry-target
15930
15931 This variable is supported, and internally implemented by calling the
15932 @code{nnmail} functions that handle this.  It contains an optimization
15933 that if the destination is a IMAP group on the same server, the
15934 article is copied instead of appended (that is, uploaded again).
15935
15936 @end table
15937
15938 @node Editing IMAP ACLs
15939 @subsection Editing IMAP ACLs
15940 @cindex editing imap acls
15941 @cindex Access Control Lists
15942 @cindex Editing @sc{imap} ACLs
15943 @kindex G l
15944 @findex gnus-group-nnimap-edit-acl
15945
15946 ACL stands for Access Control List.  ACLs are used in @sc{imap} for
15947 limiting (or enabling) other users access to your mail boxes.  Not all
15948 @sc{imap} servers support this, this function will give an error if it
15949 doesn't.
15950
15951 To edit a ACL for a mailbox, type @kbd{G l}
15952 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with a ACL
15953 editing window with detailed instructions.
15954
15955 Some possible uses:
15956
15957 @itemize @bullet
15958 @item
15959 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
15960 on your mailing list mailboxes enables other users on the same server to
15961 follow the list without subscribing to it.
15962 @item
15963 At least with the Cyrus server, you are required to give the user
15964 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
15965 mail sent to user+mailbox@@domain ending up in the @sc{imap} mailbox
15966 INBOX.mailbox).
15967 @end itemize
15968
15969 @node Expunging mailboxes
15970 @subsection Expunging mailboxes
15971 @cindex expunging
15972
15973 @cindex Expunge
15974 @cindex Manual expunging
15975 @kindex G x
15976 @findex gnus-group-nnimap-expunge
15977
15978 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
15979 you may want the option of expunging all deleted articles in a mailbox
15980 manually.  This is exactly what @kbd{G x} does.
15981
15982 Currently there is no way of showing deleted articles, you can just
15983 delete them.
15984
15985 @node A note on namespaces
15986 @subsection A note on namespaces
15987 @cindex IMAP namespace
15988 @cindex namespaces
15989
15990 The IMAP protocol has a concept called namespaces, described by the
15991 following text in the RFC:
15992
15993 @example
15994 5.1.2.  Mailbox Namespace Naming Convention
15995
15996    By convention, the first hierarchical element of any mailbox name
15997    which begins with "#" identifies the "namespace" of the remainder of
15998    the name.  This makes it possible to disambiguate between different
15999    types of mailbox stores, each of which have their own namespaces.
16000
16001       For example, implementations which offer access to USENET
16002       newsgroups MAY use the "#news" namespace to partition the USENET
16003       newsgroup namespace from that of other mailboxes.  Thus, the
16004       comp.mail.misc newsgroup would have an mailbox name of
16005       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16006       to a different object (e.g. a user's private mailbox).
16007 @end example
16008
16009 While there is nothing in this text that warrants concern for the IMAP
16010 implementation in Gnus, some servers use namespace prefixes in a way
16011 that does not work with how Gnus uses mailbox names.
16012
16013 Specifically, University of Washington's IMAP server uses mailbox
16014 names like @code{#driver.mbx/read-mail} which are valid only in the
16015 @sc{create} and @sc{append} commands.  After the mailbox is created
16016 (or a messages is appended to a mailbox), it must be accessed without
16017 the namespace prefix, i.e. @code{read-mail}.  Since Gnus do not make it
16018 possible for the user to guarantee that user entered mailbox names
16019 will only be used with the CREATE and APPEND commands, you should
16020 simply not use the namespace prefixed mailbox names in Gnus.
16021
16022 See the UoW @sc{imapd} documentation for the @code{#driver.*/} prefix
16023 for more information on how to use the prefixes.  They are a power
16024 tool and should be used only if you are sure what the effects are.
16025
16026 @node Other Sources
16027 @section Other Sources
16028
16029 Gnus can do more than just read news or mail.  The methods described
16030 below allow Gnus to view directories and files as if they were
16031 newsgroups.
16032
16033 @menu
16034 * Directory Groups::            You can read a directory as if it was a newsgroup.
16035 * Anything Groups::             Dired?  Who needs dired?
16036 * Document Groups::             Single files can be the basis of a group.
16037 * SOUP::                        Reading @sc{soup} packets ``offline''.
16038 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16039 @end menu
16040
16041
16042 @node Directory Groups
16043 @subsection Directory Groups
16044 @cindex nndir
16045 @cindex directory groups
16046
16047 If you have a directory that has lots of articles in separate files in
16048 it, you might treat it as a newsgroup.  The files have to have numerical
16049 names, of course.
16050
16051 This might be an opportune moment to mention @code{ange-ftp} (and its
16052 successor @code{efs}), that most wonderful of all wonderful Emacs
16053 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16054 back end to read directories.  Big deal.
16055
16056 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16057 enter the @code{ange-ftp} file name
16058 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16059 @code{ange-ftp} or @code{efs} will actually allow you to read this
16060 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16061
16062 @code{nndir} will use @sc{nov} files if they are present.
16063
16064 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16065 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16066 whatever you use @code{nndir} for, so you could switch to any of those
16067 methods if you feel the need to have a non-read-only @code{nndir}.
16068
16069
16070 @node Anything Groups
16071 @subsection Anything Groups
16072 @cindex nneething
16073
16074 From the @code{nndir} back end (which reads a single spool-like
16075 directory), it's just a hop and a skip to @code{nneething}, which
16076 pretends that any arbitrary directory is a newsgroup.  Strange, but
16077 true.
16078
16079 When @code{nneething} is presented with a directory, it will scan this
16080 directory and assign article numbers to each file.  When you enter such
16081 a group, @code{nneething} must create ``headers'' that Gnus can use.
16082 After all, Gnus is a newsreader, in case you're forgetting.
16083 @code{nneething} does this in a two-step process.  First, it snoops each
16084 file in question.  If the file looks like an article (i.e., the first
16085 few lines look like headers), it will use this as the head.  If this is
16086 just some arbitrary file without a head (e.g. a C source file),
16087 @code{nneething} will cobble up a header out of thin air.  It will use
16088 file ownership, name and date and do whatever it can with these
16089 elements.
16090
16091 All this should happen automatically for you, and you will be presented
16092 with something that looks very much like a newsgroup.  Totally like a
16093 newsgroup, to be precise.  If you select an article, it will be displayed
16094 in the article buffer, just as usual.
16095
16096 If you select a line that represents a directory, Gnus will pop you into
16097 a new summary buffer for this @code{nneething} group.  And so on.  You can
16098 traverse the entire disk this way, if you feel like, but remember that
16099 Gnus is not dired, really, and does not intend to be, either.
16100
16101 There are two overall modes to this action---ephemeral or solid.  When
16102 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16103 will not store information on what files you have read, and what files
16104 are new, and so on.  If you create a solid @code{nneething} group the
16105 normal way with @kbd{G m}, Gnus will store a mapping table between
16106 article numbers and file names, and you can treat this group like any
16107 other groups.  When you activate a solid @code{nneething} group, you will
16108 be told how many unread articles it contains, etc., etc.
16109
16110 Some variables:
16111
16112 @table @code
16113 @item nneething-map-file-directory
16114 @vindex nneething-map-file-directory
16115 All the mapping files for solid @code{nneething} groups will be stored
16116 in this directory, which defaults to @file{~/.nneething/}.
16117
16118 @item nneething-exclude-files
16119 @vindex nneething-exclude-files
16120 All files that match this regexp will be ignored.  Nice to use to exclude
16121 auto-save files and the like, which is what it does by default.
16122
16123 @item nneething-include-files
16124 @vindex nneething-include-files
16125 Regexp saying what files to include in the group.  If this variable is
16126 non-@code{nil}, only files matching this regexp will be included.
16127
16128 @item nneething-map-file
16129 @vindex nneething-map-file
16130 Name of the map files.
16131 @end table
16132
16133
16134 @node Document Groups
16135 @subsection Document Groups
16136 @cindex nndoc
16137 @cindex documentation group
16138 @cindex help group
16139
16140 @code{nndoc} is a cute little thing that will let you read a single file
16141 as a newsgroup.  Several files types are supported:
16142
16143 @table @code
16144 @cindex babyl
16145 @cindex rmail mbox
16146
16147 @item babyl
16148 The babyl (rmail) mail box.
16149 @cindex mbox
16150 @cindex Unix mbox
16151
16152 @item mbox
16153 The standard Unix mbox file.
16154
16155 @cindex MMDF mail box
16156 @item mmdf
16157 The MMDF mail box format.
16158
16159 @item news
16160 Several news articles appended into a file.
16161
16162 @item rnews
16163 @cindex rnews batch files
16164 The rnews batch transport format.
16165 @cindex forwarded messages
16166
16167 @item forward
16168 Forwarded articles.
16169
16170 @item nsmail
16171 Netscape mail boxes.
16172
16173 @item mime-parts
16174 @sc{mime} multipart messages.
16175
16176 @item standard-digest
16177 The standard (RFC 1153) digest format.
16178
16179 @item mime-digest
16180 A @sc{mime} digest of messages.
16181
16182 @item lanl-gov-announce
16183 Announcement messages from LANL Gov Announce.
16184
16185 @item rfc822-forward
16186 A message forwarded according to RFC822.
16187
16188 @item outlook
16189 The Outlook mail box.
16190
16191 @item oe-dbx
16192 The Outlook Express dbx mail box.
16193
16194 @item exim-bounce
16195 A bounce message from the Exim MTA.
16196
16197 @item forward
16198 A message forwarded according to informal rules.
16199
16200 @item rfc934
16201 An RFC934-forwarded message.
16202
16203 @item mailman
16204 A mailman digest.
16205
16206 @item clari-briefs
16207 A digest of Clarinet brief news items.
16208
16209 @item slack-digest
16210 Non-standard digest format---matches most things, but does it badly.
16211
16212 @item mail-in-mail
16213 The last resort.
16214 @end table
16215
16216 You can also use the special ``file type'' @code{guess}, which means
16217 that @code{nndoc} will try to guess what file type it is looking at.
16218 @code{digest} means that @code{nndoc} should guess what digest type the
16219 file is.
16220
16221 @code{nndoc} will not try to change the file or insert any extra headers into
16222 it---it will simply, like, let you use the file as the basis for a
16223 group.  And that's it.
16224
16225 If you have some old archived articles that you want to insert into your
16226 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16227 that.  Say you have an old @file{RMAIL} file with mail that you now want
16228 to split into your new @code{nnml} groups.  You look at that file using
16229 @code{nndoc} (using the @kbd{G f} command in the group buffer
16230 (@pxref{Foreign Groups})), set the process mark on all the articles in
16231 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16232 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16233 file is now also stored in lots of @code{nnml} directories, and you can
16234 delete that pesky @file{RMAIL} file.  If you have the guts!
16235
16236 Virtual server variables:
16237
16238 @table @code
16239 @item nndoc-article-type
16240 @vindex nndoc-article-type
16241 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16242 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16243 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16244 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16245 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16246
16247 @item nndoc-post-type
16248 @vindex nndoc-post-type
16249 This variable says whether Gnus is to consider the group a news group or
16250 a mail group.  There are two valid values:  @code{mail} (the default)
16251 and @code{news}.
16252 @end table
16253
16254 @menu
16255 * Document Server Internals::   How to add your own document types.
16256 @end menu
16257
16258
16259 @node Document Server Internals
16260 @subsubsection Document Server Internals
16261
16262 Adding new document types to be recognized by @code{nndoc} isn't
16263 difficult.  You just have to whip up a definition of what the document
16264 looks like, write a predicate function to recognize that document type,
16265 and then hook into @code{nndoc}.
16266
16267 First, here's an example document type definition:
16268
16269 @example
16270 (mmdf
16271  (article-begin .  "^\^A\^A\^A\^A\n")
16272  (body-end .  "^\^A\^A\^A\^A\n"))
16273 @end example
16274
16275 The definition is simply a unique @dfn{name} followed by a series of
16276 regexp pseudo-variable settings.  Below are the possible
16277 variables---don't be daunted by the number of variables; most document
16278 types can be defined with very few settings:
16279
16280 @table @code
16281 @item first-article
16282 If present, @code{nndoc} will skip past all text until it finds
16283 something that match this regexp.  All text before this will be
16284 totally ignored.
16285
16286 @item article-begin
16287 This setting has to be present in all document type definitions.  It
16288 says what the beginning of each article looks like.
16289
16290 @item head-begin-function
16291 If present, this should be a function that moves point to the head of
16292 the article.
16293
16294 @item nndoc-head-begin
16295 If present, this should be a regexp that matches the head of the
16296 article.
16297
16298 @item nndoc-head-end
16299 This should match the end of the head of the article.  It defaults to
16300 @samp{^$}---the empty line.
16301
16302 @item body-begin-function
16303 If present, this function should move point to the beginning of the body
16304 of the article.
16305
16306 @item body-begin
16307 This should match the beginning of the body of the article.  It defaults
16308 to @samp{^\n}.
16309
16310 @item body-end-function
16311 If present, this function should move point to the end of the body of
16312 the article.
16313
16314 @item body-end
16315 If present, this should match the end of the body of the article.
16316
16317 @item file-end
16318 If present, this should match the end of the file.  All text after this
16319 regexp will be totally ignored.
16320
16321 @end table
16322
16323 So, using these variables @code{nndoc} is able to dissect a document
16324 file into a series of articles, each with a head and a body.  However, a
16325 few more variables are needed since not all document types are all that
16326 news-like---variables needed to transform the head or the body into
16327 something that's palatable for Gnus:
16328
16329 @table @code
16330 @item prepare-body-function
16331 If present, this function will be called when requesting an article.  It
16332 will be called with point at the start of the body, and is useful if the
16333 document has encoded some parts of its contents.
16334
16335 @item article-transform-function
16336 If present, this function is called when requesting an article.  It's
16337 meant to be used for more wide-ranging transformation of both head and
16338 body of the article.
16339
16340 @item generate-head-function
16341 If present, this function is called to generate a head that Gnus can
16342 understand.  It is called with the article number as a parameter, and is
16343 expected to generate a nice head for the article in question.  It is
16344 called when requesting the headers of all articles.
16345
16346 @end table
16347
16348 Let's look at the most complicated example I can come up with---standard
16349 digests:
16350
16351 @example
16352 (standard-digest
16353  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16354  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16355  (prepare-body-function . nndoc-unquote-dashes)
16356  (body-end-function . nndoc-digest-body-end)
16357  (head-end . "^ ?$")
16358  (body-begin . "^ ?\n")
16359  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16360  (subtype digest guess))
16361 @end example
16362
16363 We see that all text before a 70-width line of dashes is ignored; all
16364 text after a line that starts with that @samp{^End of} is also ignored;
16365 each article begins with a 30-width line of dashes; the line separating
16366 the head from the body may contain a single space; and that the body is
16367 run through @code{nndoc-unquote-dashes} before being delivered.
16368
16369 To hook your own document definition into @code{nndoc}, use the
16370 @code{nndoc-add-type} function.  It takes two parameters---the first
16371 is the definition itself and the second (optional) parameter says
16372 where in the document type definition alist to put this definition.
16373 The alist is traversed sequentially, and @code{nndoc-TYPE-type-p} is
16374 called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is
16375 called to see whether a document is of @code{mmdf} type, and so on.
16376 These type predicates should return @code{nil} if the document is not
16377 of the correct type; @code{t} if it is of the correct type; and a
16378 number if the document might be of the correct type.  A high number
16379 means high probability; a low number means low probability with
16380 @samp{0} being the lowest valid number.
16381
16382
16383 @node SOUP
16384 @subsection SOUP
16385 @cindex SOUP
16386 @cindex offline
16387
16388 In the PC world people often talk about ``offline'' newsreaders.  These
16389 are thingies that are combined reader/news transport monstrosities.
16390 With built-in modem programs.  Yecchh!
16391
16392 Of course, us Unix Weenie types of human beans use things like
16393 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16394 transport things like Ghod intended.  And then we just use normal
16395 newsreaders.
16396
16397 However, it can sometimes be convenient to do something that's a bit
16398 easier on the brain if you have a very slow modem, and you're not really
16399 that interested in doing things properly.
16400
16401 A file format called @sc{soup} has been developed for transporting news
16402 and mail from servers to home machines and back again.  It can be a bit
16403 fiddly.
16404
16405 First some terminology:
16406
16407 @table @dfn
16408
16409 @item server
16410 This is the machine that is connected to the outside world and where you
16411 get news and/or mail from.
16412
16413 @item home machine
16414 This is the machine that you want to do the actual reading and responding
16415 on.  It is typically not connected to the rest of the world in any way.
16416
16417 @item packet
16418 Something that contains messages and/or commands.  There are two kinds
16419 of packets:
16420
16421 @table @dfn
16422 @item message packets
16423 These are packets made at the server, and typically contain lots of
16424 messages for you to read.  These are called @file{SoupoutX.tgz} by
16425 default, where @var{x} is a number.
16426
16427 @item response packets
16428 These are packets made at the home machine, and typically contains
16429 replies that you've written.  These are called @file{SoupinX.tgz} by
16430 default, where @var{x} is a number.
16431
16432 @end table
16433
16434 @end table
16435
16436
16437 @enumerate
16438
16439 @item
16440 You log in on the server and create a @sc{soup} packet.  You can either
16441 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16442 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16443 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16444
16445 @item
16446 You transfer the packet home.  Rail, boat, car or modem will do fine.
16447
16448 @item
16449 You put the packet in your home directory.
16450
16451 @item
16452 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16453 the native or secondary server.
16454
16455 @item
16456 You read articles and mail and answer and followup to the things you
16457 want (@pxref{SOUP Replies}).
16458
16459 @item
16460 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16461 packet.
16462
16463 @item
16464 You transfer this packet to the server.
16465
16466 @item
16467 You use Gnus to mail this packet out with the @kbd{G s s} command.
16468
16469 @item
16470 You then repeat until you die.
16471
16472 @end enumerate
16473
16474 So you basically have a bipartite system---you use @code{nnsoup} for
16475 reading and Gnus for packing/sending these @sc{soup} packets.
16476
16477 @menu
16478 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16479 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16480 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16481 @end menu
16482
16483
16484 @node SOUP Commands
16485 @subsubsection SOUP Commands
16486
16487 These are commands for creating and manipulating @sc{soup} packets.
16488
16489 @table @kbd
16490 @item G s b
16491 @kindex G s b (Group)
16492 @findex gnus-group-brew-soup
16493 Pack all unread articles in the current group
16494 (@code{gnus-group-brew-soup}).  This command understands the
16495 process/prefix convention.
16496
16497 @item G s w
16498 @kindex G s w (Group)
16499 @findex gnus-soup-save-areas
16500 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
16501
16502 @item G s s
16503 @kindex G s s (Group)
16504 @findex gnus-soup-send-replies
16505 Send all replies from the replies packet
16506 (@code{gnus-soup-send-replies}).
16507
16508 @item G s p
16509 @kindex G s p (Group)
16510 @findex gnus-soup-pack-packet
16511 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
16512
16513 @item G s r
16514 @kindex G s r (Group)
16515 @findex nnsoup-pack-replies
16516 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
16517
16518 @item O s
16519 @kindex O s (Summary)
16520 @findex gnus-soup-add-article
16521 This summary-mode command adds the current article to a @sc{soup} packet
16522 (@code{gnus-soup-add-article}).  It understands the process/prefix
16523 convention (@pxref{Process/Prefix}).
16524
16525 @end table
16526
16527
16528 There are a few variables to customize where Gnus will put all these
16529 thingies:
16530
16531 @table @code
16532
16533 @item gnus-soup-directory
16534 @vindex gnus-soup-directory
16535 Directory where Gnus will save intermediate files while composing
16536 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
16537
16538 @item gnus-soup-replies-directory
16539 @vindex gnus-soup-replies-directory
16540 This is what Gnus will use as a temporary directory while sending our
16541 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
16542
16543 @item gnus-soup-prefix-file
16544 @vindex gnus-soup-prefix-file
16545 Name of the file where Gnus stores the last used prefix.  The default is
16546 @samp{gnus-prefix}.
16547
16548 @item gnus-soup-packer
16549 @vindex gnus-soup-packer
16550 A format string command for packing a @sc{soup} packet.  The default is
16551 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
16552
16553 @item gnus-soup-unpacker
16554 @vindex gnus-soup-unpacker
16555 Format string command for unpacking a @sc{soup} packet.  The default is
16556 @samp{gunzip -c %s | tar xvf -}.
16557
16558 @item gnus-soup-packet-directory
16559 @vindex gnus-soup-packet-directory
16560 Where Gnus will look for reply packets.  The default is @file{~/}.
16561
16562 @item gnus-soup-packet-regexp
16563 @vindex gnus-soup-packet-regexp
16564 Regular expression matching @sc{soup} reply packets in
16565 @code{gnus-soup-packet-directory}.
16566
16567 @end table
16568
16569
16570 @node SOUP Groups
16571 @subsubsection SOUP Groups
16572 @cindex nnsoup
16573
16574 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
16575 read incoming packets, unpack them, and put them in a directory where
16576 you can read them at leisure.
16577
16578 These are the variables you can use to customize its behavior:
16579
16580 @table @code
16581
16582 @item nnsoup-tmp-directory
16583 @vindex nnsoup-tmp-directory
16584 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
16585 directory.  (@file{/tmp/} by default.)
16586
16587 @item nnsoup-directory
16588 @vindex nnsoup-directory
16589 @code{nnsoup} then moves each message and index file to this directory.
16590 The default is @file{~/SOUP/}.
16591
16592 @item nnsoup-replies-directory
16593 @vindex nnsoup-replies-directory
16594 All replies will be stored in this directory before being packed into a
16595 reply packet.  The default is @file{~/SOUP/replies/}.
16596
16597 @item nnsoup-replies-format-type
16598 @vindex nnsoup-replies-format-type
16599 The @sc{soup} format of the replies packets.  The default is @samp{?n}
16600 (rnews), and I don't think you should touch that variable.  I probably
16601 shouldn't even have documented it.  Drats!  Too late!
16602
16603 @item nnsoup-replies-index-type
16604 @vindex nnsoup-replies-index-type
16605 The index type of the replies packet.  The default is @samp{?n}, which
16606 means ``none''.  Don't fiddle with this one either!
16607
16608 @item nnsoup-active-file
16609 @vindex nnsoup-active-file
16610 Where @code{nnsoup} stores lots of information.  This is not an ``active
16611 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
16612 this file or mess it up in any way, you're dead.  The default is
16613 @file{~/SOUP/active}.
16614
16615 @item nnsoup-packer
16616 @vindex nnsoup-packer
16617 Format string command for packing a reply @sc{soup} packet.  The default
16618 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
16619
16620 @item nnsoup-unpacker
16621 @vindex nnsoup-unpacker
16622 Format string command for unpacking incoming @sc{soup} packets.  The
16623 default is @samp{gunzip -c %s | tar xvf -}.
16624
16625 @item nnsoup-packet-directory
16626 @vindex nnsoup-packet-directory
16627 Where @code{nnsoup} will look for incoming packets.  The default is
16628 @file{~/}.
16629
16630 @item nnsoup-packet-regexp
16631 @vindex nnsoup-packet-regexp
16632 Regular expression matching incoming @sc{soup} packets.  The default is
16633 @samp{Soupout}.
16634
16635 @item nnsoup-always-save
16636 @vindex nnsoup-always-save
16637 If non-@code{nil}, save the replies buffer after each posted message.
16638
16639 @end table
16640
16641
16642 @node SOUP Replies
16643 @subsubsection SOUP Replies
16644
16645 Just using @code{nnsoup} won't mean that your postings and mailings end
16646 up in @sc{soup} reply packets automagically.  You have to work a bit
16647 more for that to happen.
16648
16649 @findex nnsoup-set-variables
16650 The @code{nnsoup-set-variables} command will set the appropriate
16651 variables to ensure that all your followups and replies end up in the
16652 @sc{soup} system.
16653
16654 In specific, this is what it does:
16655
16656 @lisp
16657 (setq message-send-news-function 'nnsoup-request-post)
16658 (setq message-send-mail-function 'nnsoup-request-mail)
16659 @end lisp
16660
16661 And that's it, really.  If you only want news to go into the @sc{soup}
16662 system you just use the first line.  If you only want mail to be
16663 @sc{soup}ed you use the second.
16664
16665
16666 @node Mail-To-News Gateways
16667 @subsection Mail-To-News Gateways
16668 @cindex mail-to-news gateways
16669 @cindex gateways
16670
16671 If your local @code{nntp} server doesn't allow posting, for some reason
16672 or other, you can post using one of the numerous mail-to-news gateways.
16673 The @code{nngateway} back end provides the interface.
16674
16675 Note that you can't read anything from this back end---it can only be
16676 used to post with.
16677
16678 Server variables:
16679
16680 @table @code
16681 @item nngateway-address
16682 @vindex nngateway-address
16683 This is the address of the mail-to-news gateway.
16684
16685 @item nngateway-header-transformation
16686 @vindex nngateway-header-transformation
16687 News headers often have to be transformed in some odd way or other
16688 for the mail-to-news gateway to accept it.  This variable says what
16689 transformation should be called, and defaults to
16690 @code{nngateway-simple-header-transformation}.  The function is called
16691 narrowed to the headers to be transformed and with one parameter---the
16692 gateway address.
16693
16694 This default function just inserts a new @code{To} header based on the
16695 @code{Newsgroups} header and the gateway address.
16696 For instance, an article with this @code{Newsgroups} header:
16697
16698 @example
16699 Newsgroups: alt.religion.emacs
16700 @end example
16701
16702 will get this @code{To} header inserted:
16703
16704 @example
16705 To: alt-religion-emacs@@GATEWAY
16706 @end example
16707
16708 The following pre-defined functions exist:
16709
16710 @findex nngateway-simple-header-transformation
16711 @table @code
16712
16713 @item nngateway-simple-header-transformation
16714 Creates a @code{To} header that looks like
16715 @var{newsgroup}@@@code{nngateway-address}.
16716
16717 @findex nngateway-mail2news-header-transformation
16718
16719 @item nngateway-mail2news-header-transformation
16720 Creates a @code{To} header that looks like
16721 @code{nngateway-address}.
16722
16723 Here's an example:
16724
16725 @lisp
16726 (setq gnus-post-method
16727       '(nngateway
16728         "mail2news@@replay.com"
16729         (nngateway-header-transformation
16730          nngateway-mail2news-header-transformation)))
16731 @end lisp
16732
16733 @end table
16734
16735
16736 @end table
16737
16738 So, to use this, simply say something like:
16739
16740 @lisp
16741 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
16742 @end lisp
16743
16744
16745
16746 @node Combined Groups
16747 @section Combined Groups
16748
16749 Gnus allows combining a mixture of all the other group types into bigger
16750 groups.
16751
16752 @menu
16753 * Virtual Groups::              Combining articles from many groups.
16754 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
16755 @end menu
16756
16757
16758 @node Virtual Groups
16759 @subsection Virtual Groups
16760 @cindex nnvirtual
16761 @cindex virtual groups
16762 @cindex merging groups
16763
16764 An @dfn{nnvirtual group} is really nothing more than a collection of
16765 other groups.
16766
16767 For instance, if you are tired of reading many small groups, you can
16768 put them all in one big group, and then grow tired of reading one
16769 big, unwieldy group.  The joys of computing!
16770
16771 You specify @code{nnvirtual} as the method.  The address should be a
16772 regexp to match component groups.
16773
16774 All marks in the virtual group will stick to the articles in the
16775 component groups.  So if you tick an article in a virtual group, the
16776 article will also be ticked in the component group from whence it
16777 came.  (And vice versa---marks from the component groups will also be
16778 shown in the virtual group.). To create an empty virtual group, run
16779 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
16780 and edit the method regexp with @kbd{M-e}
16781 (@code{gnus-group-edit-group-method})
16782
16783 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
16784 newsgroups into one, big, happy newsgroup:
16785
16786 @lisp
16787 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
16788 @end lisp
16789
16790 The component groups can be native or foreign; everything should work
16791 smoothly, but if your computer explodes, it was probably my fault.
16792
16793 Collecting the same group from several servers might actually be a good
16794 idea if users have set the Distribution header to limit distribution.
16795 If you would like to read @samp{soc.motss} both from a server in Japan
16796 and a server in Norway, you could use the following as the group regexp:
16797
16798 @example
16799 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
16800 @end example
16801
16802 (Remember, though, that if you're creating the group with @kbd{G m}, you
16803 shouldn't double the backslashes, and you should leave off the quote
16804 characters at the beginning and the end of the string.)
16805
16806 This should work kinda smoothly---all articles from both groups should
16807 end up in this one, and there should be no duplicates.  Threading (and
16808 the rest) will still work as usual, but there might be problems with the
16809 sequence of articles.  Sorting on date might be an option here
16810 (@pxref{Selecting a Group}).
16811
16812 One limitation, however---all groups included in a virtual
16813 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
16814 zombie groups can't be component groups for @code{nnvirtual} groups.
16815
16816 @vindex nnvirtual-always-rescan
16817 If the @code{nnvirtual-always-rescan} is non-@code{nil},
16818 @code{nnvirtual} will always scan groups for unread articles when
16819 entering a virtual group.  If this variable is @code{nil} (which is the
16820 default) and you read articles in a component group after the virtual
16821 group has been activated, the read articles from the component group
16822 will show up when you enter the virtual group.  You'll also see this
16823 effect if you have two virtual groups that have a component group in
16824 common.  If that's the case, you should set this variable to @code{t}.
16825 Or you can just tap @code{M-g} on the virtual group every time before
16826 you enter it---it'll have much the same effect.
16827
16828 @code{nnvirtual} can have both mail and news groups as component groups.
16829 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
16830 has to ask the back end of the component group the article comes from
16831 whether it is a news or mail back end.  However, when you do a @kbd{^},
16832 there is typically no sure way for the component back end to know this,
16833 and in that case @code{nnvirtual} tells Gnus that the article came from a
16834 not-news back end.  (Just to be on the safe side.)
16835
16836 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
16837 line from the article you respond to in these cases.
16838
16839 @code{nnvirtual} groups do not inherit anything but articles and marks
16840 from component groups---group parameters, for instance, are not
16841 inherited.
16842
16843
16844 @node Kibozed Groups
16845 @subsection Kibozed Groups
16846 @cindex nnkiboze
16847 @cindex kibozing
16848
16849 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
16850 the news feed''.  @code{nnkiboze} is a back end that will do this for
16851 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
16852 with useless requests!  Oh happiness!
16853
16854 @kindex G k (Group)
16855 To create a kibozed group, use the @kbd{G k} command in the group
16856 buffer.
16857
16858 The address field of the @code{nnkiboze} method is, as with
16859 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
16860 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
16861 and @code{nnvirtual} end.
16862
16863 In addition to this regexp detailing component groups, an @code{nnkiboze} group
16864 must have a score file to say what articles are to be included in
16865 the group (@pxref{Scoring}).
16866
16867 @kindex M-x nnkiboze-generate-groups
16868 @findex nnkiboze-generate-groups
16869 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
16870 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
16871 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
16872 all the articles in all the component groups and run them through the
16873 scoring process to determine if there are any articles in the groups
16874 that are to be part of the @code{nnkiboze} groups.
16875
16876 Please limit the number of component groups by using restrictive
16877 regexps.  Otherwise your sysadmin may become annoyed with you, and the
16878 @sc{nntp} site may throw you off and never let you back in again.
16879 Stranger things have happened.
16880
16881 @code{nnkiboze} component groups do not have to be alive---they can be dead,
16882 and they can be foreign.  No restrictions.
16883
16884 @vindex nnkiboze-directory
16885 The generation of an @code{nnkiboze} group means writing two files in
16886 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
16887 contains the @sc{nov} header lines for all the articles in the group,
16888 and the other is an additional @file{.newsrc} file to store information
16889 on what groups have been searched through to find component articles.
16890
16891 Articles marked as read in the @code{nnkiboze} group will have
16892 their @sc{nov} lines removed from the @sc{nov} file.
16893
16894
16895 @node Gnus Unplugged
16896 @section Gnus Unplugged
16897 @cindex offline
16898 @cindex unplugged
16899 @cindex Agent
16900 @cindex Gnus Agent
16901 @cindex Gnus Unplugged
16902
16903 In olden times (ca. February '88), people used to run their newsreaders
16904 on big machines with permanent connections to the net.  News transport
16905 was dealt with by news servers, and all the newsreaders had to do was to
16906 read news.  Believe it or not.
16907
16908 Nowadays most people read news and mail at home, and use some sort of
16909 modem to connect to the net.  To avoid running up huge phone bills, it
16910 would be nice to have a way to slurp down all the news and mail, hang up
16911 the phone, read for several hours, and then upload any responses you
16912 have to make.  And then you repeat the procedure.
16913
16914 Of course, you can use news servers for doing this as well.  I've used
16915 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
16916 for some years, but doing that's a bore.  Moving the news server
16917 functionality up to the newsreader makes sense if you're the only person
16918 reading news on a machine.
16919
16920 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
16921 fact, you don't even have to configure anything.
16922
16923 Of course, to use it as such, you have to learn a few new commands.
16924
16925 @menu
16926 * Agent Basics::                How it all is supposed to work.
16927 * Agent Categories::            How to tell the Gnus Agent what to download.
16928 * Agent Commands::              New commands for all the buffers.
16929 * Agent as Cache::              The Agent is a big cache too.
16930 * Agent Expiry::                How to make old articles go away.
16931 * Agent Regeneration::          How to recover from lost connections and other accidents.
16932 * Agent and IMAP::              How to use the Agent with IMAP.
16933 * Outgoing Messages::           What happens when you post/mail something?
16934 * Agent Variables::             Customizing is fun.
16935 * Example Setup::               An example @file{.gnus.el} file for offline people.
16936 * Batching Agents::             How to fetch news from a @code{cron} job.
16937 * Agent Caveats::               What you think it'll do and what it does.
16938 @end menu
16939
16940
16941 @node Agent Basics
16942 @subsection Agent Basics
16943
16944 First, let's get some terminology out of the way.
16945
16946 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
16947 connection to the net (and notified the Agent that this is the case).
16948 When the connection to the net is up again (and Gnus knows this), the
16949 Agent is @dfn{plugged}.
16950
16951 The @dfn{local} machine is the one you're running on, and which isn't
16952 connected to the net continuously.
16953
16954 @dfn{Downloading} means fetching things from the net to your local
16955 machine.  @dfn{Uploading} is doing the opposite.
16956
16957 Let's take a typical Gnus session using the Agent.
16958
16959 @itemize @bullet
16960
16961 @item
16962 @findex gnus-unplugged
16963 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
16964 Agent in a disconnected state.  You can read all the news that you have
16965 already fetched while in this mode.
16966
16967 @item
16968 You then decide to see whether any new news has arrived.  You connect
16969 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
16970 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
16971 as usual.  To check for new mail in unplugged mode, see (@pxref{Mail
16972 Source Specifiers}).
16973
16974 @item
16975 You can then read the new news immediately, or you can download the news
16976 onto your local machine.  If you want to do the latter, you press @kbd{g}
16977 to check if there are any new news and then @kbd{J
16978 s} to fetch all the eligible articles in all the groups.  (To let Gnus
16979 know which articles you want to download, @pxref{Agent Categories}.)
16980
16981 @item
16982 After fetching the articles, you press @kbd{J j} to make Gnus become
16983 unplugged again, and you shut down the PPP thing (or whatever).  And
16984 then you read the news offline.
16985
16986 @item
16987 And then you go to step 2.
16988 @end itemize
16989
16990 Here are some things you should do the first time (or so) that you use
16991 the Agent.
16992
16993 @itemize @bullet
16994
16995 @item
16996 Decide which servers should be covered by the Agent.  If you have a mail
16997 back end, it would probably be nonsensical to have it covered by the
16998 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
16999 @kbd{J a} on the server (or servers) that you wish to have covered by the
17000 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17001 added servers you do not wish to have covered by the Agent.  By default,
17002 all @code{nntp} and @code{nnimap} groups in @code{gnus-select-method} and
17003 @code{gnus-secondary-select-methods} are agentized.
17004
17005 @item
17006 Decide on download policy.  @xref{Agent Categories}.
17007
17008 @item
17009 Uhm@dots{} that's it.
17010 @end itemize
17011
17012
17013 @node Agent Categories
17014 @subsection Agent Categories
17015
17016 One of the main reasons to integrate the news transport layer into the
17017 newsreader is to allow greater control over what articles to download.
17018 There's not much point in downloading huge amounts of articles, just to
17019 find out that you're not interested in reading any of them.  It's better
17020 to be somewhat more conservative in choosing what to download, and then
17021 mark the articles for downloading manually if it should turn out that
17022 you're interested in the articles anyway.
17023
17024 The main way to control what is to be downloaded is to create a
17025 @dfn{category} and then assign some (or all) groups to this category.
17026 Groups that do not belong in any other category belong to the
17027 @code{default} category.  Gnus has its own buffer for creating and
17028 managing categories.
17029
17030 @menu
17031 * Category Syntax::             What a category looks like.
17032 * Category Buffer::             A buffer for maintaining categories.
17033 * Category Variables::          Customize'r'Us.
17034 @end menu
17035
17036
17037 @node Category Syntax
17038 @subsubsection Category Syntax
17039
17040 A category consists of two things.
17041
17042 @enumerate
17043 @item
17044 A predicate which (generally) gives a rough outline of which articles
17045 are eligible for downloading; and
17046
17047 @item
17048 a score rule which (generally) gives you a finer granularity when
17049 deciding what articles to download.  (Note that this @dfn{download
17050 score} is not necessarily related to normal scores.)
17051 @end enumerate
17052
17053 A predicate in its simplest form can be a single predicate such as
17054 @code{true} or @code{false}.  These two will download every available
17055 article or nothing respectively.  In the case of these two special
17056 predicates an additional score rule is superfluous.
17057
17058 Predicates of @code{high} or @code{low} download articles in respect of
17059 their scores in relationship to @code{gnus-agent-high-score} and
17060 @code{gnus-agent-low-score} as described below.
17061
17062 To gain even finer control of what is to be regarded eligible for
17063 download a predicate can consist of a number of predicates with logical
17064 operators sprinkled in between.
17065
17066 Perhaps some examples are in order.
17067
17068 Here's a simple predicate.  (It's the default predicate, in fact, used
17069 for all groups that don't belong to any other category.)
17070
17071 @lisp
17072 short
17073 @end lisp
17074
17075 Quite simple, eh?  This predicate is true if and only if the article is
17076 short (for some value of ``short'').
17077
17078 Here's a more complex predicate:
17079
17080 @lisp
17081 (or high
17082     (and
17083      (not low)
17084      (not long)))
17085 @end lisp
17086
17087 This means that an article should be downloaded if it has a high score,
17088 or if the score is not low and the article is not long.  You get the
17089 drift.
17090
17091 The available logical operators are @code{or}, @code{and} and
17092 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17093 @samp{|}, @code{&} and @code{!} instead.)
17094
17095 The following predicates are pre-defined, but if none of these fit what
17096 you want to do, you can write your own.
17097
17098 @table @code
17099 @item short
17100 True iff the article is shorter than @code{gnus-agent-short-article}
17101 lines; default 100.
17102
17103 @item long
17104 True iff the article is longer than @code{gnus-agent-long-article}
17105 lines; default 200.
17106
17107 @item low
17108 True iff the article has a download score less than
17109 @code{gnus-agent-low-score}; default 0.
17110
17111 @item high
17112 True iff the article has a download score greater than
17113 @code{gnus-agent-high-score}; default 0.
17114
17115 @item spam
17116 True iff the Gnus Agent guesses that the article is spam.  The
17117 heuristics may change over time, but at present it just computes a
17118 checksum and sees whether articles match.
17119
17120 @item true
17121 Always true.
17122
17123 @item false
17124 Always false.
17125 @end table
17126
17127 If you want to create your own predicate function, here's what you have
17128 to know:  The functions are called with no parameters, but the
17129 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17130 useful values.
17131
17132 For example, you could decide that you don't want to download articles
17133 that were posted more than a certain number of days ago (e.g. posted
17134 more than @code{gnus-agent-expire-days} ago) you might write a function
17135 something along the lines of the following:
17136
17137 @lisp
17138 (defun my-article-old-p ()
17139   "Say whether an article is old."
17140   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17141      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17142 @end lisp
17143
17144 with the predicate then defined as:
17145
17146 @lisp
17147 (not my-article-old-p)
17148 @end lisp
17149
17150 or you could append your predicate to the predefined
17151 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17152 wherever.
17153
17154 @lisp
17155 (require 'gnus-agent)
17156 (setq  gnus-category-predicate-alist
17157   (append gnus-category-predicate-alist
17158          '((old . my-article-old-p))))
17159 @end lisp
17160
17161 and simply specify your predicate as:
17162
17163 @lisp
17164 (not old)
17165 @end lisp
17166
17167 If/when using something like the above, be aware that there are many
17168 misconfigured systems/mailers out there and so an article's date is not
17169 always a reliable indication of when it was posted.  Hell, some people
17170 just don't give a damn.
17171
17172 The above predicates apply to @emph{all} the groups which belong to the
17173 category.  However, if you wish to have a specific predicate for an
17174 individual group within a category, or you're just too lazy to set up a
17175 new category, you can enter a group's individual predicate in it's group
17176 parameters like so:
17177
17178 @lisp
17179 (agent-predicate . short)
17180 @end lisp
17181
17182 This is the group parameter equivalent of the agent category default.
17183 Note that when specifying a single word predicate like this, the
17184 @code{agent-predicate} specification must be in dotted pair notation.
17185
17186 The equivalent of the longer example from above would be:
17187
17188 @lisp
17189 (agent-predicate or high (and (not low) (not long)))
17190 @end lisp
17191
17192 The outer parenthesis required in the category specification are not
17193 entered here as, not being in dotted pair notation, the value of the
17194 predicate is assumed to be a list.
17195
17196
17197 Now, the syntax of the download score is the same as the syntax of
17198 normal score files, except that all elements that require actually
17199 seeing the article itself are verboten.  This means that only the
17200 following headers can be scored on: @code{Subject}, @code{From},
17201 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17202 @code{Lines}, and @code{Xref}.
17203
17204 As with predicates, the specification of the @code{download score rule}
17205 to use in respect of a group can be in either the category definition if
17206 it's to be applicable to all groups in therein, or a group's parameters
17207 if it's to be specific to that group.
17208
17209 In both of these places the @code{download score rule} can take one of
17210 three forms:
17211
17212 @enumerate
17213 @item
17214 Score rule
17215
17216 This has the same syntax as a normal gnus score file except only a
17217 subset of scoring keywords are available as mentioned above.
17218
17219 example:
17220
17221 @itemize @bullet
17222 @item
17223 Category specification
17224
17225 @lisp
17226 (("from"
17227        ("Lars Ingebrigtsen" 1000000 nil s))
17228 ("lines"
17229        (500 -100 nil <)))
17230 @end lisp
17231
17232 @item
17233 Group Parameter specification
17234
17235 @lisp
17236 (agent-score ("from"
17237                    ("Lars Ingebrigtsen" 1000000 nil s))
17238              ("lines"
17239                    (500 -100 nil <)))
17240 @end lisp
17241
17242 Again, note the omission of the outermost parenthesis here.
17243 @end itemize
17244
17245 @item
17246 Agent score file
17247
17248 These score files must @emph{only} contain the permitted scoring
17249 keywords stated above.
17250
17251 example:
17252
17253 @itemize @bullet
17254 @item
17255 Category specification
17256
17257 @lisp
17258 ("~/News/agent.SCORE")
17259 @end lisp
17260
17261 or perhaps
17262
17263 @lisp
17264 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17265 @end lisp
17266
17267 @item
17268 Group Parameter specification
17269
17270 @lisp
17271 (agent-score "~/News/agent.SCORE")
17272 @end lisp
17273
17274 Additional score files can be specified as above.  Need I say anything
17275 about parenthesis?
17276 @end itemize
17277
17278 @item
17279 Use @code{normal} score files
17280
17281 If you don't want to maintain two sets of scoring rules for a group, and
17282 your desired @code{downloading} criteria for a group are the same as your
17283 @code{reading} criteria then you can tell the agent to refer to your
17284 @code{normal} score files when deciding what to download.
17285
17286 These directives in either the category definition or a group's
17287 parameters will cause the agent to read in all the applicable score
17288 files for a group, @emph{filtering out} those sections that do not
17289 relate to one of the permitted subset of scoring keywords.
17290
17291 @itemize @bullet
17292 @item
17293 Category Specification
17294
17295 @lisp
17296 file
17297 @end lisp
17298
17299 @item
17300 Group Parameter specification
17301
17302 @lisp
17303 (agent-score . file)
17304 @end lisp
17305 @end itemize
17306 @end enumerate
17307
17308 @node Category Buffer
17309 @subsubsection Category Buffer
17310
17311 You'd normally do all category maintenance from the category buffer.
17312 When you enter it for the first time (with the @kbd{J c} command from
17313 the group buffer), you'll only see the @code{default} category.
17314
17315 The following commands are available in this buffer:
17316
17317 @table @kbd
17318 @item q
17319 @kindex q (Category)
17320 @findex gnus-category-exit
17321 Return to the group buffer (@code{gnus-category-exit}).
17322
17323 @item k
17324 @kindex k (Category)
17325 @findex gnus-category-kill
17326 Kill the current category (@code{gnus-category-kill}).
17327
17328 @item c
17329 @kindex c (Category)
17330 @findex gnus-category-copy
17331 Copy the current category (@code{gnus-category-copy}).
17332
17333 @item a
17334 @kindex a (Category)
17335 @findex gnus-category-add
17336 Add a new category (@code{gnus-category-add}).
17337
17338 @item p
17339 @kindex p (Category)
17340 @findex gnus-category-edit-predicate
17341 Edit the predicate of the current category
17342 (@code{gnus-category-edit-predicate}).
17343
17344 @item g
17345 @kindex g (Category)
17346 @findex gnus-category-edit-groups
17347 Edit the list of groups belonging to the current category
17348 (@code{gnus-category-edit-groups}).
17349
17350 @item s
17351 @kindex s (Category)
17352 @findex gnus-category-edit-score
17353 Edit the download score rule of the current category
17354 (@code{gnus-category-edit-score}).
17355
17356 @item l
17357 @kindex l (Category)
17358 @findex gnus-category-list
17359 List all the categories (@code{gnus-category-list}).
17360 @end table
17361
17362
17363 @node Category Variables
17364 @subsubsection Category Variables
17365
17366 @table @code
17367 @item gnus-category-mode-hook
17368 @vindex gnus-category-mode-hook
17369 Hook run in category buffers.
17370
17371 @item gnus-category-line-format
17372 @vindex gnus-category-line-format
17373 Format of the lines in the category buffer (@pxref{Formatting
17374 Variables}).  Valid elements are:
17375
17376 @table @samp
17377 @item c
17378 The name of the category.
17379
17380 @item g
17381 The number of groups in the category.
17382 @end table
17383
17384 @item gnus-category-mode-line-format
17385 @vindex gnus-category-mode-line-format
17386 Format of the category mode line (@pxref{Mode Line Formatting}).
17387
17388 @item gnus-agent-short-article
17389 @vindex gnus-agent-short-article
17390 Articles that have fewer lines than this are short.  Default 100.
17391
17392 @item gnus-agent-long-article
17393 @vindex gnus-agent-long-article
17394 Articles that have more lines than this are long.  Default 200.
17395
17396 @item gnus-agent-low-score
17397 @vindex gnus-agent-low-score
17398 Articles that have a score lower than this have a low score.  Default
17399 0.
17400
17401 @item gnus-agent-high-score
17402 @vindex gnus-agent-high-score
17403 Articles that have a score higher than this have a high score.  Default
17404 0.
17405
17406 @end table
17407
17408
17409 @node Agent Commands
17410 @subsection Agent Commands
17411 @findex gnus-agent-toggle-plugged
17412 @kindex J j (Agent)
17413
17414 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
17415 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
17416 toggles the plugged/unplugged state of the Gnus Agent.
17417
17418
17419 @menu
17420 * Group Agent Commands::        Configure groups and fetch their contents.
17421 * Summary Agent Commands::      Manually select then fetch specific articles.
17422 * Server Agent Commands::       Select the servers that are supported by the agent.
17423 @end menu
17424
17425
17426
17427
17428 @node Group Agent Commands
17429 @subsubsection Group Agent Commands
17430
17431 @table @kbd
17432 @item J u
17433 @kindex J u (Agent Group)
17434 @findex gnus-agent-fetch-groups
17435 Fetch all eligible articles in the current group
17436 (@code{gnus-agent-fetch-groups}).
17437
17438 @item J c
17439 @kindex J c (Agent Group)
17440 @findex gnus-enter-category-buffer
17441 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
17442
17443 @item J s
17444 @kindex J s (Agent Group)
17445 @findex gnus-agent-fetch-session
17446 Fetch all eligible articles in all groups
17447 (@code{gnus-agent-fetch-session}).
17448
17449 @item J S
17450 @kindex J S (Agent Group)
17451 @findex gnus-group-send-queue
17452 Send all sendable messages in the queue group
17453 (@code{gnus-group-send-queue}).  @xref{Drafts}.
17454
17455 @item J a
17456 @kindex J a (Agent Group)
17457 @findex gnus-agent-add-group
17458 Add the current group to an Agent category
17459 (@code{gnus-agent-add-group}).  This command understands the
17460 process/prefix convention (@pxref{Process/Prefix}).
17461
17462 @item J r
17463 @kindex J r (Agent Group)
17464 @findex gnus-agent-remove-group
17465 Remove the current group from its category, if any
17466 (@code{gnus-agent-remove-group}).  This command understands the
17467 process/prefix convention (@pxref{Process/Prefix}).
17468
17469 @item J Y
17470 @kindex J Y (Agent Group)
17471 @findex gnus-agent-synchronize-flags
17472 Synchronize flags changed while unplugged with remote server, if any.
17473
17474
17475 @end table
17476
17477
17478 @node Summary Agent Commands
17479 @subsubsection Summary Agent Commands
17480
17481 @table @kbd
17482 @item J #
17483 @kindex J # (Agent Summary)
17484 @findex gnus-agent-mark-article
17485 Mark the article for downloading (@code{gnus-agent-mark-article}).
17486
17487 @item J M-#
17488 @kindex J M-# (Agent Summary)
17489 @findex gnus-agent-unmark-article
17490 Remove the downloading mark from the article
17491 (@code{gnus-agent-unmark-article}).
17492
17493 @cindex %
17494 @item @@
17495 @kindex @@ (Agent Summary)
17496 @findex gnus-agent-toggle-mark
17497 Toggle whether to download the article
17498 (@code{gnus-agent-toggle-mark}).  The dowload mark is @samp{%} by
17499 default. 
17500
17501 @item J c
17502 @kindex J c (Agent Summary)
17503 @findex gnus-agent-catchup
17504 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
17505
17506 @item J S
17507 @kindex J S (Agent Summary)
17508 @findex gnus-agent-fetch-group
17509 Download all eligible (See @pxref{Agent Categories}) articles in this group.
17510 (@code{gnus-agent-fetch-group}).
17511
17512 @item J s
17513 @kindex J s (Agent Summary)
17514 @findex gnus-agent-fetch-series
17515 Download all processable articles in this group.
17516 (@code{gnus-agent-fetch-series}).
17517
17518 @item J u
17519 @kindex J u (Agent Summary)
17520 @findex gnus-agent-summary-fetch-group
17521 Download all downloadable articles in the current group
17522 (@code{gnus-agent-summary-fetch-group}).
17523
17524 @end table
17525
17526
17527 @node Server Agent Commands
17528 @subsubsection Server Agent Commands
17529
17530 @table @kbd
17531 @item J a
17532 @kindex J a (Agent Server)
17533 @findex gnus-agent-add-server
17534 Add the current server to the list of servers covered by the Gnus Agent
17535 (@code{gnus-agent-add-server}).
17536
17537 @item J r
17538 @kindex J r (Agent Server)
17539 @findex gnus-agent-remove-server
17540 Remove the current server from the list of servers covered by the Gnus
17541 Agent (@code{gnus-agent-remove-server}).
17542
17543 @end table
17544
17545
17546 @node Agent as Cache
17547 @subsection Agent as Cache
17548
17549 When Gnus is plugged, it is not efficient to download headers or
17550 articles from the server again, if they are already stored in the
17551 Agent.  So, Gnus normally only downloads headers once, and stores them
17552 in the Agent.  These headers are later used when generating the summary
17553 buffer, regardless of whether you are plugged or unplugged.  Articles
17554 are not cached in the Agent by default though (that would potentially
17555 consume lots of disk space), but if you have already downloaded an
17556 article into the Agent, Gnus will not download the article from the
17557 server again but use the locally stored copy instead.
17558
17559 This behaviour can be controlled by @code{gnus-agent-cache}
17560 (@pxref{Agent Variables}).
17561
17562 @node Agent Expiry
17563 @subsection Agent Expiry
17564
17565 @vindex gnus-agent-expire-days
17566 @findex gnus-agent-expire
17567 @kindex M-x gnus-agent-expire
17568 @cindex Agent expiry
17569 @cindex Gnus Agent expiry
17570 @cindex expiry
17571
17572 @code{nnagent} doesn't handle expiry.  Instead, there's a special
17573 @code{gnus-agent-expire} command that will expire all read articles that
17574 are older than @code{gnus-agent-expire-days} days.  It can be run
17575 whenever you feel that you're running out of space.  It's not
17576 particularly fast or efficient, and it's not a particularly good idea to
17577 interrupt it (with @kbd{C-g} or anything else) once you've started it.
17578
17579 Note that other functions, e.g. @code{gnus-request-expire-articles},
17580 might run @code{gnus-agent-expire} for you to keep the agent 
17581 synchronized with the group.
17582
17583 @code{gnus-agent-expire-days} can also be a list of regexp/day pairs.
17584 The regexps will be matched against group names to allow differing
17585 expiry in different groups.
17586
17587 @lisp
17588 (setq gnus-agent-expire-days
17589       '(("alt\\." 7)
17590         (".*binary" 1)
17591         ("." 21)))
17592 @end lisp
17593
17594 If you use the list form, the last element must always be the default
17595 method---it must always match all groups. Also, for a regexp to match,
17596 it must match from the beginning of the group's name.
17597
17598 @vindex gnus-agent-expire-all
17599 If @code{gnus-agent-expire-all} is non-@code{nil}, this command will
17600 expire all articles---unread, read, ticked and dormant.  If @code{nil}
17601 (which is the default), only read articles are eligible for expiry, and
17602 unread, ticked and dormant articles will be kept indefinitely.
17603
17604 If you find that some articles eligible for expiry are never expired,
17605 perhaps some Gnus Agent files are corrupted.  There's a special
17606 @code{gnus-agent-regenerate} command to fix possible problems.
17607
17608 @node Agent Regeneration
17609 @subsection Agent Regeneration
17610
17611 @cindex Agent Regeneration
17612 @cindex Gnus Agent Regeneration
17613 @cindex regeneration
17614
17615 The local data structures used by @code{nnagent} may become corrupted
17616 due to certain exceptional conditions.  When this happens,
17617 @code{nnagent} functionality may degrade or even fail.  The solution
17618 to this problem is to repair the local data structures by removing all
17619 internal inconsistencies.
17620
17621 For example, if your connection to your server is lost while
17622 downloaded articles into the agent, the local data structures will not
17623 know about articles downloaded prior to the connection failure.
17624 Running @code{gnus-agent-regenerate} or
17625 @code{gnus-agent-regenerate-group} will update the data structures
17626 such that you don't need to download these articles a second time.
17627
17628 @findex gnus-agent-regenerate
17629 @kindex M-x gnus-agent-regenerate
17630 The command @code{gnus-agent-regenerate} will perform
17631 @code{gnus-agent-regenerate-group} on every agentized group.  While
17632 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
17633 recommended that you first close all summary buffers.
17634
17635 @findex gnus-agent-regenerate-group
17636 @kindex M-x gnus-agent-regenerate-group
17637 The command @code{gnus-agent-regenerate-group} uses the local copies
17638 of individual articles to repair the local NOV(header) database.  It
17639 then updates the internal data structures that document which articles
17640 are stored locally.  An optional argument will mark articles in the
17641 agent as unread.
17642
17643 @node Agent and IMAP
17644 @subsection Agent and IMAP
17645
17646 The Agent works with any Gnus back end, including nnimap.  However,
17647 since there are some conceptual differences between @sc{nntp} and
17648 @sc{imap}, this section (should) provide you with some information to
17649 make Gnus Agent work smoother as a @sc{imap} Disconnected Mode client.
17650
17651 The first thing to keep in mind is that all flags (read, ticked, etc)
17652 are kept on the @sc{imap} server, rather than in @file{.newsrc} as is the
17653 case for nntp.  Thus Gnus need to remember flag changes when
17654 disconnected, and synchronize these flags when you plug back in.
17655
17656 Gnus keeps track of flag changes when reading nnimap groups under the
17657 Agent.  When you plug back in, Gnus will check if you have any changed
17658 any flags and ask if you wish to synchronize these with the server.
17659 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
17660
17661 @vindex gnus-agent-synchronize-flags
17662 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
17663 never automatically synchronize flags.  If it is @code{ask}, which is
17664 the default, the Agent will check if you made any changes and if so
17665 ask if you wish to synchronize these when you re-connect.  If it has
17666 any other value, all flags will be synchronized automatically.
17667
17668 If you do not wish to synchronize flags automatically when you
17669 re-connect, you can do it manually with the
17670 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
17671 in the group buffer.
17672
17673 Some things are currently not implemented in the Agent that you'd might
17674 expect from a disconnected @sc{imap} client, including:
17675
17676 @itemize @bullet
17677
17678 @item
17679 Copying/moving articles into nnimap groups when unplugged.
17680
17681 @item
17682 Creating/deleting nnimap groups when unplugged.
17683
17684 @end itemize
17685
17686 Technical note: the synchronization algorithm does not work by ``pushing''
17687 all local flags to the server, but rather incrementally update the
17688 server view of flags by changing only those flags that were changed by
17689 the user.  Thus, if you set one flag on a article, quit the group and
17690 re-select the group and remove the flag; the flag will be set and
17691 removed from the server when you ``synchronize''.  The queued flag
17692 operations can be found in the per-server @code{flags} file in the Agent
17693 directory.  It's emptied when you synchronize flags.
17694
17695
17696 @node Outgoing Messages
17697 @subsection Outgoing Messages
17698
17699 When Gnus is unplugged, all outgoing messages (both mail and news) are
17700 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
17701 them there after posting, and edit them at will.
17702
17703 When Gnus is plugged again, you can send the messages either from the
17704 draft group with the special commands available there, or you can use
17705 the @kbd{J S} command in the group buffer to send all the sendable
17706 messages in the draft group.
17707
17708
17709
17710 @node Agent Variables
17711 @subsection Agent Variables
17712
17713 @table @code
17714 @item gnus-agent-directory
17715 @vindex gnus-agent-directory
17716 Where the Gnus Agent will store its files.  The default is
17717 @file{~/News/agent/}.
17718
17719 @item gnus-agent-handle-level
17720 @vindex gnus-agent-handle-level
17721 Groups on levels (@pxref{Group Levels}) higher than this variable will
17722 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
17723 which means that only subscribed group will be considered by the Agent
17724 by default.
17725
17726 @item gnus-agent-plugged-hook
17727 @vindex gnus-agent-plugged-hook
17728 Hook run when connecting to the network.
17729
17730 @item gnus-agent-unplugged-hook
17731 @vindex gnus-agent-unplugged-hook
17732 Hook run when disconnecting from the network.
17733
17734 @item gnus-agent-fetched-hook
17735 @vindex gnus-agent-fetched-hook
17736 Hook run when after finishing fetching articles.
17737
17738 @item gnus-agent-cache
17739 @vindex gnus-agent-cache
17740 Variable to control whether use the locally stored @sc{nov} and
17741 articles when plugged, e.g. essentially using the Agent as a cache.
17742 The default is non-nil, which means to use the Agent as a cache.
17743
17744 @item gnus-agent-go-online
17745 @vindex gnus-agent-go-online
17746 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
17747 automatically switch offline servers into online status.  If it is
17748 @code{ask}, the default, the Agent will ask if you wish to switch
17749 offline servers into online status when you re-connect.  If it has any
17750 other value, all offline servers will be automatically switched into
17751 online status.
17752
17753 @item gnus-agent-mark-unread-after-downloaded
17754 @vindex gnus-agent-mark-unread-after-downloaded
17755 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
17756 mark articles as unread after downloading.  The default is t.
17757
17758 @item gnus-agent-consider-all-articles
17759 @vindex gnus-agent-consider-all-articles
17760 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
17761 agent will fetch all missing headers.  When @code{nil}, the agent will
17762 fetch only new headers. The default is @code{nil}.
17763
17764 @item gnus-agent-max-fetch-size
17765 @vindex gnus-agent-max-fetch-size
17766 The agent fetches articles into a temporary buffer prior to parsing
17767 them into individual files.  To avoid exceeding the max. buffer size,
17768 the agent alternates between fetching and parsing until all articles
17769 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
17770 limit to control how often the cycling occurs.  A large value improves
17771 performance.  A small value minimizes the time lost should the
17772 connection be lost while fetching (You may need to run
17773 @code{gnus-agent-regenerate-group} to update the group's state.
17774 However, all articles parsed prior to loosing the connection will be
17775 available while unplugged).
17776
17777 @item gnus-server-unopen-status
17778 @vindex gnus-server-unopen-status
17779 Perhaps not a Agent variable, but closely related to the Agent, this
17780 variable says what will happen if Gnus cannot open a server.  If the
17781 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
17782 whether to deny the server or whether to unplug the agent.  If the
17783 Agent is disabled, Gnus always simply deny the server.  Other choices
17784 for this variable include @code{denied} and @code{offline} the latter
17785 is only valid if the Agent is used.
17786
17787 @end table
17788
17789
17790 @node Example Setup
17791 @subsection Example Setup
17792
17793 If you don't want to read this manual, and you have a fairly standard
17794 setup, you may be able to use something like the following as your
17795 @file{.gnus.el} file to get started.
17796
17797 @lisp
17798 ;;; Define how Gnus is to fetch news.  We do this over @sc{nntp}
17799 ;;; from your ISP's server.
17800 (setq gnus-select-method '(nntp "news.your-isp.com"))
17801
17802 ;;; Define how Gnus is to read your mail.  We read mail from
17803 ;;; your ISP's POP server.
17804 (setq mail-sources '((pop :server "pop.your-isp.com")))
17805
17806 ;;; Say how Gnus is to store the mail.  We use nnml groups.
17807 (setq gnus-secondary-select-methods '((nnml "")))
17808
17809 ;;; Make Gnus into an offline newsreader.
17810 ;;; (gnus-agentize) ; The obsolete setting.
17811 ;;; (setq gnus-agent t) ; Now the default.
17812 @end lisp
17813
17814 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
17815 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
17816 gnus}.
17817
17818 If this is the first time you've run Gnus, you will be subscribed
17819 automatically to a few default newsgroups.  You'll probably want to
17820 subscribe to more groups, and to do that, you have to query the
17821 @sc{nntp} server for a complete list of groups with the @kbd{A A}
17822 command.  This usually takes quite a while, but you only have to do it
17823 once.
17824
17825 After reading and parsing a while, you'll be presented with a list of
17826 groups.  Subscribe to the ones you want to read with the @kbd{u}
17827 command.  @kbd{l} to make all the killed groups disappear after you've
17828 subscribe to all the groups you want to read.  (@kbd{A k} will bring
17829 back all the killed groups.)
17830
17831 You can now read the groups at once, or you can download the articles
17832 with the @kbd{J s} command.  And then read the rest of this manual to
17833 find out which of the other gazillion things you want to customize.
17834
17835
17836 @node Batching Agents
17837 @subsection Batching Agents
17838 @findex gnus-agent-batch
17839
17840 Having the Gnus Agent fetch articles (and post whatever messages you've
17841 written) is quite easy once you've gotten things set up properly.  The
17842 following shell script will do everything that is necessary:
17843
17844 You can run a complete batch command from the command line with the
17845 following incantation:
17846
17847 @example
17848 #!/bin/sh
17849 emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
17850 @end example
17851
17852
17853 @node Agent Caveats
17854 @subsection Agent Caveats
17855
17856 The Gnus Agent doesn't seem to work like most other offline
17857 newsreaders.  Here are some common questions that some imaginary people
17858 may ask:
17859
17860 @table @dfn
17861 @item If I read an article while plugged, do they get entered into the Agent?
17862
17863 @strong{No}.  If you want this behaviour, add
17864 @code{gnus-agent-fetch-selected-article} to
17865 @code{gnus-select-article-hook}.
17866
17867 @item If I read an article while plugged, and the article already exists in the Agent, will it get downloaded once more?
17868
17869 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
17870
17871 @end table
17872
17873 In short, when Gnus is unplugged, it only looks into the locally stored
17874 articles; when it's plugged, it talks to your ISP and may also use the
17875 locally stored articles.
17876
17877
17878 @node Scoring
17879 @chapter Scoring
17880 @cindex scoring
17881
17882 Other people use @dfn{kill files}, but we here at Gnus Towers like
17883 scoring better than killing, so we'd rather switch than fight.  They do
17884 something completely different as well, so sit up straight and pay
17885 attention!
17886
17887 @vindex gnus-summary-mark-below
17888 All articles have a default score (@code{gnus-summary-default-score}),
17889 which is 0 by default.  This score may be raised or lowered either
17890 interactively or by score files.  Articles that have a score lower than
17891 @code{gnus-summary-mark-below} are marked as read.
17892
17893 Gnus will read any @dfn{score files} that apply to the current group
17894 before generating the summary buffer.
17895
17896 There are several commands in the summary buffer that insert score
17897 entries based on the current article.  You can, for instance, ask Gnus to
17898 lower or increase the score of all articles with a certain subject.
17899
17900 There are two sorts of scoring entries: Permanent and temporary.
17901 Temporary score entries are self-expiring entries.  Any entries that are
17902 temporary and have not been used for, say, a week, will be removed
17903 silently to help keep the sizes of the score files down.
17904
17905 @menu
17906 * Summary Score Commands::      Adding score entries for the current group.
17907 * Group Score Commands::        General score commands.
17908 * Score Variables::             Customize your scoring.  (My, what terminology).
17909 * Score File Format::           What a score file may contain.
17910 * Score File Editing::          You can edit score files by hand as well.
17911 * Adaptive Scoring::            Big Sister Gnus knows what you read.
17912 * Home Score File::             How to say where new score entries are to go.
17913 * Followups To Yourself::       Having Gnus notice when people answer you.
17914 * Scoring On Other Headers::    Scoring on non-standard headers.
17915 * Scoring Tips::                How to score effectively.
17916 * Reverse Scoring::             That problem child of old is not problem.
17917 * Global Score Files::          Earth-spanning, ear-splitting score files.
17918 * Kill Files::                  They are still here, but they can be ignored.
17919 * Converting Kill Files::       Translating kill files to score files.
17920 * GroupLens::                   Getting predictions on what you like to read.
17921 * Advanced Scoring::            Using logical expressions to build score rules.
17922 * Score Decays::                It can be useful to let scores wither away.
17923 @end menu
17924
17925
17926 @node Summary Score Commands
17927 @section Summary Score Commands
17928 @cindex score commands
17929
17930 The score commands that alter score entries do not actually modify real
17931 score files.  That would be too inefficient.  Gnus maintains a cache of
17932 previously loaded score files, one of which is considered the
17933 @dfn{current score file alist}.  The score commands simply insert
17934 entries into this list, and upon group exit, this list is saved.
17935
17936 The current score file is by default the group's local score file, even
17937 if no such score file actually exists.  To insert score commands into
17938 some other score file (e.g. @file{all.SCORE}), you must first make this
17939 score file the current one.
17940
17941 General score commands that don't actually change the score file:
17942
17943 @table @kbd
17944
17945 @item V s
17946 @kindex V s (Summary)
17947 @findex gnus-summary-set-score
17948 Set the score of the current article (@code{gnus-summary-set-score}).
17949
17950 @item V S
17951 @kindex V S (Summary)
17952 @findex gnus-summary-current-score
17953 Display the score of the current article
17954 (@code{gnus-summary-current-score}).
17955
17956 @item V t
17957 @kindex V t (Summary)
17958 @findex gnus-score-find-trace
17959 Display all score rules that have been used on the current article
17960 (@code{gnus-score-find-trace}).
17961
17962 @item V w
17963 @kindex V w (Summary)
17964 @findex gnus-score-find-favourite-words
17965 List words used in scoring (@code{gnus-score-find-favourite-words}).
17966
17967 @item V R
17968 @kindex V R (Summary)
17969 @findex gnus-summary-rescore
17970 Run the current summary through the scoring process
17971 (@code{gnus-summary-rescore}).  This might be useful if you're playing
17972 around with your score files behind Gnus' back and want to see the
17973 effect you're having.
17974
17975 @item V c
17976 @kindex V c (Summary)
17977 @findex gnus-score-change-score-file
17978 Make a different score file the current
17979 (@code{gnus-score-change-score-file}).
17980
17981 @item V e
17982 @kindex V e (Summary)
17983 @findex gnus-score-edit-current-scores
17984 Edit the current score file (@code{gnus-score-edit-current-scores}).
17985 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
17986 File Editing}).
17987
17988 @item V f
17989 @kindex V f (Summary)
17990 @findex gnus-score-edit-file
17991 Edit a score file and make this score file the current one
17992 (@code{gnus-score-edit-file}).
17993
17994 @item V F
17995 @kindex V F (Summary)
17996 @findex gnus-score-flush-cache
17997 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
17998 after editing score files.
17999
18000 @item V C
18001 @kindex V C (Summary)
18002 @findex gnus-score-customize
18003 Customize a score file in a visually pleasing manner
18004 (@code{gnus-score-customize}).
18005
18006 @end table
18007
18008 The rest of these commands modify the local score file.
18009
18010 @table @kbd
18011
18012 @item V m
18013 @kindex V m (Summary)
18014 @findex gnus-score-set-mark-below
18015 Prompt for a score, and mark all articles with a score below this as
18016 read (@code{gnus-score-set-mark-below}).
18017
18018 @item V x
18019 @kindex V x (Summary)
18020 @findex gnus-score-set-expunge-below
18021 Prompt for a score, and add a score rule to the current score file to
18022 expunge all articles below this score
18023 (@code{gnus-score-set-expunge-below}).
18024 @end table
18025
18026 The keystrokes for actually making score entries follow a very regular
18027 pattern, so there's no need to list all the commands.  (Hundreds of
18028 them.)
18029
18030 @findex gnus-summary-increase-score
18031 @findex gnus-summary-lower-score
18032
18033 @enumerate
18034 @item
18035 The first key is either @kbd{I} (upper case i) for increasing the score
18036 or @kbd{L} for lowering the score.
18037 @item
18038 The second key says what header you want to score on.  The following
18039 keys are available:
18040 @table @kbd
18041
18042 @item a
18043 Score on the author name.
18044
18045 @item s
18046 Score on the subject line.
18047
18048 @item x
18049 Score on the @code{Xref} line---i.e., the cross-posting line.
18050
18051 @item r
18052 Score on the @code{References} line.
18053
18054 @item d
18055 Score on the date.
18056
18057 @item l
18058 Score on the number of lines.
18059
18060 @item i
18061 Score on the @code{Message-ID} header.
18062
18063 @item e
18064 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18065 if your @sc{nntp} server tracks additional header data in overviews.
18066
18067 @item f
18068 Score on followups---this matches the author name, and adds scores to
18069 the followups to this author.  (Using this key leads to the creation of
18070 @file{ADAPT} files.)
18071
18072 @item b
18073 Score on the body.
18074
18075 @item h
18076 Score on the head.
18077
18078 @item t
18079 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18080 files.)
18081
18082 @end table
18083
18084 @item
18085 The third key is the match type.  Which match types are valid depends on
18086 what headers you are scoring on.
18087
18088 @table @code
18089
18090 @item strings
18091
18092 @table @kbd
18093
18094 @item e
18095 Exact matching.
18096
18097 @item s
18098 Substring matching.
18099
18100 @item f
18101 Fuzzy matching (@pxref{Fuzzy Matching}).
18102
18103 @item r
18104 Regexp matching
18105 @end table
18106
18107 @item date
18108 @table @kbd
18109
18110 @item b
18111 Before date.
18112
18113 @item a
18114 After date.
18115
18116 @item n
18117 This date.
18118 @end table
18119
18120 @item number
18121 @table @kbd
18122
18123 @item <
18124 Less than number.
18125
18126 @item =
18127 Equal to number.
18128
18129 @item >
18130 Greater than number.
18131 @end table
18132 @end table
18133
18134 @item
18135 The fourth and usually final key says whether this is a temporary (i.e.,
18136 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
18137 or whether it is to be done immediately, without adding to the score
18138 file.
18139 @table @kbd
18140
18141 @item t
18142 Temporary score entry.
18143
18144 @item p
18145 Permanent score entry.
18146
18147 @item i
18148 Immediately scoring.
18149 @end table
18150
18151 @item
18152 If you are scoring on `e' (extra) headers, you will then be prompted for
18153 the header name on which you wish to score.  This must be a header named
18154 in gnus-extra-headers, and @samp{TAB} completion is available.
18155
18156 @end enumerate
18157
18158 So, let's say you want to increase the score on the current author with
18159 exact matching permanently: @kbd{I a e p}.  If you want to lower the
18160 score based on the subject line, using substring matching, and make a
18161 temporary score entry: @kbd{L s s t}.  Pretty easy.
18162
18163 To make things a bit more complicated, there are shortcuts.  If you use
18164 a capital letter on either the second or third keys, Gnus will use
18165 defaults for the remaining one or two keystrokes.  The defaults are
18166 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
18167 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
18168
18169 These functions take both the numerical prefix and the symbolic prefix
18170 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
18171 (or increase) the score of the article.  A symbolic prefix of @code{a}
18172 says to use the @file{all.SCORE} file for the command instead of the
18173 current score file.
18174
18175 @vindex gnus-score-mimic-keymap
18176 The @code{gnus-score-mimic-keymap} says whether these commands will
18177 pretend they are keymaps or not.
18178
18179
18180 @node Group Score Commands
18181 @section Group Score Commands
18182 @cindex group score commands
18183
18184 There aren't many of these as yet, I'm afraid.
18185
18186 @table @kbd
18187
18188 @item W f
18189 @kindex W f (Group)
18190 @findex gnus-score-flush-cache
18191 Gnus maintains a cache of score alists to avoid having to reload them
18192 all the time.  This command will flush the cache
18193 (@code{gnus-score-flush-cache}).
18194
18195 @end table
18196
18197 You can do scoring from the command line by saying something like:
18198
18199 @findex gnus-batch-score
18200 @cindex batch scoring
18201 @example
18202 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
18203 @end example
18204
18205
18206 @node Score Variables
18207 @section Score Variables
18208 @cindex score variables
18209
18210 @table @code
18211
18212 @item gnus-use-scoring
18213 @vindex gnus-use-scoring
18214 If @code{nil}, Gnus will not check for score files, and will not, in
18215 general, do any score-related work.  This is @code{t} by default.
18216
18217 @item gnus-kill-killed
18218 @vindex gnus-kill-killed
18219 If this variable is @code{nil}, Gnus will never apply score files to
18220 articles that have already been through the kill process.  While this
18221 may save you lots of time, it also means that if you apply a kill file
18222 to a group, and then change the kill file and want to run it over you
18223 group again to kill more articles, it won't work.  You have to set this
18224 variable to @code{t} to do that.  (It is @code{t} by default.)
18225
18226 @item gnus-kill-files-directory
18227 @vindex gnus-kill-files-directory
18228 All kill and score files will be stored in this directory, which is
18229 initialized from the @code{SAVEDIR} environment variable by default.
18230 This is @file{~/News/} by default.
18231
18232 @item gnus-score-file-suffix
18233 @vindex gnus-score-file-suffix
18234 Suffix to add to the group name to arrive at the score file name
18235 (@file{SCORE} by default.)
18236
18237 @item gnus-score-uncacheable-files
18238 @vindex gnus-score-uncacheable-files
18239 @cindex score cache
18240 All score files are normally cached to avoid excessive re-loading of
18241 score files.  However, if this might make your Emacs grow big and
18242 bloated, so this regexp can be used to weed out score files unlikely
18243 to be needed again.  It would be a bad idea to deny caching of
18244 @file{all.SCORE}, while it might be a good idea to not cache
18245 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
18246 variable is @samp{ADAPT$} by default, so no adaptive score files will
18247 be cached.
18248
18249 @item gnus-save-score
18250 @vindex gnus-save-score
18251 If you have really complicated score files, and do lots of batch
18252 scoring, then you might set this variable to @code{t}.  This will make
18253 Gnus save the scores into the @file{.newsrc.eld} file.
18254
18255 If you do not set this to @code{t}, then manual scores (like those set
18256 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
18257 across group visits.
18258
18259 @item gnus-score-interactive-default-score
18260 @vindex gnus-score-interactive-default-score
18261 Score used by all the interactive raise/lower commands to raise/lower
18262 score with.  Default is 1000, which may seem excessive, but this is to
18263 ensure that the adaptive scoring scheme gets enough room to play with.
18264 We don't want the small changes from the adaptive scoring to overwrite
18265 manually entered data.
18266
18267 @item gnus-summary-default-score
18268 @vindex gnus-summary-default-score
18269 Default score of an article, which is 0 by default.
18270
18271 @item gnus-summary-expunge-below
18272 @vindex gnus-summary-expunge-below
18273 Don't display the summary lines of articles that have scores lower than
18274 this variable.  This is @code{nil} by default, which means that no
18275 articles will be hidden.  This variable is local to the summary buffers,
18276 and has to be set from @code{gnus-summary-mode-hook}.
18277
18278 @item gnus-score-over-mark
18279 @vindex gnus-score-over-mark
18280 Mark (in the third column) used for articles with a score over the
18281 default.  Default is @samp{+}.
18282
18283 @item gnus-score-below-mark
18284 @vindex gnus-score-below-mark
18285 Mark (in the third column) used for articles with a score below the
18286 default.  Default is @samp{-}.
18287
18288 @item gnus-score-find-score-files-function
18289 @vindex gnus-score-find-score-files-function
18290 Function used to find score files for the current group.  This function
18291 is called with the name of the group as the argument.
18292
18293 Predefined functions available are:
18294 @table @code
18295
18296 @item gnus-score-find-single
18297 @findex gnus-score-find-single
18298 Only apply the group's own score file.
18299
18300 @item gnus-score-find-bnews
18301 @findex gnus-score-find-bnews
18302 Apply all score files that match, using bnews syntax.  This is the
18303 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
18304 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
18305 @file{gnu.all.SCORE} would all apply.  In short, the instances of
18306 @samp{all} in the score file names are translated into @samp{.*}, and
18307 then a regexp match is done.
18308
18309 This means that if you have some score entries that you want to apply to
18310 all groups, then you put those entries in the @file{all.SCORE} file.
18311
18312 The score files are applied in a semi-random order, although Gnus will
18313 try to apply the more general score files before the more specific score
18314 files.  It does this by looking at the number of elements in the score
18315 file names---discarding the @samp{all} elements.
18316
18317 @item gnus-score-find-hierarchical
18318 @findex gnus-score-find-hierarchical
18319 Apply all score files from all the parent groups.  This means that you
18320 can't have score files like @file{all.SCORE}, but you can have
18321 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
18322 server.
18323
18324 @end table
18325 This variable can also be a list of functions.  In that case, all
18326 these functions will be called with the group name as argument, and
18327 all the returned lists of score files will be applied.  These
18328 functions can also return lists of lists of score alists directly.  In
18329 that case, the functions that return these non-file score alists
18330 should probably be placed before the ``real'' score file functions, to
18331 ensure that the last score file returned is the local score file.
18332 Phu.
18333
18334 For example, to do hierarchical scoring but use a non-server-specific
18335 overall score file, you could use the value
18336 @example
18337 (list (lambda (group) ("all.SCORE"))
18338       'gnus-score-find-hierarchical)
18339 @end example
18340
18341 @item gnus-score-expiry-days
18342 @vindex gnus-score-expiry-days
18343 This variable says how many days should pass before an unused score file
18344 entry is expired.  If this variable is @code{nil}, no score file entries
18345 are expired.  It's 7 by default.
18346
18347 @item gnus-update-score-entry-dates
18348 @vindex gnus-update-score-entry-dates
18349 If this variable is non-@code{nil}, temporary score entries that have
18350 been triggered (matched) will have their dates updated.  (This is how Gnus
18351 controls expiry---all non-matched-entries will become too old while
18352 matched entries will stay fresh and young.)  However, if you set this
18353 variable to @code{nil}, even matched entries will grow old and will
18354 have to face that oh-so grim reaper.
18355
18356 @item gnus-score-after-write-file-function
18357 @vindex gnus-score-after-write-file-function
18358 Function called with the name of the score file just written.
18359
18360 @item gnus-score-thread-simplify
18361 @vindex gnus-score-thread-simplify
18362 If this variable is non-@code{nil}, article subjects will be simplified
18363 for subject scoring purposes in the same manner as with
18364 threading---according to the current value of
18365 gnus-simplify-subject-functions.  If the scoring entry uses
18366 @code{substring} or @code{exact} matching, the match will also be
18367 simplified in this manner.
18368
18369 @end table
18370
18371
18372 @node Score File Format
18373 @section Score File Format
18374 @cindex score file format
18375
18376 A score file is an @code{emacs-lisp} file that normally contains just a
18377 single form.  Casual users are not expected to edit these files;
18378 everything can be changed from the summary buffer.
18379
18380 Anyway, if you'd like to dig into it yourself, here's an example:
18381
18382 @lisp
18383 (("from"
18384   ("Lars Ingebrigtsen" -10000)
18385   ("Per Abrahamsen")
18386   ("larsi\\|lmi" -50000 nil R))
18387  ("subject"
18388   ("Ding is Badd" nil 728373))
18389  ("xref"
18390   ("alt.politics" -1000 728372 s))
18391  ("lines"
18392   (2 -100 nil <))
18393  (mark 0)
18394  (expunge -1000)
18395  (mark-and-expunge -10)
18396  (read-only nil)
18397  (orphan -10)
18398  (adapt t)
18399  (files "/hom/larsi/News/gnu.SCORE")
18400  (exclude-files "all.SCORE")
18401  (local (gnus-newsgroup-auto-expire t)
18402         (gnus-summary-make-false-root empty))
18403  (eval (ding)))
18404 @end lisp
18405
18406 This example demonstrates most score file elements.  For a different
18407 approach, see @pxref{Advanced Scoring}.
18408
18409 Even though this looks much like lisp code, nothing here is actually
18410 @code{eval}ed.  The lisp reader is used to read this form, though, so it
18411 has to be valid syntactically, if not semantically.
18412
18413 Six keys are supported by this alist:
18414
18415 @table @code
18416
18417 @item STRING
18418 If the key is a string, it is the name of the header to perform the
18419 match on.  Scoring can only be performed on these eight headers:
18420 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
18421 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
18422 these headers, there are three strings to tell Gnus to fetch the entire
18423 article and do the match on larger parts of the article: @code{Body}
18424 will perform the match on the body of the article, @code{Head} will
18425 perform the match on the head of the article, and @code{All} will
18426 perform the match on the entire article.  Note that using any of these
18427 last three keys will slow down group entry @emph{considerably}.  The
18428 final ``header'' you can score on is @code{Followup}.  These score
18429 entries will result in new score entries being added for all follow-ups
18430 to articles that matches these score entries.
18431
18432 Following this key is a arbitrary number of score entries, where each
18433 score entry has one to four elements.
18434 @enumerate
18435
18436 @item
18437 The first element is the @dfn{match element}.  On most headers this will
18438 be a string, but on the Lines and Chars headers, this must be an
18439 integer.
18440
18441 @item
18442 If the second element is present, it should be a number---the @dfn{score
18443 element}.  This number should be an integer in the neginf to posinf
18444 interval.  This number is added to the score of the article if the match
18445 is successful.  If this element is not present, the
18446 @code{gnus-score-interactive-default-score} number will be used
18447 instead.  This is 1000 by default.
18448
18449 @item
18450 If the third element is present, it should be a number---the @dfn{date
18451 element}.  This date says when the last time this score entry matched,
18452 which provides a mechanism for expiring the score entries.  It this
18453 element is not present, the score entry is permanent.  The date is
18454 represented by the number of days since December 31, 1 BCE.
18455
18456 @item
18457 If the fourth element is present, it should be a symbol---the @dfn{type
18458 element}.  This element specifies what function should be used to see
18459 whether this score entry matches the article.  What match types that can
18460 be used depends on what header you wish to perform the match on.
18461 @table @dfn
18462
18463 @item From, Subject, References, Xref, Message-ID
18464 For most header types, there are the @code{r} and @code{R} (regexp), as
18465 well as @code{s} and @code{S} (substring) types, and @code{e} and
18466 @code{E} (exact match), and @code{w} (word match) types.  If this
18467 element is not present, Gnus will assume that substring matching should
18468 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
18469 that the matches will be done in a case-sensitive manner.  All these
18470 one-letter types are really just abbreviations for the @code{regexp},
18471 @code{string}, @code{exact}, and @code{word} types, which you can use
18472 instead, if you feel like.
18473
18474 @item Extra
18475 Just as for the standard string overview headers, if you are using
18476 gnus-extra-headers, you can score on these headers' values.  In this
18477 case, there is a 5th element in the score entry, being the name of the
18478 header to be scored.  The following entry is useful in your
18479 @file{all.SCORE} file in case of spam attacks from a single origin host,
18480 if your @sc{nntp} server tracks NNTP-Posting-Host in overviews:
18481
18482 @lisp
18483 ("111.222.333.444" -1000 nil s "NNTP-Posting-Host")
18484 @end lisp
18485
18486 @item Lines, Chars
18487 These two headers use different match types: @code{<}, @code{>},
18488 @code{=}, @code{>=} and @code{<=}.
18489
18490 These predicates are true if
18491
18492 @example
18493 (PREDICATE HEADER MATCH)
18494 @end example
18495
18496 evaluates to non-@code{nil}.  For instance, the advanced match
18497 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
18498 following form:
18499
18500 @lisp
18501 (< header-value 4)
18502 @end lisp
18503
18504 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
18505 the match, we get the score added if the article has less than 4 lines.
18506 (It's easy to get confused and think it's the other way around.  But
18507 it's not.  I think.)
18508
18509 When matching on @code{Lines}, be careful because some back ends (like
18510 @code{nndir}) do not generate @code{Lines} header, so every article ends
18511 up being marked as having 0 lines.  This can lead to strange results if
18512 you happen to lower score of the articles with few lines.
18513
18514 @item Date
18515 For the Date header we have three kinda silly match types:
18516 @code{before}, @code{at} and @code{after}.  I can't really imagine this
18517 ever being useful, but, like, it would feel kinda silly not to provide
18518 this function.  Just in case.  You never know.  Better safe than sorry.
18519 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
18520 sex on a first date.  (I have been told that at least one person, and I
18521 quote, ``found this function indispensable'', however.)
18522
18523 @cindex ISO8601
18524 @cindex date
18525 A more useful match type is @code{regexp}.  With it, you can match the
18526 date string using a regular expression.  The date is normalized to
18527 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
18528 you want to match all articles that have been posted on April 1st in
18529 every year, you could use @samp{....0401.........} as a match string,
18530 for instance.  (Note that the date is kept in its original time zone, so
18531 this will match articles that were posted when it was April 1st where
18532 the article was posted from.  Time zones are such wholesome fun for the
18533 whole family, eh?)
18534
18535 @item Head, Body, All
18536 These three match keys use the same match types as the @code{From} (etc)
18537 header uses.
18538
18539 @item Followup
18540 This match key is somewhat special, in that it will match the
18541 @code{From} header, and affect the score of not only the matching
18542 articles, but also all followups to the matching articles.  This allows
18543 you e.g. increase the score of followups to your own articles, or
18544 decrease the score of followups to the articles of some known
18545 trouble-maker.  Uses the same match types as the @code{From} header
18546 uses.  (Using this match key will lead to creation of @file{ADAPT}
18547 files.)
18548
18549 @item Thread
18550 This match key works along the same lines as the @code{Followup} match
18551 key.  If you say that you want to score on a (sub-)thread started by an
18552 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
18553 match.  This will add a new @samp{thread} match for each article that
18554 has @var{x} in its @code{References} header.  (These new @samp{thread}
18555 matches will use the @code{Message-ID}s of these matching articles.)
18556 This will ensure that you can raise/lower the score of an entire thread,
18557 even though some articles in the thread may not have complete
18558 @code{References} headers.  Note that using this may lead to
18559 undeterministic scores of the articles in the thread.  (Using this match
18560 key will lead to creation of @file{ADAPT} files.)
18561 @end table
18562 @end enumerate
18563
18564 @cindex Score File Atoms
18565 @item mark
18566 The value of this entry should be a number.  Any articles with a score
18567 lower than this number will be marked as read.
18568
18569 @item expunge
18570 The value of this entry should be a number.  Any articles with a score
18571 lower than this number will be removed from the summary buffer.
18572
18573 @item mark-and-expunge
18574 The value of this entry should be a number.  Any articles with a score
18575 lower than this number will be marked as read and removed from the
18576 summary buffer.
18577
18578 @item thread-mark-and-expunge
18579 The value of this entry should be a number.  All articles that belong to
18580 a thread that has a total score below this number will be marked as read
18581 and removed from the summary buffer.  @code{gnus-thread-score-function}
18582 says how to compute the total score for a thread.
18583
18584 @item files
18585 The value of this entry should be any number of file names.  These files
18586 are assumed to be score files as well, and will be loaded the same way
18587 this one was.
18588
18589 @item exclude-files
18590 The clue of this entry should be any number of files.  These files will
18591 not be loaded, even though they would normally be so, for some reason or
18592 other.
18593
18594 @item eval
18595 The value of this entry will be @code{eval}el.  This element will be
18596 ignored when handling global score files.
18597
18598 @item read-only
18599 Read-only score files will not be updated or saved.  Global score files
18600 should feature this atom (@pxref{Global Score Files}).  (Note:
18601 @dfn{Global} here really means @dfn{global}; not your personal
18602 apply-to-all-groups score files.)
18603
18604 @item orphan
18605 The value of this entry should be a number.  Articles that do not have
18606 parents will get this number added to their scores.  Imagine you follow
18607 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
18608 will only follow a few of the threads, also want to see any new threads.
18609
18610 You can do this with the following two score file entries:
18611
18612 @example
18613         (orphan -500)
18614         (mark-and-expunge -100)
18615 @end example
18616
18617 When you enter the group the first time, you will only see the new
18618 threads.  You then raise the score of the threads that you find
18619 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
18620 rest.  Next time you enter the group, you will see new articles in the
18621 interesting threads, plus any new threads.
18622
18623 I.e.---the orphan score atom is for high-volume groups where a few
18624 interesting threads which can't be found automatically by ordinary
18625 scoring rules exist.
18626
18627 @item adapt
18628 This entry controls the adaptive scoring.  If it is @code{t}, the
18629 default adaptive scoring rules will be used.  If it is @code{ignore}, no
18630 adaptive scoring will be performed on this group.  If it is a list, this
18631 list will be used as the adaptive scoring rules.  If it isn't present,
18632 or is something other than @code{t} or @code{ignore}, the default
18633 adaptive scoring rules will be used.  If you want to use adaptive
18634 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
18635 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
18636 not want adaptive scoring.  If you only want adaptive scoring in a few
18637 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
18638 insert @code{(adapt t)} in the score files of the groups where you want
18639 it.
18640
18641 @item adapt-file
18642 All adaptive score entries will go to the file named by this entry.  It
18643 will also be applied when entering the group.  This atom might be handy
18644 if you want to adapt on several groups at once, using the same adaptive
18645 file for a number of groups.
18646
18647 @item local
18648 @cindex local variables
18649 The value of this entry should be a list of @code{(@var{var}
18650 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
18651 current summary buffer, and set to the value specified.  This is a
18652 convenient, if somewhat strange, way of setting variables in some
18653 groups if you don't like hooks much.  Note that the @var{value} won't
18654 be evaluated.
18655 @end table
18656
18657
18658 @node Score File Editing
18659 @section Score File Editing
18660
18661 You normally enter all scoring commands from the summary buffer, but you
18662 might feel the urge to edit them by hand as well, so we've supplied you
18663 with a mode for that.
18664
18665 It's simply a slightly customized @code{emacs-lisp} mode, with these
18666 additional commands:
18667
18668 @table @kbd
18669
18670 @item C-c C-c
18671 @kindex C-c C-c (Score)
18672 @findex gnus-score-edit-done
18673 Save the changes you have made and return to the summary buffer
18674 (@code{gnus-score-edit-done}).
18675
18676 @item C-c C-d
18677 @kindex C-c C-d (Score)
18678 @findex gnus-score-edit-insert-date
18679 Insert the current date in numerical format
18680 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
18681 you were wondering.
18682
18683 @item C-c C-p
18684 @kindex C-c C-p (Score)
18685 @findex gnus-score-pretty-print
18686 The adaptive score files are saved in an unformatted fashion.  If you
18687 intend to read one of these files, you want to @dfn{pretty print} it
18688 first.  This command (@code{gnus-score-pretty-print}) does that for
18689 you.
18690
18691 @end table
18692
18693 Type @kbd{M-x gnus-score-mode} to use this mode.
18694
18695 @vindex gnus-score-mode-hook
18696 @code{gnus-score-menu-hook} is run in score mode buffers.
18697
18698 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
18699 e} to begin editing score files.
18700
18701
18702 @node Adaptive Scoring
18703 @section Adaptive Scoring
18704 @cindex adaptive scoring
18705
18706 If all this scoring is getting you down, Gnus has a way of making it all
18707 happen automatically---as if by magic.  Or rather, as if by artificial
18708 stupidity, to be precise.
18709
18710 @vindex gnus-use-adaptive-scoring
18711 When you read an article, or mark an article as read, or kill an
18712 article, you leave marks behind.  On exit from the group, Gnus can sniff
18713 these marks and add score elements depending on what marks it finds.
18714 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
18715 @code{t} or @code{(line)}.  If you want score adaptively on separate
18716 words appearing in the subjects, you should set this variable to
18717 @code{(word)}.  If you want to use both adaptive methods, set this
18718 variable to @code{(word line)}.
18719
18720 @vindex gnus-default-adaptive-score-alist
18721 To give you complete control over the scoring process, you can customize
18722 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
18723 might look something like this:
18724
18725 @lisp
18726 (setq gnus-default-adaptive-score-alist
18727   '((gnus-unread-mark)
18728     (gnus-ticked-mark (from 4))
18729     (gnus-dormant-mark (from 5))
18730     (gnus-del-mark (from -4) (subject -1))
18731     (gnus-read-mark (from 4) (subject 2))
18732     (gnus-expirable-mark (from -1) (subject -1))
18733     (gnus-killed-mark (from -1) (subject -3))
18734     (gnus-kill-file-mark)
18735     (gnus-ancient-mark)
18736     (gnus-low-score-mark)
18737     (gnus-catchup-mark (from -1) (subject -1))))
18738 @end lisp
18739
18740 As you see, each element in this alist has a mark as a key (either a
18741 variable name or a ``real'' mark---a character).  Following this key is
18742 a arbitrary number of header/score pairs.  If there are no header/score
18743 pairs following the key, no adaptive scoring will be done on articles
18744 that have that key as the article mark.  For instance, articles with
18745 @code{gnus-unread-mark} in the example above will not get adaptive score
18746 entries.
18747
18748 Each article can have only one mark, so just a single of these rules
18749 will be applied to each article.
18750
18751 To take @code{gnus-del-mark} as an example---this alist says that all
18752 articles that have that mark (i.e., are marked with @samp{D}) will have a
18753 score entry added to lower based on the @code{From} header by -4, and
18754 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
18755
18756 If you have marked 10 articles with the same subject with
18757 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
18758 That means that that subject will get a score of ten times -1, which
18759 should be, unless I'm much mistaken, -10.
18760
18761 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
18762 the read articles will be marked with the @samp{E} mark.  This'll
18763 probably make adaptive scoring slightly impossible, so auto-expiring and
18764 adaptive scoring doesn't really mix very well.
18765
18766 The headers you can score on are @code{from}, @code{subject},
18767 @code{message-id}, @code{references}, @code{xref}, @code{lines},
18768 @code{chars} and @code{date}.  In addition, you can score on
18769 @code{followup}, which will create an adaptive score entry that matches
18770 on the @code{References} header using the @code{Message-ID} of the
18771 current article, thereby matching the following thread.
18772
18773 If you use this scheme, you should set the score file atom @code{mark}
18774 to something small---like -300, perhaps, to avoid having small random
18775 changes result in articles getting marked as read.
18776
18777 After using adaptive scoring for a week or so, Gnus should start to
18778 become properly trained and enhance the authors you like best, and kill
18779 the authors you like least, without you having to say so explicitly.
18780
18781 You can control what groups the adaptive scoring is to be performed on
18782 by using the score files (@pxref{Score File Format}).  This will also
18783 let you use different rules in different groups.
18784
18785 @vindex gnus-adaptive-file-suffix
18786 The adaptive score entries will be put into a file where the name is the
18787 group name with @code{gnus-adaptive-file-suffix} appended.  The default
18788 is @file{ADAPT}.
18789
18790 @vindex gnus-score-exact-adapt-limit
18791 When doing adaptive scoring, substring or fuzzy matching would probably
18792 give you the best results in most cases.  However, if the header one
18793 matches is short, the possibility for false positives is great, so if
18794 the length of the match is less than
18795 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
18796 this variable is @code{nil}, exact matching will always be used to avoid
18797 this problem.
18798
18799 @vindex gnus-default-adaptive-word-score-alist
18800 As mentioned above, you can adapt either on individual words or entire
18801 headers.  If you adapt on words, the
18802 @code{gnus-default-adaptive-word-score-alist} variable says what score
18803 each instance of a word should add given a mark.
18804
18805 @lisp
18806 (setq gnus-default-adaptive-word-score-alist
18807       `((,gnus-read-mark . 30)
18808         (,gnus-catchup-mark . -10)
18809         (,gnus-killed-mark . -20)
18810         (,gnus-del-mark . -15)))
18811 @end lisp
18812
18813 This is the default value.  If you have adaption on words enabled, every
18814 word that appears in subjects of articles marked with
18815 @code{gnus-read-mark} will result in a score rule that increase the
18816 score with 30 points.
18817
18818 @vindex gnus-default-ignored-adaptive-words
18819 @vindex gnus-ignored-adaptive-words
18820 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
18821 will be ignored.  If you wish to add more words to be ignored, use the
18822 @code{gnus-ignored-adaptive-words} list instead.
18823
18824 @vindex gnus-adaptive-word-length-limit
18825 Some may feel that short words shouldn't count when doing adaptive
18826 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
18827 an integer.  Words shorter than this number will be ignored.  This
18828 variable defaults to @code{nil}.
18829
18830 @vindex gnus-adaptive-word-syntax-table
18831 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
18832 syntax table in effect.  It is similar to the standard syntax table, but
18833 it considers numbers to be non-word-constituent characters.
18834
18835 @vindex gnus-adaptive-word-minimum
18836 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
18837 word scoring process will never bring down the score of an article to
18838 below this number.  The default is @code{nil}.
18839
18840 @vindex gnus-adaptive-word-no-group-words
18841 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
18842 won't adaptively word score any of the words in the group name.  Useful
18843 for groups like @samp{comp.editors.emacs}, where most of the subject
18844 lines contain the word @samp{emacs}.
18845
18846 After using this scheme for a while, it might be nice to write a
18847 @code{gnus-psychoanalyze-user} command to go through the rules and see
18848 what words you like and what words you don't like.  Or perhaps not.
18849
18850 Note that the adaptive word scoring thing is highly experimental and is
18851 likely to change in the future.  Initial impressions seem to indicate
18852 that it's totally useless as it stands.  Some more work (involving more
18853 rigorous statistical methods) will have to be done to make this useful.
18854
18855
18856 @node Home Score File
18857 @section Home Score File
18858
18859 The score file where new score file entries will go is called the
18860 @dfn{home score file}.  This is normally (and by default) the score file
18861 for the group itself.  For instance, the home score file for
18862 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
18863
18864 However, this may not be what you want.  It is often convenient to share
18865 a common home score file among many groups---all @samp{emacs} groups
18866 could perhaps use the same home score file.
18867
18868 @vindex gnus-home-score-file
18869 The variable that controls this is @code{gnus-home-score-file}.  It can
18870 be:
18871
18872 @enumerate
18873 @item
18874 A string.  Then this file will be used as the home score file for all
18875 groups.
18876
18877 @item
18878 A function.  The result of this function will be used as the home score
18879 file.  The function will be called with the name of the group as the
18880 parameter.
18881
18882 @item
18883 A list.  The elements in this list can be:
18884
18885 @enumerate
18886 @item
18887 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
18888 group name, the @var{file-name} will be used as the home score file.
18889
18890 @item
18891 A function.  If the function returns non-nil, the result will be used as
18892 the home score file.
18893
18894 @item
18895 A string.  Use the string as the home score file.
18896 @end enumerate
18897
18898 The list will be traversed from the beginning towards the end looking
18899 for matches.
18900
18901 @end enumerate
18902
18903 So, if you want to use just a single score file, you could say:
18904
18905 @lisp
18906 (setq gnus-home-score-file
18907       "my-total-score-file.SCORE")
18908 @end lisp
18909
18910 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
18911 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
18912
18913 @findex gnus-hierarchial-home-score-file
18914 @lisp
18915 (setq gnus-home-score-file
18916       'gnus-hierarchial-home-score-file)
18917 @end lisp
18918
18919 This is a ready-made function provided for your convenience.
18920 Other functions include
18921
18922 @table @code
18923 @item gnus-current-home-score-file
18924 @findex gnus-current-home-score-file
18925 Return the ``current'' regular score file.  This will make scoring
18926 commands add entry to the ``innermost'' matching score file.
18927
18928 @end table
18929
18930 If you want to have one score file for the @samp{emacs} groups and
18931 another for the @samp{comp} groups, while letting all other groups use
18932 their own home score files:
18933
18934 @lisp
18935 (setq gnus-home-score-file
18936       ;; All groups that match the regexp "\\.emacs"
18937       '(("\\.emacs" "emacs.SCORE")
18938         ;; All the comp groups in one score file
18939         ("^comp" "comp.SCORE")))
18940 @end lisp
18941
18942 @vindex gnus-home-adapt-file
18943 @code{gnus-home-adapt-file} works exactly the same way as
18944 @code{gnus-home-score-file}, but says what the home adaptive score file
18945 is instead.  All new adaptive file entries will go into the file
18946 specified by this variable, and the same syntax is allowed.
18947
18948 In addition to using @code{gnus-home-score-file} and
18949 @code{gnus-home-adapt-file}, you can also use group parameters
18950 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
18951 Parameters}) to achieve much the same.  Group and topic parameters take
18952 precedence over this variable.
18953
18954
18955 @node Followups To Yourself
18956 @section Followups To Yourself
18957
18958 Gnus offers two commands for picking out the @code{Message-ID} header in
18959 the current buffer.  Gnus will then add a score rule that scores using
18960 this @code{Message-ID} on the @code{References} header of other
18961 articles.  This will, in effect, increase the score of all articles that
18962 respond to the article in the current buffer.  Quite useful if you want
18963 to easily note when people answer what you've said.
18964
18965 @table @code
18966
18967 @item gnus-score-followup-article
18968 @findex gnus-score-followup-article
18969 This will add a score to articles that directly follow up your own
18970 article.
18971
18972 @item gnus-score-followup-thread
18973 @findex gnus-score-followup-thread
18974 This will add a score to all articles that appear in a thread ``below''
18975 your own article.
18976 @end table
18977
18978 @vindex message-sent-hook
18979 These two functions are both primarily meant to be used in hooks like
18980 @code{message-sent-hook}, like this:
18981 @lisp
18982 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
18983 @end lisp
18984
18985
18986 If you look closely at your own @code{Message-ID}, you'll notice that
18987 the first two or three characters are always the same.  Here's two of
18988 mine:
18989
18990 @example
18991 <x6u3u47icf.fsf@@eyesore.no>
18992 <x6sp9o7ibw.fsf@@eyesore.no>
18993 @end example
18994
18995 So ``my'' ident on this machine is @samp{x6}.  This can be
18996 exploited---the following rule will raise the score on all followups to
18997 myself:
18998
18999 @lisp
19000 ("references"
19001  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19002   1000 nil r))
19003 @end lisp
19004
19005 Whether it's the first two or first three characters that are ``yours''
19006 is system-dependent.
19007
19008
19009 @node Scoring On Other Headers
19010 @section Scoring On Other Headers
19011 @cindex scoring on other headers
19012
19013 Gnus is quite fast when scoring the ``traditional''
19014 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19015 other headers requires writing a @code{head} scoring rule, which means
19016 that Gnus has to request every single article from the back end to find
19017 matches.  This takes a long time in big groups.
19018
19019 Now, there's not much you can do about this for news groups, but for
19020 mail groups, you have greater control.  In the @pxref{To From
19021 Newsgroups} section of the manual, it's explained in greater detail what
19022 this mechanism does, but here's a cookbook example for @code{nnml} on
19023 how to allow scoring on the @samp{To} and @samp{Cc} headers.
19024
19025 Put the following in your @file{.gnus.el} file.
19026
19027 @lisp
19028 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19029       nnmail-extra-headers gnus-extra-headers)
19030 @end lisp
19031
19032 Restart Gnus and rebuild your @code{nnml} overview files with the
19033 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19034 time if you have much mail.
19035
19036 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19037 so: @kbd{I e s p To RET <your name> RET}.
19038
19039 See?  Simple.
19040
19041
19042 @node Scoring Tips
19043 @section Scoring Tips
19044 @cindex scoring tips
19045
19046 @table @dfn
19047
19048 @item Crossposts
19049 @cindex crossposts
19050 @cindex scoring crossposts
19051 If you want to lower the score of crossposts, the line to match on is
19052 the @code{Xref} header.
19053 @lisp
19054 ("xref" (" talk.politics.misc:" -1000))
19055 @end lisp
19056
19057 @item Multiple crossposts
19058 If you want to lower the score of articles that have been crossposted to
19059 more than, say, 3 groups:
19060 @lisp
19061 ("xref"
19062   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19063    -1000 nil r))
19064 @end lisp
19065
19066 @item Matching on the body
19067 This is generally not a very good idea---it takes a very long time.
19068 Gnus actually has to fetch each individual article from the server.  But
19069 you might want to anyway, I guess.  Even though there are three match
19070 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19071 and stick with it in each score file.  If you use any two, each article
19072 will be fetched @emph{twice}.  If you want to match a bit on the
19073 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19074 the matches.
19075
19076 @item Marking as read
19077 You will probably want to mark articles that have scores below a certain
19078 number as read.  This is most easily achieved by putting the following
19079 in your @file{all.SCORE} file:
19080 @lisp
19081 ((mark -100))
19082 @end lisp
19083 You may also consider doing something similar with @code{expunge}.
19084
19085 @item Negated character classes
19086 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19087 That will match newlines, which might lead to, well, The Unknown.  Say
19088 @code{[^abcd\n]*} instead.
19089 @end table
19090
19091
19092 @node Reverse Scoring
19093 @section Reverse Scoring
19094 @cindex reverse scoring
19095
19096 If you want to keep just articles that have @samp{Sex with Emacs} in the
19097 subject header, and expunge all other articles, you could put something
19098 like this in your score file:
19099
19100 @lisp
19101 (("subject"
19102   ("Sex with Emacs" 2))
19103  (mark 1)
19104  (expunge 1))
19105 @end lisp
19106
19107 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19108 rest as read, and expunge them to boot.
19109
19110
19111 @node Global Score Files
19112 @section Global Score Files
19113 @cindex global score files
19114
19115 Sure, other newsreaders have ``global kill files''.  These are usually
19116 nothing more than a single kill file that applies to all groups, stored
19117 in the user's home directory.  Bah!  Puny, weak newsreaders!
19118
19119 What I'm talking about here are Global Score Files.  Score files from
19120 all over the world, from users everywhere, uniting all nations in one
19121 big, happy score file union!  Ange-score!  New and untested!
19122
19123 @vindex gnus-global-score-files
19124 All you have to do to use other people's score files is to set the
19125 @code{gnus-global-score-files} variable.  One entry for each score file,
19126 or each score file directory.  Gnus will decide by itself what score
19127 files are applicable to which group.
19128
19129 To use the score file
19130 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
19131 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
19132 say this:
19133
19134 @lisp
19135 (setq gnus-global-score-files
19136       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
19137         "/ftp@@ftp.some-where:/pub/score/"))
19138 @end lisp
19139
19140 @findex gnus-score-search-global-directories
19141 @noindent
19142 Simple, eh?  Directory names must end with a @samp{/}.  These
19143 directories are typically scanned only once during each Gnus session.
19144 If you feel the need to manually re-scan the remote directories, you can
19145 use the @code{gnus-score-search-global-directories} command.
19146
19147 Note that, at present, using this option will slow down group entry
19148 somewhat.  (That is---a lot.)
19149
19150 If you want to start maintaining score files for other people to use,
19151 just put your score file up for anonymous ftp and announce it to the
19152 world.  Become a retro-moderator!  Participate in the retro-moderator
19153 wars sure to ensue, where retro-moderators battle it out for the
19154 sympathy of the people, luring them to use their score files on false
19155 premises!  Yay!  The net is saved!
19156
19157 Here are some tips for the would-be retro-moderator, off the top of my
19158 head:
19159
19160 @itemize @bullet
19161
19162 @item
19163 Articles heavily crossposted are probably junk.
19164 @item
19165 To lower a single inappropriate article, lower by @code{Message-ID}.
19166 @item
19167 Particularly brilliant authors can be raised on a permanent basis.
19168 @item
19169 Authors that repeatedly post off-charter for the group can safely be
19170 lowered out of existence.
19171 @item
19172 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
19173 articles completely.
19174
19175 @item
19176 Use expiring score entries to keep the size of the file down.  You
19177 should probably have a long expiry period, though, as some sites keep
19178 old articles for a long time.
19179 @end itemize
19180
19181 @dots{} I wonder whether other newsreaders will support global score files
19182 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
19183 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
19184 holding our breath yet?
19185
19186
19187 @node Kill Files
19188 @section Kill Files
19189 @cindex kill files
19190
19191 Gnus still supports those pesky old kill files.  In fact, the kill file
19192 entries can now be expiring, which is something I wrote before Daniel
19193 Quinlan thought of doing score files, so I've left the code in there.
19194
19195 In short, kill processing is a lot slower (and I do mean @emph{a lot})
19196 than score processing, so it might be a good idea to rewrite your kill
19197 files into score files.
19198
19199 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
19200 forms into this file, which means that you can use kill files as some
19201 sort of primitive hook function to be run on group entry, even though
19202 that isn't a very good idea.
19203
19204 Normal kill files look like this:
19205
19206 @lisp
19207 (gnus-kill "From" "Lars Ingebrigtsen")
19208 (gnus-kill "Subject" "ding")
19209 (gnus-expunge "X")
19210 @end lisp
19211
19212 This will mark every article written by me as read, and remove the
19213 marked articles from the summary buffer.  Very useful, you'll agree.
19214
19215 Other programs use a totally different kill file syntax.  If Gnus
19216 encounters what looks like a @code{rn} kill file, it will take a stab at
19217 interpreting it.
19218
19219 Two summary functions for editing a GNUS kill file:
19220
19221 @table @kbd
19222
19223 @item M-k
19224 @kindex M-k (Summary)
19225 @findex gnus-summary-edit-local-kill
19226 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
19227
19228 @item M-K
19229 @kindex M-K (Summary)
19230 @findex gnus-summary-edit-global-kill
19231 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
19232 @end table
19233
19234 Two group mode functions for editing the kill files:
19235
19236 @table @kbd
19237
19238 @item M-k
19239 @kindex M-k (Group)
19240 @findex gnus-group-edit-local-kill
19241 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
19242
19243 @item M-K
19244 @kindex M-K (Group)
19245 @findex gnus-group-edit-global-kill
19246 Edit the general kill file (@code{gnus-group-edit-global-kill}).
19247 @end table
19248
19249 Kill file variables:
19250
19251 @table @code
19252 @item gnus-kill-file-name
19253 @vindex gnus-kill-file-name
19254 A kill file for the group @samp{soc.motss} is normally called
19255 @file{soc.motss.KILL}.  The suffix appended to the group name to get
19256 this file name is detailed by the @code{gnus-kill-file-name} variable.
19257 The ``global'' kill file (not in the score file sense of ``global'', of
19258 course) is just called @file{KILL}.
19259
19260 @vindex gnus-kill-save-kill-file
19261 @item gnus-kill-save-kill-file
19262 If this variable is non-@code{nil}, Gnus will save the
19263 kill file after processing, which is necessary if you use expiring
19264 kills.
19265
19266 @item gnus-apply-kill-hook
19267 @vindex gnus-apply-kill-hook
19268 @findex gnus-apply-kill-file-unless-scored
19269 @findex gnus-apply-kill-file
19270 A hook called to apply kill files to a group.  It is
19271 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
19272 kill file if you have a score file for the same group, you can set this
19273 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
19274 kill files to be processed, you should set this variable to @code{nil}.
19275
19276 @item gnus-kill-file-mode-hook
19277 @vindex gnus-kill-file-mode-hook
19278 A hook called in kill-file mode buffers.
19279
19280 @end table
19281
19282
19283 @node Converting Kill Files
19284 @section Converting Kill Files
19285 @cindex kill files
19286 @cindex converting kill files
19287
19288 If you have loads of old kill files, you may want to convert them into
19289 score files.  If they are ``regular'', you can use
19290 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
19291 by hand.
19292
19293 The kill to score conversion package isn't included in Gnus by default.
19294 You can fetch it from
19295 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
19296
19297 If your old kill files are very complex---if they contain more
19298 non-@code{gnus-kill} forms than not, you'll have to convert them by
19299 hand.  Or just let them be as they are.  Gnus will still use them as
19300 before.
19301
19302
19303 @node GroupLens
19304 @section GroupLens
19305 @cindex GroupLens
19306
19307 GroupLens (@uref{http://www.cs.umn.edu/Research/GroupLens/}) is a
19308 collaborative filtering system that helps you work together with other
19309 people to find the quality news articles out of the huge volume of
19310 news articles generated every day.
19311
19312 To accomplish this the GroupLens system combines your opinions about
19313 articles you have already read with the opinions of others who have done
19314 likewise and gives you a personalized prediction for each unread news
19315 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
19316 rate articles, and finds other people that rate articles the same way.
19317 Once it has found some people you agree with it tells you, in the form
19318 of a prediction, what they thought of the article.  You can use this
19319 prediction to help you decide whether or not you want to read the
19320 article.
19321
19322 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
19323 so this section is mostly of historical interest.
19324
19325 @menu
19326 * Using GroupLens::             How to make Gnus use GroupLens.
19327 * Rating Articles::             Letting GroupLens know how you rate articles.
19328 * Displaying Predictions::      Displaying predictions given by GroupLens.
19329 * GroupLens Variables::         Customizing GroupLens.
19330 @end menu
19331
19332
19333 @node Using GroupLens
19334 @subsection Using GroupLens
19335
19336 To use GroupLens you must register a pseudonym with your local Better
19337 Bit Bureau (BBB).
19338 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
19339 better bit in town at the moment.
19340
19341 Once you have registered you'll need to set a couple of variables.
19342
19343 @table @code
19344
19345 @item gnus-use-grouplens
19346 @vindex gnus-use-grouplens
19347 Setting this variable to a non-@code{nil} value will make Gnus hook into
19348 all the relevant GroupLens functions.
19349
19350 @item grouplens-pseudonym
19351 @vindex grouplens-pseudonym
19352 This variable should be set to the pseudonym you got when registering
19353 with the Better Bit Bureau.
19354
19355 @item grouplens-newsgroups
19356 @vindex grouplens-newsgroups
19357 A list of groups that you want to get GroupLens predictions for.
19358
19359 @end table
19360
19361 That's the minimum of what you need to get up and running with GroupLens.
19362 Once you've registered, GroupLens will start giving you scores for
19363 articles based on the average of what other people think.  But, to get
19364 the real benefit of GroupLens you need to start rating articles
19365 yourself.  Then the scores GroupLens gives you will be personalized for
19366 you, based on how the people you usually agree with have already rated.
19367
19368
19369 @node Rating Articles
19370 @subsection Rating Articles
19371
19372 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
19373 Where 1 means something like this article is a waste of bandwidth and 5
19374 means that the article was really good.  The basic question to ask
19375 yourself is, ``on a scale from 1 to 5 would I like to see more articles
19376 like this one?''
19377
19378 There are four ways to enter a rating for an article in GroupLens.
19379
19380 @table @kbd
19381
19382 @item r
19383 @kindex r (GroupLens)
19384 @findex bbb-summary-rate-article
19385 This function will prompt you for a rating on a scale of one to five.
19386
19387 @item k
19388 @kindex k (GroupLens)
19389 @findex grouplens-score-thread
19390 This function will prompt you for a rating, and rate all the articles in
19391 the thread.  This is really useful for some of those long running giant
19392 threads in rec.humor.
19393
19394 @end table
19395
19396 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
19397 the score of the article you're reading.
19398
19399 @table @kbd
19400
19401 @item 1-5 n
19402 @kindex n (GroupLens)
19403 @findex grouplens-next-unread-article
19404 Rate the article and go to the next unread article.
19405
19406 @item 1-5 ,
19407 @kindex , (GroupLens)
19408 @findex grouplens-best-unread-article
19409 Rate the article and go to the next unread article with the highest score.
19410
19411 @end table
19412
19413 If you want to give the current article a score of 4 and then go to the
19414 next article, just type @kbd{4 n}.
19415
19416
19417 @node Displaying Predictions
19418 @subsection Displaying Predictions
19419
19420 GroupLens makes a prediction for you about how much you will like a
19421 news article.  The predictions from GroupLens are on a scale from 1 to
19422 5, where 1 is the worst and 5 is the best.  You can use the predictions
19423 from GroupLens in one of three ways controlled by the variable
19424 @code{gnus-grouplens-override-scoring}.
19425
19426 @vindex gnus-grouplens-override-scoring
19427 There are three ways to display predictions in grouplens.  You may
19428 choose to have the GroupLens scores contribute to, or override the
19429 regular gnus scoring mechanism.  override is the default; however, some
19430 people prefer to see the Gnus scores plus the grouplens scores.  To get
19431 the separate scoring behavior you need to set
19432 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
19433 GroupLens predictions combined with the grouplens scores set it to
19434 @code{'override} and to combine the scores set
19435 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
19436 the combine option you will also want to set the values for
19437 @code{grouplens-prediction-offset} and
19438 @code{grouplens-score-scale-factor}.
19439
19440 @vindex grouplens-prediction-display
19441 In either case, GroupLens gives you a few choices for how you would like
19442 to see your predictions displayed.  The display of predictions is
19443 controlled by the @code{grouplens-prediction-display} variable.
19444
19445 The following are valid values for that variable.
19446
19447 @table @code
19448 @item prediction-spot
19449 The higher the prediction, the further to the right an @samp{*} is
19450 displayed.
19451
19452 @item confidence-interval
19453 A numeric confidence interval.
19454
19455 @item prediction-bar
19456 The higher the prediction, the longer the bar.
19457
19458 @item confidence-bar
19459 Numerical confidence.
19460
19461 @item confidence-spot
19462 The spot gets bigger with more confidence.
19463
19464 @item prediction-num
19465 Plain-old numeric value.
19466
19467 @item confidence-plus-minus
19468 Prediction +/- confidence.
19469
19470 @end table
19471
19472
19473 @node GroupLens Variables
19474 @subsection GroupLens Variables
19475
19476 @table @code
19477
19478 @item gnus-summary-grouplens-line-format
19479 The summary line format used in GroupLens-enhanced summary buffers.  It
19480 accepts the same specs as the normal summary line format (@pxref{Summary
19481 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
19482 %s\n}.
19483
19484 @item grouplens-bbb-host
19485 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
19486 default.
19487
19488 @item grouplens-bbb-port
19489 Port of the host running the bbbd server.  The default is 9000.
19490
19491 @item grouplens-score-offset
19492 Offset the prediction by this value.  In other words, subtract the
19493 prediction value by this number to arrive at the effective score.  The
19494 default is 0.
19495
19496 @item grouplens-score-scale-factor
19497 This variable allows the user to magnify the effect of GroupLens scores.
19498 The scale factor is applied after the offset.  The default is 1.
19499
19500 @end table
19501
19502
19503 @node Advanced Scoring
19504 @section Advanced Scoring
19505
19506 Scoring on Subjects and From headers is nice enough, but what if you're
19507 really interested in what a person has to say only when she's talking
19508 about a particular subject?  Or what if you really don't want to
19509 read what person A has to say when she's following up to person B, but
19510 want to read what she says when she's following up to person C?
19511
19512 By using advanced scoring rules you may create arbitrarily complex
19513 scoring patterns.
19514
19515 @menu
19516 * Advanced Scoring Syntax::     A definition.
19517 * Advanced Scoring Examples::   What they look like.
19518 * Advanced Scoring Tips::       Getting the most out of it.
19519 @end menu
19520
19521
19522 @node Advanced Scoring Syntax
19523 @subsection Advanced Scoring Syntax
19524
19525 Ordinary scoring rules have a string as the first element in the rule.
19526 Advanced scoring rules have a list as the first element.  The second
19527 element is the score to be applied if the first element evaluated to a
19528 non-@code{nil} value.
19529
19530 These lists may consist of three logical operators, one redirection
19531 operator, and various match operators.
19532
19533 Logical operators:
19534
19535 @table @code
19536 @item &
19537 @itemx and
19538 This logical operator will evaluate each of its arguments until it finds
19539 one that evaluates to @code{false}, and then it'll stop.  If all arguments
19540 evaluate to @code{true} values, then this operator will return
19541 @code{true}.
19542
19543 @item |
19544 @itemx or
19545 This logical operator will evaluate each of its arguments until it finds
19546 one that evaluates to @code{true}.  If no arguments are @code{true},
19547 then this operator will return @code{false}.
19548
19549 @item !
19550 @itemx not
19551 @itemx Â¬
19552 This logical operator only takes a single argument.  It returns the
19553 logical negation of the value of its argument.
19554
19555 @end table
19556
19557 There is an @dfn{indirection operator} that will make its arguments
19558 apply to the ancestors of the current article being scored.  For
19559 instance, @code{1-} will make score rules apply to the parent of the
19560 current article.  @code{2-} will make score rules apply to the
19561 grandparent of the current article.  Alternatively, you can write
19562 @code{^^}, where the number of @code{^}s (carets) says how far back into
19563 the ancestry you want to go.
19564
19565 Finally, we have the match operators.  These are the ones that do the
19566 real work.  Match operators are header name strings followed by a match
19567 and a match type.  A typical match operator looks like @samp{("from"
19568 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
19569 simple scoring, and the match types are also the same.
19570
19571
19572 @node Advanced Scoring Examples
19573 @subsection Advanced Scoring Examples
19574
19575 Please note that the following examples are score file rules.  To
19576 make a complete score file from them, surround them with another pair
19577 of parentheses.
19578
19579 Let's say you want to increase the score of articles written by Lars
19580 when he's talking about Gnus:
19581
19582 @example
19583 ((&
19584   ("from" "Lars Ingebrigtsen")
19585   ("subject" "Gnus"))
19586  1000)
19587 @end example
19588
19589 Quite simple, huh?
19590
19591 When he writes long articles, he sometimes has something nice to say:
19592
19593 @example
19594 ((&
19595   ("from" "Lars Ingebrigtsen")
19596   (|
19597    ("subject" "Gnus")
19598    ("lines" 100 >)))
19599  1000)
19600 @end example
19601
19602 However, when he responds to things written by Reig Eigil Logge, you
19603 really don't want to read what he's written:
19604
19605 @example
19606 ((&
19607   ("from" "Lars Ingebrigtsen")
19608   (1- ("from" "Reig Eigir Logge")))
19609  -100000)
19610 @end example
19611
19612 Everybody that follows up Redmondo when he writes about disappearing
19613 socks should have their scores raised, but only when they talk about
19614 white socks.  However, when Lars talks about socks, it's usually not
19615 very interesting:
19616
19617 @example
19618 ((&
19619   (1-
19620    (&
19621     ("from" "redmondo@@.*no" r)
19622     ("body" "disappearing.*socks" t)))
19623   (! ("from" "Lars Ingebrigtsen"))
19624   ("body" "white.*socks"))
19625  1000)
19626 @end example
19627
19628 The possibilities are endless.
19629
19630
19631 @node Advanced Scoring Tips
19632 @subsection Advanced Scoring Tips
19633
19634 The @code{&} and @code{|} logical operators do short-circuit logic.
19635 That is, they stop processing their arguments when it's clear what the
19636 result of the operation will be.  For instance, if one of the arguments
19637 of an @code{&} evaluates to @code{false}, there's no point in evaluating
19638 the rest of the arguments.  This means that you should put slow matches
19639 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
19640 @samp{subject}) first.
19641
19642 The indirection arguments (@code{1-} and so on) will make their
19643 arguments work on previous generations of the thread.  If you say
19644 something like:
19645
19646 @example
19647 ...
19648 (1-
19649  (1-
19650   ("from" "lars")))
19651 ...
19652 @end example
19653
19654 Then that means "score on the from header of the grandparent of the
19655 current article".  An indirection is quite fast, but it's better to say:
19656
19657 @example
19658 (1-
19659  (&
19660   ("from" "Lars")
19661   ("subject" "Gnus")))
19662 @end example
19663
19664 than it is to say:
19665
19666 @example
19667 (&
19668  (1- ("from" "Lars"))
19669  (1- ("subject" "Gnus")))
19670 @end example
19671
19672
19673 @node Score Decays
19674 @section Score Decays
19675 @cindex score decays
19676 @cindex decays
19677
19678 You may find that your scores have a tendency to grow without
19679 bounds, especially if you're using adaptive scoring.  If scores get too
19680 big, they lose all meaning---they simply max out and it's difficult to
19681 use them in any sensible way.
19682
19683 @vindex gnus-decay-scores
19684 @findex gnus-decay-score
19685 @vindex gnus-decay-score-function
19686 Gnus provides a mechanism for decaying scores to help with this problem.
19687 When score files are loaded and @code{gnus-decay-scores} is
19688 non-@code{nil}, Gnus will run the score files through the decaying
19689 mechanism thereby lowering the scores of all non-permanent score rules.
19690 The decay itself if performed by the @code{gnus-decay-score-function}
19691 function, which is @code{gnus-decay-score} by default.  Here's the
19692 definition of that function:
19693
19694 @lisp
19695 (defun gnus-decay-score (score)
19696   "Decay SCORE.
19697 This is done according to `gnus-score-decay-constant'
19698 and `gnus-score-decay-scale'."
19699   (floor
19700    (- score
19701       (* (if (< score 0) 1 -1)
19702          (min (abs score)
19703               (max gnus-score-decay-constant
19704                    (* (abs score)
19705                       gnus-score-decay-scale)))))))
19706 @end lisp
19707
19708 @vindex gnus-score-decay-scale
19709 @vindex gnus-score-decay-constant
19710 @code{gnus-score-decay-constant} is 3 by default and
19711 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
19712
19713 @enumerate
19714 @item
19715 Scores between -3 and 3 will be set to 0 when this function is called.
19716
19717 @item
19718 Scores with magnitudes between 3 and 60 will be shrunk by 3.
19719
19720 @item
19721 Scores with magnitudes greater than 60 will be shrunk by 5% of the
19722 score.
19723 @end enumerate
19724
19725 If you don't like this decay function, write your own.  It is called
19726 with the score to be decayed as its only parameter, and it should return
19727 the new score, which should be an integer.
19728
19729 Gnus will try to decay scores once a day.  If you haven't run Gnus for
19730 four days, Gnus will decay the scores four times, for instance.
19731
19732 @iftex
19733 @iflatex
19734 @chapter Message
19735 @include message.texi
19736 @chapter Emacs MIME
19737 @include emacs-mime.texi
19738 @chapter Sieve
19739 @include sieve.texi
19740 @chapter PGG
19741 @include pgg.texi
19742 @end iflatex
19743 @end iftex
19744
19745 @node Various
19746 @chapter Various
19747
19748 @menu
19749 * Process/Prefix::              A convention used by many treatment commands.
19750 * Interactive::                 Making Gnus ask you many questions.
19751 * Symbolic Prefixes::           How to supply some Gnus functions with options.
19752 * Formatting Variables::        You can specify what buffers should look like.
19753 * Window Layout::               Configuring the Gnus buffer windows.
19754 * Faces and Fonts::             How to change how faces look.
19755 * Compilation::                 How to speed Gnus up.
19756 * Mode Lines::                  Displaying information in the mode lines.
19757 * Highlighting and Menus::      Making buffers look all nice and cozy.
19758 * Buttons::                     Get tendinitis in ten easy steps!
19759 * Daemons::                     Gnus can do things behind your back.
19760 * NoCeM::                       How to avoid spam and other fatty foods.
19761 * Undo::                        Some actions can be undone.
19762 * Predicate Specifiers::        Specifying predicates.
19763 * Moderation::                  What to do if you're a moderator.
19764 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
19765 * Fuzzy Matching::              What's the big fuzz?
19766 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
19767 * Various Various::             Things that are really various.
19768 @end menu
19769
19770
19771 @node Process/Prefix
19772 @section Process/Prefix
19773 @cindex process/prefix convention
19774
19775 Many functions, among them functions for moving, decoding and saving
19776 articles, use what is known as the @dfn{Process/Prefix convention}.
19777
19778 This is a method for figuring out what articles the user wants the
19779 command to be performed on.
19780
19781 It goes like this:
19782
19783 If the numeric prefix is N, perform the operation on the next N
19784 articles, starting with the current one.  If the numeric prefix is
19785 negative, perform the operation on the previous N articles, starting
19786 with the current one.
19787
19788 @vindex transient-mark-mode
19789 If @code{transient-mark-mode} in non-@code{nil} and the region is
19790 active, all articles in the region will be worked upon.
19791
19792 If there is no numeric prefix, but some articles are marked with the
19793 process mark, perform the operation on the articles marked with
19794 the process mark.
19795
19796 If there is neither a numeric prefix nor any articles marked with the
19797 process mark, just perform the operation on the current article.
19798
19799 Quite simple, really, but it needs to be made clear so that surprises
19800 are avoided.
19801
19802 Commands that react to the process mark will push the current list of
19803 process marked articles onto a stack and will then clear all process
19804 marked articles.  You can restore the previous configuration with the
19805 @kbd{M P y} command (@pxref{Setting Process Marks}).
19806
19807 @vindex gnus-summary-goto-unread
19808 One thing that seems to shock & horrify lots of people is that, for
19809 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
19810 Since each @kbd{d} (which marks the current article as read) by default
19811 goes to the next unread article after marking, this means that @kbd{3 d}
19812 will mark the next three unread articles as read, no matter what the
19813 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
19814 @code{nil} for a more straightforward action.
19815
19816 Many commands do not use the process/prefix convention.  All commands
19817 that do explicitly say so in this manual.  To apply the process/prefix
19818 convention to commands that do not use it, you can use the @kbd{M-&}
19819 command.  For instance, to mark all the articles in the group as
19820 expirable, you could say @kbd{M P b M-& E}.
19821
19822
19823 @node Interactive
19824 @section Interactive
19825 @cindex interaction
19826
19827 @table @code
19828
19829 @item gnus-novice-user
19830 @vindex gnus-novice-user
19831 If this variable is non-@code{nil}, you are either a newcomer to the
19832 World of Usenet, or you are very cautious, which is a nice thing to be,
19833 really.  You will be given questions of the type ``Are you sure you want
19834 to do this?'' before doing anything dangerous.  This is @code{t} by
19835 default.
19836
19837 @item gnus-expert-user
19838 @vindex gnus-expert-user
19839 If this variable is non-@code{nil}, you will seldom be asked any
19840 questions by Gnus.  It will simply assume you know what you're doing, no
19841 matter how strange.
19842
19843 @item gnus-interactive-catchup
19844 @vindex gnus-interactive-catchup
19845 Require confirmation before catching up a group if non-@code{nil}.  It
19846 is @code{t} by default.
19847
19848 @item gnus-interactive-exit
19849 @vindex gnus-interactive-exit
19850 Require confirmation before exiting Gnus.  This variable is @code{t} by
19851 default.
19852 @end table
19853
19854
19855 @node Symbolic Prefixes
19856 @section Symbolic Prefixes
19857 @cindex symbolic prefixes
19858
19859 Quite a lot of Emacs commands react to the (numeric) prefix.  For
19860 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
19861 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
19862 rule of 900 to the current article.
19863
19864 This is all nice and well, but what if you want to give a command some
19865 additional information?  Well, what most commands do is interpret the
19866 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
19867 doesn't want a backup file to be created when saving the current buffer,
19868 for instance.  But what if you want to save without making a backup
19869 file, and you want Emacs to flash lights and play a nice tune at the
19870 same time?  You can't, and you're probably perfectly happy that way.
19871
19872 @kindex M-i (Summary)
19873 @findex gnus-symbolic-argument
19874 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
19875 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
19876 character typed in is the value.  You can stack as many @kbd{M-i}
19877 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
19878 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
19879 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
19880 @code{b}''.  You get the drift.
19881
19882 Typing in symbolic prefixes to commands that don't accept them doesn't
19883 hurt, but it doesn't do any good either.  Currently not many Gnus
19884 functions make use of the symbolic prefix.
19885
19886 If you're interested in how Gnus implements this, @pxref{Extended
19887 Interactive}.
19888
19889
19890 @node Formatting Variables
19891 @section Formatting Variables
19892 @cindex formatting variables
19893
19894 Throughout this manual you've probably noticed lots of variables called
19895 things like @code{gnus-group-line-format} and
19896 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
19897 output lines in the various buffers.  There's quite a lot of them.
19898 Fortunately, they all use the same syntax, so there's not that much to
19899 be annoyed by.
19900
19901 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
19902 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
19903 lots of percentages everywhere.
19904
19905 @menu
19906 * Formatting Basics::           A formatting variable is basically a format string.
19907 * Mode Line Formatting::        Some rules about mode line formatting variables.
19908 * Advanced Formatting::         Modifying output in various ways.
19909 * User-Defined Specs::          Having Gnus call your own functions.
19910 * Formatting Fonts::            Making the formatting look colorful and nice.
19911 * Positioning Point::           Moving point to a position after an operation.
19912 * Tabulation::                  Tabulating your output.
19913 * Wide Characters::             Dealing with wide characters.
19914 @end menu
19915
19916 Currently Gnus uses the following formatting variables:
19917 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
19918 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
19919 @code{gnus-group-mode-line-format},
19920 @code{gnus-summary-mode-line-format},
19921 @code{gnus-article-mode-line-format},
19922 @code{gnus-server-mode-line-format}, and
19923 @code{gnus-summary-pick-line-format}.
19924
19925 All these format variables can also be arbitrary elisp forms.  In that
19926 case, they will be @code{eval}ed to insert the required lines.
19927
19928 @kindex M-x gnus-update-format
19929 @findex gnus-update-format
19930 Gnus includes a command to help you while creating your own format
19931 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
19932 update the spec in question and pop you to a buffer where you can
19933 examine the resulting lisp code to be run to generate the line.
19934
19935
19936
19937 @node Formatting Basics
19938 @subsection Formatting Basics
19939
19940 Each @samp{%} element will be replaced by some string or other when the
19941 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
19942 spec, and pad with spaces to get a 5-character field''.
19943
19944 As with normal C and Emacs Lisp formatting strings, the numerical
19945 modifier between the @samp{%} and the formatting type character will
19946 @dfn{pad} the output so that it is always at least that long.
19947 @samp{%5y} will make the field always (at least) five characters wide by
19948 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
19949 the right instead.
19950
19951 You may also wish to limit the length of the field to protect against
19952 particularly wide values.  For that you can say @samp{%4,6y}, which
19953 means that the field will never be more than 6 characters wide and never
19954 less than 4 characters wide.
19955
19956 Also Gnus supports some extended format specifications, such as
19957 @samp{%&user-date;}.
19958
19959
19960 @node Mode Line Formatting
19961 @subsection Mode Line Formatting
19962
19963 Mode line formatting variables (e.g.,
19964 @code{gnus-summary-mode-line-format}) follow the same rules as other,
19965 buffer line oriented formatting variables (@pxref{Formatting Basics})
19966 with the following two differences:
19967
19968 @enumerate
19969
19970 @item
19971 There must be no newline (@samp{\n}) at the end.
19972
19973 @item
19974 The special @samp{%%b} spec can be used to display the buffer name.
19975 Well, it's no spec at all, really---@samp{%%} is just a way to quote
19976 @samp{%} to allow it to pass through the formatting machinery unmangled,
19977 so that Emacs receives @samp{%b}, which is something the Emacs mode line
19978 display interprets to mean ``show the buffer name''.  For a full list of
19979 mode line specs Emacs understands, see the documentation of the
19980 @code{mode-line-format} variable.
19981
19982 @end enumerate
19983
19984
19985 @node Advanced Formatting
19986 @subsection Advanced Formatting
19987
19988 It is frequently useful to post-process the fields in some way.
19989 Padding, limiting, cutting off parts and suppressing certain values can
19990 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
19991 look like @samp{%~(cut 3)~(ignore "0")y}.
19992
19993 These are the valid modifiers:
19994
19995 @table @code
19996 @item pad
19997 @itemx pad-left
19998 Pad the field to the left with spaces until it reaches the required
19999 length.
20000
20001 @item pad-right
20002 Pad the field to the right with spaces until it reaches the required
20003 length.
20004
20005 @item max
20006 @itemx max-left
20007 Cut off characters from the left until it reaches the specified length.
20008
20009 @item max-right
20010 Cut off characters from the right until it reaches the specified
20011 length.
20012
20013 @item cut
20014 @itemx cut-left
20015 Cut off the specified number of characters from the left.
20016
20017 @item cut-right
20018 Cut off the specified number of characters from the right.
20019
20020 @item ignore
20021 Return an empty string if the field is equal to the specified value.
20022
20023 @item form
20024 Use the specified form as the field value when the @samp{@@} spec is
20025 used.
20026
20027 Here's an example:
20028
20029 @lisp
20030 "~(form (current-time-string))@@"
20031 @end lisp
20032
20033 @end table
20034
20035 Let's take an example.  The @samp{%o} spec in the summary mode lines
20036 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20037 This is quite a mouthful, so we want to shave off the century number and
20038 the time, leaving us with a six-character date.  That would be
20039 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20040 maxing, and we need the padding to ensure that the date is never less
20041 than 6 characters to make it look nice in columns.)
20042
20043 Ignoring is done first; then cutting; then maxing; and then as the very
20044 last operation, padding.
20045
20046 If you use lots of these advanced thingies, you'll find that Gnus gets
20047 quite slow.  This can be helped enormously by running @kbd{M-x
20048 gnus-compile} when you are satisfied with the look of your lines.
20049 @xref{Compilation}.
20050
20051
20052 @node User-Defined Specs
20053 @subsection User-Defined Specs
20054
20055 All the specs allow for inserting user defined specifiers---@samp{u}.
20056 The next character in the format string should be a letter.  Gnus
20057 will call the function @code{gnus-user-format-function-}@samp{X}, where
20058 @samp{X} is the letter following @samp{%u}.  The function will be passed
20059 a single parameter---what the parameter means depends on what buffer
20060 it's being called from.  The function should return a string, which will
20061 be inserted into the buffer just like information from any other
20062 specifier.  This function may also be called with dummy values, so it
20063 should protect against that.
20064
20065 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20066 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20067
20068 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20069 much the same without defining new functions.  Here's an example:
20070 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20071 given here will be evaluated to yield the current line number, and then
20072 inserted.
20073
20074
20075 @node Formatting Fonts
20076 @subsection Formatting Fonts
20077
20078 There are specs for highlighting, and these are shared by all the format
20079 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20080 the special @code{mouse-face} property set, which means that it will be
20081 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20082 over it.
20083
20084 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20085 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20086 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20087 and so on.  Create as many faces as you wish.  The same goes for the
20088 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20089 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20090
20091 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20092 special @code{balloon-help} property set to @code{gnus-balloon-face-0}.
20093 If you say @samp{%1<<}, you'll get @code{gnus-balloon-face-1} and so on.
20094 The @code{gnus-balloon-face-*} variables should be either strings or
20095 symbols naming functions that return a string.  When the mouse passes
20096 over text with this property set, a balloon window will appear and
20097 display the string.  Please refer to @ref{(emacs)Help Echo} (in GNU
20098 Emacs) or the doc string of @code{balloon-help-mode} (in XEmacs) for
20099 more information on this.  (For technical reasons, the guillemets have
20100 been approximated as @samp{<<} and @samp{>>} in this paragraph.)
20101
20102 Here's an alternative recipe for the group buffer:
20103
20104 @lisp
20105 ;; Create three face types.
20106 (setq gnus-face-1 'bold)
20107 (setq gnus-face-3 'italic)
20108
20109 ;; We want the article count to be in
20110 ;; a bold and green face.  So we create
20111 ;; a new face called `my-green-bold'.
20112 (copy-face 'bold 'my-green-bold)
20113 ;; Set the color.
20114 (set-face-foreground 'my-green-bold "ForestGreen")
20115 (setq gnus-face-2 'my-green-bold)
20116
20117 ;; Set the new & fancy format.
20118 (setq gnus-group-line-format
20119       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20120 @end lisp
20121
20122 I'm sure you'll be able to use this scheme to create totally unreadable
20123 and extremely vulgar displays.  Have fun!
20124
20125 Note that the @samp{%(} specs (and friends) do not make any sense on the
20126 mode-line variables.
20127
20128 @node Positioning Point
20129 @subsection Positioning Point
20130
20131 Gnus usually moves point to a pre-defined place on each line in most
20132 buffers.  By default, point move to the first colon character on the
20133 line.  You can customize this behaviour in three different ways.
20134
20135 You can move the colon character to somewhere else on the line.
20136
20137 @findex gnus-goto-colon
20138 You can redefine the function that moves the point to the colon.  The
20139 function is called @code{gnus-goto-colon}.
20140
20141 But perhaps the most convenient way to deal with this, if you don't want
20142 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20143 put a @samp{%*} somewhere in your format line definition, Gnus will
20144 place point there.
20145
20146
20147 @node Tabulation
20148 @subsection Tabulation
20149
20150 You can usually line up your displays by padding and cutting your
20151 strings.  However, when combining various strings of different size, it
20152 can often be more convenient to just output the strings, and then worry
20153 about lining up the following text afterwards.
20154
20155 To do that, Gnus supplies tabulator specs--@samp{%=}.  There are two
20156 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20157
20158 @samp{%50=} will insert space characters to pad the line up to column
20159 50.  If the text is already past column 50, nothing will be inserted.
20160 This is the soft tabulator.
20161
20162 @samp{%-50=} will insert space characters to pad the line up to column
20163 50.  If the text is already past column 50, the excess text past column
20164 50 will be removed.  This is the hard tabulator.
20165
20166
20167 @node Wide Characters
20168 @subsection Wide Characters
20169
20170 Proportional fonts in most countries have characters of the same width.
20171 Some countries, however, use Latin characters mixed with wider
20172 characters---most notable East Asian countries.
20173
20174 The problem is that when formatting, Gnus assumes that if a string is 10
20175 characters wide, it'll be 10 Latin characters wide on the screen.  In
20176 these countries, that's not true.
20177
20178 @vindex gnus-use-correct-string-widths
20179 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20180 @code{t}.  This makes buffer generation slower, but the results will be
20181 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20182 for Emacs.
20183
20184
20185 @node Window Layout
20186 @section Window Layout
20187 @cindex window layout
20188
20189 No, there's nothing here about X, so be quiet.
20190
20191 @vindex gnus-use-full-window
20192 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20193 other windows and occupy the entire Emacs screen by itself.  It is
20194 @code{t} by default.
20195
20196 Setting this variable to @code{nil} kinda works, but there are
20197 glitches.  Use at your own peril.
20198
20199 @vindex gnus-buffer-configuration
20200 @code{gnus-buffer-configuration} describes how much space each Gnus
20201 buffer should be given.  Here's an excerpt of this variable:
20202
20203 @lisp
20204 ((group (vertical 1.0 (group 1.0 point)
20205                       (if gnus-carpal (group-carpal 4))))
20206  (article (vertical 1.0 (summary 0.25 point)
20207                         (article 1.0))))
20208 @end lisp
20209
20210 This is an alist.  The @dfn{key} is a symbol that names some action or
20211 other.  For instance, when displaying the group buffer, the window
20212 configuration function will use @code{group} as the key.  A full list of
20213 possible names is listed below.
20214
20215 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20216 should occupy.  To take the @code{article} split as an example -
20217
20218 @lisp
20219 (article (vertical 1.0 (summary 0.25 point)
20220                        (article 1.0)))
20221 @end lisp
20222
20223 This @dfn{split} says that the summary buffer should occupy 25% of upper
20224 half of the screen, and that it is placed over the article buffer.  As
20225 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20226 reaching for that calculator there).  However, the special number
20227 @code{1.0} is used to signal that this buffer should soak up all the
20228 rest of the space available after the rest of the buffers have taken
20229 whatever they need.  There should be only one buffer with the @code{1.0}
20230 size spec per split.
20231
20232 Point will be put in the buffer that has the optional third element
20233 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20234 split where the tag @code{frame-focus} is a member (i.e. is the third or
20235 fourth element in the list, depending on whether the @code{point} tag is
20236 present) gets focus.
20237
20238 Here's a more complicated example:
20239
20240 @lisp
20241 (article (vertical 1.0 (group 4)
20242                        (summary 0.25 point)
20243                        (if gnus-carpal (summary-carpal 4))
20244                        (article 1.0)))
20245 @end lisp
20246
20247 If the size spec is an integer instead of a floating point number,
20248 then that number will be used to say how many lines a buffer should
20249 occupy, not a percentage.
20250
20251 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20252 precise---if the @code{car} of the split is a function or a subr), this
20253 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20254 be used as a split.  This means that there will be three buffers if
20255 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20256 is non-@code{nil}.
20257
20258 Not complicated enough for you?  Well, try this on for size:
20259
20260 @lisp
20261 (article (horizontal 1.0
20262              (vertical 0.5
20263                  (group 1.0)
20264                  (gnus-carpal 4))
20265              (vertical 1.0
20266                  (summary 0.25 point)
20267                  (summary-carpal 4)
20268                  (article 1.0))))
20269 @end lisp
20270
20271 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20272 @code{horizontal} thingie?
20273
20274 If the first element in one of the split is @code{horizontal}, Gnus will
20275 split the window horizontally, giving you two windows side-by-side.
20276 Inside each of these strips you may carry on all you like in the normal
20277 fashion.  The number following @code{horizontal} says what percentage of
20278 the screen is to be given to this strip.
20279
20280 For each split, there @emph{must} be one element that has the 100% tag.
20281 The splitting is never accurate, and this buffer will eat any leftover
20282 lines from the splits.
20283
20284 To be slightly more formal, here's a definition of what a valid split
20285 may look like:
20286
20287 @example
20288 split      = frame | horizontal | vertical | buffer | form
20289 frame      = "(frame " size *split ")"
20290 horizontal = "(horizontal " size *split ")"
20291 vertical   = "(vertical " size *split ")"
20292 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20293 size       = number | frame-params
20294 buf-name   = group | article | summary ...
20295 @end example
20296
20297 The limitations are that the @code{frame} split can only appear as the
20298 top-level split.  @var{form} should be an Emacs Lisp form that should
20299 return a valid split.  We see that each split is fully recursive, and
20300 may contain any number of @code{vertical} and @code{horizontal} splits.
20301
20302 @vindex gnus-window-min-width
20303 @vindex gnus-window-min-height
20304 @cindex window height
20305 @cindex window width
20306 Finding the right sizes can be a bit complicated.  No window may be less
20307 than @code{gnus-window-min-height} (default 1) characters high, and all
20308 windows must be at least @code{gnus-window-min-width} (default 1)
20309 characters wide.  Gnus will try to enforce this before applying the
20310 splits.  If you want to use the normal Emacs window width/height limit,
20311 you can just set these two variables to @code{nil}.
20312
20313 If you're not familiar with Emacs terminology, @code{horizontal} and
20314 @code{vertical} splits may work the opposite way of what you'd expect.
20315 Windows inside a @code{horizontal} split are shown side-by-side, and
20316 windows within a @code{vertical} split are shown above each other.
20317
20318 @findex gnus-configure-frame
20319 If you want to experiment with window placement, a good tip is to call
20320 @code{gnus-configure-frame} directly with a split.  This is the function
20321 that does all the real work when splitting buffers.  Below is a pretty
20322 nonsensical configuration with 5 windows; two for the group buffer and
20323 three for the article buffer.  (I said it was nonsensical.)  If you
20324 @code{eval} the statement below, you can get an idea of how that would
20325 look straight away, without going through the normal Gnus channels.
20326 Play with it until you're satisfied, and then use
20327 @code{gnus-add-configuration} to add your new creation to the buffer
20328 configuration list.
20329
20330 @lisp
20331 (gnus-configure-frame
20332  '(horizontal 1.0
20333     (vertical 10
20334       (group 1.0)
20335       (article 0.3 point))
20336     (vertical 1.0
20337       (article 1.0)
20338       (horizontal 4
20339         (group 1.0)
20340         (article 10)))))
20341 @end lisp
20342
20343 You might want to have several frames as well.  No prob---just use the
20344 @code{frame} split:
20345
20346 @lisp
20347 (gnus-configure-frame
20348  '(frame 1.0
20349          (vertical 1.0
20350                    (summary 0.25 point frame-focus)
20351                    (article 1.0))
20352          (vertical ((height . 5) (width . 15)
20353                     (user-position . t)
20354                     (left . -1) (top . 1))
20355                    (picon 1.0))))
20356
20357 @end lisp
20358
20359 This split will result in the familiar summary/article window
20360 configuration in the first (or ``main'') frame, while a small additional
20361 frame will be created where picons will be shown.  As you can see,
20362 instead of the normal @code{1.0} top-level spec, each additional split
20363 should have a frame parameter alist as the size spec.
20364 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20365 Reference Manual}.  Under XEmacs, a frame property list will be
20366 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20367 is such a plist.
20368 The list of all possible keys for @code{gnus-buffer-configuration} can
20369 be found in its default value.
20370
20371 Note that the @code{message} key is used for both
20372 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20373 it is desirable to distinguish between the two, something like this
20374 might be used:
20375
20376 @lisp
20377 (message (horizontal 1.0
20378                      (vertical 1.0 (message 1.0 point))
20379                      (vertical 0.24
20380                                (if (buffer-live-p gnus-summary-buffer)
20381                                    '(summary 0.5))
20382                                (group 1.0))))
20383 @end lisp
20384
20385 One common desire for a multiple frame split is to have a separate frame
20386 for composing mail and news while leaving the original frame intact.  To
20387 accomplish that, something like the following can be done:
20388
20389 @lisp
20390 (message
20391   (frame 1.0
20392          (if (not (buffer-live-p gnus-summary-buffer))
20393              (car (cdr (assoc 'group gnus-buffer-configuration)))
20394            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20395          (vertical ((user-position . t) (top . 1) (left . 1)
20396                     (name . "Message"))
20397                    (message 1.0 point))))
20398 @end lisp
20399
20400 @findex gnus-add-configuration
20401 Since the @code{gnus-buffer-configuration} variable is so long and
20402 complicated, there's a function you can use to ease changing the config
20403 of a single setting: @code{gnus-add-configuration}.  If, for instance,
20404 you want to change the @code{article} setting, you could say:
20405
20406 @lisp
20407 (gnus-add-configuration
20408  '(article (vertical 1.0
20409                (group 4)
20410                (summary .25 point)
20411                (article 1.0))))
20412 @end lisp
20413
20414 You'd typically stick these @code{gnus-add-configuration} calls in your
20415 @file{.gnus.el} file or in some startup hook---they should be run after
20416 Gnus has been loaded.
20417
20418 @vindex gnus-always-force-window-configuration
20419 If all windows mentioned in the configuration are already visible, Gnus
20420 won't change the window configuration.  If you always want to force the
20421 ``right'' window configuration, you can set
20422 @code{gnus-always-force-window-configuration} to non-@code{nil}.
20423
20424 If you're using tree displays (@pxref{Tree Display}), and the tree
20425 window is displayed vertically next to another window, you may also want
20426 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
20427 windows resized.
20428
20429 @subsection Example Window Configurations
20430
20431 @itemize @bullet
20432 @item
20433 Narrow left hand side occupied by group buffer.  Right hand side split
20434 between summary buffer (top one-sixth) and article buffer (bottom).
20435
20436 @ifinfo
20437 @example
20438 +---+---------+
20439 | G | Summary |
20440 | r +---------+
20441 | o |         |
20442 | u | Article |
20443 | p |         |
20444 +---+---------+
20445 @end example
20446 @end ifinfo
20447
20448 @lisp
20449 (gnus-add-configuration
20450  '(article
20451    (horizontal 1.0
20452                (vertical 25 (group 1.0))
20453                (vertical 1.0
20454                          (summary 0.16 point)
20455                          (article 1.0)))))
20456
20457 (gnus-add-configuration
20458  '(summary
20459    (horizontal 1.0
20460                (vertical 25 (group 1.0))
20461                (vertical 1.0 (summary 1.0 point)))))
20462 @end lisp
20463
20464 @end itemize
20465
20466
20467 @node Faces and Fonts
20468 @section Faces and Fonts
20469 @cindex faces
20470 @cindex fonts
20471 @cindex colors
20472
20473 Fiddling with fonts and faces used to be very difficult, but these days
20474 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
20475 the face you want to alter, and alter it via the standard Customize
20476 interface.
20477
20478
20479 @node Compilation
20480 @section Compilation
20481 @cindex compilation
20482 @cindex byte-compilation
20483
20484 @findex gnus-compile
20485
20486 Remember all those line format specification variables?
20487 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
20488 on.  Now, Gnus will of course heed whatever these variables are, but,
20489 unfortunately, changing them will mean a quite significant slow-down.
20490 (The default values of these variables have byte-compiled functions
20491 associated with them, while the user-generated versions do not, of
20492 course.)
20493
20494 To help with this, you can run @kbd{M-x gnus-compile} after you've
20495 fiddled around with the variables and feel that you're (kind of)
20496 satisfied.  This will result in the new specs being byte-compiled, and
20497 you'll get top speed again.  Gnus will save these compiled specs in the
20498 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
20499 this function, though---you should compile them yourself by sticking
20500 them into the @file{.gnus.el} file and byte-compiling that file.)
20501
20502
20503 @node Mode Lines
20504 @section Mode Lines
20505 @cindex mode lines
20506
20507 @vindex gnus-updated-mode-lines
20508 @code{gnus-updated-mode-lines} says what buffers should keep their mode
20509 lines updated.  It is a list of symbols.  Supported symbols include
20510 @code{group}, @code{article}, @code{summary}, @code{server},
20511 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
20512 Gnus will keep that mode line updated with information that may be
20513 pertinent.  If this variable is @code{nil}, screen refresh may be
20514 quicker.
20515
20516 @cindex display-time
20517
20518 @vindex gnus-mode-non-string-length
20519 By default, Gnus displays information on the current article in the mode
20520 lines of the summary and article buffers.  The information Gnus wishes
20521 to display (e.g. the subject of the article) is often longer than the
20522 mode lines, and therefore have to be cut off at some point.  The
20523 @code{gnus-mode-non-string-length} variable says how long the other
20524 elements on the line is (i.e., the non-info part).  If you put
20525 additional elements on the mode line (e.g. a clock), you should modify
20526 this variable:
20527
20528 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
20529 @lisp
20530 (add-hook 'display-time-hook
20531           (lambda () (setq gnus-mode-non-string-length
20532                            (+ 21
20533                               (if line-number-mode 5 0)
20534                               (if column-number-mode 4 0)
20535                               (length display-time-string)))))
20536 @end lisp
20537
20538 If this variable is @code{nil} (which is the default), the mode line
20539 strings won't be chopped off, and they won't be padded either.  Note
20540 that the default is unlikely to be desirable, as even the percentage
20541 complete in the buffer may be crowded off the mode line; the user should
20542 configure this variable appropriately for her configuration.
20543
20544
20545 @node Highlighting and Menus
20546 @section Highlighting and Menus
20547 @cindex visual
20548 @cindex highlighting
20549 @cindex menus
20550
20551 @vindex gnus-visual
20552 The @code{gnus-visual} variable controls most of the Gnus-prettifying
20553 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
20554 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
20555 file.
20556
20557 This variable can be a list of visual properties that are enabled.  The
20558 following elements are valid, and are all included by default:
20559
20560 @table @code
20561 @item group-highlight
20562 Do highlights in the group buffer.
20563 @item summary-highlight
20564 Do highlights in the summary buffer.
20565 @item article-highlight
20566 Do highlights in the article buffer.
20567 @item highlight
20568 Turn on highlighting in all buffers.
20569 @item group-menu
20570 Create menus in the group buffer.
20571 @item summary-menu
20572 Create menus in the summary buffers.
20573 @item article-menu
20574 Create menus in the article buffer.
20575 @item browse-menu
20576 Create menus in the browse buffer.
20577 @item server-menu
20578 Create menus in the server buffer.
20579 @item score-menu
20580 Create menus in the score buffers.
20581 @item menu
20582 Create menus in all buffers.
20583 @end table
20584
20585 So if you only want highlighting in the article buffer and menus in all
20586 buffers, you could say something like:
20587
20588 @lisp
20589 (setq gnus-visual '(article-highlight menu))
20590 @end lisp
20591
20592 If you want highlighting only and no menus whatsoever, you'd say:
20593
20594 @lisp
20595 (setq gnus-visual '(highlight))
20596 @end lisp
20597
20598 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
20599 in all Gnus buffers.
20600
20601 Other general variables that influence the look of all buffers include:
20602
20603 @table @code
20604 @item gnus-mouse-face
20605 @vindex gnus-mouse-face
20606 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
20607 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
20608
20609 @end table
20610
20611 There are hooks associated with the creation of all the different menus:
20612
20613 @table @code
20614
20615 @item gnus-article-menu-hook
20616 @vindex gnus-article-menu-hook
20617 Hook called after creating the article mode menu.
20618
20619 @item gnus-group-menu-hook
20620 @vindex gnus-group-menu-hook
20621 Hook called after creating the group mode menu.
20622
20623 @item gnus-summary-menu-hook
20624 @vindex gnus-summary-menu-hook
20625 Hook called after creating the summary mode menu.
20626
20627 @item gnus-server-menu-hook
20628 @vindex gnus-server-menu-hook
20629 Hook called after creating the server mode menu.
20630
20631 @item gnus-browse-menu-hook
20632 @vindex gnus-browse-menu-hook
20633 Hook called after creating the browse mode menu.
20634
20635 @item gnus-score-menu-hook
20636 @vindex gnus-score-menu-hook
20637 Hook called after creating the score mode menu.
20638
20639 @end table
20640
20641
20642 @node Buttons
20643 @section Buttons
20644 @cindex buttons
20645 @cindex mouse
20646 @cindex click
20647
20648 Those new-fangled @dfn{mouse} contraptions is very popular with the
20649 young, hep kids who don't want to learn the proper way to do things
20650 these days.  Why, I remember way back in the summer of '89, when I was
20651 using Emacs on a Tops 20 system.  Three hundred users on one single
20652 machine, and every user was running Simula compilers.  Bah!
20653
20654 Right.
20655
20656 @vindex gnus-carpal
20657 Well, you can make Gnus display bufferfuls of buttons you can click to
20658 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
20659 really.  Tell the chiropractor I sent you.
20660
20661
20662 @table @code
20663
20664 @item gnus-carpal-mode-hook
20665 @vindex gnus-carpal-mode-hook
20666 Hook run in all carpal mode buffers.
20667
20668 @item gnus-carpal-button-face
20669 @vindex gnus-carpal-button-face
20670 Face used on buttons.
20671
20672 @item gnus-carpal-header-face
20673 @vindex gnus-carpal-header-face
20674 Face used on carpal buffer headers.
20675
20676 @item gnus-carpal-group-buffer-buttons
20677 @vindex gnus-carpal-group-buffer-buttons
20678 Buttons in the group buffer.
20679
20680 @item gnus-carpal-summary-buffer-buttons
20681 @vindex gnus-carpal-summary-buffer-buttons
20682 Buttons in the summary buffer.
20683
20684 @item gnus-carpal-server-buffer-buttons
20685 @vindex gnus-carpal-server-buffer-buttons
20686 Buttons in the server buffer.
20687
20688 @item gnus-carpal-browse-buffer-buttons
20689 @vindex gnus-carpal-browse-buffer-buttons
20690 Buttons in the browse buffer.
20691 @end table
20692
20693 All the @code{buttons} variables are lists.  The elements in these list
20694 are either cons cells where the @code{car} contains a text to be displayed and
20695 the @code{cdr} contains a function symbol, or a simple string.
20696
20697
20698 @node Daemons
20699 @section Daemons
20700 @cindex demons
20701 @cindex daemons
20702
20703 Gnus, being larger than any program ever written (allegedly), does lots
20704 of strange stuff that you may wish to have done while you're not
20705 present.  For instance, you may want it to check for new mail once in a
20706 while.  Or you may want it to close down all connections to all servers
20707 when you leave Emacs idle.  And stuff like that.
20708
20709 Gnus will let you do stuff like that by defining various
20710 @dfn{handlers}.  Each handler consists of three elements:  A
20711 @var{function}, a @var{time}, and an @var{idle} parameter.
20712
20713 Here's an example of a handler that closes connections when Emacs has
20714 been idle for thirty minutes:
20715
20716 @lisp
20717 (gnus-demon-close-connections nil 30)
20718 @end lisp
20719
20720 Here's a handler that scans for PGP headers every hour when Emacs is
20721 idle:
20722
20723 @lisp
20724 (gnus-demon-scan-pgp 60 t)
20725 @end lisp
20726
20727 This @var{time} parameter and than @var{idle} parameter work together
20728 in a strange, but wonderful fashion.  Basically, if @var{idle} is
20729 @code{nil}, then the function will be called every @var{time} minutes.
20730
20731 If @var{idle} is @code{t}, then the function will be called after
20732 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
20733 the function will never be called.  But once Emacs goes idle, the
20734 function will be called every @var{time} minutes.
20735
20736 If @var{idle} is a number and @var{time} is a number, the function will
20737 be called every @var{time} minutes only when Emacs has been idle for
20738 @var{idle} minutes.
20739
20740 If @var{idle} is a number and @var{time} is @code{nil}, the function
20741 will be called once every time Emacs has been idle for @var{idle}
20742 minutes.
20743
20744 And if @var{time} is a string, it should look like @samp{07:31}, and
20745 the function will then be called once every day somewhere near that
20746 time.  Modified by the @var{idle} parameter, of course.
20747
20748 @vindex gnus-demon-timestep
20749 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
20750 seconds.  This is 60 by default.  If you change that variable,
20751 all the timings in the handlers will be affected.)
20752
20753 So, if you want to add a handler, you could put something like this in
20754 your @file{.gnus.el} file:
20755
20756 @findex gnus-demon-add-handler
20757 @lisp
20758 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
20759 @end lisp
20760
20761 @findex gnus-demon-add-nocem
20762 @findex gnus-demon-add-scanmail
20763 @findex gnus-demon-add-rescan
20764 @findex gnus-demon-add-scan-timestamps
20765 @findex gnus-demon-add-disconnection
20766 Some ready-made functions to do this have been created:
20767 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
20768 @code{gnus-demon-add-nntp-close-connection},
20769 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
20770 @code{gnus-demon-add-scanmail}.  Just put those functions in your
20771 @file{.gnus.el} if you want those abilities.
20772
20773 @findex gnus-demon-init
20774 @findex gnus-demon-cancel
20775 @vindex gnus-demon-handlers
20776 If you add handlers to @code{gnus-demon-handlers} directly, you should
20777 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
20778 daemons, you can use the @code{gnus-demon-cancel} function.
20779
20780 Note that adding daemons can be pretty naughty if you over do it.  Adding
20781 functions that scan all news and mail from all servers every two seconds
20782 is a sure-fire way of getting booted off any respectable system.  So
20783 behave.
20784
20785
20786 @node NoCeM
20787 @section NoCeM
20788 @cindex nocem
20789 @cindex spam
20790
20791 @dfn{Spamming} is posting the same article lots and lots of times.
20792 Spamming is bad.  Spamming is evil.
20793
20794 Spamming is usually canceled within a day or so by various anti-spamming
20795 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
20796 NoCeM is pronounced ``no see-'em'', and means what the name
20797 implies---these are messages that make the offending articles, like, go
20798 away.
20799
20800 What use are these NoCeM messages if the articles are canceled anyway?
20801 Some sites do not honor cancel messages and some sites just honor cancels
20802 from a select few people.  Then you may wish to make use of the NoCeM
20803 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
20804
20805 Gnus can read and parse the messages in this group automatically, and
20806 this will make spam disappear.
20807
20808 There are some variables to customize, of course:
20809
20810 @table @code
20811 @item gnus-use-nocem
20812 @vindex gnus-use-nocem
20813 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
20814 by default.
20815
20816 @item gnus-nocem-groups
20817 @vindex gnus-nocem-groups
20818 Gnus will look for NoCeM messages in the groups in this list.  The
20819 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
20820 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
20821
20822 @item gnus-nocem-issuers
20823 @vindex gnus-nocem-issuers
20824 There are many people issuing NoCeM messages.  This list says what
20825 people you want to listen to.  The default is @code{("Automoose-1"
20826 "clewis@@ferret.ocunix.on.ca" "cosmo.roadkill" "SpamHippo"
20827 "hweede@@snafu.de")}; fine, upstanding citizens all of them.
20828
20829 Known despammers that you can put in this list are listed at
20830 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
20831
20832 You do not have to heed NoCeM messages from all these people---just the
20833 ones you want to listen to.  You also don't have to accept all NoCeM
20834 messages from the people you like.  Each NoCeM message has a @dfn{type}
20835 header that gives the message a (more or less, usually less) rigorous
20836 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
20837 @samp{binary}, and @samp{troll}.  To specify this, you have to use
20838 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
20839 Each condition is either a string (which is a regexp that matches types
20840 you want to use) or a list on the form @code{(not @var{string})}, where
20841 @var{string} is a regexp that matches types you don't want to use.
20842
20843 For instance, if you want all NoCeM messages from Chris Lewis except his
20844 @samp{troll} messages, you'd say:
20845
20846 @lisp
20847 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
20848 @end lisp
20849
20850 On the other hand, if you just want nothing but his @samp{spam} and
20851 @samp{spew} messages, you'd say:
20852
20853 @lisp
20854 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
20855 @end lisp
20856
20857 The specs are applied left-to-right.
20858
20859
20860 @item gnus-nocem-verifyer
20861 @vindex gnus-nocem-verifyer
20862 @findex mc-verify
20863 This should be a function for verifying that the NoCeM issuer is who she
20864 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
20865 function.  If this is too slow and you don't care for verification
20866 (which may be dangerous), you can set this variable to @code{nil}.
20867
20868 If you want signed NoCeM messages to be verified and unsigned messages
20869 not to be verified (but used anyway), you could do something like:
20870
20871 @lisp
20872 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
20873
20874 (defun my-gnus-mc-verify ()
20875   (not (eq 'forged
20876            (ignore-errors
20877              (if (mc-verify)
20878                  t
20879                'forged)))))
20880 @end lisp
20881
20882 This might be dangerous, though.
20883
20884 @item gnus-nocem-directory
20885 @vindex gnus-nocem-directory
20886 This is where Gnus will store its NoCeM cache files.  The default is
20887 @file{~/News/NoCeM/}.
20888
20889 @item gnus-nocem-expiry-wait
20890 @vindex gnus-nocem-expiry-wait
20891 The number of days before removing old NoCeM entries from the cache.
20892 The default is 15.  If you make it shorter Gnus will be faster, but you
20893 might then see old spam.
20894
20895 @item gnus-nocem-check-from
20896 @vindex gnus-nocem-check-from
20897 Non-@code{nil} means check for valid issuers in message bodies.
20898 Otherwise don't bother fetching articles unless their author matches a
20899 valid issuer; that is much faster if you are selective about the
20900 issuers.
20901
20902 @item gnus-nocem-check-article-limit
20903 @vindex gnus-nocem-check-article-limit
20904 If non-@code{nil}, the maximum number of articles to check in any NoCeM
20905 group.  NoCeM groups can be huge and very slow to process.
20906
20907 @end table
20908
20909 Using NoCeM could potentially be a memory hog.  If you have many living
20910 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
20911 big.  If this is a problem, you should kill off all (or most) of your
20912 unsubscribed groups (@pxref{Subscription Commands}).
20913
20914
20915 @node Undo
20916 @section Undo
20917 @cindex undo
20918
20919 It is very useful to be able to undo actions one has done.  In normal
20920 Emacs buffers, it's easy enough---you just push the @code{undo} button.
20921 In Gnus buffers, however, it isn't that simple.
20922
20923 The things Gnus displays in its buffer is of no value whatsoever to
20924 Gnus---it's all just data designed to look nice to the user.
20925 Killing a group in the group buffer with @kbd{C-k} makes the line
20926 disappear, but that's just a side-effect of the real action---the
20927 removal of the group in question from the internal Gnus structures.
20928 Undoing something like that can't be done by the normal Emacs
20929 @code{undo} function.
20930
20931 Gnus tries to remedy this somewhat by keeping track of what the user
20932 does and coming up with actions that would reverse the actions the user
20933 takes.  When the user then presses the @code{undo} key, Gnus will run
20934 the code to reverse the previous action, or the previous actions.
20935 However, not all actions are easily reversible, so Gnus currently offers
20936 a few key functions to be undoable.  These include killing groups,
20937 yanking groups, and changing the list of read articles of groups.
20938 That's it, really.  More functions may be added in the future, but each
20939 added function means an increase in data to be stored, so Gnus will
20940 never be totally undoable.
20941
20942 @findex gnus-undo-mode
20943 @vindex gnus-use-undo
20944 @findex gnus-undo
20945 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
20946 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
20947 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
20948 command, which should feel kinda like the normal Emacs @code{undo}
20949 command.
20950
20951
20952 @node Predicate Specifiers
20953 @section Predicate Specifiers
20954 @cindex predicate specifiers
20955
20956 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
20957 form that allows flexible specification of predicates without having
20958 to type all that much.
20959
20960 These specifiers are lists consisting of functions, symbols and lists.
20961
20962 Here's an example:
20963
20964 @lisp
20965 (or gnus-article-unseen-p
20966     gnus-article-unread-p)
20967 @end lisp
20968
20969 The available symbols are @code{or}, @code{and} and @code{not}.  The
20970 functions all take one parameter.
20971
20972 @findex gnus-make-predicate
20973 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
20974 to create a function that can be called.  This input parameter to this
20975 function will be passed along to all the functions in the predicate
20976 specifier.
20977
20978
20979 @node Moderation
20980 @section Moderation
20981 @cindex moderation
20982
20983 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
20984 It is not included in the standard Gnus package.  Write a mail to
20985 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
20986 get a copy.
20987
20988 The moderation package is implemented as a minor mode for summary
20989 buffers.  Put
20990
20991 @lisp
20992 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
20993 @end lisp
20994
20995 in your @file{.gnus.el} file.
20996
20997 If you are the moderator of @samp{rec.zoofle}, this is how it's
20998 supposed to work:
20999
21000 @enumerate
21001 @item
21002 You split your incoming mail by matching on
21003 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21004 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21005
21006 @item
21007 You enter that group once in a while and post articles using the @kbd{e}
21008 (edit-and-post) or @kbd{s} (just send unedited) commands.
21009
21010 @item
21011 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21012 articles that weren't approved by you, you can cancel them with the
21013 @kbd{c} command.
21014 @end enumerate
21015
21016 To use moderation mode in these two groups, say:
21017
21018 @lisp
21019 (setq gnus-moderated-list
21020       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21021 @end lisp
21022
21023
21024 @node Image Enhancements
21025 @section Image Enhancements
21026
21027 XEmacs, as well as Emacs 21, is able to display pictures and stuff, so
21028 Gnus has taken advantage of that.
21029
21030 @menu
21031 * Picons::                      How to display pictures of what you're reading.
21032 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21033 * X-Face::                      Display a funky, teensy black-and-white image.
21034 * XVarious::                    Other XEmacsy Gnusey variables.
21035 @end menu
21036
21037
21038 @node Picons
21039 @subsection Picons
21040
21041 @iftex
21042 @iflatex
21043 \include{picons}
21044 @end iflatex
21045 @end iftex
21046
21047 So@dots{}  You want to slow down your news reader even more!  This is a
21048 good way to do so.  Its also a great way to impress people staring
21049 over your shoulder as you read news.
21050
21051 What are Picons?  To quote directly from the Picons Web site:
21052
21053 @iftex
21054 @iflatex
21055 \margindex{}
21056 @end iflatex
21057 @end iftex
21058
21059 @quotation
21060 @dfn{Picons} is short for ``personal icons''.  They're small,
21061 constrained images used to represent users and domains on the net,
21062 organized into databases so that the appropriate image for a given
21063 e-mail address can be found.  Besides users and domains, there are picon
21064 databases for Usenet newsgroups and weather forecasts.  The picons are
21065 in either monochrome @code{XBM} format or color @code{XPM} and
21066 @code{GIF} formats.
21067 @end quotation
21068
21069 @vindex gnus-picon-databases
21070 For instructions on obtaining and installing the picons databases,
21071 point your Web browser at
21072 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
21073
21074 If you are using Debian GNU/Linux, saying @samp{apt-get install
21075 picons.*} will install the picons where Gnus can find them.
21076
21077 To enable displaying picons, simply make sure that
21078 @code{gnus-picon-databases} points to the directory containing the
21079 Picons databases.
21080
21081 The following variables offer control over where things are located.
21082
21083 @table @code
21084
21085 @item gnus-picon-databases
21086 @vindex gnus-picon-databases
21087 The location of the picons database.  This is a list of directories
21088 containing the @file{news}, @file{domains}, @file{users} (and so on)
21089 subdirectories.  Defaults to @code{("/usr/lib/picon"
21090 "/usr/local/faces")}.
21091
21092 @item gnus-picon-news-directories
21093 @vindex gnus-picon-news-directories
21094 List of subdirectories to search in @code{gnus-picon-databases} for
21095 newsgroups faces.  @code{("news")} is the default.
21096
21097 @item gnus-picon-user-directories
21098 @vindex gnus-picon-user-directories
21099 List of subdirectories to search in @code{gnus-picon-databases} for user
21100 faces.  @code{("users" "usenix" "local" "misc")} is the default.
21101
21102 @item gnus-picon-domain-directories
21103 @vindex gnus-picon-domain-directories
21104 List of subdirectories to search in @code{gnus-picon-databases} for
21105 domain name faces.  Defaults to @code{("domains")}.  Some people may
21106 want to add @samp{"unknown"} to this list.
21107
21108 @item gnus-picon-file-types
21109 @vindex gnus-picon-file-types
21110 Ordered list of suffixes on picon file names to try.  Defaults to
21111 @code{("xpm" "gif" "xbm")} minus those not builtin your Emacs.
21112
21113 @end table
21114
21115 @node Smileys
21116 @subsection Smileys
21117 @cindex smileys
21118
21119 @iftex
21120 @iflatex
21121 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21122 \input{smiley}
21123 @end iflatex
21124 @end iftex
21125
21126 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21127 currently the only package that uses Smiley, it is documented here.
21128
21129 In short---to use Smiley in Gnus, put the following in your
21130 @file{.gnus.el} file:
21131
21132 @lisp
21133 (setq gnus-treat-display-smileys t)
21134 @end lisp
21135
21136 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
21137 the like---to pictures and displays those instead of the text smiley
21138 faces.  The conversion is controlled by a list of regexps that matches
21139 text and maps that to file names.
21140
21141 @vindex smiley-regexp-alist
21142 The alist used is specified by the @code{smiley-regexp-alist}
21143 variable.  The first item in each element is the regexp to be matched;
21144 the second element is the regexp match group that is to be replaced by
21145 the picture; and the third element is the name of the file to be
21146 displayed.
21147
21148 The following variables customize where Smiley will look for these
21149 files:
21150
21151 @table @code
21152
21153 @item smiley-data-directory
21154 @vindex smiley-data-directory
21155 Where Smiley will look for smiley faces files.
21156
21157 @item gnus-smiley-file-types
21158 @vindex gnus-smiley-file-types
21159 List of suffixes on smiley file names to try.
21160
21161 @end table
21162
21163
21164 @node X-Face
21165 @subsection X-Face
21166 @cindex x-face
21167
21168 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21169 depth) image that's supposed to represent the author of the message.
21170 It seems to be supported by an ever-growing number of mail and news
21171 readers.
21172
21173 @cindex x-face
21174 @findex gnus-article-display-x-face
21175 @findex gnus-article-x-face-command
21176 @vindex gnus-article-x-face-command
21177 @vindex gnus-article-x-face-too-ugly
21178 @iftex
21179 @iflatex
21180 \include{xface}
21181 @end iflatex
21182 @end iftex
21183 @c @anchor{X-Face}
21184
21185 Decoding an @code{X-Face} header either requires an Emacs that has
21186 @samp{compface} support (which most XEmacs versions has), or that you
21187 have @samp{compface} installed on your system.  If either is true,
21188 Gnus will default to displaying @code{X-Face} headers.
21189
21190 The variable that controls this is the
21191 @code{gnus-article-x-face-command} variable.  If this variable is a
21192 string, this string will be executed in a sub-shell.  If it is a
21193 function, this function will be called with the face as the argument.
21194 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21195 the @code{From} header, the face will not be shown.
21196
21197 The default action under Emacs 20 is to fork off the @code{display}
21198 program@footnote{@code{display} is from the ImageMagick package.  For
21199 the @code{uncompface} and @code{icontopbm} programs look for a package
21200 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21201 view the face.
21202
21203 Under XEmacs or Emacs 21+ with suitable image support, the default
21204 action is to display the face before the @code{From} header.  (It's
21205 nicer if XEmacs has been compiled with @code{X-Face} support---that
21206 will make display somewhat faster.  If there's no native @code{X-Face}
21207 support, Gnus will try to convert the @code{X-Face} header using
21208 external programs from the @code{pbmplus} package and
21209 friends.@footnote{On a GNU/Linux system look for packages with names
21210 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21211
21212 (Note: @code{x-face} is used in the variable/function names, not
21213 @code{xface}).
21214
21215 Gnus provides a few convenience functions and variables to allow
21216 easier insertion of X-Face headers in outgoing messages.
21217
21218 @findex gnus-random-x-face
21219 @vindex gnus-convert-pbm-to-x-face-command
21220 @vindex gnus-x-face-directory
21221 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21222 @code{gnus-x-face-directory} and picks one at random, and then
21223 converts it to the X-Face format by using the
21224 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21225 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21226 header data as a string.
21227
21228 @findex gnus-insert-random-x-face-header
21229 @code{gnus-insert-random-x-face-header} calls
21230 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21231 randomly generated data.
21232
21233 @findex gnus-x-face-from-file
21234 @vindex gnus-convert-image-to-x-face-command
21235 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21236 converts the file to X-Face format by using the
21237 @code{gnus-convert-image-to-x-face-command} shell command.
21238
21239 Here's how you would typically use the first function.  Put something
21240 like the following in your @file{.gnus.el} file:
21241
21242 @lisp
21243 (setq message-required-news-headers
21244       (nconc message-required-news-headers
21245              (list '(X-Face . gnus-random-x-face))))
21246 @end lisp
21247
21248 Using the last function would be something like this:
21249
21250 @lisp
21251 (setq message-required-news-headers
21252       (nconc message-required-news-headers
21253              (list '(X-Face . (lambda ()
21254                                 (gnus-x-face-from-file
21255                                  "~/My-face.gif"))))))
21256 @end lisp
21257
21258
21259 @node XVarious
21260 @subsection Various XEmacs Variables
21261
21262 @table @code
21263 @item gnus-xmas-glyph-directory
21264 @vindex gnus-xmas-glyph-directory
21265 This is where Gnus will look for pictures.  Gnus will normally
21266 auto-detect this directory, but you may set it manually if you have an
21267 unusual directory structure.
21268
21269 @item gnus-xmas-logo-color-alist
21270 @vindex gnus-xmas-logo-color-alist
21271 This is an alist where the key is a type symbol and the values are the
21272 foreground and background color of the splash page glyph.
21273
21274 @item gnus-xmas-logo-color-style
21275 @vindex gnus-xmas-logo-color-style
21276 This is the key used to look up the color in the alist described above.
21277 Valid values include @code{flame}, @code{pine}, @code{moss},
21278 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21279 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21280
21281 @item gnus-xmas-modeline-glyph
21282 @vindex gnus-xmas-modeline-glyph
21283 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21284 default.
21285
21286 @end table
21287
21288 @subsubsection Toolbar
21289
21290 @table @code
21291
21292 @item gnus-use-toolbar
21293 @vindex gnus-use-toolbar
21294 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21295 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21296 @code{right-toolbar}, or @code{left-toolbar}.
21297
21298 @item gnus-group-toolbar
21299 @vindex gnus-group-toolbar
21300 The toolbar in the group buffer.
21301
21302 @item gnus-summary-toolbar
21303 @vindex gnus-summary-toolbar
21304 The toolbar in the summary buffer.
21305
21306 @item gnus-summary-mail-toolbar
21307 @vindex gnus-summary-mail-toolbar
21308 The toolbar in the summary buffer of mail groups.
21309
21310 @end table
21311
21312 @iftex
21313 @iflatex
21314 \margindex{}
21315 @end iflatex
21316 @end iftex
21317
21318
21319 @node Fuzzy Matching
21320 @section Fuzzy Matching
21321 @cindex fuzzy matching
21322
21323 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
21324 things like scoring, thread gathering and thread comparison.
21325
21326 As opposed to regular expression matching, fuzzy matching is very fuzzy.
21327 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
21328 means, and the implementation has changed over time.
21329
21330 Basically, it tries to remove all noise from lines before comparing.
21331 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
21332 out of the strings before comparing the results.  This often leads to
21333 adequate results---even when faced with strings generated by text
21334 manglers masquerading as newsreaders.
21335
21336
21337 @node Thwarting Email Spam
21338 @section Thwarting Email Spam
21339 @cindex email spam
21340 @cindex spam
21341 @cindex UCE
21342 @cindex unsolicited commercial email
21343
21344 In these last days of the Usenet, commercial vultures are hanging about
21345 and grepping through news like crazy to find email addresses they can
21346 foist off their scams and products to.  As a reaction to this, many
21347 people have started putting nonsense addresses into their @code{From}
21348 lines.  I think this is counterproductive---it makes it difficult for
21349 people to send you legitimate mail in response to things you write, as
21350 well as making it difficult to see who wrote what.  This rewriting may
21351 perhaps be a bigger menace than the unsolicited commercial email itself
21352 in the end.
21353
21354 The biggest problem I have with email spam is that it comes in under
21355 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
21356 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
21357 mail group, only to find two pyramid schemes, seven advertisements
21358 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
21359 and one mail asking me to repent and find some god.
21360
21361 This is annoying.  Here's what you can do about it.
21362
21363 @menu
21364 * The problem of spam::         Some background, and some solutions
21365 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
21366 * SpamAssassin::                How to use external anti-spam tools.
21367 * Hashcash::                    Reduce spam by burning CPU time.
21368 * Filtering Spam Using The Spam ELisp Package::  
21369 * Filtering Spam Using Statistics with spam-stat::  
21370 @end menu
21371
21372 @node The problem of spam
21373 @subsection The problem of spam
21374 @cindex email spam
21375 @cindex spam filtering approaches
21376 @cindex filtering approaches, spam
21377 @cindex UCE
21378 @cindex unsolicited commercial email
21379
21380 First, some background on spam.
21381
21382 If you have access to e-mail, you are familiar with spam (technically
21383 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it exists
21384 because e-mail delivery is very cheap compared to paper mail, so only
21385 a very small percentage of people need to respond to an UCE to make it
21386 worthwhile to the advertiser.  Ironically, one of the most common
21387 spams is the one offering a database of e-mail addresses for further
21388 spamming.  Senders of spam are usually called @emph{spammers}, but terms like
21389 @emph{vermin}, @emph{scum}, and @emph{morons} are in common use as well.
21390
21391 Spam comes from a wide variety of sources.  It is simply impossible to
21392 dispose of all spam without discarding useful messages.  A good
21393 example is the TMDA system, which requires senders
21394 unknown to you to confirm themselves as legitimate senders before
21395 their e-mail can reach you.  Without getting into the technical side
21396 of TMDA, a downside is clearly that e-mail from legitimate sources may
21397 be discarded if those sources can't or won't confirm themselves
21398 through the TMDA system.  Another problem with TMDA is that it
21399 requires its users to have a basic understanding of e-mail delivery
21400 and processing.
21401
21402 The simplest approach to filtering spam is filtering.  If you get 200
21403 spam messages per day from @samp{random-address@@vmadmin.com}, you
21404 block @samp{vmadmin.com}.  If you get 200 messages about
21405 @samp{VIAGRA}, you discard all messages with @samp{VIAGRA} in the
21406 message.  This, unfortunately, is a great way to discard legitimate
21407 e-mail.  For instance, the very informative and useful RISKS digest
21408 has been blocked by overzealous mail filters because it
21409 @strong{contained} words that were common in spam messages.
21410 Nevertheless, in isolated cases, with great care, direct filtering of
21411 mail can be useful.
21412
21413 Another approach to filtering e-mail is the distributed spam
21414 processing, for instance DCC implements such a system.  In essence,
21415 @code{N} systems around the world agree that a machine @samp{X} in
21416 China, Ghana, or California is sending out spam e-mail, and these
21417 @code{N} systems enter @samp{X} or the spam e-mail from @samp{X} into
21418 a database.  The criteria for spam detection vary - it may be the
21419 number of messages sent, the content of the messages, and so on.  When
21420 a user of the distributed processing system wants to find out if a
21421 message is spam, he consults one of those @code{N} systems.
21422
21423 Distributed spam processing works very well against spammers that send
21424 a large number of messages at once, but it requires the user to set up
21425 fairly complicated checks.  There are commercial and free distributed
21426 spam processing systems.  Distributed spam processing has its risks as
21427 well.  For instance legitimate e-mail senders have been accused of
21428 sending spam, and their web sites have been shut down for some time
21429 because of the incident.
21430
21431 The statistical approach to spam filtering is also popular.  It is
21432 based on a statistical analysis of previous spam messages.  Usually
21433 the analysis is a simple word frequency count, with perhaps pairs of
21434 words or 3-word combinations thrown into the mix.  Statistical
21435 analysis of spam works very well in most of the cases, but it can
21436 classify legitimate e-mail as spam in some cases.  It takes time to
21437 run the analysis, the full message must be analyzed, and the user has
21438 to store the database of spam analyses.
21439
21440 @node Anti-Spam Basics
21441 @subsection Anti-Spam Basics
21442 @cindex email spam
21443 @cindex spam
21444 @cindex UCE
21445 @cindex unsolicited commercial email
21446
21447 One way of dealing with spam is having Gnus split out all spam into a
21448 @samp{spam} mail group (@pxref{Splitting Mail}).
21449
21450 First, pick one (1) valid mail address that you can be reached at, and
21451 put it in your @code{From} header of all your news articles.  (I've
21452 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
21453 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
21454 sysadmin whether your sendmail installation accepts keywords in the local
21455 part of the mail address.)
21456
21457 @lisp
21458 (setq message-default-news-headers
21459       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
21460 @end lisp
21461
21462 Then put the following split rule in @code{nnmail-split-fancy}
21463 (@pxref{Fancy Mail Splitting}):
21464
21465 @lisp
21466 (
21467  ...
21468  (to "larsi@@trym.ifi.uio.no"
21469       (| ("subject" "re:.*" "misc")
21470          ("references" ".*@@.*" "misc")
21471          "spam"))
21472  ...
21473 )
21474 @end lisp
21475
21476 This says that all mail to this address is suspect, but if it has a
21477 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
21478 header, it's probably ok.  All the rest goes to the @samp{spam} group.
21479 (This idea probably comes from Tim Pierce.)
21480
21481 In addition, many mail spammers talk directly to your @sc{smtp} server
21482 and do not include your email address explicitly in the @code{To}
21483 header.  Why they do this is unknown---perhaps it's to thwart this
21484 thwarting scheme?  In any case, this is trivial to deal with---you just
21485 put anything not addressed to you in the @samp{spam} group by ending
21486 your fancy split rule in this way:
21487
21488 @lisp
21489 (
21490  ...
21491  (to "larsi" "misc")
21492  "spam")
21493 @end lisp
21494
21495 In my experience, this will sort virtually everything into the right
21496 group.  You still have to check the @samp{spam} group from time to time to
21497 check for legitimate mail, though.  If you feel like being a good net
21498 citizen, you can even send off complaints to the proper authorities on
21499 each unsolicited commercial email---at your leisure.
21500
21501 If you are also a lazy net citizen, you will probably prefer complaining
21502 automatically with the @file{gnus-junk.el} package, available FOR FREE
21503 at @* @uref{http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html}.
21504 Since most e-mail spam is sent automatically, this may reconcile the
21505 cosmic balance somewhat.
21506
21507 This works for me.  It allows people an easy way to contact me (they can
21508 just press @kbd{r} in the usual way), and I'm not bothered at all with
21509 spam.  It's a win-win situation.  Forging @code{From} headers to point
21510 to non-existent domains is yucky, in my opinion.
21511
21512
21513
21514 @node SpamAssassin
21515 @subsection SpamAssassin, Vipul's Razor, DCC, etc
21516 @cindex SpamAssassin
21517 @cindex Vipul's Razor
21518 @cindex DCC
21519
21520 The days where the hints in the previous section was sufficient in
21521 avoiding spam is coming to an end.  There are many tools out there
21522 that claim to reduce the amount of spam you get.  This section could
21523 easily become outdated fast, as new products replace old, but
21524 fortunately most of these tools seem to have similar interfaces.  Even
21525 though this section will use SpamAssassin as an example, it should be
21526 easy to adapt it to most other tools.
21527
21528 If the tool you are using is not installed on the mail server, you
21529 need to invoke it yourself.  Ideas on how to use the
21530 @code{:postscript} mail source parameter (@pxref{Mail Source
21531 Specifiers}) follows.
21532
21533 @lisp
21534 (setq mail-sources
21535       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
21536         (pop :user "jrl"
21537              :server "pophost"
21538              :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
21539 @end lisp
21540
21541 Once you managed to process your incoming spool somehow, thus making
21542 the mail contain e.g. a header indicating it is spam, you are ready to
21543 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
21544
21545 @lisp
21546 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
21547                              ...))
21548 @end lisp
21549
21550 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
21551
21552 @lisp
21553 (setq nnmail-split-methods 'nnmail-split-fancy
21554       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
21555                              ...))
21556 @end lisp
21557
21558 Some people might not like the idea of piping the mail through various
21559 programs using a @code{:prescript} (if some program is buggy, you
21560 might lose all mail).  If you are one of them, another solution is to
21561 call the external tools during splitting.  Example fancy split method:
21562
21563 @lisp
21564 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
21565                              ...))
21566 (defun kevin-spamassassin ()
21567   (save-excursion
21568     (let ((buf (or (get-buffer " *nnmail incoming*")
21569                    (get-buffer " *nnml move*"))))
21570       (if (not buf)
21571           (progn (message "Oops, cannot find message buffer") nil)
21572         (set-buffer buf)
21573         (if (eq 1 (call-process-region (point-min) (point-max)
21574                                        "spamc" nil nil nil "-c"))
21575             "spam")))))
21576 @end lisp
21577
21578 That is about it.  As some spam is likely to get through anyway, you
21579 might want to have a nifty function to call when you happen to read
21580 spam.  And here is the nifty function:
21581
21582 @lisp
21583  (defun my-gnus-raze-spam ()
21584   "Submit SPAM to Vipul's Razor, then mark it as expirable."
21585   (interactive)
21586   (gnus-summary-show-raw-article)
21587   (gnus-summary-save-in-pipe "razor-report -f -d")
21588   (gnus-summary-mark-as-expirable 1))
21589 @end lisp
21590
21591 @node Hashcash
21592 @subsection Hashcash
21593 @cindex hashcash
21594
21595 A novel technique to fight spam is to require senders to do something
21596 costly for each message they send.  This has the obvious drawback that
21597 you cannot rely on that everyone in the world uses this technique,
21598 since it is not part of the Internet standards, but it may be useful
21599 in smaller communities.
21600
21601 While the tools in the previous section work well in practice, they
21602 work only because the tools are constantly maintained and updated as
21603 new form of spam appears.  This means that a small percentage of spam
21604 will always get through.  It also means that somewhere, someone needs
21605 to read lots of spam to update these tools.  Hashcash avoids that, but
21606 instead requires that everyone you communicate with supports the
21607 scheme.  You can view the two approaches as pragmatic vs dogmatic.
21608 The approaches have their own advantages and disadvantages, but as
21609 often in the real world, a combination of them is stronger than either
21610 one of them separately.
21611
21612 @cindex X-Hashcash
21613 The ``something costly'' is to burn CPU time, more specifically to
21614 compute a hash collision up to a certain number of bits.  The
21615 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
21616 header. For more details, and for the external application
21617 @code{hashcash} you need to install to use this feature, see
21618 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
21619 information can be found at @uref{http://www.camram.org/}.
21620
21621 If you wish to call hashcash for each message you send, say something
21622 like:
21623
21624 @lisp
21625 (require 'hashcash)
21626 (add-hook 'message-send-hook 'mail-add-payment)
21627 @end lisp
21628
21629 The @code{hashcash.el} library can be found at
21630 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}, or in the Gnus
21631 development contrib directory.
21632
21633 You will need to set up some additional variables as well:
21634
21635 @table @code
21636
21637 @item hashcash-default-payment
21638 @vindex hashcash-default-payment
21639 This variable indicates the default number of bits the hash collision
21640 should consist of.  By default this is 0, meaning nothing will be
21641 done.  Suggested useful values include 17 to 29.
21642
21643 @item hashcash-payment-alist
21644 @vindex hashcash-payment-alist
21645 Some receivers may require you to spend burn more CPU time than the
21646 default.  This variable contains a list of @samp{(@var{addr}
21647 @var{amount})} cells, where @var{addr} is the receiver (email address
21648 or newsgroup) and @var{amount} is the number of bits in the collision
21649 that is needed.  It can also contain @samp{(@var{addr} @var{string}
21650 @var{amount})} cells, where the @var{string} is the string to use
21651 (normally the email address or newsgroup name is used).
21652
21653 @item hashcash
21654 @vindex hashcash
21655 Where the @code{hashcash} binary is installed.
21656
21657 @end table
21658
21659 Currently there is no built in functionality in Gnus to verify
21660 hashcash cookies, it is expected that this is performed by your hand
21661 customized mail filtering scripts.  Improvements in this area would be
21662 a useful contribution, however.
21663
21664 @node Filtering Spam Using The Spam ELisp Package
21665 @subsection Filtering Spam Using The Spam ELisp Package
21666 @cindex spam filtering
21667 @cindex spam
21668
21669 The idea behind @code{spam.el} is to have a control center for spam detection
21670 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
21671 filters incoming mail, and it analyzes mail known to be spam or ham.
21672 @emph{Ham} is the name used throughout @code{spam.el} to indicate
21673 non-spam messages.
21674
21675 So, what happens when you load @code{spam.el}?  First of all, you get
21676 the following keyboard commands:
21677
21678 @table @kbd
21679
21680 @item M-d
21681 @itemx M s x
21682 @itemx S x
21683 @kindex M-d
21684 @kindex S x
21685 @kindex M s x
21686 @findex gnus-summary-mark-as-spam
21687 @code{gnus-summary-mark-as-spam}.
21688
21689 Mark current article as spam, showing it with the @samp{$} mark.
21690 Whenever you see a spam article, make sure to mark its summary line
21691 with @kbd{M-d} before leaving the group.  This is done automatically
21692 for unread articles in @emph{spam} groups.
21693
21694 @item M s t
21695 @itemx S t
21696 @kindex M s t
21697 @kindex S t
21698 @findex spam-bogofilter-score
21699 @code{spam-bogofilter-score}.
21700
21701 You must have Bogofilter installed for that command to work properly.
21702
21703 @xref{Bogofilter}.
21704
21705 @end table
21706
21707 Also, when you load @code{spam.el}, you will be able to customize its
21708 variables.  Try @code{customize-group} on the @samp{spam} variable
21709 group.
21710
21711 The concepts of ham processors and spam processors are very important.
21712 Ham processors and spam processors for a group can be set with the
21713 @code{spam-process} group parameter, or the
21714 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
21715 mail known to be non-spam (@emph{ham}) and process it in some way so
21716 that later similar mail will also be considered non-spam.  Spam
21717 processors take mail known to be spam and process it so similar spam
21718 will be detected later.
21719
21720 Gnus learns from the spam you get.  You have to collect your spam in
21721 one or more spam groups, and set or customize the variable
21722 @code{spam-junk-mailgroups} as appropriate.  You can also declare
21723 groups to contain spam by setting their group parameter
21724 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
21725 by customizing the corresponding variable
21726 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
21727 parameter and the @code{gnus-spam-newsgroup-contents} variable can
21728 also be used to declare groups as @emph{ham} groups if you set their
21729 classification to @code{gnus-group-spam-classification-ham}.  If
21730 groups are not classified by means of @code{spam-junk-mailgroups},
21731 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
21732 considered @emph{unclassified}.  All groups are unclassified by
21733 default.
21734
21735 In spam groups, all messages are considered to be spam by default:
21736 they get the @samp{$} mark when you enter the group.  You must review
21737 these messages from time to time and remove the @samp{$} mark for
21738 every message that is not spam after all.  To remove the @samp{$}
21739 mark, you can use @kbd{M-u} to ``unread'' the article, or @kbd{d} for
21740 declaring it read the non-spam way.  When you leave a group, all
21741 spam-marked (@samp{$}) articles are sent to a spam processor which
21742 will study them as spam samples.
21743
21744 Messages may also be deleted in various other ways, and unless
21745 @code{spam-ham-marks} gets overridden below, marks @samp{R} and
21746 @samp{r} for default read or explicit delete, marks @samp{X} and
21747 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
21748 low scores, are all considered to be associated with articles which
21749 are not spam.  This assumption might be false, in particular if you
21750 use kill files or score files as means for detecting genuine spam, you
21751 should then adjust the @code{spam-ham-marks} variable.
21752
21753 @defvar spam-ham-marks
21754 You can customize this variable to be the list of marks you want to
21755 consider ham.  By default, the list contains the deleted, read,
21756 killed, kill-filed, and low-score marks.
21757 @end defvar
21758
21759 @defvar spam-spam-marks
21760 You can customize this variable to be the list of marks you want to
21761 consider spam.  By default, the list contains only the spam mark.
21762 @end defvar
21763
21764 When you leave @emph{any} group, regardless of its
21765 @code{spam-contents} classification, all spam-marked articles are sent
21766 to a spam processor, which will study these as spam samples.  If you
21767 explicit kill a lot, you might sometimes end up with articles marked
21768 @samp{K} which you never saw, and which might accidentally contain
21769 spam.  Best is to make sure that real spam is marked with @samp{$},
21770 and nothing else.
21771
21772 When you leave a @emph{spam} group, all spam-marked articles are
21773 marked as expired after processing with the spam processor.  This is
21774 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
21775 @strong{ham} articles in a spam group will be moved to a location
21776 determined by either the @code{ham-process-destination} group
21777 parameter or a match in the @code{gnus-ham-process-destinations}
21778 variable, which is a list of regular expressions matched with group
21779 names (it's easiest to customize this variable with
21780 @code{customize-variable gnus-ham-process-destinations}).  The ultimate
21781 location is a group name.  If the @code{ham-process-destination}
21782 parameter is not set, spam articles are only expired.
21783
21784 When you leave a @emph{ham} group, all ham-marked articles are sent to
21785 a ham processor, which will study these as non-spam samples.
21786
21787 When you leave a @emph{ham} or @emph{unclassified} group, all
21788 @strong{spam} articles are moved to a location determined by either
21789 the @code{spam-process-destination} group parameter or a match in the
21790 @code{gnus-spam-process-destinations} variable, which is a list of
21791 regular expressions matched with group names (it's easiest to
21792 customize this variable with @code{customize-variable
21793 gnus-spam-process-destinations}).  The ultimate location is a group
21794 name.  If the @code{spam-process-destination} parameter is not set,
21795 the spam articles are only expired.
21796
21797 To use the @code{spam.el} facilities for incoming mail filtering, you
21798 must add the following to your fancy split list
21799 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
21800
21801 @example
21802 (: spam-split)
21803 @end example
21804
21805 Note that the fancy split may be called @code{nnmail-split-fancy} or
21806 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
21807 nnimap back ends to retrieve your mail.
21808
21809 The @code{spam-split} function will process incoming mail and send the
21810 mail considered to be spam into the group name given by the variable
21811 @code{spam-split-group}.  By default that group name is @samp{spam},
21812 but you can customize it.
21813
21814 @emph{Note for IMAP users}
21815
21816 The boolean variable @code{nnimap-split-download-body} needs to be
21817 set, if you want to split based on the whole message instead of just
21818 the headers.  By default, the nnimap backend will only retrieve the
21819 message headers.  If you use spam-check-bogofilter, spam-check-ifile,
21820 or spam-check-stat (the splitters that can benefit from the full
21821 message body), you should set this variable.  It is not set by default
21822 because it will slow IMAP down.
21823
21824 @xref{Splitting in IMAP}.
21825
21826 @emph{TODO: Currently, spam.el only supports insertion of articles
21827 into a backend.  There is no way to tell spam.el that an article is no
21828 longer spam or ham.}
21829
21830 @emph{TODO: spam.el needs to provide a uniform way of training all the
21831 statistical databases.  Some have that functionality built-in, others
21832 don't.}
21833
21834 The following are the methods you can use to control the behavior of
21835 @code{spam-split} and their corresponding spam and ham processors:
21836
21837 @menu
21838 * Blacklists and Whitelists::   
21839 * BBDB Whitelists::             
21840 * Blackholes::                  
21841 * Regular Expressions Header Matching::  
21842 * Bogofilter::                  
21843 * ifile spam filtering::        
21844 * spam-stat spam filtering::    
21845 * Extending the spam elisp package::  
21846 @end menu
21847
21848 @node Blacklists and Whitelists
21849 @subsubsection Blacklists and Whitelists
21850 @cindex spam filtering
21851 @cindex whitelists, spam filtering
21852 @cindex blacklists, spam filtering
21853 @cindex spam
21854
21855 @defvar spam-use-blacklist
21856
21857 Set this variable to @code{t} if you want to use blacklists when
21858 splitting incoming mail.  Messages whose senders are in the blacklist
21859 will be sent to the @code{spam-split-group}.  This is an explicit
21860 filter, meaning that it acts only on mail senders @emph{declared} to
21861 be spammers.
21862
21863 @end defvar
21864
21865 @defvar spam-use-whitelist
21866
21867 Set this variable to @code{t} if you want to use whitelists when
21868 splitting incoming mail.  Messages whose senders are not in the
21869 whitelist will be sent to the next spam-split rule.  This is an
21870 explicit filter, meaning that unless someone is in the whitelist, their
21871 messages are not assumed to be spam or ham.
21872
21873 @end defvar
21874
21875 @defvar spam-use-whitelist-exclusive
21876
21877 Set this variable to @code{t} if you want to use whitelists as an
21878 implicit filter, meaning that every message will be considered spam
21879 unless the sender is in the whitelist.  Use with care.
21880
21881 @end defvar
21882
21883 @defvar gnus-group-spam-exit-processor-blacklist
21884
21885 Add this symbol to a group's @code{spam-process} parameter by
21886 customizing the group parameters or the
21887 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21888 added to a group's @code{spam-process} parameter, the senders of
21889 spam-marked articles will be added to the blacklist.
21890
21891 @end defvar
21892
21893 @defvar gnus-group-ham-exit-processor-whitelist
21894
21895 Add this symbol to a group's @code{spam-process} parameter by
21896 customizing the group parameters or the
21897 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21898 added to a group's @code{spam-process} parameter, the senders of
21899 ham-marked articles in @emph{ham} groups will be added to the
21900 whitelist.  Note that this ham processor has no effect in @emph{spam}
21901 or @emph{unclassified} groups.
21902
21903 @end defvar
21904
21905 Blacklists are lists of regular expressions matching addresses you
21906 consider to be spam senders.  For instance, to block mail from any
21907 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
21908 blacklist.  You start out with an empty blacklist.  Blacklist entries
21909 use the Emacs regular expression syntax.
21910
21911 Conversely, whitelists tell Gnus what addresses are considered
21912 legitimate.  All messages from whitelisted addresses are considered
21913 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
21914 Emacs regular expression syntax.
21915
21916 The blacklist and whitelist file locations can be customized with the
21917 @code{spam-directory} variable (@file{~/News/spam} by default), or
21918 the @code{spam-whitelist} and @code{spam-blacklist} variables
21919 directly.  The whitelist and blacklist files will by default be in the
21920 @code{spam-directory} directory, named @file{whitelist} and
21921 @file{blacklist} respectively.
21922
21923 @node BBDB Whitelists
21924 @subsubsection BBDB Whitelists
21925 @cindex spam filtering
21926 @cindex BBDB whitelists, spam filtering
21927 @cindex BBDB, spam filtering
21928 @cindex spam
21929
21930 @defvar spam-use-BBDB
21931
21932 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
21933 Whitelists}), but uses the BBDB as the source of whitelisted
21934 addresses, without regular expressions.  You must have the BBDB loaded
21935 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
21936 not in the BBDB will be sent to the next spam-split rule.  This is an
21937 explicit filter, meaning that unless someone is in the BBDB, their
21938 messages are not assumed to be spam or ham.
21939
21940 @end defvar
21941
21942 @defvar spam-use-BBDB-exclusive
21943
21944 Set this variable to @code{t} if you want to use the BBDB as an
21945 implicit filter, meaning that every message will be considered spam
21946 unless the sender is in the BBDB.  Use with care.  Only sender
21947 addresses in the BBDB will be allowed through; all others will be
21948 classified as spammers.
21949
21950 @end defvar
21951
21952 @defvar gnus-group-ham-exit-processor-BBDB
21953
21954 Add this symbol to a group's @code{spam-process} parameter by
21955 customizing the group parameters or the
21956 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21957 added to a group's @code{spam-process} parameter, the senders of
21958 ham-marked articles in @emph{ham} groups will be added to the
21959 BBDB.  Note that this ham processor has no effect in @emph{spam}
21960 or @emph{unclassified} groups.
21961
21962 @end defvar
21963
21964 @node Blackholes
21965 @subsubsection Blackholes
21966 @cindex spam filtering
21967 @cindex blackholes, spam filtering
21968 @cindex spam
21969
21970 @defvar spam-use-blackholes
21971
21972 This option is disabled by default.  You can let Gnus consult the
21973 blackhole-type distributed spam processing systems (DCC, for instance)
21974 when you set this option.  The variable @code{spam-blackhole-servers}
21975 holds the list of blackhole servers Gnus will consult.  The current
21976 list is fairly comprehensive, but make sure to let us know if it
21977 contains outdated servers.
21978
21979 The blackhole check uses the @code{dig.el} package, but you can tell
21980 @code{spam.el} to use @code{dns.el} instead for better performance if
21981 you set @code{spam-use-dig} to nil.  It is not recommended at this
21982 time to set @code{spam-use-dig} to nil despite the possible
21983 performance improvements, because some users may be unable to use it,
21984 but you can try it and see if it works for you.
21985
21986 @end defvar
21987
21988 @defvar spam-blackhole-servers
21989
21990 The list of servers to consult for blackhole checks.
21991
21992 @end defvar
21993
21994 @defvar spam-blackhole-good-server-regex
21995
21996 A regular expression for IPs that should not be checked against the
21997 blackhole server list.  When set to nil, it has no effect.
21998
21999 @end defvar
22000
22001 @defvar spam-use-dig
22002
22003 Use the @code{dig.el} package instead of the @code{dns.el} package.
22004 The default setting of @code{t} is recommended.
22005
22006 @end defvar
22007
22008 Blackhole checks are done only on incoming mail.  There is no spam or
22009 ham processor for blackholes.
22010
22011 @node Regular Expressions Header Matching
22012 @subsubsection Regular Expressions Header Matching
22013 @cindex spam filtering
22014 @cindex regular expressions header matching, spam filtering
22015 @cindex spam
22016
22017 @defvar spam-use-regex-headers
22018
22019 This option is disabled by default.  You can let Gnus check the
22020 message headers against lists of regular expressions when you set this
22021 option.  The variables @code{spam-regex-headers-spam} and
22022 @code{spam-regex-headers-ham} hold the list of regular expressions.
22023 Gnus will check against the message headers to determine if the
22024 message is spam or ham, respectively.
22025
22026 @end defvar
22027
22028 @defvar spam-regex-headers-spam
22029
22030 The list of regular expressions that, when matched in the headers of
22031 the message, positively identify it as spam.
22032
22033 @end defvar
22034
22035 @defvar spam-regex-headers-ham
22036
22037 The list of regular expressions that, when matched in the headers of
22038 the message, positively identify it as ham.
22039
22040 @end defvar
22041
22042 Regular expression header checks are done only on incoming mail.
22043 There is no specific spam or ham processor for regular expressions.
22044
22045 @node Bogofilter
22046 @subsubsection Bogofilter
22047 @cindex spam filtering
22048 @cindex bogofilter, spam filtering
22049 @cindex spam
22050
22051 @defvar spam-use-bogofilter
22052
22053 Set this variable if you want @code{spam-split} to use Eric Raymond's
22054 speedy Bogofilter.
22055
22056 With a minimum of care for associating the @samp{$} mark for spam
22057 articles only, Bogofilter training all gets fairly automatic.  You
22058 should do this until you get a few hundreds of articles in each
22059 category, spam or not.  The command @kbd{S t} in summary mode, either
22060 for debugging or for curiosity, shows the @emph{spamicity} score of
22061 the current article (between 0.0 and 1.0).
22062
22063 Bogofilter determines if a message is spam based on an internal
22064 threshold, set at compilation time.  That threshold can't be
22065 customized.
22066
22067 If the @code{bogofilter} executable is not in your path, Bogofilter
22068 processing will be turned off.
22069
22070 You should not enable this if you use @code{spam-use-bogofilter-headers}.
22071
22072 @end defvar
22073
22074 @defvar spam-use-bogofilter-headers
22075
22076 Set this variable if you want @code{spam-split} to use Eric Raymond's
22077 speedy Bogofilter, looking only at the message headers.  It works
22078 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
22079 must be in the message already.  Normally you would do this with a
22080 procmail recipe or something similar; consult the Bogofilter
22081 installation documents for details.
22082
22083 You should not enable this if you use @code{spam-use-bogofilter}.
22084
22085 @end defvar
22086
22087 @defvar gnus-group-spam-exit-processor-bogofilter
22088 Add this symbol to a group's @code{spam-process} parameter by
22089 customizing the group parameters or the
22090 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22091 added to a group's @code{spam-process} parameter, spam-marked articles
22092 will be added to the Bogofilter spam database.
22093 @end defvar
22094
22095 @defvar gnus-group-ham-exit-processor-bogofilter
22096 Add this symbol to a group's @code{spam-process} parameter by
22097 customizing the group parameters or the
22098 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22099 added to a group's @code{spam-process} parameter, the ham-marked
22100 articles in @emph{ham} groups will be added to the Bogofilter database
22101 of non-spam messages.  Note that this ham processor has no effect in
22102 @emph{spam} or @emph{unclassified} groups.
22103 @end defvar
22104
22105 @defvar spam-bogofilter-database-directory
22106
22107 This is the directory where Bogofilter will store its databases.  It
22108 is not specified by default, so Bogofilter will use its own default
22109 database directory.
22110
22111 @end defvar
22112
22113 The Bogofilter mail classifier is similar to ifile in intent and
22114 purpose.  A ham and a spam processor are provided, plus the
22115 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
22116 variables to indicate to spam-split that Bogofilter should either be
22117 used, or has already been used on the article.  The 0.9.2.1 version of
22118 Bogofilter was used to test this functionality.
22119
22120 @node ifile spam filtering
22121 @subsubsection ifile spam filtering
22122 @cindex spam filtering
22123 @cindex ifile, spam filtering
22124 @cindex spam
22125
22126 @defvar spam-use-ifile
22127
22128 Enable this variable if you want @code{spam-split} to use ifile, a
22129 statistical analyzer similar to Bogofilter.
22130
22131 @end defvar
22132
22133 @defvar spam-ifile-all-categories
22134
22135 Enable this variable if you want @code{spam-use-ifile} to give you all
22136 the ifile categories, not just spam/non-spam.  If you use this, make
22137 sure you train ifile as described in its documentation.
22138
22139 @end defvar
22140
22141 @defvar spam-ifile-spam-category
22142
22143 This is the category of spam messages as far as ifile is concerned.
22144 The actual string used is irrelevant, but you probably want to leave
22145 the default value of @samp{spam}.
22146 @end defvar
22147
22148 @defvar spam-ifile-database-path
22149
22150 This is the filename for the ifile database.  It is not specified by
22151 default, so ifile will use its own default database name.
22152
22153 @end defvar
22154
22155 The ifile mail classifier is similar to Bogofilter in intent and
22156 purpose.  A ham and a spam processor are provided, plus the
22157 @code{spam-use-ifile} variable to indicate to spam-split that ifile
22158 should be used.  The 1.2.1 version of ifile was used to test this
22159 functionality.
22160
22161 @node spam-stat spam filtering
22162 @subsubsection spam-stat spam filtering
22163 @cindex spam filtering
22164 @cindex spam-stat, spam filtering
22165 @cindex spam-stat
22166 @cindex spam
22167
22168 @xref{Filtering Spam Using Statistics with spam-stat}.
22169
22170 @defvar spam-use-stat
22171
22172 Enable this variable if you want @code{spam-split} to use
22173 spam-stat.el, an Emacs Lisp statistical analyzer.
22174
22175 @end defvar
22176
22177 @defvar gnus-group-spam-exit-processor-stat
22178 Add this symbol to a group's @code{spam-process} parameter by
22179 customizing the group parameters or the
22180 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22181 added to a group's @code{spam-process} parameter, the spam-marked
22182 articles will be added to the spam-stat database of spam messages.
22183 @end defvar
22184
22185 @defvar gnus-group-ham-exit-processor-stat
22186 Add this symbol to a group's @code{spam-process} parameter by
22187 customizing the group parameters or the
22188 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
22189 added to a group's @code{spam-process} parameter, the ham-marked
22190 articles in @emph{ham} groups will be added to the spam-stat database
22191 of non-spam messages.  Note that this ham processor has no effect in
22192 @emph{spam} or @emph{unclassified} groups.
22193 @end defvar
22194
22195 This enables spam.el to cooperate with spam-stat.el.  spam-stat.el
22196 provides an internal (Lisp-only) spam database, which unlike ifile or
22197 Bogofilter does not require external programs.  A spam and a ham
22198 processor, and the @code{spam-use-stat} variable for @code{spam-split}
22199 are provided.
22200
22201 @node Extending the spam elisp package
22202 @subsubsection Extending the spam elisp package
22203 @cindex spam filtering
22204 @cindex spam elisp package, extending
22205 @cindex extending the spam elisp package
22206
22207 Say you want to add a new back end called blackbox.  For filtering
22208 incoming mail, provide the following:
22209
22210 @enumerate
22211
22212 @item
22213 code
22214
22215 @lisp
22216 (defvar spam-use-blackbox nil
22217   "True if blackbox should be used.")
22218 @end lisp
22219
22220 Add
22221 @example
22222     (spam-use-blackbox   . spam-check-blackbox)
22223 @end example
22224 to @code{spam-list-of-checks}.
22225
22226 @item
22227 functionality
22228
22229 Write the @code{spam-check-blackbox} function.  It should return
22230 @samp{nil} or @code{spam-split-group}.  See the existing
22231 @code{spam-check-*} functions for examples of what you can do.
22232
22233 Make sure to add @code{spam-use-blackbox} to
22234 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
22235 mail analyzer that needs the full message body to operate.
22236
22237 @end enumerate
22238
22239 For processing spam and ham messages, provide the following:
22240
22241 @enumerate
22242
22243 @item
22244 code 
22245
22246 Note you don't have to provide a spam or a ham processor.  Only
22247 provide them if Blackbox supports spam or ham processing.
22248
22249 @lisp
22250 (defvar gnus-group-spam-exit-processor-blackbox "blackbox"
22251   "The Blackbox summary exit spam processor.
22252 Only applicable to spam groups.")
22253
22254 (defvar gnus-group-ham-exit-processor-blackbox "blackbox"
22255   "The whitelist summary exit ham processor.
22256 Only applicable to non-spam (unclassified and ham) groups.")
22257
22258 @end lisp
22259
22260 @item
22261 functionality
22262
22263 @lisp
22264 (defun spam-blackbox-register-spam-routine ()
22265   (spam-generic-register-routine
22266    ;; the spam function
22267    (lambda (article)
22268      (let ((from (spam-fetch-field-from-fast article)))
22269        (when (stringp from)
22270            (blackbox-do-something-with-this-spammer from))))
22271    ;; the ham function
22272    nil))
22273
22274 (defun spam-blackbox-register-ham-routine ()
22275   (spam-generic-register-routine
22276    ;; the spam function
22277    nil
22278    ;; the ham function
22279    (lambda (article)
22280      (let ((from (spam-fetch-field-from-fast article)))
22281        (when (stringp from)
22282            (blackbox-do-something-with-this-ham-sender from))))))
22283 @end lisp
22284
22285 Write the @code{blackbox-do-something-with-this-ham-sender} and
22286 @code{blackbox-do-something-with-this-spammer} functions.  You can add
22287 more complex code than fetching the message sender, but keep in mind
22288 that retrieving the whole message takes significantly longer than the
22289 sender through @code{spam-fetch-field-from-fast}, because the message
22290 senders are kept in memory by Gnus.
22291
22292 @end enumerate
22293
22294
22295 @node Filtering Spam Using Statistics with spam-stat
22296 @subsection Filtering Spam Using Statistics with spam-stat
22297 @cindex Paul Graham
22298 @cindex Graham, Paul
22299 @cindex naive Bayesian spam filtering
22300 @cindex Bayesian spam filtering, naive
22301 @cindex spam filtering, naive Bayesian
22302
22303 Paul Graham has written an excellent essay about spam filtering using
22304 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
22305 Spam}.  In it he describes the inherent deficiency of rule-based
22306 filtering as used by SpamAssassin, for example: Somebody has to write
22307 the rules, and everybody else has to install these rules.  You are
22308 always late.  It would be much better, he argues, to filter mail based
22309 on whether it somehow resembles spam or non-spam.  One way to measure
22310 this is word distribution.  He then goes on to describe a solution
22311 that checks whether a new mail resembles any of your other spam mails
22312 or not.
22313
22314 The basic idea is this:  Create a two collections of your mail, one
22315 with spam, one with non-spam.  Count how often each word appears in
22316 either collection, weight this by the total number of mails in the
22317 collections, and store this information in a dictionary.  For every
22318 word in a new mail, determine its probability to belong to a spam or a
22319 non-spam mail.  Use the 15 most conspicuous words, compute the total
22320 probability of the mail being spam.  If this probability is higher
22321 than a certain threshold, the mail is considered to be spam.
22322
22323 Gnus supports this kind of filtering.  But it needs some setting up.
22324 First, you need two collections of your mail, one with spam, one with
22325 non-spam.  Then you need to create a dictionary using these two
22326 collections, and save it.  And last but not least, you need to use
22327 this dictionary in your fancy mail splitting rules.
22328
22329 @menu
22330 * Creating a spam-stat dictionary::  
22331 * Splitting mail using spam-stat::  
22332 * Low-level interface to the spam-stat dictionary::  
22333 @end menu
22334
22335 @node Creating a spam-stat dictionary
22336 @subsubsection Creating a spam-stat dictionary
22337
22338 Before you can begin to filter spam based on statistics, you must
22339 create these statistics based on two mail collections, one with spam,
22340 one with non-spam.  These statistics are then stored in a dictionary
22341 for later use.  In order for these statistics to be meaningful, you
22342 need several hundred emails in both collections.
22343
22344 Gnus currently supports only the nnml back end for automated dictionary
22345 creation.  The nnml back end stores all mails in a directory, one file
22346 per mail.  Use the following:
22347
22348 @defun spam-stat-process-spam-directory
22349 Create spam statistics for every file in this directory.  Every file
22350 is treated as one spam mail.
22351 @end defun
22352
22353 @defun spam-stat-process-non-spam-directory
22354 Create non-spam statistics for every file in this directory.  Every
22355 file is treated as one non-spam mail.
22356 @end defun
22357
22358 Usually you would call @code{spam-stat-process-spam-directory} on a
22359 directory such as @file{~/Mail/mail/spam} (this usually corresponds
22360 the the group @samp{nnml:mail.spam}), and you would call
22361 @code{spam-stat-process-non-spam-directory} on a directory such as
22362 @file{~/Mail/mail/misc} (this usually corresponds the the group
22363 @samp{nnml:mail.misc}).
22364
22365 When you are using IMAP, you won't have the mails available locally,
22366 so that will not work.  One solution is to use the Gnus Agent to cache
22367 the articles.  Then you can use directories such as
22368 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
22369 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
22370
22371 @defvar spam-stat
22372 This variable holds the hash-table with all the statistics -- the
22373 dictionary we have been talking about.  For every word in either
22374 collection, this hash-table stores a vector describing how often the
22375 word appeared in spam and often it appeared in non-spam mails.
22376 @end defvar
22377
22378 If you want to regenerate the statistics from scratch, you need to
22379 reset the dictionary.
22380
22381 @defun spam-stat-reset
22382 Reset the @code{spam-stat} hash-table, deleting all the statistics.
22383 @end defun
22384
22385 When you are done, you must save the dictionary.  The dictionary may
22386 be rather large.  If you will not update the dictionary incrementally
22387 (instead, you will recreate it once a month, for example), then you
22388 can reduce the size of the dictionary by deleting all words that did
22389 not appear often enough or that do not clearly belong to only spam or
22390 only non-spam mails.
22391
22392 @defun spam-stat-reduce-size
22393 Reduce the size of the dictionary.  Use this only if you do not want
22394 to update the dictionary incrementally.
22395 @end defun
22396
22397 @defun spam-stat-save
22398 Save the dictionary.
22399 @end defun
22400
22401 @defvar spam-stat-file
22402 The filename used to store the dictionary.  This defaults to
22403 @file{~/.spam-stat.el}.
22404 @end defvar
22405
22406 @node Splitting mail using spam-stat
22407 @subsubsection Splitting mail using spam-stat
22408
22409 In order to use @code{spam-stat} to split your mail, you need to add the
22410 following to your @file{~/.gnus} file:
22411
22412 @lisp
22413 (require 'spam-stat)
22414 (spam-stat-load)
22415 @end lisp
22416
22417 This will load the necessary Gnus code, and the dictionary you
22418 created.
22419
22420 Next, you need to adapt your fancy splitting rules:  You need to
22421 determine how to use @code{spam-stat}.  The following examples are for
22422 the nnml back end.  Using the nnimap back end works just as well.  Just
22423 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
22424
22425 In the simplest case, you only have two groups, @samp{mail.misc} and
22426 @samp{mail.spam}.  The following expression says that mail is either
22427 spam or it should go into @samp{mail.misc}.  If it is spam, then
22428 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
22429
22430 @lisp
22431 (setq nnmail-split-fancy
22432       `(| (: spam-stat-split-fancy)
22433           "mail.misc"))
22434 @end lisp
22435
22436 @defvar spam-stat-split-fancy-spam-group
22437 The group to use for spam.  Default is @samp{mail.spam}.
22438 @end defvar
22439
22440 If you also filter mail with specific subjects into other groups, use
22441 the following expression.  Only mails not matching the regular
22442 expression are considered potential spam.
22443
22444 @lisp
22445 (setq nnmail-split-fancy
22446       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
22447           (: spam-stat-split-fancy)
22448           "mail.misc"))
22449 @end lisp
22450
22451 If you want to filter for spam first, then you must be careful when
22452 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
22453 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
22454 non-spam, therefore both should be in your collection of non-spam
22455 mails, when creating the dictionary!
22456
22457 @lisp
22458 (setq nnmail-split-fancy
22459       `(| (: spam-stat-split-fancy)
22460           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22461           "mail.misc"))
22462 @end lisp
22463
22464 You can combine this with traditional filtering.  Here, we move all
22465 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
22466 @code{spam-stat-split-fancy} will never see them, the mails in
22467 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
22468 nor in your collection of non-spam mails, when creating the
22469 dictionary!
22470
22471 @lisp
22472 (setq nnmail-split-fancy
22473       `(| ("Content-Type" "text/html" "mail.spam.filtered")
22474           (: spam-stat-split-fancy)
22475           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22476           "mail.misc"))
22477 @end lisp
22478
22479
22480 @node Low-level interface to the spam-stat dictionary
22481 @subsubsection Low-level interface to the spam-stat dictionary
22482
22483 The main interface to using @code{spam-stat}, are the following functions:
22484
22485 @defun spam-stat-buffer-is-spam
22486 Called in a buffer, that buffer is considered to be a new spam mail.
22487 Use this for new mail that has not been processed before.
22488 @end defun
22489
22490 @defun spam-stat-buffer-is-no-spam
22491 Called in a buffer, that buffer is considered to be a new non-spam
22492 mail.  Use this for new mail that has not been processed before.
22493 @end defun
22494
22495 @defun spam-stat-buffer-change-to-spam
22496 Called in a buffer, that buffer is no longer considered to be normal
22497 mail but spam.  Use this to change the status of a mail that has
22498 already been processed as non-spam.
22499 @end defun
22500
22501 @defun spam-stat-buffer-change-to-non-spam
22502 Called in a buffer, that buffer is no longer considered to be spam but
22503 normal mail.  Use this to change the status of a mail that has already
22504 been processed as spam.
22505 @end defun
22506
22507 @defun spam-stat-save
22508 Save the hash table to the file.  The filename used is stored in the
22509 variable @code{spam-stat-file}.
22510 @end defun
22511
22512 @defun spam-stat-load
22513 Load the hash table from a file.  The filename used is stored in the
22514 variable @code{spam-stat-file}.
22515 @end defun
22516
22517 @defun spam-stat-score-word
22518 Return the spam score for a word.
22519 @end defun
22520
22521 @defun spam-stat-score-buffer
22522 Return the spam score for a buffer.
22523 @end defun
22524
22525 @defun spam-stat-split-fancy
22526 Use this function for fancy mail splitting.  Add the rule @samp{(:
22527 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
22528 @end defun
22529
22530 Make sure you load the dictionary before using it.  This requires the
22531 following in your @file{~/.gnus} file:
22532
22533 @lisp
22534 (require 'spam-stat)
22535 (spam-stat-load)
22536 @end lisp
22537
22538 Typical test will involve calls to the following functions:
22539
22540 @example
22541 Reset: (setq spam-stat (make-hash-table :test 'equal))
22542 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22543 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22544 Save table: (spam-stat-save)
22545 File size: (nth 7 (file-attributes spam-stat-file))
22546 Number of words: (hash-table-count spam-stat)
22547 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22548 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22549 Reduce table size: (spam-stat-reduce-size)
22550 Save table: (spam-stat-save)
22551 File size: (nth 7 (file-attributes spam-stat-file))
22552 Number of words: (hash-table-count spam-stat)
22553 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22554 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22555 @end example
22556
22557 Here is how you would create your dictionary:
22558
22559 @example
22560 Reset: (setq spam-stat (make-hash-table :test 'equal))
22561 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22562 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22563 Repeat for any other non-spam group you need...
22564 Reduce table size: (spam-stat-reduce-size)
22565 Save table: (spam-stat-save)
22566 @end example
22567
22568 @node Various Various
22569 @section Various Various
22570 @cindex mode lines
22571 @cindex highlights
22572
22573 @table @code
22574
22575 @item gnus-home-directory
22576 @vindex gnus-home-directory
22577 All Gnus file and directory variables will be initialized from this
22578 variable, which defaults to @file{~/}.
22579
22580 @item gnus-directory
22581 @vindex gnus-directory
22582 Most Gnus storage file and directory variables will be initialized from
22583 this variable, which defaults to the @samp{SAVEDIR} environment
22584 variable, or @file{~/News/} if that variable isn't set.
22585
22586 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
22587 This means that other directory variables that are initialized from this
22588 variable won't be set properly if you set this variable in
22589 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
22590
22591 @item gnus-default-directory
22592 @vindex gnus-default-directory
22593 Not related to the above variable at all---this variable says what the
22594 default directory of all Gnus buffers should be.  If you issue commands
22595 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
22596 default directory.  If this variable is @code{nil} (which is the
22597 default), the default directory will be the default directory of the
22598 buffer you were in when you started Gnus.
22599
22600 @item gnus-verbose
22601 @vindex gnus-verbose
22602 This variable is an integer between zero and ten.  The higher the value,
22603 the more messages will be displayed.  If this variable is zero, Gnus
22604 will never flash any messages, if it is seven (which is the default),
22605 most important messages will be shown, and if it is ten, Gnus won't ever
22606 shut up, but will flash so many messages it will make your head swim.
22607
22608 @item gnus-verbose-backends
22609 @vindex gnus-verbose-backends
22610 This variable works the same way as @code{gnus-verbose}, but it applies
22611 to the Gnus back ends instead of Gnus proper.
22612
22613 @item nnheader-max-head-length
22614 @vindex nnheader-max-head-length
22615 When the back ends read straight heads of articles, they all try to read
22616 as little as possible.  This variable (default 4096) specifies
22617 the absolute max length the back ends will try to read before giving up
22618 on finding a separator line between the head and the body.  If this
22619 variable is @code{nil}, there is no upper read bound.  If it is
22620 @code{t}, the back ends won't try to read the articles piece by piece,
22621 but read the entire articles.  This makes sense with some versions of
22622 @code{ange-ftp} or @code{efs}.
22623
22624 @item nnheader-head-chop-length
22625 @vindex nnheader-head-chop-length
22626 This variable (default 2048) says how big a piece of each article to
22627 read when doing the operation described above.
22628
22629 @item nnheader-file-name-translation-alist
22630 @vindex nnheader-file-name-translation-alist
22631 @cindex file names
22632 @cindex invalid characters in file names
22633 @cindex characters in file names
22634 This is an alist that says how to translate characters in file names.
22635 For instance, if @samp{:} is invalid as a file character in file names
22636 on your system (you OS/2 user you), you could say something like:
22637
22638 @lisp
22639 (setq nnheader-file-name-translation-alist
22640       '((?: . ?_)))
22641 @end lisp
22642
22643 In fact, this is the default value for this variable on OS/2 and MS
22644 Windows (phooey) systems.
22645
22646 @item gnus-hidden-properties
22647 @vindex gnus-hidden-properties
22648 This is a list of properties to use to hide ``invisible'' text.  It is
22649 @code{(invisible t intangible t)} by default on most systems, which
22650 makes invisible text invisible and intangible.
22651
22652 @item gnus-parse-headers-hook
22653 @vindex gnus-parse-headers-hook
22654 A hook called before parsing headers.  It can be used, for instance, to
22655 gather statistics on the headers fetched, or perhaps you'd like to prune
22656 some headers.  I don't see why you'd want that, though.
22657
22658 @item gnus-shell-command-separator
22659 @vindex gnus-shell-command-separator
22660 String used to separate two shell commands.  The default is @samp{;}.
22661
22662 @item gnus-invalid-group-regexp
22663 @vindex gnus-invalid-group-regexp
22664
22665 Regexp to match ``invalid'' group names when querying user for a group
22666 name.  The default value catches some @strong{really} invalid group
22667 names who could possibly mess up Gnus internally (like allowing
22668 @samp{:} in a group name, which is normally used to delimit method and
22669 group).
22670
22671 @sc{imap} users might want to allow @samp{/} in group names though.
22672
22673
22674 @end table
22675
22676 @node The End
22677 @chapter The End
22678
22679 Well, that's the manual---you can get on with your life now.  Keep in
22680 touch.  Say hello to your cats from me.
22681
22682 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
22683
22684 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
22685
22686 @quotation
22687 @strong{Te Deum}
22688
22689 @sp 1
22690 Not because of victories @*
22691 I sing,@*
22692 having none,@*
22693 but for the common sunshine,@*
22694 the breeze,@*
22695 the largess of the spring.
22696
22697 @sp 1
22698 Not for victory@*
22699 but for the day's work done@*
22700 as well as I was able;@*
22701 not for a seat upon the dais@*
22702 but at the common table.@*
22703 @end quotation
22704
22705
22706 @node Appendices
22707 @chapter Appendices
22708
22709 @menu
22710 * XEmacs::                      Requirements for installing under XEmacs.
22711 * History::                     How Gnus got where it is today.
22712 * On Writing Manuals::          Why this is not a beginner's guide.
22713 * Terminology::                 We use really difficult, like, words here.
22714 * Customization::               Tailoring Gnus to your needs.
22715 * Troubleshooting::             What you might try if things do not work.
22716 * Gnus Reference Guide::        Rilly, rilly technical stuff.
22717 * Emacs for Heathens::          A short introduction to Emacsian terms.
22718 * Frequently Asked Questions::
22719 @end menu
22720
22721
22722 @node XEmacs
22723 @section XEmacs
22724 @cindex XEmacs
22725 @cindex Installing under XEmacs
22726
22727 XEmacs is distributed as a collection of packages.  You should install
22728 whatever packages the Gnus XEmacs package requires.  The current
22729 requirements are @samp{gnus}, @samp{w3}, @samp{mh-e},
22730 @samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib},
22731 @samp{xemacs-base}, @samp{sh-script} and @samp{fsf-compat}.  The
22732 @samp{misc-games} package is required for Morse decoding.
22733
22734
22735 @node History
22736 @section History
22737
22738 @cindex history
22739 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
22740 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
22741
22742 If you want to investigate the person responsible for this outrage,
22743 you can point your (feh!) web browser to
22744 @uref{http://quimby.gnus.org/}.  This is also the primary
22745 distribution point for the new and spiffy versions of Gnus, and is
22746 known as The Site That Destroys Newsrcs And Drives People Mad.
22747
22748 During the first extended alpha period of development, the new Gnus was
22749 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
22750 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
22751 (Besides, the ``Gnus'' in this abbreviation should probably be
22752 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
22753 appropriate name, don't you think?)
22754
22755 In any case, after spending all that energy on coming up with a new and
22756 spunky name, we decided that the name was @emph{too} spunky, so we
22757 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
22758 ``@sc{gnus}''.  New vs. old.
22759
22760 @menu
22761 * Gnus Versions::               What Gnus versions have been released.
22762 * Other Gnus Versions::         Other Gnus versions that also have been released.
22763 * Why?::                        What's the point of Gnus?
22764 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
22765 * Conformity::                  Gnus tries to conform to all standards.
22766 * Emacsen::                     Gnus can be run on a few modern Emacsen.
22767 * Gnus Development::            How Gnus is developed.
22768 * Contributors::                Oodles of people.
22769 * New Features::                Pointers to some of the new stuff in Gnus.
22770 @end menu
22771
22772
22773 @node Gnus Versions
22774 @subsection Gnus Versions
22775 @cindex ding Gnus
22776 @cindex September Gnus
22777 @cindex Red Gnus
22778 @cindex Quassia Gnus
22779 @cindex Pterodactyl Gnus
22780 @cindex Oort Gnus
22781 @cindex No Gnus
22782
22783 The first ``proper'' release of Gnus 5 was done in November 1995 when it
22784 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
22785 plus 15 Gnus 5.0 releases).
22786
22787 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
22788 releases)) was released under the name ``Gnus 5.2'' (40 releases).
22789
22790 On July 28th 1996 work on Red Gnus was begun, and it was released on
22791 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
22792
22793 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
22794 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
22795
22796 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
22797 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
22798 1999.
22799
22800 On the 26th of October 2000, Oort Gnus was begun.
22801
22802 If you happen upon a version of Gnus that has a prefixed name --
22803 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
22804 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
22805 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
22806 run.  Walk away, calmly, until you're out of its reach.  Find a proper
22807 released version of Gnus and snuggle up to that instead.
22808
22809
22810 @node Other Gnus Versions
22811 @subsection Other Gnus Versions
22812 @cindex Semi-gnus
22813
22814 In addition to the versions of Gnus which have had their releases
22815 coordinated by Lars, one major development has been Semi-gnus from
22816 Japan.  It's based on a library called @sc{semi}, which provides
22817 @sc{mime} capabilities.
22818
22819 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
22820 Collectively, they are called ``Semi-gnus'', and different strains are
22821 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
22822 @sc{mime} and multilingualization things, especially important for
22823 Japanese users.
22824
22825
22826 @node Why?
22827 @subsection Why?
22828
22829 What's the point of Gnus?
22830
22831 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
22832 newsreader, that lets you do anything you can think of.  That was my
22833 original motivation, but while working on Gnus, it has become clear to
22834 me that this generation of newsreaders really belong in the stone age.
22835 Newsreaders haven't developed much since the infancy of the net.  If the
22836 volume continues to rise with the current rate of increase, all current
22837 newsreaders will be pretty much useless.  How do you deal with
22838 newsgroups that have thousands of new articles each day?  How do you
22839 keep track of millions of people who post?
22840
22841 Gnus offers no real solutions to these questions, but I would very much
22842 like to see Gnus being used as a testing ground for new methods of
22843 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
22844 to separate the newsreader from the back ends, Gnus now offers a simple
22845 interface for anybody who wants to write new back ends for fetching mail
22846 and news from different sources.  I have added hooks for customizations
22847 everywhere I could imagine it being useful.  By doing so, I'm inviting
22848 every one of you to explore and invent.
22849
22850 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
22851 @kbd{C-u 100 M-x all-hail-xemacs}.
22852
22853
22854 @node Compatibility
22855 @subsection Compatibility
22856
22857 @cindex compatibility
22858 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
22859 bindings have been kept.  More key bindings have been added, of course,
22860 but only in one or two obscure cases have old bindings been changed.
22861
22862 Our motto is:
22863 @quotation
22864 @cartouche
22865 @center In a cloud bones of steel.
22866 @end cartouche
22867 @end quotation
22868
22869 All commands have kept their names.  Some internal functions have changed
22870 their names.
22871
22872 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
22873 Articles}.
22874
22875 One major compatibility question is the presence of several summary
22876 buffers.  All variables relevant while reading a group are
22877 buffer-local to the summary buffer they belong in.  Although many
22878 important variables have their values copied into their global
22879 counterparts whenever a command is executed in the summary buffer, this
22880 change might lead to incorrect values being used unless you are careful.
22881
22882 All code that relies on knowledge of @sc{gnus} internals will probably
22883 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
22884 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
22885 maintains a hash table that points to the entries in this alist (which
22886 speeds up many functions), and changing the alist directly will lead to
22887 peculiar results.
22888
22889 @cindex hilit19
22890 @cindex highlighting
22891 Old hilit19 code does not work at all.  In fact, you should probably
22892 remove all hilit code from all Gnus hooks
22893 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
22894 Gnus provides various integrated functions for highlighting.  These are
22895 faster and more accurate.  To make life easier for everybody, Gnus will
22896 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
22897 Away!
22898
22899 Packages like @code{expire-kill} will no longer work.  As a matter of
22900 fact, you should probably remove all old @sc{gnus} packages (and other
22901 code) when you start using Gnus.  More likely than not, Gnus already
22902 does what you have written code to make @sc{gnus} do.  (Snicker.)
22903
22904 Even though old methods of doing things are still supported, only the
22905 new methods are documented in this manual.  If you detect a new method of
22906 doing something while reading this manual, that does not mean you have
22907 to stop doing it the old way.
22908
22909 Gnus understands all @sc{gnus} startup files.
22910
22911 @kindex M-x gnus-bug
22912 @findex gnus-bug
22913 @cindex reporting bugs
22914 @cindex bugs
22915 Overall, a casual user who hasn't written much code that depends on
22916 @sc{gnus} internals should suffer no problems.  If problems occur,
22917 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
22918
22919 @vindex gnus-bug-create-help-buffer
22920 If you are in the habit of sending bug reports @emph{very} often, you
22921 may find the helpful help buffer annoying after a while.  If so, set
22922 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
22923 up at you.
22924
22925
22926 @node Conformity
22927 @subsection Conformity
22928
22929 No rebels without a clue here, ma'am.  We conform to all standards known
22930 to (wo)man.  Except for those standards and/or conventions we disagree
22931 with, of course.
22932
22933 @table @strong
22934
22935 @item RFC (2)822
22936 @cindex RFC 822
22937 @cindex RFC 2822
22938 There are no known breaches of this standard.
22939
22940 @item RFC 1036
22941 @cindex RFC 1036
22942 There are no known breaches of this standard, either.
22943
22944 @item Son-of-RFC 1036
22945 @cindex Son-of-RFC 1036
22946 We do have some breaches to this one.
22947
22948 @table @emph
22949
22950 @item X-Newsreader
22951 @itemx User-Agent
22952 These are considered to be ``vanity headers'', while I consider them
22953 to be consumer information.  After seeing so many badly formatted
22954 articles coming from @code{tin} and @code{Netscape} I know not to use
22955 either of those for posting articles.  I would not have known that if
22956 it wasn't for the @code{X-Newsreader} header.
22957 @end table
22958
22959 @item USEFOR
22960 @cindex USEFOR
22961 USEFOR is an IETF working group writing a successor to RFC 1036, based
22962 on Son-of-RFC 1036.  They have produced a number of drafts proposing
22963 various changes to the format of news articles.  The Gnus towers will
22964 look into implementing the changes when the draft is accepted as an RFC.
22965
22966 @item MIME - RFC 2045-2049 etc
22967 @cindex MIME
22968 All the various @sc{mime} RFCs are supported.
22969
22970 @item Disposition Notifications - RFC 2298
22971 Message Mode is able to request notifications from the receiver.
22972
22973 @item PGP - RFC 1991 and RFC 2440
22974 @cindex RFC 1991
22975 @cindex RFC 2440
22976 RFC 1991 is the original PGP message specification, published as a
22977 Information RFC.  RFC 2440 was the follow-up, now called Open PGP, and
22978 put on the Standards Track.  Both document a non-@sc{mime} aware PGP
22979 format.  Gnus supports both encoding (signing and encryption) and
22980 decoding (verification and decryption).
22981
22982 @item PGP/MIME - RFC 2015/3156
22983 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
22984 1991) describes the @sc{mime}-wrapping around the RF 1991/2440 format.
22985 Gnus supports both encoding and decoding.
22986
22987 @item S/MIME - RFC 2633
22988 RFC 2633 describes the @sc{s/mime} format.
22989
22990 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
22991 RFC 1730 is @sc{imap} version 4, updated somewhat by RFC 2060 (@sc{imap} 4
22992 revision 1).  RFC 2195 describes CRAM-MD5 authentication for @sc{imap}. RFC
22993 2086 describes access control lists (ACLs) for @sc{imap}. RFC 2359
22994 describes a @sc{imap} protocol enhancement.  RFC 2595 describes the proper
22995 TLS integration (STARTTLS) with @sc{imap}.  RFC 1731 describes the
22996 GSSAPI/Kerberos4 mechanisms for @sc{imap}.
22997
22998 @end table
22999
23000 If you ever notice Gnus acting non-compliant with regards to the texts
23001 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
23002 know.
23003
23004
23005 @node Emacsen
23006 @subsection Emacsen
23007 @cindex Emacsen
23008 @cindex XEmacs
23009 @cindex Mule
23010 @cindex Emacs
23011
23012 Gnus should work on :
23013
23014 @itemize @bullet
23015
23016 @item
23017 Emacs 20.3 and up.
23018
23019 @item
23020 XEmacs 20.4 and up.
23021
23022 @end itemize
23023
23024 This Gnus version will absolutely not work on any Emacsen older than
23025 that.  Not reliably, at least.  Older versions of Gnus may work on older
23026 Emacs versions.
23027
23028 There are some vague differences between Gnus on the various
23029 platforms---XEmacs features more graphics (a logo and a toolbar)---but
23030 other than that, things should look pretty much the same under all
23031 Emacsen.
23032
23033
23034 @node Gnus Development
23035 @subsection Gnus Development
23036
23037 Gnus is developed in a two-phased cycle.  The first phase involves much
23038 discussion on the @samp{ding@@gnus.org} mailing list, where people
23039 propose changes and new features, post patches and new back ends.  This
23040 phase is called the @dfn{alpha} phase, since the Gnusae released in this
23041 phase are @dfn{alpha releases}, or (perhaps more commonly in other
23042 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
23043 unstable and should not be used by casual users.  Gnus alpha releases
23044 have names like ``Red Gnus'' and ``Quassia Gnus''.
23045
23046 After futzing around for 50-100 alpha releases, Gnus is declared
23047 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
23048 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
23049 supposed to be able to use these, and these are mostly discussed on the
23050 @samp{gnu.emacs.gnus} newsgroup.
23051
23052 @cindex Incoming*
23053 @vindex mail-source-delete-incoming
23054 Some variable defaults differ between alpha Gnusae and released Gnusae.
23055 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
23056 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
23057 lossage of mail if an alpha release hiccups while handling the mail.
23058
23059 The division of discussion between the ding mailing list and the Gnus
23060 newsgroup is not purely based on publicity concerns.  It's true that
23061 having people write about the horrible things that an alpha Gnus release
23062 can do (sometimes) in a public forum may scare people off, but more
23063 importantly, talking about new experimental features that have been
23064 introduced may confuse casual users.  New features are frequently
23065 introduced, fiddled with, and judged to be found wanting, and then
23066 either discarded or totally rewritten.  People reading the mailing list
23067 usually keep up with these rapid changes, while people on the newsgroup
23068 can't be assumed to do so.
23069
23070
23071
23072 @node Contributors
23073 @subsection Contributors
23074 @cindex contributors
23075
23076 The new Gnus version couldn't have been done without the help of all the
23077 people on the (ding) mailing list.  Every day for over a year I have
23078 gotten billions of nice bug reports from them, filling me with joy,
23079 every single one of them.  Smooches.  The people on the list have been
23080 tried beyond endurance, what with my ``oh, that's a neat idea <type
23081 type>, yup, I'll release it right away <ship off> no wait, that doesn't
23082 work at all <type type>, yup, I'll ship that one off right away <ship
23083 off> no, wait, that absolutely does not work'' policy for releases.
23084 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
23085 ``worser''? ``much worser''?  ``worsest''?)
23086
23087 I would like to take this opportunity to thank the Academy for@dots{}  oops,
23088 wrong show.
23089
23090 @itemize @bullet
23091
23092 @item
23093 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
23094
23095 @item
23096 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
23097 nnwarchive and many, many other things connected with @sc{mime} and
23098 other types of en/decoding, as well as general bug fixing, new
23099 functionality and stuff.
23100
23101 @item
23102 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
23103 well as numerous other things).
23104
23105 @item
23106 Luis Fernandes---design and graphics.
23107
23108 @item
23109 Joe Reiss---creator of the smiley faces.
23110
23111 @item
23112 Justin Sheehy--the FAQ maintainer.
23113
23114 @item
23115 Erik Naggum---help, ideas, support, code and stuff.
23116
23117 @item
23118 Wes Hardaker---@file{gnus-picon.el} and the manual section on
23119 @dfn{picons} (@pxref{Picons}).
23120
23121 @item
23122 Kim-Minh Kaplan---further work on the picon code.
23123
23124 @item
23125 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
23126 (@pxref{GroupLens}).
23127
23128 @item
23129 Sudish Joseph---innumerable bug fixes.
23130
23131 @item
23132 Ilja Weis---@file{gnus-topic.el}.
23133
23134 @item
23135 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
23136
23137 @item
23138 Vladimir Alexiev---the refcard and reference booklets.
23139
23140 @item
23141 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
23142 distribution by Felix Lee and JWZ.
23143
23144 @item
23145 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
23146
23147 @item
23148 Peter Mutsaers---orphan article scoring code.
23149
23150 @item
23151 Ken Raeburn---POP mail support.
23152
23153 @item
23154 Hallvard B Furuseth---various bits and pieces, especially dealing with
23155 .newsrc files.
23156
23157 @item
23158 Brian Edmonds---@file{gnus-bbdb.el}.
23159
23160 @item
23161 David Moore---rewrite of @file{nnvirtual.el} and many other things.
23162
23163 @item
23164 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
23165
23166 @item
23167 François Pinard---many, many interesting and thorough bug reports, as
23168 well as autoconf support.
23169
23170 @end itemize
23171
23172 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
23173 Borges, and Jost Krieger proof-reading parts of the manual.
23174
23175 The following people have contributed many patches and suggestions:
23176
23177 Christopher Davis,
23178 Andrew Eskilsson,
23179 Kai Grossjohann,
23180 David KÃ¥gedal,
23181 Richard Pieri,
23182 Fabrice Popineau,
23183 Daniel Quinlan,
23184 Jason L. Tibbitts, III,
23185 and
23186 Jack Vinson.
23187
23188 Also thanks to the following for patches and stuff:
23189
23190 Jari Aalto,
23191 Adrian Aichner,
23192 Vladimir Alexiev,
23193 Russ Allbery,
23194 Peter Arius,
23195 Matt Armstrong,
23196 Marc Auslander,
23197 Miles Bader,
23198 Alexei V. Barantsev,
23199 Frank Bennett,
23200 Robert Bihlmeyer,
23201 Chris Bone,
23202 Mark Borges,
23203 Mark Boyns,
23204 Lance A. Brown,
23205 Rob Browning,
23206 Kees de Bruin,
23207 Martin Buchholz,
23208 Joe Buehler,
23209 Kevin Buhr,
23210 Alastair Burt,
23211 Joao Cachopo,
23212 Zlatko Calusic,
23213 Massimo Campostrini,
23214 Castor,
23215 David Charlap,
23216 Dan Christensen,
23217 Kevin Christian,
23218 Jae-you Chung, @c ?
23219 James H. Cloos, Jr.,
23220 Laura Conrad,
23221 Michael R. Cook,
23222 Glenn Coombs,
23223 Andrew J. Cosgriff,
23224 Neil Crellin,
23225 Frank D. Cringle,
23226 Geoffrey T. Dairiki,
23227 Andre Deparade,
23228 Ulrik Dickow,
23229 Dave Disser,
23230 Rui-Tao Dong, @c ?
23231 Joev Dubach,
23232 Michael Welsh Duggan,
23233 Dave Edmondson,
23234 Paul Eggert,
23235 Mark W. Eichin,
23236 Karl Eichwalder,
23237 Enami Tsugutomo, @c Enami
23238 Michael Ernst,
23239 Luc Van Eycken,
23240 Sam Falkner,
23241 Nelson Jose dos Santos Ferreira,
23242 Sigbjorn Finne,
23243 Sven Fischer,
23244 Paul Fisher,
23245 Decklin Foster,
23246 Gary D. Foster,
23247 Paul Franklin,
23248 Guy Geens,
23249 Arne Georg Gleditsch,
23250 David S. Goldberg,
23251 Michelangelo Grigni,
23252 Dale Hagglund,
23253 D. Hall,
23254 Magnus Hammerin,
23255 Kenichi Handa, @c Handa
23256 Raja R. Harinath,
23257 Yoshiki Hayashi, @c ?
23258 P. E. Jareth Hein,
23259 Hisashige Kenji, @c Hisashige
23260 Scott Hofmann,
23261 Marc Horowitz,
23262 Gunnar Horrigmo,
23263 Richard Hoskins,
23264 Brad Howes,
23265 Miguel de Icaza,
23266 François Felix Ingrand,
23267 Tatsuya Ichikawa, @c ?
23268 Ishikawa Ichiro, @c Ishikawa
23269 Lee Iverson,
23270 Iwamuro Motonori, @c Iwamuro
23271 Rajappa Iyer,
23272 Andreas Jaeger,
23273 Adam P. Jenkins,
23274 Randell Jesup,
23275 Fred Johansen,
23276 Gareth Jones,
23277 Simon Josefsson,
23278 Greg Klanderman,
23279 Karl Kleinpaste,
23280 Michael Klingbeil,
23281 Peter Skov Knudsen,
23282 Shuhei Kobayashi, @c Kobayashi
23283 Petr Konecny,
23284 Koseki Yoshinori, @c Koseki
23285 Thor Kristoffersen,
23286 Jens Lautenbacher,
23287 Martin Larose,
23288 Seokchan Lee, @c Lee
23289 Joerg Lenneis,
23290 Carsten Leonhardt,
23291 James LewisMoss,
23292 Christian Limpach,
23293 Markus Linnala,
23294 Dave Love,
23295 Mike McEwan,
23296 Tonny Madsen,
23297 Shlomo Mahlab,
23298 Nat Makarevitch,
23299 Istvan Marko,
23300 David Martin,
23301 Jason R. Mastaler,
23302 Gordon Matzigkeit,
23303 Timo Metzemakers,
23304 Richard Mlynarik,
23305 Lantz Moore,
23306 Morioka Tomohiko, @c Morioka
23307 Erik Toubro Nielsen,
23308 Hrvoje Niksic,
23309 Andy Norman,
23310 Fred Oberhauser,
23311 C. R. Oldham,
23312 Alexandre Oliva,
23313 Ken Olstad,
23314 Masaharu Onishi, @c Onishi
23315 Hideki Ono, @c Ono
23316 Ettore Perazzoli,
23317 William Perry,
23318 Stephen Peters,
23319 Jens-Ulrik Holger Petersen,
23320 Ulrich Pfeifer,
23321 Matt Pharr,
23322 Andy Piper,
23323 John McClary Prevost,
23324 Bill Pringlemeir,
23325 Mike Pullen,
23326 Jim Radford,
23327 Colin Rafferty,
23328 Lasse Rasinen,
23329 Lars Balker Rasmussen,
23330 Joe Reiss,
23331 Renaud Rioboo,
23332 Roland B. Roberts,
23333 Bart Robinson,
23334 Christian von Roques,
23335 Markus Rost,
23336 Jason Rumney,
23337 Wolfgang Rupprecht,
23338 Jay Sachs,
23339 Dewey M. Sasser,
23340 Conrad Sauerwald,
23341 Loren Schall,
23342 Dan Schmidt,
23343 Ralph Schleicher,
23344 Philippe Schnoebelen,
23345 Andreas Schwab,
23346 Randal L. Schwartz,
23347 Danny Siu,
23348 Matt Simmons,
23349 Paul D. Smith,
23350 Jeff Sparkes,
23351 Toby Speight,
23352 Michael Sperber,
23353 Darren Stalder,
23354 Richard Stallman,
23355 Greg Stark,
23356 Sam Steingold,
23357 Paul Stevenson,
23358 Jonas Steverud,
23359 Paul Stodghill,
23360 Kiyokazu Suto, @c Suto
23361 Kurt Swanson,
23362 Samuel Tardieu,
23363 Teddy,
23364 Chuck Thompson,
23365 Tozawa Akihiko, @c Tozawa
23366 Philippe Troin,
23367 James Troup,
23368 Trung Tran-Duc,
23369 Jack Twilley,
23370 Aaron M. Ucko,
23371 Aki Vehtari,
23372 Didier Verna,
23373 Vladimir Volovich,
23374 Jan Vroonhof,
23375 Stefan Waldherr,
23376 Pete Ware,
23377 Barry A. Warsaw,
23378 Christoph Wedler,
23379 Joe Wells,
23380 Lee Willis,
23381 Katsumi Yamaoka @c Yamaoka
23382 and
23383 Lloyd Zusman.
23384
23385
23386 For a full overview of what each person has done, the ChangeLogs
23387 included in the Gnus alpha distributions should give ample reading
23388 (550kB and counting).
23389
23390 Apologies to everybody that I've forgotten, of which there are many, I'm
23391 sure.
23392
23393 Gee, that's quite a list of people.  I guess that must mean that there
23394 actually are people who are using Gnus.  Who'd'a thunk it!
23395
23396
23397 @node New Features
23398 @subsection New Features
23399 @cindex new features
23400
23401 @menu
23402 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
23403 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
23404 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
23405 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
23406 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
23407 @end menu
23408
23409 These lists are, of course, just @emph{short} overviews of the
23410 @emph{most} important new features.  No, really.  There are tons more.
23411 Yes, we have feeping creaturism in full effect.
23412
23413 @node ding Gnus
23414 @subsubsection (ding) Gnus
23415
23416 New features in Gnus 5.0/5.1:
23417
23418 @itemize @bullet
23419
23420 @item
23421 The look of all buffers can be changed by setting format-like variables
23422 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
23423
23424 @item
23425 Local spool and several @sc{nntp} servers can be used at once
23426 (@pxref{Select Methods}).
23427
23428 @item
23429 You can combine groups into virtual groups (@pxref{Virtual Groups}).
23430
23431 @item
23432 You can read a number of different mail formats (@pxref{Getting Mail}).
23433 All the mail back ends implement a convenient mail expiry scheme
23434 (@pxref{Expiring Mail}).
23435
23436 @item
23437 Gnus can use various strategies for gathering threads that have lost
23438 their roots (thereby gathering loose sub-threads into one thread) or it
23439 can go back and retrieve enough headers to build a complete thread
23440 (@pxref{Customizing Threading}).
23441
23442 @item
23443 Killed groups can be displayed in the group buffer, and you can read
23444 them as well (@pxref{Listing Groups}).
23445
23446 @item
23447 Gnus can do partial group updates---you do not have to retrieve the
23448 entire active file just to check for new articles in a few groups
23449 (@pxref{The Active File}).
23450
23451 @item
23452 Gnus implements a sliding scale of subscribedness to groups
23453 (@pxref{Group Levels}).
23454
23455 @item
23456 You can score articles according to any number of criteria
23457 (@pxref{Scoring}).  You can even get Gnus to find out how to score
23458 articles for you (@pxref{Adaptive Scoring}).
23459
23460 @item
23461 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
23462 manner, so it should be difficult to lose much data on what you have
23463 read if your machine should go down (@pxref{Auto Save}).
23464
23465 @item
23466 Gnus now has its own startup file (@file{.gnus.el}) to avoid cluttering up
23467 the @file{.emacs} file.
23468
23469 @item
23470 You can set the process mark on both groups and articles and perform
23471 operations on all the marked items (@pxref{Process/Prefix}).
23472
23473 @item
23474 You can grep through a subset of groups and create a group from the
23475 results (@pxref{Kibozed Groups}).
23476
23477 @item
23478 You can list subsets of groups according to, well, anything
23479 (@pxref{Listing Groups}).
23480
23481 @item
23482 You can browse foreign servers and subscribe to groups from those
23483 servers (@pxref{Browse Foreign Server}).
23484
23485 @item
23486 Gnus can fetch articles, asynchronously, on a second connection to the
23487 server (@pxref{Asynchronous Fetching}).
23488
23489 @item
23490 You can cache articles locally (@pxref{Article Caching}).
23491
23492 @item
23493 The uudecode functions have been expanded and generalized
23494 (@pxref{Decoding Articles}).
23495
23496 @item
23497 You can still post uuencoded articles, which was a little-known feature
23498 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
23499
23500 @item
23501 Fetching parents (and other articles) now actually works without
23502 glitches (@pxref{Finding the Parent}).
23503
23504 @item
23505 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
23506
23507 @item
23508 Digests (and other files) can be used as the basis for groups
23509 (@pxref{Document Groups}).
23510
23511 @item
23512 Articles can be highlighted and customized (@pxref{Customizing
23513 Articles}).
23514
23515 @item
23516 URLs and other external references can be buttonized (@pxref{Article
23517 Buttons}).
23518
23519 @item
23520 You can do lots of strange stuff with the Gnus window & frame
23521 configuration (@pxref{Window Layout}).
23522
23523 @item
23524 You can click on buttons instead of using the keyboard
23525 (@pxref{Buttons}).
23526
23527 @end itemize
23528
23529
23530 @node September Gnus
23531 @subsubsection September Gnus
23532
23533 @iftex
23534 @iflatex
23535 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
23536 @end iflatex
23537 @end iftex
23538
23539 New features in Gnus 5.2/5.3:
23540
23541 @itemize @bullet
23542
23543 @item
23544 A new message composition mode is used.  All old customization variables
23545 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
23546 now obsolete.
23547
23548 @item
23549 Gnus is now able to generate @dfn{sparse} threads---threads where
23550 missing articles are represented by empty nodes (@pxref{Customizing
23551 Threading}).
23552
23553 @lisp
23554 (setq gnus-build-sparse-threads 'some)
23555 @end lisp
23556
23557 @item
23558 Outgoing articles are stored on a special archive server
23559 (@pxref{Archived Messages}).
23560
23561 @item
23562 Partial thread regeneration now happens when articles are
23563 referred.
23564
23565 @item
23566 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
23567
23568 @item
23569 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
23570
23571 @item
23572 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
23573
23574 @lisp
23575 (setq gnus-use-trees t)
23576 @end lisp
23577
23578 @item
23579 An @code{nn}-like pick-and-read minor mode is available for the summary
23580 buffers (@pxref{Pick and Read}).
23581
23582 @lisp
23583 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
23584 @end lisp
23585
23586 @item
23587 In binary groups you can use a special binary minor mode (@pxref{Binary
23588 Groups}).
23589
23590 @item
23591 Groups can be grouped in a folding topic hierarchy (@pxref{Group
23592 Topics}).
23593
23594 @lisp
23595 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
23596 @end lisp
23597
23598 @item
23599 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
23600
23601 @item
23602 Groups can now have a score, and bubbling based on entry frequency
23603 is possible (@pxref{Group Score}).
23604
23605 @lisp
23606 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
23607 @end lisp
23608
23609 @item
23610 Groups can be process-marked, and commands can be performed on
23611 groups of groups (@pxref{Marking Groups}).
23612
23613 @item
23614 Caching is possible in virtual groups.
23615
23616 @item
23617 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
23618 news batches, ClariNet briefs collections, and just about everything
23619 else (@pxref{Document Groups}).
23620
23621 @item
23622 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
23623 (@pxref{SOUP}).
23624
23625 @item
23626 The Gnus cache is much faster.
23627
23628 @item
23629 Groups can be sorted according to many criteria (@pxref{Sorting
23630 Groups}).
23631
23632 @item
23633 New group parameters have been introduced to set list-addresses and
23634 expiry times (@pxref{Group Parameters}).
23635
23636 @item
23637 All formatting specs allow specifying faces to be used
23638 (@pxref{Formatting Fonts}).
23639
23640 @item
23641 There are several more commands for setting/removing/acting on process
23642 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
23643
23644 @item
23645 The summary buffer can be limited to show parts of the available
23646 articles based on a wide range of criteria.  These commands have been
23647 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
23648
23649 @item
23650 Articles can be made persistent with the @kbd{*} command
23651 (@pxref{Persistent Articles}).
23652
23653 @item
23654 All functions for hiding article elements are now toggles.
23655
23656 @item
23657 Article headers can be buttonized (@pxref{Article Washing}).
23658
23659 @item
23660 All mail back ends support fetching articles by @code{Message-ID}.
23661
23662 @item
23663 Duplicate mail can now be treated properly (@pxref{Duplicates}).
23664
23665 @item
23666 All summary mode commands are available directly from the article
23667 buffer (@pxref{Article Keymap}).
23668
23669 @item
23670 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
23671 Layout}).
23672
23673 @item
23674 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
23675 @iftex
23676 @iflatex
23677 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
23678 @end iflatex
23679 @end iftex
23680
23681 @item
23682 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
23683
23684 @lisp
23685 (setq gnus-use-nocem t)
23686 @end lisp
23687
23688 @item
23689 Groups can be made permanently visible (@pxref{Listing Groups}).
23690
23691 @lisp
23692 (setq gnus-permanently-visible-groups "^nnml:")
23693 @end lisp
23694
23695 @item
23696 Many new hooks have been introduced to make customizing easier.
23697
23698 @item
23699 Gnus respects the @code{Mail-Copies-To} header.
23700
23701 @item
23702 Threads can be gathered by looking at the @code{References} header
23703 (@pxref{Customizing Threading}).
23704
23705 @lisp
23706 (setq gnus-summary-thread-gathering-function
23707       'gnus-gather-threads-by-references)
23708 @end lisp
23709
23710 @item
23711 Read articles can be stored in a special backlog buffer to avoid
23712 refetching (@pxref{Article Backlog}).
23713
23714 @lisp
23715 (setq gnus-keep-backlog 50)
23716 @end lisp
23717
23718 @item
23719 A clean copy of the current article is always stored in a separate
23720 buffer to allow easier treatment.
23721
23722 @item
23723 Gnus can suggest where to save articles (@pxref{Saving Articles}).
23724
23725 @item
23726 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
23727 Articles}).
23728
23729 @lisp
23730 (setq gnus-prompt-before-saving t)
23731 @end lisp
23732
23733 @item
23734 @code{gnus-uu} can view decoded files asynchronously while fetching
23735 articles (@pxref{Other Decode Variables}).
23736
23737 @lisp
23738 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
23739 @end lisp
23740
23741 @item
23742 Filling in the article buffer now works properly on cited text
23743 (@pxref{Article Washing}).
23744
23745 @item
23746 Hiding cited text adds buttons to toggle hiding, and how much
23747 cited text to hide is now customizable (@pxref{Article Hiding}).
23748
23749 @lisp
23750 (setq gnus-cited-lines-visible 2)
23751 @end lisp
23752
23753 @item
23754 Boring headers can be hidden (@pxref{Article Hiding}).
23755
23756 @item
23757 Default scoring values can now be set from the menu bar.
23758
23759 @item
23760 Further syntax checking of outgoing articles have been added.
23761
23762 @end itemize
23763
23764
23765 @node Red Gnus
23766 @subsubsection Red Gnus
23767
23768 New features in Gnus 5.4/5.5:
23769
23770 @iftex
23771 @iflatex
23772 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
23773 @end iflatex
23774 @end iftex
23775
23776 @itemize @bullet
23777
23778 @item
23779 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
23780
23781 @item
23782 Article prefetching functionality has been moved up into
23783 Gnus (@pxref{Asynchronous Fetching}).
23784
23785 @item
23786 Scoring can now be performed with logical operators like @code{and},
23787 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
23788 Scoring}).
23789
23790 @item
23791 Article washing status can be displayed in the
23792 article mode line (@pxref{Misc Article}).
23793
23794 @item
23795 @file{gnus.el} has been split into many smaller files.
23796
23797 @item
23798 Suppression of duplicate articles based on Message-ID can be done
23799 (@pxref{Duplicate Suppression}).
23800
23801 @lisp
23802 (setq gnus-suppress-duplicates t)
23803 @end lisp
23804
23805 @item
23806 New variables for specifying what score and adapt files are to be
23807 considered home score and adapt files (@pxref{Home Score File}) have
23808 been added.
23809
23810 @item
23811 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
23812 Server Internals}).
23813
23814 @item
23815 Groups can inherit group parameters from parent topics (@pxref{Topic
23816 Parameters}).
23817
23818 @item
23819 Article editing has been revamped and is now actually usable.
23820
23821 @item
23822 Signatures can be recognized in more intelligent fashions
23823 (@pxref{Article Signature}).
23824
23825 @item
23826 Summary pick mode has been made to look more @code{nn}-like.  Line
23827 numbers are displayed and the @kbd{.} command can be used to pick
23828 articles (@code{Pick and Read}).
23829
23830 @item
23831 Commands for moving the @file{.newsrc.eld} from one server to
23832 another have been added (@pxref{Changing Servers}).
23833
23834 @item
23835 There's a way now to specify that ``uninteresting'' fields be suppressed
23836 when generating lines in buffers (@pxref{Advanced Formatting}).
23837
23838 @item
23839 Several commands in the group buffer can be undone with @kbd{C-M-_}
23840 (@pxref{Undo}).
23841
23842 @item
23843 Scoring can be done on words using the new score type @code{w}
23844 (@pxref{Score File Format}).
23845
23846 @item
23847 Adaptive scoring can be done on a Subject word-by-word basis
23848 (@pxref{Adaptive Scoring}).
23849
23850 @lisp
23851 (setq gnus-use-adaptive-scoring '(word))
23852 @end lisp
23853
23854 @item
23855 Scores can be decayed (@pxref{Score Decays}).
23856
23857 @lisp
23858 (setq gnus-decay-scores t)
23859 @end lisp
23860
23861 @item
23862 Scoring can be performed using a regexp on the Date header.  The Date is
23863 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
23864
23865 @item
23866 A new command has been added to remove all data on articles from
23867 the native server (@pxref{Changing Servers}).
23868
23869 @item
23870 A new command for reading collections of documents
23871 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
23872 (@pxref{Really Various Summary Commands}).
23873
23874 @item
23875 Process mark sets can be pushed and popped (@pxref{Setting Process
23876 Marks}).
23877
23878 @item
23879 A new mail-to-news back end makes it possible to post even when the @sc{nntp}
23880 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
23881
23882 @item
23883 A new back end for reading searches from Web search engines
23884 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
23885 (@pxref{Web Searches}).
23886
23887 @item
23888 Groups inside topics can now be sorted using the standard sorting
23889 functions, and each topic can be sorted independently (@pxref{Topic
23890 Sorting}).
23891
23892 @item
23893 Subsets of the groups can be sorted independently (@code{Sorting
23894 Groups}).
23895
23896 @item
23897 Cached articles can be pulled into the groups (@pxref{Summary Generation
23898 Commands}).
23899 @iftex
23900 @iflatex
23901 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
23902 @end iflatex
23903 @end iftex
23904
23905 @item
23906 Score files are now applied in a more reliable order (@pxref{Score
23907 Variables}).
23908
23909 @item
23910 Reports on where mail messages end up can be generated (@pxref{Splitting
23911 Mail}).
23912
23913 @item
23914 More hooks and functions have been added to remove junk from incoming
23915 mail before saving the mail (@pxref{Washing Mail}).
23916
23917 @item
23918 Emphasized text can be properly fontisized:
23919
23920 @end itemize
23921
23922
23923 @node Quassia Gnus
23924 @subsubsection Quassia Gnus
23925
23926 New features in Gnus 5.6:
23927
23928 @itemize @bullet
23929
23930 @item
23931 New functionality for using Gnus as an offline newsreader has been
23932 added.  A plethora of new commands and modes have been added.  See
23933 @pxref{Gnus Unplugged} for the full story.
23934
23935 @item
23936  The @code{nndraft} back end has returned, but works differently than
23937 before.  All Message buffers are now also articles in the @code{nndraft}
23938 group, which is created automatically.
23939
23940 @item
23941 @code{gnus-alter-header-function} can now be used to alter header
23942 values.
23943
23944 @item
23945  @code{gnus-summary-goto-article} now accept Message-ID's.
23946
23947 @item
23948  A new Message command for deleting text in the body of a message
23949 outside the region: @kbd{C-c C-v}.
23950
23951 @item
23952  You can now post to component group in @code{nnvirtual} groups with
23953 @kbd{C-u C-c C-c}.
23954
23955 @item
23956  @code{nntp-rlogin-program}---new variable to ease customization.
23957
23958 @item
23959  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
23960 re-highlighting of the article buffer.
23961
23962 @item
23963  New element in @code{gnus-boring-article-headers}---@code{long-to}.
23964
23965 @item
23966  @kbd{M-i} symbolic prefix command.  See the section ``Symbolic
23967 Prefixes'' in the Gnus manual for details.
23968
23969 @item
23970  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
23971 @kbd{a} to add the score rule to the @file{all.SCORE} file.
23972
23973 @item
23974  @code{gnus-simplify-subject-functions} variable to allow greater
23975 control over simplification.
23976
23977 @item
23978  @kbd{A T}---new command for fetching the current thread.
23979
23980 @item
23981  @kbd{/ T}---new command for including the current thread in the
23982 limit.
23983
23984 @item
23985  @kbd{M-RET} is a new Message command for breaking cited text.
23986
23987 @item
23988  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
23989
23990 @item
23991  The @code{custom-face-lookup} function has been removed.
23992 If you used this function in your initialization files, you must
23993 rewrite them to use @code{face-spec-set} instead.
23994
23995 @item
23996  Canceling now uses the current select method.  Symbolic prefix
23997 @kbd{a} forces normal posting method.
23998
23999 @item
24000  New command to translate M******** sm*rtq**t*s into proper
24001 text---@kbd{W d}.
24002
24003 @item
24004  For easier debugging of @code{nntp}, you can set
24005 @code{nntp-record-commands} to a non-@code{nil} value.
24006
24007 @item
24008  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
24009 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
24010
24011 @item
24012  A command for editing group parameters from the summary buffer
24013 has been added.
24014
24015 @item
24016  A history of where mails have been split is available.
24017
24018 @item
24019  A new article date command has been added---@code{article-date-iso8601}.
24020
24021 @item
24022  Subjects can be simplified when threading by setting
24023 @code{gnus-score-thread-simplify}.
24024
24025 @item
24026  A new function for citing in Message has been
24027 added---@code{message-cite-original-without-signature}.
24028
24029 @item
24030  @code{article-strip-all-blank-lines}---new article command.
24031
24032 @item
24033  A new Message command to kill to the end of the article has
24034 been added.
24035
24036 @item
24037  A minimum adaptive score can be specified by using the
24038 @code{gnus-adaptive-word-minimum} variable.
24039
24040 @item
24041  The ``lapsed date'' article header can be kept continually
24042 updated by the @code{gnus-start-date-timer} command.
24043
24044 @item
24045  Web listserv archives can be read with the @code{nnlistserv} back end.
24046
24047 @item
24048  Old dejanews archives can now be read by @code{nnweb}.
24049
24050 @end itemize
24051
24052 @node Pterodactyl Gnus
24053 @subsubsection Pterodactyl Gnus
24054
24055 New features in Gnus 5.8:
24056
24057 @itemize @bullet
24058
24059 @item
24060 The mail-fetching functions have changed.  See the manual for the
24061 many details.  In particular, all procmail fetching variables are gone.
24062
24063 If you used procmail like in
24064
24065 @lisp
24066 (setq nnmail-use-procmail t)
24067 (setq nnmail-spool-file 'procmail)
24068 (setq nnmail-procmail-directory "~/mail/incoming/")
24069 (setq nnmail-procmail-suffix "\\.in")
24070 @end lisp
24071
24072 this now has changed to
24073
24074 @lisp
24075 (setq mail-sources
24076       '((directory :path "~/mail/incoming/"
24077                    :suffix ".in")))
24078 @end lisp
24079
24080 More information is available in the info doc at Select Methods ->
24081 Getting Mail -> Mail Sources
24082
24083 @item
24084 Gnus is now a @sc{mime}-capable reader.  This affects many parts of
24085 Gnus, and adds a slew of new commands.  See the manual for details.
24086
24087 @item
24088 Gnus has also been multilingualized.  This also affects too
24089 many parts of Gnus to summarize here, and adds many new variables.
24090
24091 @item
24092 @code{gnus-auto-select-first} can now be a function to be
24093 called to position point.
24094
24095 @item
24096 The user can now decide which extra headers should be included in
24097 summary buffers and @sc{nov} files.
24098
24099 @item
24100 @code{gnus-article-display-hook} has been removed.  Instead, a number
24101 of variables starting with @code{gnus-treat-} have been added.
24102
24103 @item
24104 The Gnus posting styles have been redone again and now works in a
24105 subtly different manner.
24106
24107 @item
24108 New web-based back ends have been added: @code{nnslashdot},
24109 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
24110 again, to keep up with ever-changing layouts.
24111
24112 @item
24113 Gnus can now read @sc{imap} mail via @code{nnimap}.
24114
24115 @end itemize
24116
24117 @iftex
24118
24119 @page
24120 @node The Manual
24121 @section The Manual
24122 @cindex colophon
24123 @cindex manual
24124
24125 This manual was generated from a TeXinfo file and then run through
24126 either @code{texi2dvi}
24127 @iflatex
24128 or my own home-brewed TeXinfo to \LaTeX\ transformer,
24129 and then run through @code{latex} and @code{dvips}
24130 @end iflatex
24131 to get what you hold in your hands now.
24132
24133 The following conventions have been used:
24134
24135 @enumerate
24136
24137 @item
24138 This is a @samp{string}
24139
24140 @item
24141 This is a @kbd{keystroke}
24142
24143 @item
24144 This is a @file{file}
24145
24146 @item
24147 This is a @code{symbol}
24148
24149 @end enumerate
24150
24151 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
24152 mean:
24153
24154 @lisp
24155 (setq flargnoze "yes")
24156 @end lisp
24157
24158 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
24159
24160 @lisp
24161 (setq flumphel 'yes)
24162 @end lisp
24163
24164 @samp{yes} and @code{yes} are two @emph{very} different things---don't
24165 ever get them confused.
24166
24167 @iflatex
24168 @c @head
24169 Of course, everything in this manual is of vital interest, so you should
24170 read it all.  Several times.  However, if you feel like skimming the
24171 manual, look for that gnu head you should see in the margin over
24172 there---it means that what's being discussed is of more importance than
24173 the rest of the stuff.  (On the other hand, if everything is infinitely
24174 important, how can anything be more important than that?  Just one more
24175 of the mysteries of this world, I guess.)
24176 @end iflatex
24177
24178 @end iftex
24179
24180
24181 @node On Writing Manuals
24182 @section On Writing Manuals
24183
24184 I guess most manuals are written after-the-fact; documenting a program
24185 that's already there.  This is not how this manual is written.  When
24186 implementing something, I write the manual entry for that something
24187 straight away.  I then see that it's difficult to explain the
24188 functionality, so I write how it's supposed to be, and then I change the
24189 implementation.  Writing the documentation and writing the code goes
24190 hand in hand.
24191
24192 This, of course, means that this manual has no, or little, flow.  It
24193 documents absolutely everything in Gnus, but often not where you're
24194 looking for it.  It is a reference manual, and not a guide to how to get
24195 started with Gnus.
24196
24197 That would be a totally different book, that should be written using the
24198 reference manual as source material.  It would look quite differently.
24199
24200
24201 @page
24202 @node Terminology
24203 @section Terminology
24204
24205 @cindex terminology
24206 @table @dfn
24207
24208 @item news
24209 @cindex news
24210 This is what you are supposed to use this thing for---reading news.
24211 News is generally fetched from a nearby @sc{nntp} server, and is
24212 generally publicly available to everybody.  If you post news, the entire
24213 world is likely to read just what you have written, and they'll all
24214 snigger mischievously.  Behind your back.
24215
24216 @item mail
24217 @cindex mail
24218 Everything that's delivered to you personally is mail.  Some news/mail
24219 readers (like Gnus) blur the distinction between mail and news, but
24220 there is a difference.  Mail is private.  News is public.  Mailing is
24221 not posting, and replying is not following up.
24222
24223 @item reply
24224 @cindex reply
24225 Send a mail to the person who has written what you are reading.
24226
24227 @item follow up
24228 @cindex follow up
24229 Post an article to the current newsgroup responding to the article you
24230 are reading.
24231
24232 @item back end
24233 @cindex back end
24234 Gnus considers mail and news to be mostly the same, really.  The only
24235 difference is how to access the actual articles.  News articles are
24236 commonly fetched via the protocol NNTP, whereas mail messages could be
24237 read from a file on the local disk.  The internal architecture of Gnus
24238 thus comprises a `front end' and a number of `back ends'.  Internally,
24239 when you enter a group (by hitting @key{RET}, say), you thereby invoke
24240 a function in the front end in Gnus.  The front end then `talks' to a
24241 back end and says things like ``Give me the list of articles in the foo
24242 group'' or ``Show me article number 4711''.
24243
24244 So a back end mainly defines either a protocol (the @code{nntp} back end
24245 accesses news via NNTP, the @code{nnimap} back end accesses mail via
24246 IMAP) or a file format and directory layout (the @code{nnspool} back end
24247 accesses news via the common `spool directory' format, the @code{nnml}
24248 back end access mail via a file format and directory layout that's
24249 quite similar).
24250
24251 Gnus does not handle the underlying media, so to speak---this is all
24252 done by the back ends.  A back end is a collection of functions to
24253 access the articles.
24254
24255 However, sometimes the term `back end' is also used where `server'
24256 would have been more appropriate.  And then there is the term `select
24257 method' which can mean either.  The Gnus terminology can be quite
24258 confusing.
24259
24260 @item native
24261 @cindex native
24262 Gnus will always use one method (and back end) as the @dfn{native}, or
24263 default, way of getting news.
24264
24265 @item foreign
24266 @cindex foreign
24267 You can also have any number of foreign groups active at the same time.
24268 These are groups that use non-native non-secondary back ends for getting
24269 news.
24270
24271 @item secondary
24272 @cindex secondary
24273 Secondary back ends are somewhere half-way between being native and being
24274 foreign, but they mostly act like they are native.
24275
24276 @item article
24277 @cindex article
24278 A message that has been posted as news.
24279
24280 @item mail message
24281 @cindex mail message
24282 A message that has been mailed.
24283
24284 @item message
24285 @cindex message
24286 A mail message or news article
24287
24288 @item head
24289 @cindex head
24290 The top part of a message, where administrative information (etc.) is
24291 put.
24292
24293 @item body
24294 @cindex body
24295 The rest of an article.  Everything not in the head is in the
24296 body.
24297
24298 @item header
24299 @cindex header
24300 A line from the head of an article.
24301
24302 @item headers
24303 @cindex headers
24304 A collection of such lines, or a collection of heads.  Or even a
24305 collection of @sc{nov} lines.
24306
24307 @item @sc{nov}
24308 @cindex nov
24309 When Gnus enters a group, it asks the back end for the headers of all
24310 unread articles in the group.  Most servers support the News OverView
24311 format, which is more compact and much faster to read and parse than the
24312 normal @sc{head} format.
24313
24314 @item level
24315 @cindex levels
24316 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
24317 that have a lower level are ``more'' subscribed than the groups with a
24318 higher level.  In fact, groups on levels 1-5 are considered
24319 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
24320 are @dfn{killed}.  Commands for listing groups and scanning for new
24321 articles will all use the numeric prefix as @dfn{working level}.
24322
24323 @item killed groups
24324 @cindex killed groups
24325 No information on killed groups is stored or updated, which makes killed
24326 groups much easier to handle than subscribed groups.
24327
24328 @item zombie groups
24329 @cindex zombie groups
24330 Just like killed groups, only slightly less dead.
24331
24332 @item active file
24333 @cindex active file
24334 The news server has to keep track of what articles it carries, and what
24335 groups exist.  All this information in stored in the active file, which
24336 is rather large, as you might surmise.
24337
24338 @item bogus groups
24339 @cindex bogus groups
24340 A group that exists in the @file{.newsrc} file, but isn't known to the
24341 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
24342 This means that the group probably doesn't exist (any more).
24343
24344 @item activating
24345 @cindex activating groups
24346 The act of asking the server for info on a group and computing the
24347 number of unread articles is called @dfn{activating the group}.
24348 Un-activated groups are listed with @samp{*} in the group buffer.
24349
24350 @item server
24351 @cindex server
24352 A machine one can connect to and get news (or mail) from.
24353
24354 @item select method
24355 @cindex select method
24356 A structure that specifies the back end, the server and the virtual
24357 server settings.
24358
24359 @item virtual server
24360 @cindex virtual server
24361 A named select method.  Since a select method defines all there is to
24362 know about connecting to a (physical) server, taking the thing as a
24363 whole is a virtual server.
24364
24365 @item washing
24366 @cindex washing
24367 Taking a buffer and running it through a filter of some sort.  The
24368 result will (more often than not) be cleaner and more pleasing than the
24369 original.
24370
24371 @item ephemeral groups
24372 @cindex ephemeral groups
24373 Most groups store data on what articles you have read.  @dfn{Ephemeral}
24374 groups are groups that will have no data stored---when you exit the
24375 group, it'll disappear into the aether.
24376
24377 @item solid groups
24378 @cindex solid groups
24379 This is the opposite of ephemeral groups.  All groups listed in the
24380 group buffer are solid groups.
24381
24382 @item sparse articles
24383 @cindex sparse articles
24384 These are article placeholders shown in the summary buffer when
24385 @code{gnus-build-sparse-threads} has been switched on.
24386
24387 @item threading
24388 @cindex threading
24389 To put responses to articles directly after the articles they respond
24390 to---in a hierarchical fashion.
24391
24392 @item root
24393 @cindex root
24394 @cindex thread root
24395 The first article in a thread is the root.  It is the ancestor of all
24396 articles in the thread.
24397
24398 @item parent
24399 @cindex parent
24400 An article that has responses.
24401
24402 @item child
24403 @cindex child
24404 An article that responds to a different article---its parent.
24405
24406 @item digest
24407 @cindex digest
24408 A collection of messages in one file.  The most common digest format is
24409 specified by RFC 1153.
24410
24411 @end table
24412
24413
24414 @page
24415 @node Customization
24416 @section Customization
24417 @cindex general customization
24418
24419 All variables are properly documented elsewhere in this manual.  This
24420 section is designed to give general pointers on how to customize Gnus
24421 for some quite common situations.
24422
24423 @menu
24424 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
24425 * Slow Terminal Connection::    You run a remote Emacs.
24426 * Little Disk Space::           You feel that having large setup files is icky.
24427 * Slow Machine::                You feel like buying a faster machine.
24428 @end menu
24429
24430
24431 @node Slow/Expensive Connection
24432 @subsection Slow/Expensive NNTP Connection
24433
24434 If you run Emacs on a machine locally, and get your news from a machine
24435 over some very thin strings, you want to cut down on the amount of data
24436 Gnus has to get from the @sc{nntp} server.
24437
24438 @table @code
24439
24440 @item gnus-read-active-file
24441 Set this to @code{nil}, which will inhibit Gnus from requesting the
24442 entire active file from the server.  This file is often v.  large.  You
24443 also have to set @code{gnus-check-new-newsgroups} and
24444 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
24445 doesn't suddenly decide to fetch the active file anyway.
24446
24447 @item gnus-nov-is-evil
24448 This one has to be @code{nil}.  If not, grabbing article headers from
24449 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
24450 support @sc{xover}; Gnus will detect this by itself.
24451 @end table
24452
24453
24454 @node Slow Terminal Connection
24455 @subsection Slow Terminal Connection
24456
24457 Let's say you use your home computer for dialing up the system that runs
24458 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
24459 possible) the amount of data sent over the wires.
24460
24461 @table @code
24462
24463 @item gnus-auto-center-summary
24464 Set this to @code{nil} to inhibit Gnus from re-centering the summary
24465 buffer all the time.  If it is @code{vertical}, do only vertical
24466 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
24467 horizontal and vertical recentering.
24468
24469 @item gnus-visible-headers
24470 Cut down on the headers included in the articles to the
24471 minimum.  You can, in fact, make do without them altogether---most of the
24472 useful data is in the summary buffer, anyway.  Set this variable to
24473 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
24474
24475 Set this hook to all the available hiding commands:
24476 @lisp
24477 (setq gnus-treat-hide-headers 'head
24478       gnus-treat-hide-signature t
24479       gnus-treat-hide-citation t)
24480 @end lisp
24481
24482 @item gnus-use-full-window
24483 By setting this to @code{nil}, you can make all the windows smaller.
24484 While this doesn't really cut down much generally, it means that you
24485 have to see smaller portions of articles before deciding that you didn't
24486 want to read them anyway.
24487
24488 @item gnus-thread-hide-subtree
24489 If this is non-@code{nil}, all threads in the summary buffer will be
24490 hidden initially.
24491
24492
24493 @item gnus-updated-mode-lines
24494 If this is @code{nil}, Gnus will not put information in the buffer mode
24495 lines, which might save some time.
24496 @end table
24497
24498
24499 @node Little Disk Space
24500 @subsection Little Disk Space
24501 @cindex disk space
24502
24503 The startup files can get rather large, so you may want to cut their
24504 sizes a bit if you are running out of space.
24505
24506 @table @code
24507
24508 @item gnus-save-newsrc-file
24509 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
24510 only save @file{.newsrc.eld}.  This means that you will not be able to
24511 use any other newsreaders than Gnus.  This variable is @code{t} by
24512 default.
24513
24514 @item gnus-read-newsrc-file
24515 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
24516 only read @file{.newsrc.eld}.  This means that you will not be able to
24517 use any other newsreaders than Gnus.  This variable is @code{t} by
24518 default.
24519
24520 @item gnus-save-killed-list
24521 If this is @code{nil}, Gnus will not save the list of dead groups.  You
24522 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
24523 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
24524 variable to @code{nil}.  This variable is @code{t} by default.
24525
24526 @end table
24527
24528
24529 @node Slow Machine
24530 @subsection Slow Machine
24531 @cindex slow machine
24532
24533 If you have a slow machine, or are just really impatient, there are a
24534 few things you can do to make Gnus run faster.
24535
24536 Set @code{gnus-check-new-newsgroups} and
24537 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
24538
24539 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
24540 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
24541 summary buffer faster.
24542
24543
24544 @page
24545 @node Troubleshooting
24546 @section Troubleshooting
24547 @cindex troubleshooting
24548
24549 Gnus works @emph{so} well straight out of the box---I can't imagine any
24550 problems, really.
24551
24552 Ahem.
24553
24554 @enumerate
24555
24556 @item
24557 Make sure your computer is switched on.
24558
24559 @item
24560 Make sure that you really load the current Gnus version.  If you have
24561 been running @sc{gnus}, you need to exit Emacs and start it up again before
24562 Gnus will work.
24563
24564 @item
24565 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
24566 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
24567 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
24568 flee}, you have some old @file{.el} files lying around.  Delete these.
24569
24570 @item
24571 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
24572 how-to.
24573
24574 @item
24575 @vindex max-lisp-eval-depth
24576 Gnus works on many recursive structures, and in some extreme (and very
24577 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
24578 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
24579 something like that.
24580 @end enumerate
24581
24582 If all else fails, report the problem as a bug.
24583
24584 @cindex bugs
24585 @cindex reporting bugs
24586
24587 @kindex M-x gnus-bug
24588 @findex gnus-bug
24589 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
24590 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
24591 me the backtrace.  I will fix bugs, but I can only fix them if you send
24592 me a precise description as to how to reproduce the bug.
24593
24594 You really can never be too detailed in a bug report.  Always use the
24595 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
24596 a 10Kb mail each time you use it, and even if you have sent me your
24597 environment 500 times before.  I don't care.  I want the full info each
24598 time.
24599
24600 It is also important to remember that I have no memory whatsoever.  If
24601 you send a bug report, and I send you a reply, and then you just send
24602 back ``No, it's not! Moron!'', I will have no idea what you are
24603 insulting me about.  Always over-explain everything.  It's much easier
24604 for all of us---if I don't have all the information I need, I will just
24605 mail you and ask for more info, and everything takes more time.
24606
24607 If the problem you're seeing is very visual, and you can't quite explain
24608 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
24609 it somewhere it can be reached, and include the URL of the picture in
24610 the bug report.
24611
24612 @cindex patches
24613 If you would like to contribute a patch to fix bugs or make
24614 improvements, please produce the patch using @samp{diff -u}.
24615
24616 @cindex edebug
24617 If you want to debug your problem further before reporting, possibly
24618 in order to solve the problem yourself and send a patch, you can use
24619 edebug.  Debugging lisp code is documented in the Elisp manual
24620 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
24621 Lisp Reference Manual}).  To get you started with edebug, consider if
24622 you discover some weird behaviour when pressing @kbd{c}, the first
24623 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
24624 the documentation buffer that leads you to the function definition,
24625 then press @kbd{M-x edebug-defun RET} with point inside that function,
24626 return to Gnus and press @kbd{c} to invoke the code.  You will be
24627 placed in the lisp buffer and can single step using @kbd{SPC} and
24628 evaluate expressions using @kbd{M-:} or inspect variables using
24629 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
24630 @kbd{c} or @kbd{g}.
24631
24632 @cindex elp
24633 @cindex profile
24634 @cindex slow
24635 Sometimes, a problem do not directly generate a elisp error but
24636 manifests itself by causing Gnus to be very slow.  In these cases, you
24637 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-j} when things are
24638 slow, and then try to analyze the backtrace (repeating the procedure
24639 helps isolating the real problem areas).  A fancier approach is to use
24640 the elisp profiler, ELP.  The profiler is (or should be) fully
24641 documented elsewhere, but to get you started there are a few steps
24642 that need to be followed.  First, instrument the part of Gnus you are
24643 interested in for profiling, e.g. @kbd{M-x elp-instrument-package RET
24644 gnus} or @kbd{M-x elp-instrument-package RET message}.  Then perform
24645 the operation that is slow and press @kbd{M-x elp-results}.  You will
24646 then see which operations that takes time, and can debug them further.
24647 If the entire operation takes much longer than the time spent in the
24648 slowest function in the profiler output, you probably profiled the
24649 wrong part of Gnus.  To reset profiling statistics, use @kbd{M-x
24650 elp-reset-all}.  @kbd{M-x elp-restore-all} is supposed to remove
24651 profiling, but given the complexities and dynamic code generation in
24652 Gnus, it might not always work perfectly.
24653
24654 If you just need help, you are better off asking on
24655 @samp{gnu.emacs.gnus}.  I'm not very helpful.
24656
24657 @cindex gnu.emacs.gnus
24658 @cindex ding mailing list
24659 You can also ask on the ding mailing list---@email{ding@@gnus.org}.
24660 Write to @email{ding-request@@gnus.org} to subscribe.
24661
24662
24663 @page
24664 @node Gnus Reference Guide
24665 @section Gnus Reference Guide
24666
24667 It is my hope that other people will figure out smart stuff that Gnus
24668 can do, and that other people will write those smart things as well.  To
24669 facilitate that I thought it would be a good idea to describe the inner
24670 workings of Gnus.  And some of the not-so-inner workings, while I'm at
24671 it.
24672
24673 You can never expect the internals of a program not to change, but I
24674 will be defining (in some details) the interface between Gnus and its
24675 back ends (this is written in stone), the format of the score files
24676 (ditto), data structures (some are less likely to change than others)
24677 and general methods of operation.
24678
24679 @menu
24680 * Gnus Utility Functions::      Common functions and variable to use.
24681 * Back End Interface::          How Gnus communicates with the servers.
24682 * Score File Syntax::           A BNF definition of the score file standard.
24683 * Headers::                     How Gnus stores headers internally.
24684 * Ranges::                      A handy format for storing mucho numbers.
24685 * Group Info::                  The group info format.
24686 * Extended Interactive::        Symbolic prefixes and stuff.
24687 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
24688 * Various File Formats::        Formats of files that Gnus use.
24689 @end menu
24690
24691
24692 @node Gnus Utility Functions
24693 @subsection Gnus Utility Functions
24694 @cindex Gnus utility functions
24695 @cindex utility functions
24696 @cindex functions
24697 @cindex internal variables
24698
24699 When writing small functions to be run from hooks (and stuff), it's
24700 vital to have access to the Gnus internal functions and variables.
24701 Below is a list of the most common ones.
24702
24703 @table @code
24704
24705 @item gnus-newsgroup-name
24706 @vindex gnus-newsgroup-name
24707 This variable holds the name of the current newsgroup.
24708
24709 @item gnus-find-method-for-group
24710 @findex gnus-find-method-for-group
24711 A function that returns the select method for @var{group}.
24712
24713 @item gnus-group-real-name
24714 @findex gnus-group-real-name
24715 Takes a full (prefixed) Gnus group name, and returns the unprefixed
24716 name.
24717
24718 @item gnus-group-prefixed-name
24719 @findex gnus-group-prefixed-name
24720 Takes an unprefixed group name and a select method, and returns the full
24721 (prefixed) Gnus group name.
24722
24723 @item gnus-get-info
24724 @findex gnus-get-info
24725 Returns the group info list for @var{group}.
24726
24727 @item gnus-group-unread
24728 @findex gnus-group-unread
24729 The number of unread articles in @var{group}, or @code{t} if that is
24730 unknown.
24731
24732 @item gnus-active
24733 @findex gnus-active
24734 The active entry for @var{group}.
24735
24736 @item gnus-set-active
24737 @findex gnus-set-active
24738 Set the active entry for @var{group}.
24739
24740 @item gnus-add-current-to-buffer-list
24741 @findex gnus-add-current-to-buffer-list
24742 Adds the current buffer to the list of buffers to be killed on Gnus
24743 exit.
24744
24745 @item gnus-continuum-version
24746 @findex gnus-continuum-version
24747 Takes a Gnus version string as a parameter and returns a floating point
24748 number.  Earlier versions will always get a lower number than later
24749 versions.
24750
24751 @item gnus-group-read-only-p
24752 @findex gnus-group-read-only-p
24753 Says whether @var{group} is read-only or not.
24754
24755 @item gnus-news-group-p
24756 @findex gnus-news-group-p
24757 Says whether @var{group} came from a news back end.
24758
24759 @item gnus-ephemeral-group-p
24760 @findex gnus-ephemeral-group-p
24761 Says whether @var{group} is ephemeral or not.
24762
24763 @item gnus-server-to-method
24764 @findex gnus-server-to-method
24765 Returns the select method corresponding to @var{server}.
24766
24767 @item gnus-server-equal
24768 @findex gnus-server-equal
24769 Says whether two virtual servers are equal.
24770
24771 @item gnus-group-native-p
24772 @findex gnus-group-native-p
24773 Says whether @var{group} is native or not.
24774
24775 @item gnus-group-secondary-p
24776 @findex gnus-group-secondary-p
24777 Says whether @var{group} is secondary or not.
24778
24779 @item gnus-group-foreign-p
24780 @findex gnus-group-foreign-p
24781 Says whether @var{group} is foreign or not.
24782
24783 @item group-group-find-parameter
24784 @findex group-group-find-parameter
24785 Returns the parameter list of @var{group}.  If given a second parameter,
24786 returns the value of that parameter for @var{group}.
24787
24788 @item gnus-group-set-parameter
24789 @findex gnus-group-set-parameter
24790 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
24791
24792 @item gnus-narrow-to-body
24793 @findex gnus-narrow-to-body
24794 Narrows the current buffer to the body of the article.
24795
24796 @item gnus-check-backend-function
24797 @findex gnus-check-backend-function
24798 Takes two parameters, @var{function} and @var{group}.  If the back end
24799 @var{group} comes from supports @var{function}, return non-@code{nil}.
24800
24801 @lisp
24802 (gnus-check-backend-function "request-scan" "nnml:misc")
24803 @result{} t
24804 @end lisp
24805
24806 @item gnus-read-method
24807 @findex gnus-read-method
24808 Prompts the user for a select method.
24809
24810 @end table
24811
24812
24813 @node Back End Interface
24814 @subsection Back End Interface
24815
24816 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
24817 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
24818 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
24819 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
24820 examples of the latter we have @code{nntp-port-number} and
24821 @code{nnmbox-directory}.
24822
24823 When Gnus asks for information from a back end---say @code{nntp}---on
24824 something, it will normally include a virtual server name in the
24825 function parameters.  (If not, the back end should use the ``current''
24826 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
24827 server as its only (optional) parameter.  If this virtual server hasn't
24828 been opened, the function should fail.
24829
24830 Note that a virtual server name has no relation to some physical server
24831 name.  Take this example:
24832
24833 @lisp
24834 (nntp "odd-one"
24835       (nntp-address "ifi.uio.no")
24836       (nntp-port-number 4324))
24837 @end lisp
24838
24839 Here the virtual server name is @samp{odd-one} while the name of
24840 the physical server is @samp{ifi.uio.no}.
24841
24842 The back ends should be able to switch between several virtual servers.
24843 The standard back ends implement this by keeping an alist of virtual
24844 server environments that they pull down/push up when needed.
24845
24846 There are two groups of interface functions: @dfn{required functions},
24847 which must be present, and @dfn{optional functions}, which Gnus will
24848 always check for presence before attempting to call 'em.
24849
24850 All these functions are expected to return data in the buffer
24851 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
24852 unfortunately named, but we'll have to live with it.  When I talk about
24853 @dfn{resulting data}, I always refer to the data in that buffer.  When I
24854 talk about @dfn{return value}, I talk about the function value returned by
24855 the function call.  Functions that fail should return @code{nil} as the
24856 return value.
24857
24858 Some back ends could be said to be @dfn{server-forming} back ends, and
24859 some might be said not to be.  The latter are back ends that generally
24860 only operate on one group at a time, and have no concept of ``server''
24861 -- they have a group, and they deliver info on that group and nothing
24862 more.
24863
24864 Gnus identifies each message by way of group name and article number.  A
24865 few remarks about these article numbers might be useful.  First of all,
24866 the numbers are positive integers.  Secondly, it is normally not
24867 possible for later articles to `re-use' older article numbers without
24868 confusing Gnus.  That is, if a group has ever contained a message
24869 numbered 42, then no other message may get that number, or Gnus will get
24870 mightily confused.@footnote{See the function
24871 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
24872 Third, article numbers must be assigned in order of arrival in the
24873 group; this is not necessarily the same as the date of the message.
24874
24875 The previous paragraph already mentions all the `hard' restrictions that
24876 article numbers must fulfill.  But it seems that it might be useful to
24877 assign @emph{consecutive} article numbers, for Gnus gets quite confused
24878 if there are holes in the article numbering sequence.  However, due to
24879 the `no-reuse' restriction, holes cannot be avoided altogether.  It's
24880 also useful for the article numbers to start at 1 to avoid running out
24881 of numbers as long as possible.
24882
24883 Note that by convention, backends are named @code{nnsomething}, but
24884 Gnus also comes with some @code{nnnotbackends}, such as
24885 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
24886
24887 In the examples and definitions I will refer to the imaginary back end
24888 @code{nnchoke}.
24889
24890 @cindex @code{nnchoke}
24891
24892 @menu
24893 * Required Back End Functions::  Functions that must be implemented.
24894 * Optional Back End Functions::  Functions that need not be implemented.
24895 * Error Messaging::             How to get messages and report errors.
24896 * Writing New Back Ends::       Extending old back ends.
24897 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
24898 * Mail-like Back Ends::         Some tips on mail back ends.
24899 @end menu
24900
24901
24902 @node Required Back End Functions
24903 @subsubsection Required Back End Functions
24904
24905 @table @code
24906
24907 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
24908
24909 @var{articles} is either a range of article numbers or a list of
24910 @code{Message-ID}s.  Current back ends do not fully support either---only
24911 sequences (lists) of article numbers, and most back ends do not support
24912 retrieval of @code{Message-ID}s.  But they should try for both.
24913
24914 The result data should either be HEADs or @sc{nov} lines, and the result
24915 value should either be @code{headers} or @code{nov} to reflect this.
24916 This might later be expanded to @code{various}, which will be a mixture
24917 of HEADs and @sc{nov} lines, but this is currently not supported by Gnus.
24918
24919 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
24920 headers'', in some meaning of the word.  This is generally done by
24921 fetching (at most) @var{fetch-old} extra headers less than the smallest
24922 article number in @code{articles}, and filling the gaps as well.  The
24923 presence of this parameter can be ignored if the back end finds it
24924 cumbersome to follow the request.  If this is non-@code{nil} and not a
24925 number, do maximum fetches.
24926
24927 Here's an example HEAD:
24928
24929 @example
24930 221 1056 Article retrieved.
24931 Path: ifi.uio.no!sturles
24932 From: sturles@@ifi.uio.no (Sturle Sunde)
24933 Newsgroups: ifi.discussion
24934 Subject: Re: Something very droll
24935 Date: 27 Oct 1994 14:02:57 +0100
24936 Organization: Dept. of Informatics, University of Oslo, Norway
24937 Lines: 26
24938 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
24939 References: <38jdmq$4qu@@visbur.ifi.uio.no>
24940 NNTP-Posting-Host: holmenkollen.ifi.uio.no
24941 .
24942 @end example
24943
24944 So a @code{headers} return value would imply that there's a number of
24945 these in the data buffer.
24946
24947 Here's a BNF definition of such a buffer:
24948
24949 @example
24950 headers        = *head
24951 head           = error / valid-head
24952 error-message  = [ "4" / "5" ] 2number " " <error message> eol
24953 valid-head     = valid-message *header "." eol
24954 valid-message  = "221 " <number> " Article retrieved." eol
24955 header         = <text> eol
24956 @end example
24957
24958 If the return value is @code{nov}, the data buffer should contain
24959 @dfn{network overview database} lines.  These are basically fields
24960 separated by tabs.
24961
24962 @example
24963 nov-buffer = *nov-line
24964 nov-line   = 8*9 [ field <TAB> ] eol
24965 field      = <text except TAB>
24966 @end example
24967
24968 For a closer look at what should be in those fields,
24969 @pxref{Headers}.
24970
24971
24972 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
24973
24974 @var{server} is here the virtual server name.  @var{definitions} is a
24975 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
24976
24977 If the server can't be opened, no error should be signaled.  The back end
24978 may then choose to refuse further attempts at connecting to this
24979 server.  In fact, it should do so.
24980
24981 If the server is opened already, this function should return a
24982 non-@code{nil} value.  There should be no data returned.
24983
24984
24985 @item (nnchoke-close-server &optional SERVER)
24986
24987 Close connection to @var{server} and free all resources connected
24988 to it.  Return @code{nil} if the server couldn't be closed for some
24989 reason.
24990
24991 There should be no data returned.
24992
24993
24994 @item (nnchoke-request-close)
24995
24996 Close connection to all servers and free all resources that the back end
24997 have reserved.  All buffers that have been created by that back end
24998 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
24999 function is generally only called when Gnus is shutting down.
25000
25001 There should be no data returned.
25002
25003
25004 @item (nnchoke-server-opened &optional SERVER)
25005
25006 If @var{server} is the current virtual server, and the connection to the
25007 physical server is alive, then this function should return a
25008 non-@code{nil} vlue.  This function should under no circumstances
25009 attempt to reconnect to a server we have lost connection to.
25010
25011 There should be no data returned.
25012
25013
25014 @item (nnchoke-status-message &optional SERVER)
25015
25016 This function should return the last error message from @var{server}.
25017
25018 There should be no data returned.
25019
25020
25021 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
25022
25023 The result data from this function should be the article specified by
25024 @var{article}.  This might either be a @code{Message-ID} or a number.
25025 It is optional whether to implement retrieval by @code{Message-ID}, but
25026 it would be nice if that were possible.
25027
25028 If @var{to-buffer} is non-@code{nil}, the result data should be returned
25029 in this buffer instead of the normal data buffer.  This is to make it
25030 possible to avoid copying large amounts of data from one buffer to
25031 another, while Gnus mainly requests articles to be inserted directly
25032 into its article buffer.
25033
25034 If it is at all possible, this function should return a cons cell where
25035 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
25036 the article number.  This will enable Gnus to find out what the real
25037 group and article numbers are when fetching articles by
25038 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
25039 on successful article retrieval.
25040
25041
25042 @item (nnchoke-request-group GROUP &optional SERVER FAST)
25043
25044 Get data on @var{group}.  This function also has the side effect of
25045 making @var{group} the current group.
25046
25047 If @var{fast}, don't bother to return useful data, just make @var{group}
25048 the current group.
25049
25050 Here's an example of some result data and a definition of the same:
25051
25052 @example
25053 211 56 1000 1059 ifi.discussion
25054 @end example
25055
25056 The first number is the status, which should be 211.  Next is the
25057 total number of articles in the group, the lowest article number, the
25058 highest article number, and finally the group name.  Note that the total
25059 number of articles may be less than one might think while just
25060 considering the highest and lowest article numbers, but some articles
25061 may have been canceled.  Gnus just discards the total-number, so
25062 whether one should take the bother to generate it properly (if that is a
25063 problem) is left as an exercise to the reader.  If the group contains no
25064 articles, the lowest article number should be reported as 1 and the
25065 highest as 0.
25066
25067 @example
25068 group-status = [ error / info ] eol
25069 error        = [ "4" / "5" ] 2<number> " " <Error message>
25070 info         = "211 " 3* [ <number> " " ] <string>
25071 @end example
25072
25073
25074 @item (nnchoke-close-group GROUP &optional SERVER)
25075
25076 Close @var{group} and free any resources connected to it.  This will be
25077 a no-op on most back ends.
25078
25079 There should be no data returned.
25080
25081
25082 @item (nnchoke-request-list &optional SERVER)
25083
25084 Return a list of all groups available on @var{server}.  And that means
25085 @emph{all}.
25086
25087 Here's an example from a server that only carries two groups:
25088
25089 @example
25090 ifi.test 0000002200 0000002000 y
25091 ifi.discussion 3324 3300 n
25092 @end example
25093
25094 On each line we have a group name, then the highest article number in
25095 that group, the lowest article number, and finally a flag.  If the group
25096 contains no articles, the lowest article number should be reported as 1
25097 and the highest as 0.
25098
25099 @example
25100 active-file = *active-line
25101 active-line = name " " <number> " " <number> " " flags eol
25102 name        = <string>
25103 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
25104 @end example
25105
25106 The flag says whether the group is read-only (@samp{n}), is moderated
25107 (@samp{m}), is dead (@samp{x}), is aliased to some other group
25108 (@samp{=other-group}) or none of the above (@samp{y}).
25109
25110
25111 @item (nnchoke-request-post &optional SERVER)
25112
25113 This function should post the current buffer.  It might return whether
25114 the posting was successful or not, but that's not required.  If, for
25115 instance, the posting is done asynchronously, it has generally not been
25116 completed by the time this function concludes.  In that case, this
25117 function should set up some kind of sentinel to beep the user loud and
25118 clear if the posting could not be completed.
25119
25120 There should be no result data from this function.
25121
25122 @end table
25123
25124
25125 @node Optional Back End Functions
25126 @subsubsection Optional Back End Functions
25127
25128 @table @code
25129
25130 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
25131
25132 @var{groups} is a list of groups, and this function should request data
25133 on all those groups.  How it does it is of no concern to Gnus, but it
25134 should attempt to do this in a speedy fashion.
25135
25136 The return value of this function can be either @code{active} or
25137 @code{group}, which says what the format of the result data is.  The
25138 former is in the same format as the data from
25139 @code{nnchoke-request-list}, while the latter is a buffer full of lines
25140 in the same format as @code{nnchoke-request-group} gives.
25141
25142 @example
25143 group-buffer = *active-line / *group-status
25144 @end example
25145
25146
25147 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
25148
25149 A Gnus group info (@pxref{Group Info}) is handed to the back end for
25150 alterations.  This comes in handy if the back end really carries all the
25151 information (as is the case with virtual and imap groups).  This
25152 function should destructively alter the info to suit its needs, and
25153 should return a non-nil value.
25154
25155 There should be no result data from this function.
25156
25157
25158 @item (nnchoke-request-type GROUP &optional ARTICLE)
25159
25160 When the user issues commands for ``sending news'' (@kbd{F} in the
25161 summary buffer, for instance), Gnus has to know whether the article the
25162 user is following up on is news or mail.  This function should return
25163 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
25164 is mail and @code{unknown} if the type can't be decided.  (The
25165 @var{article} parameter is necessary in @code{nnvirtual} groups which
25166 might very well combine mail groups and news groups.)  Both @var{group}
25167 and @var{article} may be @code{nil}.
25168
25169 There should be no result data from this function.
25170
25171
25172 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
25173
25174 Set/remove/add marks on articles.  Normally Gnus handles the article
25175 marks (such as read, ticked, expired etc) internally, and store them in
25176 @file{~/.newsrc.eld}.  Some back ends (such as @sc{imap}) however carry
25177 all information about the articles on the server, so Gnus need to
25178 propagate the mark information to the server.
25179
25180 @var{action} is a list of mark setting requests, having this format:
25181
25182 @example
25183 (RANGE ACTION MARK)
25184 @end example
25185
25186 @var{range} is a range of articles you wish to update marks on.
25187 @var{action} is @code{add} or @code{del}, used to add marks or remove
25188 marks (preserving all marks not mentioned).  @var{mark} is a list of
25189 marks; where each mark is a symbol.  Currently used marks are
25190 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
25191 @code{dormant}, @code{save}, @code{download}, @code{unsend},
25192 @code{forward} and @code{recent}, but your back end should, if
25193 possible, not limit itself to these.
25194
25195 Given contradictory actions, the last action in the list should be the
25196 effective one.  That is, if your action contains a request to add the
25197 @code{tick} mark on article 1 and, later in the list, a request to
25198 remove the mark on the same article, the mark should in fact be removed.
25199
25200 An example action list:
25201
25202 @example
25203 (((5 12 30) 'del '(tick))
25204  ((10 . 90) 'add '(read expire))
25205  ((92 94) 'del '(read)))
25206 @end example
25207
25208 The function should return a range of articles it wasn't able to set the
25209 mark on (currently not used for anything).
25210
25211 There should be no result data from this function.
25212
25213 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
25214
25215 If the user tries to set a mark that the back end doesn't like, this
25216 function may change the mark.  Gnus will use whatever this function
25217 returns as the mark for @var{article} instead of the original
25218 @var{mark}.  If the back end doesn't care, it must return the original
25219 @var{mark}, and not @code{nil} or any other type of garbage.
25220
25221 The only use for this I can see is what @code{nnvirtual} does with
25222 it---if a component group is auto-expirable, marking an article as read
25223 in the virtual group should result in the article being marked as
25224 expirable.
25225
25226 There should be no result data from this function.
25227
25228
25229 @item (nnchoke-request-scan &optional GROUP SERVER)
25230
25231 This function may be called at any time (by Gnus or anything else) to
25232 request that the back end check for incoming articles, in one way or
25233 another.  A mail back end will typically read the spool file or query the
25234 POP server when this function is invoked.  The @var{group} doesn't have
25235 to be heeded---if the back end decides that it is too much work just
25236 scanning for a single group, it may do a total scan of all groups.  It
25237 would be nice, however, to keep things local if that's practical.
25238
25239 There should be no result data from this function.
25240
25241
25242 @item (nnchoke-request-group-description GROUP &optional SERVER)
25243
25244 The result data from this function should be a description of
25245 @var{group}.
25246
25247 @example
25248 description-line = name <TAB> description eol
25249 name             = <string>
25250 description      = <text>
25251 @end example
25252
25253 @item (nnchoke-request-list-newsgroups &optional SERVER)
25254
25255 The result data from this function should be the description of all
25256 groups available on the server.
25257
25258 @example
25259 description-buffer = *description-line
25260 @end example
25261
25262
25263 @item (nnchoke-request-newgroups DATE &optional SERVER)
25264
25265 The result data from this function should be all groups that were
25266 created after @samp{date}, which is in normal human-readable date format
25267 (i.e., the date format used in mail and news headers, and returned by
25268 the function @code{message-make-date} by default).  The data should be
25269 in the active buffer format.
25270
25271 It is okay for this function to return `too many' groups; some back ends
25272 might find it cheaper to return the full list of groups, rather than
25273 just the new groups.  But don't do this for back ends with many groups.
25274 Normally, if the user creates the groups herself, there won't be too
25275 many groups, so @code{nnml} and the like are probably safe.  But for
25276 back ends like @code{nntp}, where the groups have been created by the
25277 server, it is quite likely that there can be many groups.
25278
25279
25280 @item (nnchoke-request-create-group GROUP &optional SERVER)
25281
25282 This function should create an empty group with name @var{group}.
25283
25284 There should be no return data.
25285
25286
25287 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
25288
25289 This function should run the expiry process on all articles in the
25290 @var{articles} range (which is currently a simple list of article
25291 numbers.)  It is left up to the back end to decide how old articles
25292 should be before they are removed by this function.  If @var{force} is
25293 non-@code{nil}, all @var{articles} should be deleted, no matter how new
25294 they are.
25295
25296 This function should return a list of articles that it did not/was not
25297 able to delete.
25298
25299 There should be no result data returned.
25300
25301
25302 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
25303
25304 This function should move @var{article} (which is a number) from
25305 @var{group} by calling @var{accept-form}.
25306
25307 This function should ready the article in question for moving by
25308 removing any header lines it has added to the article, and generally
25309 should ``tidy up'' the article.  Then it should @code{eval}
25310 @var{accept-form} in the buffer where the ``tidy'' article is.  This
25311 will do the actual copying.  If this @code{eval} returns a
25312 non-@code{nil} value, the article should be removed.
25313
25314 If @var{last} is @code{nil}, that means that there is a high likelihood
25315 that there will be more requests issued shortly, so that allows some
25316 optimizations.
25317
25318 The function should return a cons where the @code{car} is the group name and
25319 the @code{cdr} is the article number that the article was entered as.
25320
25321 There should be no data returned.
25322
25323
25324 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
25325
25326 This function takes the current buffer and inserts it into @var{group}.
25327 If @var{last} in @code{nil}, that means that there will be more calls to
25328 this function in short order.
25329
25330 The function should return a cons where the @code{car} is the group name and
25331 the @code{cdr} is the article number that the article was entered as.
25332
25333 The group should exist before the backend is asked to accept the
25334 article for that group.
25335
25336 There should be no data returned.
25337
25338
25339 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
25340
25341 This function should remove @var{article} (which is a number) from
25342 @var{group} and insert @var{buffer} there instead.
25343
25344 There should be no data returned.
25345
25346
25347 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
25348
25349 This function should delete @var{group}.  If @var{force}, it should
25350 really delete all the articles in the group, and then delete the group
25351 itself.  (If there is such a thing as ``the group itself''.)
25352
25353 There should be no data returned.
25354
25355
25356 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
25357
25358 This function should rename @var{group} into @var{new-name}.  All
25359 articles in @var{group} should move to @var{new-name}.
25360
25361 There should be no data returned.
25362
25363 @end table
25364
25365
25366 @node Error Messaging
25367 @subsubsection Error Messaging
25368
25369 @findex nnheader-report
25370 @findex nnheader-get-report
25371 The back ends should use the function @code{nnheader-report} to report
25372 error conditions---they should not raise errors when they aren't able to
25373 perform a request.  The first argument to this function is the back end
25374 symbol, and the rest are interpreted as arguments to @code{format} if
25375 there are multiple of them, or just a string if there is one of them.
25376 This function must always returns @code{nil}.
25377
25378 @lisp
25379 (nnheader-report 'nnchoke "You did something totally bogus")
25380
25381 (nnheader-report 'nnchoke "Could not request group %s" group)
25382 @end lisp
25383
25384 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
25385 @code{nil} back from a server, and this function returns the most
25386 recently reported message for the back end in question.  This function
25387 takes one argument---the server symbol.
25388
25389 Internally, these functions access @var{back-end}@code{-status-string},
25390 so the @code{nnchoke} back end will have its error message stored in
25391 @code{nnchoke-status-string}.
25392
25393
25394 @node Writing New Back Ends
25395 @subsubsection Writing New Back Ends
25396
25397 Many back ends are quite similar.  @code{nnml} is just like
25398 @code{nnspool}, but it allows you to edit the articles on the server.
25399 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
25400 and it doesn't maintain overview databases.  @code{nndir} is just like
25401 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
25402 editing articles.
25403
25404 It would make sense if it were possible to ``inherit'' functions from
25405 back ends when writing new back ends.  And, indeed, you can do that if you
25406 want to.  (You don't have to if you don't want to, of course.)
25407
25408 All the back ends declare their public variables and functions by using a
25409 package called @code{nnoo}.
25410
25411 To inherit functions from other back ends (and allow other back ends to
25412 inherit functions from the current back end), you should use the
25413 following macros:
25414
25415 @table @code
25416
25417 @item nnoo-declare
25418 This macro declares the first parameter to be a child of the subsequent
25419 parameters.  For instance:
25420
25421 @lisp
25422 (nnoo-declare nndir
25423   nnml nnmh)
25424 @end lisp
25425
25426 @code{nndir} has declared here that it intends to inherit functions from
25427 both @code{nnml} and @code{nnmh}.
25428
25429 @item defvoo
25430 This macro is equivalent to @code{defvar}, but registers the variable as
25431 a public server variable.  Most state-oriented variables should be
25432 declared with @code{defvoo} instead of @code{defvar}.
25433
25434 In addition to the normal @code{defvar} parameters, it takes a list of
25435 variables in the parent back ends to map the variable to when executing
25436 a function in those back ends.
25437
25438 @lisp
25439 (defvoo nndir-directory nil
25440   "Where nndir will look for groups."
25441   nnml-current-directory nnmh-current-directory)
25442 @end lisp
25443
25444 This means that @code{nnml-current-directory} will be set to
25445 @code{nndir-directory} when an @code{nnml} function is called on behalf
25446 of @code{nndir}.  (The same with @code{nnmh}.)
25447
25448 @item nnoo-define-basics
25449 This macro defines some common functions that almost all back ends should
25450 have.
25451
25452 @lisp
25453 (nnoo-define-basics nndir)
25454 @end lisp
25455
25456 @item deffoo
25457 This macro is just like @code{defun} and takes the same parameters.  In
25458 addition to doing the normal @code{defun} things, it registers the
25459 function as being public so that other back ends can inherit it.
25460
25461 @item nnoo-map-functions
25462 This macro allows mapping of functions from the current back end to
25463 functions from the parent back ends.
25464
25465 @lisp
25466 (nnoo-map-functions nndir
25467   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25468   (nnmh-request-article 0 nndir-current-group 0 0))
25469 @end lisp
25470
25471 This means that when @code{nndir-retrieve-headers} is called, the first,
25472 third, and fourth parameters will be passed on to
25473 @code{nnml-retrieve-headers}, while the second parameter is set to the
25474 value of @code{nndir-current-group}.
25475
25476 @item nnoo-import
25477 This macro allows importing functions from back ends.  It should be the
25478 last thing in the source file, since it will only define functions that
25479 haven't already been defined.
25480
25481 @lisp
25482 (nnoo-import nndir
25483   (nnmh
25484    nnmh-request-list
25485    nnmh-request-newgroups)
25486   (nnml))
25487 @end lisp
25488
25489 This means that calls to @code{nndir-request-list} should just be passed
25490 on to @code{nnmh-request-list}, while all public functions from
25491 @code{nnml} that haven't been defined in @code{nndir} yet should be
25492 defined now.
25493
25494 @end table
25495
25496 Below is a slightly shortened version of the @code{nndir} back end.
25497
25498 @lisp
25499 ;;; nndir.el --- single directory newsgroup access for Gnus
25500 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
25501
25502 ;;; Code:
25503
25504 (require 'nnheader)
25505 (require 'nnmh)
25506 (require 'nnml)
25507 (require 'nnoo)
25508 (eval-when-compile (require 'cl))
25509
25510 (nnoo-declare nndir
25511   nnml nnmh)
25512
25513 (defvoo nndir-directory nil
25514   "Where nndir will look for groups."
25515   nnml-current-directory nnmh-current-directory)
25516
25517 (defvoo nndir-nov-is-evil nil
25518   "*Non-nil means that nndir will never retrieve NOV headers."
25519   nnml-nov-is-evil)
25520
25521 (defvoo nndir-current-group ""
25522   nil
25523   nnml-current-group nnmh-current-group)
25524 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
25525 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
25526
25527 (defvoo nndir-status-string "" nil nnmh-status-string)
25528 (defconst nndir-version "nndir 1.0")
25529
25530 ;;; Interface functions.
25531
25532 (nnoo-define-basics nndir)
25533
25534 (deffoo nndir-open-server (server &optional defs)
25535   (setq nndir-directory
25536         (or (cadr (assq 'nndir-directory defs))
25537             server))
25538   (unless (assq 'nndir-directory defs)
25539     (push `(nndir-directory ,server) defs))
25540   (push `(nndir-current-group
25541           ,(file-name-nondirectory
25542             (directory-file-name nndir-directory)))
25543         defs)
25544   (push `(nndir-top-directory
25545           ,(file-name-directory (directory-file-name nndir-directory)))
25546         defs)
25547   (nnoo-change-server 'nndir server defs))
25548
25549 (nnoo-map-functions nndir
25550   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25551   (nnmh-request-article 0 nndir-current-group 0 0)
25552   (nnmh-request-group nndir-current-group 0 0)
25553   (nnmh-close-group nndir-current-group 0))
25554
25555 (nnoo-import nndir
25556   (nnmh
25557    nnmh-status-message
25558    nnmh-request-list
25559    nnmh-request-newgroups))
25560
25561 (provide 'nndir)
25562 @end lisp
25563
25564
25565 @node Hooking New Back Ends Into Gnus
25566 @subsubsection Hooking New Back Ends Into Gnus
25567
25568 @vindex gnus-valid-select-methods
25569 @findex gnus-declare-backend
25570 Having Gnus start using your new back end is rather easy---you just
25571 declare it with the @code{gnus-declare-backend} functions.  This will
25572 enter the back end into the @code{gnus-valid-select-methods} variable.
25573
25574 @code{gnus-declare-backend} takes two parameters---the back end name and
25575 an arbitrary number of @dfn{abilities}.
25576
25577 Here's an example:
25578
25579 @lisp
25580 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
25581 @end lisp
25582
25583 The above line would then go in the @file{nnchoke.el} file.
25584
25585 The abilities can be:
25586
25587 @table @code
25588 @item mail
25589 This is a mailish back end---followups should (probably) go via mail.
25590 @item post
25591 This is a newsish back end---followups should (probably) go via news.
25592 @item post-mail
25593 This back end supports both mail and news.
25594 @item none
25595 This is neither a post nor mail back end---it's something completely
25596 different.
25597 @item respool
25598 It supports respooling---or rather, it is able to modify its source
25599 articles and groups.
25600 @item address
25601 The name of the server should be in the virtual server name.  This is
25602 true for almost all back ends.
25603 @item prompt-address
25604 The user should be prompted for an address when doing commands like
25605 @kbd{B} in the group buffer.  This is true for back ends like
25606 @code{nntp}, but not @code{nnmbox}, for instance.
25607 @end table
25608
25609
25610 @node Mail-like Back Ends
25611 @subsubsection Mail-like Back Ends
25612
25613 One of the things that separate the mail back ends from the rest of the
25614 back ends is the heavy dependence by most of the mail back ends on
25615 common functions in @file{nnmail.el}.  For instance, here's the
25616 definition of @code{nnml-request-scan}:
25617
25618 @lisp
25619 (deffoo nnml-request-scan (&optional group server)
25620   (setq nnml-article-file-alist nil)
25621   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
25622 @end lisp
25623
25624 It simply calls @code{nnmail-get-new-mail} with a few parameters,
25625 and @code{nnmail} takes care of all the moving and splitting of the
25626 mail.
25627
25628 This function takes four parameters.
25629
25630 @table @var
25631 @item method
25632 This should be a symbol to designate which back end is responsible for
25633 the call.
25634
25635 @item exit-function
25636 This function should be called after the splitting has been performed.
25637
25638 @item temp-directory
25639 Where the temporary files should be stored.
25640
25641 @item group
25642 This optional argument should be a group name if the splitting is to be
25643 performed for one group only.
25644 @end table
25645
25646 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
25647 save each article.  @var{back-end}@code{-active-number} will be called to
25648 find the article number assigned to this article.
25649
25650 The function also uses the following variables:
25651 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
25652 this back end); and @var{back-end}@code{-group-alist} and
25653 @var{back-end}@code{-active-file} to generate the new active file.
25654 @var{back-end}@code{-group-alist} should be a group-active alist, like
25655 this:
25656
25657 @example
25658 (("a-group" (1 . 10))
25659  ("some-group" (34 . 39)))
25660 @end example
25661
25662
25663 @node Score File Syntax
25664 @subsection Score File Syntax
25665
25666 Score files are meant to be easily parseable, but yet extremely
25667 mallable.   It was decided that something that had the same read syntax
25668 as an Emacs Lisp list would fit that spec.
25669
25670 Here's a typical score file:
25671
25672 @lisp
25673 (("summary"
25674   ("win95" -10000 nil s)
25675   ("Gnus"))
25676  ("from"
25677   ("Lars" -1000))
25678  (mark -100))
25679 @end lisp
25680
25681 BNF definition of a score file:
25682
25683 @example
25684 score-file      = "" / "(" *element ")"
25685 element         = rule / atom
25686 rule            = string-rule / number-rule / date-rule
25687 string-rule     = "(" quote string-header quote space *string-match ")"
25688 number-rule     = "(" quote number-header quote space *number-match ")"
25689 date-rule       = "(" quote date-header quote space *date-match ")"
25690 quote           = <ascii 34>
25691 string-header   = "subject" / "from" / "references" / "message-id" /
25692                   "xref" / "body" / "head" / "all" / "followup"
25693 number-header   = "lines" / "chars"
25694 date-header     = "date"
25695 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
25696                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
25697 score           = "nil" / <integer>
25698 date            = "nil" / <natural number>
25699 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
25700                   "r" / "regex" / "R" / "Regex" /
25701                   "e" / "exact" / "E" / "Exact" /
25702                   "f" / "fuzzy" / "F" / "Fuzzy"
25703 number-match    = "(" <integer> [ "" / [ space score [ "" /
25704                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
25705 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
25706 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
25707                   space date [ "" / [ space date-match-t ] ] ] ] ")"
25708 date-match-t    = "nil" / "at" / "before" / "after"
25709 atom            = "(" [ required-atom / optional-atom ] ")"
25710 required-atom   = mark / expunge / mark-and-expunge / files /
25711                   exclude-files / read-only / touched
25712 optional-atom   = adapt / local / eval
25713 mark            = "mark" space nil-or-number
25714 nil-or-number   = "nil" / <integer>
25715 expunge         = "expunge" space nil-or-number
25716 mark-and-expunge = "mark-and-expunge" space nil-or-number
25717 files           = "files" *[ space <string> ]
25718 exclude-files   = "exclude-files" *[ space <string> ]
25719 read-only       = "read-only" [ space "nil" / space "t" ]
25720 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
25721 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
25722 local           = "local" *[ space "(" <string> space <form> ")" ]
25723 eval            = "eval" space <form>
25724 space           = *[ " " / <TAB> / <NEWLINE> ]
25725 @end example
25726
25727 Any unrecognized elements in a score file should be ignored, but not
25728 discarded.
25729
25730 As you can see, white space is needed, but the type and amount of white
25731 space is irrelevant.  This means that formatting of the score file is
25732 left up to the programmer---if it's simpler to just spew it all out on
25733 one looong line, then that's ok.
25734
25735 The meaning of the various atoms are explained elsewhere in this
25736 manual (@pxref{Score File Format}).
25737
25738
25739 @node Headers
25740 @subsection Headers
25741
25742 Internally Gnus uses a format for storing article headers that
25743 corresponds to the @sc{nov} format in a mysterious fashion.  One could
25744 almost suspect that the author looked at the @sc{nov} specification and
25745 just shamelessly @emph{stole} the entire thing, and one would be right.
25746
25747 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
25748 RFC 1036 to talk about lines in the head of an article (e.g.,
25749 @code{From}).  It is used by many people as a synonym for
25750 ``head''---``the header and the body''.  (That should be avoided, in my
25751 opinion.)  And Gnus uses a format internally that it calls ``header'',
25752 which is what I'm talking about here.  This is a 9-element vector,
25753 basically, with each header (ouch) having one slot.
25754
25755 These slots are, in order: @code{number}, @code{subject}, @code{from},
25756 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
25757 @code{xref}, and @code{extra}.  There are macros for accessing and
25758 setting these slots---they all have predictable names beginning with
25759 @code{mail-header-} and @code{mail-header-set-}, respectively.
25760
25761 All these slots contain strings, except the @code{extra} slot, which
25762 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
25763
25764
25765 @node Ranges
25766 @subsection Ranges
25767
25768 @sc{gnus} introduced a concept that I found so useful that I've started
25769 using it a lot and have elaborated on it greatly.
25770
25771 The question is simple: If you have a large amount of objects that are
25772 identified by numbers (say, articles, to take a @emph{wild} example)
25773 that you want to qualify as being ``included'', a normal sequence isn't
25774 very useful.  (A 200,000 length sequence is a bit long-winded.)
25775
25776 The solution is as simple as the question: You just collapse the
25777 sequence.
25778
25779 @example
25780 (1 2 3 4 5 6 10 11 12)
25781 @end example
25782
25783 is transformed into
25784
25785 @example
25786 ((1 . 6) (10 . 12))
25787 @end example
25788
25789 To avoid having those nasty @samp{(13 . 13)} elements to denote a
25790 lonesome object, a @samp{13} is a valid element:
25791
25792 @example
25793 ((1 . 6) 7 (10 . 12))
25794 @end example
25795
25796 This means that comparing two ranges to find out whether they are equal
25797 is slightly tricky:
25798
25799 @example
25800 ((1 . 5) 7 8 (10 . 12))
25801 @end example
25802
25803 and
25804
25805 @example
25806 ((1 . 5) (7 . 8) (10 . 12))
25807 @end example
25808
25809 are equal.  In fact, any non-descending list is a range:
25810
25811 @example
25812 (1 2 3 4 5)
25813 @end example
25814
25815 is a perfectly valid range, although a pretty long-winded one.  This is
25816 also valid:
25817
25818 @example
25819 (1 . 5)
25820 @end example
25821
25822 and is equal to the previous range.
25823
25824 Here's a BNF definition of ranges.  Of course, one must remember the
25825 semantic requirement that the numbers are non-descending.  (Any number
25826 of repetition of the same number is allowed, but apt to disappear in
25827 range handling.)
25828
25829 @example
25830 range           = simple-range / normal-range
25831 simple-range    = "(" number " . " number ")"
25832 normal-range    = "(" start-contents ")"
25833 contents        = "" / simple-range *[ " " contents ] /
25834                   number *[ " " contents ]
25835 @end example
25836
25837 Gnus currently uses ranges to keep track of read articles and article
25838 marks.  I plan on implementing a number of range operators in C if The
25839 Powers That Be are willing to let me.  (I haven't asked yet, because I
25840 need to do some more thinking on what operators I need to make life
25841 totally range-based without ever having to convert back to normal
25842 sequences.)
25843
25844
25845 @node Group Info
25846 @subsection Group Info
25847
25848 Gnus stores all permanent info on groups in a @dfn{group info} list.
25849 This list is from three to six elements (or more) long and exhaustively
25850 describes the group.
25851
25852 Here are two example group infos; one is a very simple group while the
25853 second is a more complex one:
25854
25855 @example
25856 ("no.group" 5 ((1 . 54324)))
25857
25858 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
25859                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
25860                 (nnml "")
25861                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
25862 @end example
25863
25864 The first element is the @dfn{group name}---as Gnus knows the group,
25865 anyway.  The second element is the @dfn{subscription level}, which
25866 normally is a small integer.  (It can also be the @dfn{rank}, which is a
25867 cons cell where the @code{car} is the level and the @code{cdr} is the
25868 score.)  The third element is a list of ranges of read articles.  The
25869 fourth element is a list of lists of article marks of various kinds.
25870 The fifth element is the select method (or virtual server, if you like).
25871 The sixth element is a list of @dfn{group parameters}, which is what
25872 this section is about.
25873
25874 Any of the last three elements may be missing if they are not required.
25875 In fact, the vast majority of groups will normally only have the first
25876 three elements, which saves quite a lot of cons cells.
25877
25878 Here's a BNF definition of the group info format:
25879
25880 @example
25881 info          = "(" group space ralevel space read
25882                 [ "" / [ space marks-list [ "" / [ space method [ "" /
25883                 space parameters ] ] ] ] ] ")"
25884 group         = quote <string> quote
25885 ralevel       = rank / level
25886 level         = <integer in the range of 1 to inf>
25887 rank          = "(" level "." score ")"
25888 score         = <integer in the range of 1 to inf>
25889 read          = range
25890 marks-lists   = nil / "(" *marks ")"
25891 marks         = "(" <string> range ")"
25892 method        = "(" <string> *elisp-forms ")"
25893 parameters    = "(" *elisp-forms ")"
25894 @end example
25895
25896 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
25897 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
25898 in pseudo-BNF.
25899
25900 If you have a Gnus info and want to access the elements, Gnus offers a
25901 series of macros for getting/setting these elements.
25902
25903 @table @code
25904 @item gnus-info-group
25905 @itemx gnus-info-set-group
25906 @findex gnus-info-group
25907 @findex gnus-info-set-group
25908 Get/set the group name.
25909
25910 @item gnus-info-rank
25911 @itemx gnus-info-set-rank
25912 @findex gnus-info-rank
25913 @findex gnus-info-set-rank
25914 Get/set the group rank (@pxref{Group Score}).
25915
25916 @item gnus-info-level
25917 @itemx gnus-info-set-level
25918 @findex gnus-info-level
25919 @findex gnus-info-set-level
25920 Get/set the group level.
25921
25922 @item gnus-info-score
25923 @itemx gnus-info-set-score
25924 @findex gnus-info-score
25925 @findex gnus-info-set-score
25926 Get/set the group score (@pxref{Group Score}).
25927
25928 @item gnus-info-read
25929 @itemx gnus-info-set-read
25930 @findex gnus-info-read
25931 @findex gnus-info-set-read
25932 Get/set the ranges of read articles.
25933
25934 @item gnus-info-marks
25935 @itemx gnus-info-set-marks
25936 @findex gnus-info-marks
25937 @findex gnus-info-set-marks
25938 Get/set the lists of ranges of marked articles.
25939
25940 @item gnus-info-method
25941 @itemx gnus-info-set-method
25942 @findex gnus-info-method
25943 @findex gnus-info-set-method
25944 Get/set the group select method.
25945
25946 @item gnus-info-params
25947 @itemx gnus-info-set-params
25948 @findex gnus-info-params
25949 @findex gnus-info-set-params
25950 Get/set the group parameters.
25951 @end table
25952
25953 All the getter functions take one parameter---the info list.  The setter
25954 functions take two parameters---the info list and the new value.
25955
25956 The last three elements in the group info aren't mandatory, so it may be
25957 necessary to extend the group info before setting the element.  If this
25958 is necessary, you can just pass on a non-@code{nil} third parameter to
25959 the three final setter functions to have this happen automatically.
25960
25961
25962 @node Extended Interactive
25963 @subsection Extended Interactive
25964 @cindex interactive
25965 @findex gnus-interactive
25966
25967 Gnus extends the standard Emacs @code{interactive} specification
25968 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
25969 Prefixes}).  Here's an example of how this is used:
25970
25971 @lisp
25972 (defun gnus-summary-increase-score (&optional score symp)
25973   (interactive (gnus-interactive "P\ny"))
25974   ...
25975   )
25976 @end lisp
25977
25978 The best thing to do would have been to implement
25979 @code{gnus-interactive} as a macro which would have returned an
25980 @code{interactive} form, but this isn't possible since Emacs checks
25981 whether a function is interactive or not by simply doing an @code{assq}
25982 on the lambda form.  So, instead we have @code{gnus-interactive}
25983 function that takes a string and returns values that are usable to
25984 @code{interactive}.
25985
25986 This function accepts (almost) all normal @code{interactive} specs, but
25987 adds a few more.
25988
25989 @table @samp
25990 @item y
25991 @vindex gnus-current-prefix-symbol
25992 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
25993 variable.
25994
25995 @item Y
25996 @vindex gnus-current-prefix-symbols
25997 A list of the current symbolic prefixes---the
25998 @code{gnus-current-prefix-symbol} variable.
25999
26000 @item A
26001 The current article number---the @code{gnus-summary-article-number}
26002 function.
26003
26004 @item H
26005 The current article header---the @code{gnus-summary-article-header}
26006 function.
26007
26008 @item g
26009 The current group name---the @code{gnus-group-group-name}
26010 function.
26011
26012 @end table
26013
26014
26015 @node Emacs/XEmacs Code
26016 @subsection Emacs/XEmacs Code
26017 @cindex XEmacs
26018 @cindex Emacsen
26019
26020 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
26021 platforms must be the primary one.  I chose Emacs.  Not because I don't
26022 like XEmacs or Mule, but because it comes first alphabetically.
26023
26024 This means that Gnus will byte-compile under Emacs with nary a warning,
26025 while XEmacs will pump out gigabytes of warnings while byte-compiling.
26026 As I use byte-compilation warnings to help me root out trivial errors in
26027 Gnus, that's very useful.
26028
26029 I've also consistently used Emacs function interfaces, but have used
26030 Gnusey aliases for the functions.  To take an example:  Emacs defines a
26031 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
26032 function.  I then define a function called @code{gnus-run-at-time} that
26033 takes the same parameters as the Emacs @code{run-at-time}.  When running
26034 Gnus under Emacs, the former function is just an alias for the latter.
26035 However, when running under XEmacs, the former is an alias for the
26036 following function:
26037
26038 @lisp
26039 (defun gnus-xmas-run-at-time (time repeat function &rest args)
26040   (start-itimer
26041    "gnus-run-at-time"
26042    `(lambda ()
26043       (,function ,@@args))
26044    time repeat))
26045 @end lisp
26046
26047 This sort of thing has been done for bunches of functions.  Gnus does
26048 not redefine any native Emacs functions while running under XEmacs---it
26049 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
26050 all over.
26051
26052 In the cases where the XEmacs function interface was obviously cleaner,
26053 I used it instead.  For example @code{gnus-region-active-p} is an alias
26054 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
26055
26056 Of course, I could have chosen XEmacs as my native platform and done
26057 mapping functions the other way around.  But I didn't.  The performance
26058 hit these indirections impose on Gnus under XEmacs should be slight.
26059
26060
26061 @node Various File Formats
26062 @subsection Various File Formats
26063
26064 @menu
26065 * Active File Format::          Information on articles and groups available.
26066 * Newsgroups File Format::      Group descriptions.
26067 @end menu
26068
26069
26070 @node Active File Format
26071 @subsubsection Active File Format
26072
26073 The active file lists all groups available on the server in
26074 question.  It also lists the highest and lowest current article numbers
26075 in each group.
26076
26077 Here's an excerpt from a typical active file:
26078
26079 @example
26080 soc.motss 296030 293865 y
26081 alt.binaries.pictures.fractals 3922 3913 n
26082 comp.sources.unix 1605 1593 m
26083 comp.binaries.ibm.pc 5097 5089 y
26084 no.general 1000 900 y
26085 @end example
26086
26087 Here's a pseudo-BNF definition of this file:
26088
26089 @example
26090 active      = *group-line
26091 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
26092 group       = <non-white-space string>
26093 spc         = " "
26094 high-number = <non-negative integer>
26095 low-number  = <positive integer>
26096 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
26097 @end example
26098
26099 For a full description of this file, see the manual pages for
26100 @samp{innd}, in particular @samp{active(5)}.
26101
26102
26103 @node Newsgroups File Format
26104 @subsubsection Newsgroups File Format
26105
26106 The newsgroups file lists groups along with their descriptions.  Not all
26107 groups on the server have to be listed,  and not all groups in the file
26108 have to exist on the server.  The file is meant purely as information to
26109 the user.
26110
26111 The format is quite simple; a group name, a tab, and the description.
26112 Here's the definition:
26113
26114 @example
26115 newsgroups    = *line
26116 line          = group tab description <NEWLINE>
26117 group         = <non-white-space string>
26118 tab           = <TAB>
26119 description   = <string>
26120 @end example
26121
26122
26123 @page
26124 @node Emacs for Heathens
26125 @section Emacs for Heathens
26126
26127 Believe it or not, but some people who use Gnus haven't really used
26128 Emacs much before they embarked on their journey on the Gnus Love Boat.
26129 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
26130 region'', and ``set @code{gnus-flargblossen} to an alist where the key
26131 is a regexp that is used for matching on the group name'' are magical
26132 phrases with little or no meaning, then this appendix is for you.  If
26133 you are already familiar with Emacs, just ignore this and go fondle your
26134 cat instead.
26135
26136 @menu
26137 * Keystrokes::                  Entering text and executing commands.
26138 * Emacs Lisp::                  The built-in Emacs programming language.
26139 @end menu
26140
26141
26142 @node Keystrokes
26143 @subsection Keystrokes
26144
26145 @itemize @bullet
26146 @item
26147 Q: What is an experienced Emacs user?
26148
26149 @item
26150 A: A person who wishes that the terminal had pedals.
26151 @end itemize
26152
26153 Yes, when you use Emacs, you are apt to use the control key, the shift
26154 key and the meta key a lot.  This is very annoying to some people
26155 (notably @code{vi}le users), and the rest of us just love the hell out
26156 of it.  Just give up and submit.  Emacs really does stand for
26157 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
26158 may have heard from other disreputable sources (like the Emacs author).
26159
26160 The shift keys are normally located near your pinky fingers, and are
26161 normally used to get capital letters and stuff.  You probably use it all
26162 the time.  The control key is normally marked ``CTRL'' or something like
26163 that.  The meta key is, funnily enough, never marked as such on any
26164 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
26165 which is the meta key on this keyboard.  It's usually located somewhere
26166 to the left hand side of the keyboard, usually on the bottom row.
26167
26168 Now, us Emacs people don't say ``press the meta-control-m key'',
26169 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
26170 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
26171 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
26172 down the control key, and hold it down while you press @kbd{k}''.
26173 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
26174 the control key and then press @kbd{k}''.  Simple, ay?
26175
26176 This is somewhat complicated by the fact that not all keyboards have a
26177 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
26178 means ``press escape, release escape, press @kbd{k}''.  That's much more
26179 work than if you have a meta key, so if that's the case, I respectfully
26180 suggest you get a real keyboard with a meta key.  You can't live without
26181 it.
26182
26183
26184
26185 @node Emacs Lisp
26186 @subsection Emacs Lisp
26187
26188 Emacs is the King of Editors because it's really a Lisp interpreter.
26189 Each and every key you tap runs some Emacs Lisp code snippet, and since
26190 Emacs Lisp is an interpreted language, that means that you can configure
26191 any key to run any arbitrary code.  You just, like, do it.
26192
26193 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
26194 functions.  (These are byte-compiled for speed, but it's still
26195 interpreted.)  If you decide that you don't like the way Gnus does
26196 certain things, it's trivial to have it do something a different way.
26197 (Well, at least if you know how to write Lisp code.)  However, that's
26198 beyond the scope of this manual, so we are simply going to talk about
26199 some common constructs that you normally use in your @file{.emacs} file
26200 to customize Gnus.
26201
26202 If you want to set the variable @code{gnus-florgbnize} to four (4), you
26203 write the following:
26204
26205 @lisp
26206 (setq gnus-florgbnize 4)
26207 @end lisp
26208
26209 This function (really ``special form'') @code{setq} is the one that can
26210 set a variable to some value.  This is really all you need to know.  Now
26211 you can go and fill your @file{.emacs} file with lots of these to change
26212 how Gnus works.
26213
26214 If you have put that thing in your @file{.emacs} file, it will be read
26215 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
26216 start Emacs.  If you want to change the variable right away, simply say
26217 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
26218 previous ``form'', which is a simple @code{setq} statement here.
26219
26220 Go ahead---just try it, if you're located at your Emacs.  After you
26221 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
26222 is the return value of the form you @code{eval}ed.
26223
26224 Some pitfalls:
26225
26226 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
26227 that means:
26228
26229 @lisp
26230 (setq gnus-read-active-file 'some)
26231 @end lisp
26232
26233 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
26234 @samp{nntp.ifi.uio.no}'', that means:
26235
26236 @lisp
26237 (setq gnus-nntp-server "nntp.ifi.uio.no")
26238 @end lisp
26239
26240 So be careful not to mix up strings (the latter) with symbols (the
26241 former).  The manual is unambiguous, but it can be confusing.
26242
26243 @page
26244 @include gnus-faq.texi
26245
26246 @node Index
26247 @chapter Index
26248 @printindex cp
26249
26250 @node Key Index
26251 @chapter Key Index
26252 @printindex ky
26253
26254 @summarycontents
26255 @contents
26256 @bye
26257
26258 @iftex
26259 @iflatex
26260 \end{document}
26261 @end iflatex
26262 @end iftex
26263
26264 @c Local Variables:
26265 @c mode: texinfo
26266 @c coding: iso-8859-1
26267 @c End:
26268 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
26269 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
26270 % LocalWords:  nnmbox newusers Blllrph NEWGROUPS dingnusdingnusdingnus
26271 % LocalWords:  pre fab rec comp nnslashdot regex ga ga sci nnml nnbabyl nnmh
26272 % LocalWords:  nnfolder emph looong eld newsreaders defun init elc pxref