(diff-font-lock-keywords): Simplify comments fontifying rule.
[emacs.git] / man / gnus.texi
blobb1d5be22651ae72c5562809c866cdd9d3c2b6790
1 \input texinfo
3 @setfilename ../info/gnus
4 @settitle Gnus Manual
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex pg cp
9 @copying
10 Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001,
11 2002, 2003, 2004, 2005
12 Free Software Foundation, Inc.
14 @quotation
15 Permission is granted to copy, distribute and/or modify this document
16 under the terms of the GNU Free Documentation License, Version 1.1 or
17 any later version published by the Free Software Foundation; with no
18 Invariant Sections, with the Front-Cover texts being ``A GNU
19 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
20 license is included in the section entitled ``GNU Free Documentation
21 License'' in the Emacs manual.
23 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
24 this GNU Manual, like GNU software.  Copies published by the Free
25 Software Foundation raise funds for GNU development.''
27 This document is part of a collection distributed under the GNU Free
28 Documentation License.  If you want to distribute this document
29 separately from the collection, you can do so by adding a copy of the
30 license to the document, as described in section 6 of the license.
31 @end quotation
32 @end copying
34 @iftex
35 @iflatex
36 \documentclass[twoside,a4paper,openright,11pt]{book}
37 \usepackage[latin1]{inputenc}
38 \usepackage{pagestyle}
39 \usepackage{epsfig}
40 \usepackage{pixidx}
41 \input{gnusconfig.tex}
43 \ifx\pdfoutput\undefined
44 \else
45 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
46 \usepackage{thumbpdf}
47 \pdfcompresslevel=9
48 \fi
50 \makeindex
51 \begin{document}
53 \newcommand{\gnusversionname}{Gnus v5.10.6}
54 \newcommand{\gnuschaptername}{}
55 \newcommand{\gnussectionname}{}
57 \newcommand{\gnusbackslash}{/}
59 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
60 \ifx\pdfoutput\undefined
61 \newcommand{\gnusuref}[1]{\gnustt{#1}}
62 \else
63 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
64 \fi
65 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
66 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
68 \newcommand{\gnuskindex}[1]{\index{#1}}
69 \newcommand{\gnusindex}[1]{\index{#1}}
71 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
72 \newcommand{\gnuscode}[1]{\gnustt{#1}}
73 \newcommand{\gnusasis}[1]{\gnustt{#1}}
74 \newcommand{\gnusurl}[1]{\gnustt{#1}}
75 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
76 \newcommand{\gnusenv}[1]{\gnustt{#1}}
77 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
78 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
79 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
80 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
81 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
82 \newcommand{\gnusdfn}[1]{\textit{#1}}
83 \newcommand{\gnusi}[1]{\textit{#1}}
84 \newcommand{\gnusr}[1]{\textrm{#1}}
85 \newcommand{\gnusstrong}[1]{\textbf{#1}}
86 \newcommand{\gnusemph}[1]{\textit{#1}}
87 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
88 \newcommand{\gnussc}[1]{\textsc{#1}}
89 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
90 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
91 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
92 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
93 \newcommand{\gnusacronym}[1]{\textsc{#1}}
94 \newcommand{\gnusemail}[1]{\textit{#1}}
96 \newcommand{\gnusbullet}{{${\bullet}$}}
97 \newcommand{\gnusdollar}{\$}
98 \newcommand{\gnusampersand}{\&}
99 \newcommand{\gnuspercent}{\%}
100 \newcommand{\gnushash}{\#}
101 \newcommand{\gnushat}{\symbol{"5E}}
102 \newcommand{\gnusunderline}{\symbol{"5F}}
103 \newcommand{\gnusnot}{$\neg$}
104 \newcommand{\gnustilde}{\symbol{"7E}}
105 \newcommand{\gnusless}{{$<$}}
106 \newcommand{\gnusgreater}{{$>$}}
107 \newcommand{\gnusbraceleft}{{$>$}}
108 \newcommand{\gnusbraceright}{{$>$}}
110 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
111 \newcommand{\gnusinteresting}{
112 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
115 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
117 \newcommand{\gnuspagechapter}[1]{
118 {\mbox{}}
121 \newdimen{\gnusdimen}
122 \gnusdimen 0pt
124 \newcommand{\gnuschapter}[2]{
125 \gnuscleardoublepage
126 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
127 \chapter{#2}
128 \renewcommand{\gnussectionname}{}
129 \renewcommand{\gnuschaptername}{#2}
130 \thispagestyle{empty}
131 \hspace*{-2cm}
132 \begin{picture}(500,500)(0,0)
133 \put(480,350){\makebox(0,0)[tr]{#1}}
134 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
135 \end{picture}
136 \clearpage
139 \newcommand{\gnusfigure}[3]{
140 \begin{figure}
141 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
143 \end{picture}
144 \caption{#1}
145 \end{figure}
148 \newcommand{\gnusicon}[1]{
149 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
152 \newcommand{\gnuspicon}[1]{
153 \margindex{\epsfig{figure=#1,width=2cm}}
156 \newcommand{\gnusxface}[2]{
157 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
160 \newcommand{\gnussmiley}[2]{
161 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
164 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
166 \newcommand{\gnussection}[1]{
167 \renewcommand{\gnussectionname}{#1}
168 \section{#1}
171 \newenvironment{codelist}%
172 {\begin{list}{}{
174 }{\end{list}}
176 \newenvironment{asislist}%
177 {\begin{list}{}{
179 }{\end{list}}
181 \newenvironment{kbdlist}%
182 {\begin{list}{}{
183 \labelwidth=0cm
185 }{\end{list}}
187 \newenvironment{dfnlist}%
188 {\begin{list}{}{
190 }{\end{list}}
192 \newenvironment{stronglist}%
193 {\begin{list}{}{
195 }{\end{list}}
197 \newenvironment{samplist}%
198 {\begin{list}{}{
200 }{\end{list}}
202 \newenvironment{varlist}%
203 {\begin{list}{}{
205 }{\end{list}}
207 \newenvironment{emphlist}%
208 {\begin{list}{}{
210 }{\end{list}}
212 \newlength\gnusheadtextwidth
213 \setlength{\gnusheadtextwidth}{\headtextwidth}
214 \addtolength{\gnusheadtextwidth}{1cm}
216 \newpagestyle{gnuspreamble}%
219 \ifodd\count0
221 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
223 \else
225 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
232 \ifodd\count0
233 \mbox{} \hfill
234 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
235 \else
236 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
237 \hfill \mbox{}
241 \newpagestyle{gnusindex}%
244 \ifodd\count0
246 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
248 \else
250 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
256 \ifodd\count0
257 \mbox{} \hfill
258 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
259 \else
260 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
261 \hfill \mbox{}
265 \newpagestyle{gnus}%
268 \ifodd\count0
270 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
272 \else
274 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
280 \ifodd\count0
281 \mbox{} \hfill
282 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
283 \else
284 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
285 \hfill \mbox{}
289 \pagenumbering{roman}
290 \pagestyle{gnuspreamble}
292 @end iflatex
293 @end iftex
295 @iftex
296 @iflatex
298 \begin{titlepage}
301 %\addtolength{\oddsidemargin}{-5cm}
302 %\addtolength{\evensidemargin}{-5cm}
303 \parindent=0cm
304 \addtolength{\textheight}{2cm}
306 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
307 \rule{15cm}{1mm}\\
308 \vfill
309 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
310 \vfill
311 \rule{15cm}{1mm}\\
312 \gnusauthor{by Lars Magne Ingebrigtsen}
313 \newpage
316 \mbox{}
317 \vfill
319 \thispagestyle{empty}
321 @c @insertcopying
322 \newpage
323 \end{titlepage}
324 @end iflatex
325 @end iftex
327 @ifnottex
328 @insertcopying
329 @end ifnottex
331 @dircategory Emacs
332 @direntry
333 * Gnus: (gnus).         The newsreader Gnus.
334 @end direntry
335 @iftex
336 @finalout
337 @end iftex
338 @setchapternewpage odd
342 @titlepage
343 @title Gnus Manual
345 @author by Lars Magne Ingebrigtsen
346 @page
347 @vskip 0pt plus 1filll
348 @insertcopying
349 @end titlepage
352 @node Top
353 @top The Gnus Newsreader
355 @ifinfo
357 You can read news (and mail) from within Emacs by using Gnus.  The news
358 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
359 spool or your mbox file.  All at the same time, if you want to push your
360 luck.
362 This manual corresponds to Gnus v5.10.6.
364 @end ifinfo
366 @iftex
368 @iflatex
369 \tableofcontents
370 \gnuscleardoublepage
371 @end iflatex
373 Gnus is the advanced, self-documenting, customizable, extensible
374 unreal-time newsreader for GNU Emacs.
376 Oops.  That sounds oddly familiar, so let's start over again to avoid
377 being accused of plagiarism:
379 Gnus is a message-reading laboratory.  It will let you look at just
380 about anything as if it were a newsgroup.  You can read mail with it,
381 you can browse directories with it, you can @code{ftp} with it---you
382 can even read news with it!
384 Gnus tries to empower people who read news the same way Emacs empowers
385 people who edit text.  Gnus sets no limits to what the user should be
386 allowed to do.  Users are encouraged to extend Gnus to make it behave
387 like they want it to behave.  A program should not control people;
388 people should be empowered to do what they want by using (or abusing)
389 the program.
391 @end iftex
393 @menu
394 * Starting Up::              Finding news can be a pain.
395 * Group Buffer::             Selecting, subscribing and killing groups.
396 * Summary Buffer::           Reading, saving and posting articles.
397 * Article Buffer::           Displaying and handling articles.
398 * Composing Messages::       Information on sending mail and news.
399 * Select Methods::           Gnus reads all messages from various select methods.
400 * Scoring::                  Assigning values to articles.
401 * Various::                  General purpose settings.
402 * The End::                  Farewell and goodbye.
403 * Appendices::               Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
404 * Index::                    Variable, function and concept index.
405 * Key Index::                Key Index.
407 Other related manuals
409 * Message:(message).         Composing messages.
410 * Emacs-MIME:(emacs-mime).   Composing messages; @acronym{MIME}-specific parts.
411 * Sieve:(sieve).             Managing Sieve scripts in Emacs.
412 * PGG:(pgg).                 @acronym{PGP/MIME} with Gnus.
414 @detailmenu
415  --- The Detailed Node Listing ---
417 Starting Gnus
419 * Finding the News::            Choosing a method for getting news.
420 * The First Time::              What does Gnus do the first time you start it?
421 * The Server is Down::          How can I read my mail then?
422 * Slave Gnusae::                You can have more than one Gnus active at a time.
423 * Fetching a Group::            Starting Gnus just to read a group.
424 * New Groups::                  What is Gnus supposed to do with new groups?
425 * Changing Servers::            You may want to move from one server to another.
426 * Startup Files::               Those pesky startup files---@file{.newsrc}.
427 * Auto Save::                   Recovering from a crash.
428 * The Active File::             Reading the active file over a slow line Takes Time.
429 * Startup Variables::           Other variables you might change.
431 New Groups
433 * Checking New Groups::         Determining what groups are new.
434 * Subscription Methods::        What Gnus should do with new groups.
435 * Filtering New Groups::        Making Gnus ignore certain new groups.
437 Group Buffer
439 * Group Buffer Format::         Information listed and how you can change it.
440 * Group Maneuvering::           Commands for moving in the group buffer.
441 * Selecting a Group::           Actually reading news.
442 * Subscription Commands::       Unsubscribing, killing, subscribing.
443 * Group Data::                  Changing the info for a group.
444 * Group Levels::                Levels? What are those, then?
445 * Group Score::                 A mechanism for finding out what groups you like.
446 * Marking Groups::              You can mark groups for later processing.
447 * Foreign Groups::              Creating and editing groups.
448 * Group Parameters::            Each group may have different parameters set.
449 * Listing Groups::              Gnus can list various subsets of the groups.
450 * Sorting Groups::              Re-arrange the group order.
451 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
452 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
453 * Exiting Gnus::                Stop reading news and get some work done.
454 * Group Topics::                A folding group mode divided into topics.
455 * Misc Group Stuff::            Other stuff that you can to do.
457 Group Buffer Format
459 * Group Line Specification::    Deciding how the group buffer is to look.
460 * Group Mode Line Specification::  The group buffer mode line.
461 * Group Highlighting::          Having nice colors in the group buffer.
463 Group Topics
465 * Topic Commands::              Interactive E-Z commands.
466 * Topic Variables::             How to customize the topics the Lisp Way.
467 * Topic Sorting::               Sorting each topic individually.
468 * Topic Topology::              A map of the world.
469 * Topic Parameters::            Parameters that apply to all groups in a topic.
471 Misc Group Stuff
473 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
474 * Group Information::           Information and help on groups and Gnus.
475 * Group Timestamp::             Making Gnus keep track of when you last read a group.
476 * File Commands::               Reading and writing the Gnus files.
477 * Sieve Commands::              Managing Sieve scripts.
479 Summary Buffer
481 * Summary Buffer Format::       Deciding how the summary buffer is to look.
482 * Summary Maneuvering::         Moving around the summary buffer.
483 * Choosing Articles::           Reading articles.
484 * Paging the Article::          Scrolling the current article.
485 * Reply Followup and Post::     Posting articles.
486 * Delayed Articles::            Send articles at a later time.
487 * Marking Articles::            Marking articles as read, expirable, etc.
488 * Limiting::                    You can limit the summary buffer.
489 * Threading::                   How threads are made.
490 * Sorting the Summary Buffer::  How articles and threads are sorted.
491 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
492 * Article Caching::             You may store articles in a cache.
493 * Persistent Articles::         Making articles expiry-resistant.
494 * Article Backlog::             Having already read articles hang around.
495 * Saving Articles::             Ways of customizing article saving.
496 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
497 * Article Treatment::           The article buffer can be mangled at will.
498 * MIME Commands::               Doing MIMEy things with the articles.
499 * Charsets::                    Character set issues.
500 * Article Commands::            Doing various things with the article buffer.
501 * Summary Sorting::             Sorting the summary buffer in various ways.
502 * Finding the Parent::          No child support? Get the parent.
503 * Alternative Approaches::      Reading using non-default summaries.
504 * Tree Display::                A more visual display of threads.
505 * Mail Group Commands::         Some commands can only be used in mail groups.
506 * Various Summary Stuff::       What didn't fit anywhere else.
507 * Exiting the Summary Buffer::  Returning to the Group buffer,
508                                 or reselecting the current group.
509 * Crosspost Handling::          How crossposted articles are dealt with.
510 * Duplicate Suppression::       An alternative when crosspost handling fails.
511 * Security::                    Decrypt and Verify.
512 * Mailing List::                Mailing list minor mode.
514 Summary Buffer Format
516 * Summary Buffer Lines::        You can specify how summary lines should look.
517 * To From Newsgroups::          How to not display your own name.
518 * Summary Buffer Mode Line::    You can say how the mode line should look.
519 * Summary Highlighting::        Making the summary buffer all pretty and nice.
521 Choosing Articles
523 * Choosing Commands::           Commands for choosing articles.
524 * Choosing Variables::          Variables that influence these commands.
526 Reply, Followup and Post
528 * Summary Mail Commands::       Sending mail.
529 * Summary Post Commands::       Sending news.
530 * Summary Message Commands::    Other Message-related commands.
531 * Canceling and Superseding::
533 Marking Articles
535 * Unread Articles::             Marks for unread articles.
536 * Read Articles::               Marks for read articles.
537 * Other Marks::                 Marks that do not affect readedness.
538 * Setting Marks::               How to set and remove marks.
539 * Generic Marking Commands::    How to customize the marking.
540 * Setting Process Marks::       How to mark articles for later processing.
542 Threading
544 * Customizing Threading::       Variables you can change to affect the threading.
545 * Thread Commands::             Thread based commands in the summary buffer.
547 Customizing Threading
549 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
550 * Filling In Threads::          Making the threads displayed look fuller.
551 * More Threading::              Even more variables for fiddling with threads.
552 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
554 Decoding Articles
556 * Uuencoded Articles::          Uudecode articles.
557 * Shell Archives::              Unshar articles.
558 * PostScript Files::            Split PostScript.
559 * Other Files::                 Plain save and binhex.
560 * Decoding Variables::          Variables for a happy decoding.
561 * Viewing Files::               You want to look at the result of the decoding?
563 Decoding Variables
565 * Rule Variables::              Variables that say how a file is to be viewed.
566 * Other Decode Variables::      Other decode variables.
567 * Uuencoding and Posting::      Variables for customizing uuencoding.
569 Article Treatment
571 * Article Highlighting::        You want to make the article look like fruit salad.
572 * Article Fontisizing::         Making emphasized text look nice.
573 * Article Hiding::              You also want to make certain info go away.
574 * Article Washing::             Lots of way-neat functions to make life better.
575 * Article Header::              Doing various header transformations.
576 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
577 * Article Button Levels::       Controlling appearance of buttons.
578 * Article Date::                Grumble, UT!
579 * Article Display::             Display various stuff---X-Face, Picons, Smileys
580 * Article Signature::           What is a signature?
581 * Article Miscellanea::         Various other stuff.
583 Alternative Approaches
585 * Pick and Read::               First mark articles and then read them.
586 * Binary Groups::               Auto-decode all articles.
588 Various Summary Stuff
590 * Summary Group Information::   Information oriented commands.
591 * Searching for Articles::      Multiple article commands.
592 * Summary Generation Commands::
593 * Really Various Summary Commands::  Those pesky non-conformant commands.
595 Article Buffer
597 * Hiding Headers::              Deciding what headers should be displayed.
598 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
599 * Customizing Articles::        Tailoring the look of the articles.
600 * Article Keymap::              Keystrokes available in the article buffer.
601 * Misc Article::                Other stuff.
603 Composing Messages
605 * Mail::                        Mailing and replying.
606 * Posting Server::              What server should you post and mail via?
607 * POP before SMTP::             You cannot send a mail unless you read a mail.
608 * Mail and Post::               Mailing and posting at the same time.
609 * Archived Messages::           Where Gnus stores the messages you've sent.
610 * Posting Styles::              An easier way to specify who you are.
611 * Drafts::                      Postponing messages and rejected messages.
612 * Rejected Articles::           What happens if the server doesn't like your article?
613 * Signing and encrypting::      How to compose secure messages.
615 Select Methods
617 * Server Buffer::               Making and editing virtual servers.
618 * Getting News::                Reading USENET news with Gnus.
619 * Getting Mail::                Reading your personal mail with Gnus.
620 * Browsing the Web::            Getting messages from a plethora of Web sources.
621 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
622 * Other Sources::               Reading directories, files, SOUP packets.
623 * Combined Groups::             Combining groups into one group.
624 * Gnus Unplugged::              Reading news and mail offline.
626 Server Buffer
628 * Server Buffer Format::        You can customize the look of this buffer.
629 * Server Commands::             Commands to manipulate servers.
630 * Example Methods::             Examples server specifications.
631 * Creating a Virtual Server::   An example session.
632 * Server Variables::            Which variables to set.
633 * Servers and Methods::         You can use server names as select methods.
634 * Unavailable Servers::         Some servers you try to contact may be down.
636 Getting News
638 * NNTP::                        Reading news from an @acronym{NNTP} server.
639 * News Spool::                  Reading news from the local spool.
641 @acronym{NNTP}
643 * Direct Functions::            Connecting directly to the server.
644 * Indirect Functions::          Connecting indirectly to the server.
645 * Common Variables::            Understood by several connection functions.
647 Getting Mail
649 * Mail in a Newsreader::        Important introductory notes.
650 * Getting Started Reading Mail::  A simple cookbook example.
651 * Splitting Mail::              How to create mail groups.
652 * Mail Sources::                How to tell Gnus where to get mail from.
653 * Mail Back End Variables::     Variables for customizing mail handling.
654 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
655 * Group Mail Splitting::        Use group customize to drive mail splitting.
656 * Incorporating Old Mail::      What about the old mail you have?
657 * Expiring Mail::               Getting rid of unwanted mail.
658 * Washing Mail::                Removing cruft from the mail you get.
659 * Duplicates::                  Dealing with duplicated mail.
660 * Not Reading Mail::            Using mail back ends for reading other files.
661 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
663 Mail Sources
665 * Mail Source Specifiers::      How to specify what a mail source is.
666 * Mail Source Customization::   Some variables that influence things.
667 * Fetching Mail::               Using the mail source specifiers.
669 Choosing a Mail Back End
671 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
672 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
673 * Mail Spool::                  Store your mail in a private spool?
674 * MH Spool::                    An mhspool-like back end.
675 * Maildir::                     Another one-file-per-message format.
676 * Mail Folders::                Having one file for each group.
677 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
679 Browsing the Web
681 * Archiving Mail::
682 * Web Searches::                Creating groups from articles that match a string.
683 * Slashdot::                    Reading the Slashdot comments.
684 * Ultimate::                    The Ultimate Bulletin Board systems.
685 * Web Archive::                 Reading mailing list archived on web.
686 * RSS::                         Reading RDF site summary.
687 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
689 @acronym{IMAP}
691 * Splitting in IMAP::           Splitting mail with nnimap.
692 * Expiring in IMAP::            Expiring mail with nnimap.
693 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
694 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
695 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
696 * Debugging IMAP::              What to do when things don't work.
698 Other Sources
700 * Directory Groups::            You can read a directory as if it was a newsgroup.
701 * Anything Groups::             Dired?  Who needs dired?
702 * Document Groups::             Single files can be the basis of a group.
703 * SOUP::                        Reading @sc{soup} packets ``offline''.
704 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
706 Document Groups
708 * Document Server Internals::   How to add your own document types.
710 SOUP
712 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
713 * SOUP Groups::                 A back end for reading @sc{soup} packets.
714 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
716 Combined Groups
718 * Virtual Groups::              Combining articles from many groups.
719 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
721 Gnus Unplugged
723 * Agent Basics::                How it all is supposed to work.
724 * Agent Categories::            How to tell the Gnus Agent what to download.
725 * Agent Commands::              New commands for all the buffers.
726 * Agent Visuals::               Ways that the agent may effect your summary buffer.
727 * Agent as Cache::              The Agent is a big cache too.
728 * Agent Expiry::                How to make old articles go away.
729 * Agent Regeneration::          How to recover from lost connections and other accidents.
730 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
731 * Outgoing Messages::           What happens when you post/mail something?
732 * Agent Variables::             Customizing is fun.
733 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
734 * Batching Agents::             How to fetch news from a @code{cron} job.
735 * Agent Caveats::               What you think it'll do and what it does.
737 Agent Categories
739 * Category Syntax::             What a category looks like.
740 * Category Buffer::             A buffer for maintaining categories.
741 * Category Variables::          Customize'r'Us.
743 Agent Commands
745 * Group Agent Commands::        Configure groups and fetch their contents.
746 * Summary Agent Commands::      Manually select then fetch specific articles.
747 * Server Agent Commands::       Select the servers that are supported by the agent.
749 Scoring
751 * Summary Score Commands::      Adding score entries for the current group.
752 * Group Score Commands::        General score commands.
753 * Score Variables::             Customize your scoring.  (My, what terminology).
754 * Score File Format::           What a score file may contain.
755 * Score File Editing::          You can edit score files by hand as well.
756 * Adaptive Scoring::            Big Sister Gnus knows what you read.
757 * Home Score File::             How to say where new score entries are to go.
758 * Followups To Yourself::       Having Gnus notice when people answer you.
759 * Scoring On Other Headers::    Scoring on non-standard headers.
760 * Scoring Tips::                How to score effectively.
761 * Reverse Scoring::             That problem child of old is not problem.
762 * Global Score Files::          Earth-spanning, ear-splitting score files.
763 * Kill Files::                  They are still here, but they can be ignored.
764 * Converting Kill Files::       Translating kill files to score files.
765 * GroupLens::                   Getting predictions on what you like to read.
766 * Advanced Scoring::            Using logical expressions to build score rules.
767 * Score Decays::                It can be useful to let scores wither away.
769 GroupLens
771 * Using GroupLens::             How to make Gnus use GroupLens.
772 * Rating Articles::             Letting GroupLens know how you rate articles.
773 * Displaying Predictions::      Displaying predictions given by GroupLens.
774 * GroupLens Variables::         Customizing GroupLens.
776 Advanced Scoring
778 * Advanced Scoring Syntax::     A definition.
779 * Advanced Scoring Examples::   What they look like.
780 * Advanced Scoring Tips::       Getting the most out of it.
782 Various
784 * Process/Prefix::              A convention used by many treatment commands.
785 * Interactive::                 Making Gnus ask you many questions.
786 * Symbolic Prefixes::           How to supply some Gnus functions with options.
787 * Formatting Variables::        You can specify what buffers should look like.
788 * Window Layout::               Configuring the Gnus buffer windows.
789 * Faces and Fonts::             How to change how faces look.
790 * Compilation::                 How to speed Gnus up.
791 * Mode Lines::                  Displaying information in the mode lines.
792 * Highlighting and Menus::      Making buffers look all nice and cozy.
793 * Buttons::                     Get tendinitis in ten easy steps!
794 * Daemons::                     Gnus can do things behind your back.
795 * NoCeM::                       How to avoid spam and other fatty foods.
796 * Undo::                        Some actions can be undone.
797 * Predicate Specifiers::        Specifying predicates.
798 * Moderation::                  What to do if you're a moderator.
799 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
800 * Fuzzy Matching::              What's the big fuzz?
801 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
802 * Other modes::                 Interaction with other modes.
803 * Various Various::             Things that are really various.
805 Formatting Variables
807 * Formatting Basics::           A formatting variable is basically a format string.
808 * Mode Line Formatting::        Some rules about mode line formatting variables.
809 * Advanced Formatting::         Modifying output in various ways.
810 * User-Defined Specs::          Having Gnus call your own functions.
811 * Formatting Fonts::            Making the formatting look colorful and nice.
812 * Positioning Point::           Moving point to a position after an operation.
813 * Tabulation::                  Tabulating your output.
814 * Wide Characters::             Dealing with wide characters.
816 Image Enhancements
818 * X-Face::                      Display a funky, teensy black-and-white image.
819 * Face::                        Display a funkier, teensier colored image.
820 * Smileys::                     Show all those happy faces the way they were meant to be shown.
821 * Picons::                      How to display pictures of what you're reading.
822 * XVarious::                    Other XEmacsy Gnusey variables.
824 Thwarting Email Spam
826 * The problem of spam::         Some background, and some solutions
827 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
828 * SpamAssassin::                How to use external anti-spam tools.
829 * Hashcash::                    Reduce spam by burning CPU time.
830 * Filtering Spam Using The Spam ELisp Package::
831 * Filtering Spam Using Statistics with spam-stat::
833 Filtering Spam Using The Spam ELisp Package
835 * Spam ELisp Package Sequence of Events::
836 * Spam ELisp Package Filtering of Incoming Mail::
837 * Spam ELisp Package Global Variables::
838 * Spam ELisp Package Configuration Examples::
839 * Blacklists and Whitelists::
840 * BBDB Whitelists::
841 * Gmane Spam Reporting::
842 * Anti-spam Hashcash Payments::
843 * Blackholes::
844 * Regular Expressions Header Matching::
845 * Bogofilter::
846 * ifile spam filtering::
847 * spam-stat spam filtering::
848 * SpamOracle::
849 * Extending the Spam ELisp package::
851 Filtering Spam Using Statistics with spam-stat
853 * Creating a spam-stat dictionary::
854 * Splitting mail using spam-stat::
855 * Low-level interface to the spam-stat dictionary::
857 Appendices
859 * XEmacs::                      Requirements for installing under XEmacs.
860 * History::                     How Gnus got where it is today.
861 * On Writing Manuals::          Why this is not a beginner's guide.
862 * Terminology::                 We use really difficult, like, words here.
863 * Customization::               Tailoring Gnus to your needs.
864 * Troubleshooting::             What you might try if things do not work.
865 * Gnus Reference Guide::        Rilly, rilly technical stuff.
866 * Emacs for Heathens::          A short introduction to Emacsian terms.
867 * Frequently Asked Questions::  The Gnus FAQ
869 History
871 * Gnus Versions::               What Gnus versions have been released.
872 * Other Gnus Versions::         Other Gnus versions that also have been released.
873 * Why?::                        What's the point of Gnus?
874 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
875 * Conformity::                  Gnus tries to conform to all standards.
876 * Emacsen::                     Gnus can be run on a few modern Emacsen.
877 * Gnus Development::            How Gnus is developed.
878 * Contributors::                Oodles of people.
879 * New Features::                Pointers to some of the new stuff in Gnus.
881 New Features
883 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
884 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
885 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
886 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
887 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
888 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
890 Customization
892 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
893 * Slow Terminal Connection::    You run a remote Emacs.
894 * Little Disk Space::           You feel that having large setup files is icky.
895 * Slow Machine::                You feel like buying a faster machine.
897 Gnus Reference Guide
899 * Gnus Utility Functions::      Common functions and variable to use.
900 * Back End Interface::          How Gnus communicates with the servers.
901 * Score File Syntax::           A BNF definition of the score file standard.
902 * Headers::                     How Gnus stores headers internally.
903 * Ranges::                      A handy format for storing mucho numbers.
904 * Group Info::                  The group info format.
905 * Extended Interactive::        Symbolic prefixes and stuff.
906 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
907 * Various File Formats::        Formats of files that Gnus use.
909 Back End Interface
911 * Required Back End Functions::  Functions that must be implemented.
912 * Optional Back End Functions::  Functions that need not be implemented.
913 * Error Messaging::             How to get messages and report errors.
914 * Writing New Back Ends::       Extending old back ends.
915 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
916 * Mail-like Back Ends::         Some tips on mail back ends.
918 Various File Formats
920 * Active File Format::          Information on articles and groups available.
921 * Newsgroups File Format::      Group descriptions.
923 Emacs for Heathens
925 * Keystrokes::                  Entering text and executing commands.
926 * Emacs Lisp::                  The built-in Emacs programming language.
928 @end detailmenu
929 @end menu
931 @node Starting Up
932 @chapter Starting Gnus
933 @cindex starting up
935 @kindex M-x gnus
936 @findex gnus
937 If your system administrator has set things up properly, starting Gnus
938 and reading news is extremely easy---you just type @kbd{M-x gnus} in
939 your Emacs.
941 @findex gnus-other-frame
942 @kindex M-x gnus-other-frame
943 If you want to start Gnus in a different frame, you can use the command
944 @kbd{M-x gnus-other-frame} instead.
946 If things do not go smoothly at startup, you have to twiddle some
947 variables in your @file{~/.gnus.el} file.  This file is similar to
948 @file{~/.emacs}, but is read when Gnus starts.
950 If you puzzle at any terms used in this manual, please refer to the
951 terminology section (@pxref{Terminology}).
953 @menu
954 * Finding the News::      Choosing a method for getting news.
955 * The First Time::        What does Gnus do the first time you start it?
956 * The Server is Down::    How can I read my mail then?
957 * Slave Gnusae::          You can have more than one Gnus active at a time.
958 * New Groups::            What is Gnus supposed to do with new groups?
959 * Changing Servers::      You may want to move from one server to another.
960 * Startup Files::         Those pesky startup files---@file{.newsrc}.
961 * Auto Save::             Recovering from a crash.
962 * The Active File::       Reading the active file over a slow line Takes Time.
963 * Startup Variables::     Other variables you might change.
964 @end menu
967 @node Finding the News
968 @section Finding the News
969 @cindex finding news
971 @vindex gnus-select-method
972 @c @head
973 The @code{gnus-select-method} variable says where Gnus should look for
974 news.  This variable should be a list where the first element says
975 @dfn{how} and the second element says @dfn{where}.  This method is your
976 native method.  All groups not fetched with this method are
977 foreign groups.
979 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
980 you want to get your daily dosage of news from, you'd say:
982 @lisp
983 (setq gnus-select-method '(nntp "news.somewhere.edu"))
984 @end lisp
986 If you want to read directly from the local spool, say:
988 @lisp
989 (setq gnus-select-method '(nnspool ""))
990 @end lisp
992 If you can use a local spool, you probably should, as it will almost
993 certainly be much faster.  But do not use the local spool if your
994 server is running Leafnode (which is a simple, standalone private news
995 server); in this case, use @code{(nntp "localhost")}.
997 @vindex gnus-nntpserver-file
998 @cindex NNTPSERVER
999 @cindex @acronym{NNTP} server
1000 If this variable is not set, Gnus will take a look at the
1001 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1002 Gnus will see whether @code{gnus-nntpserver-file}
1003 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1004 If that fails as well, Gnus will try to use the machine running Emacs
1005 as an @acronym{NNTP} server.  That's a long shot, though.
1007 @vindex gnus-nntp-server
1008 If @code{gnus-nntp-server} is set, this variable will override
1009 @code{gnus-select-method}.  You should therefore set
1010 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1012 @vindex gnus-secondary-servers
1013 @vindex gnus-nntp-server
1014 You can also make Gnus prompt you interactively for the name of an
1015 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1016 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1017 in the @code{gnus-secondary-servers} list (if any).  You can also just
1018 type in the name of any server you feel like visiting.  (Note that this
1019 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1020 gnus} later in the same Emacs session, Gnus will contact the same
1021 server.)
1023 @findex gnus-group-browse-foreign-server
1024 @kindex B (Group)
1025 However, if you use one @acronym{NNTP} server regularly and are just
1026 interested in a couple of groups from a different server, you would be
1027 better served by using the @kbd{B} command in the group buffer.  It will
1028 let you have a look at what groups are available, and you can subscribe
1029 to any of the groups you want to.  This also makes @file{.newsrc}
1030 maintenance much tidier.  @xref{Foreign Groups}.
1032 @vindex gnus-secondary-select-methods
1033 @c @head
1034 A slightly different approach to foreign groups is to set the
1035 @code{gnus-secondary-select-methods} variable.  The select methods
1036 listed in this variable are in many ways just as native as the
1037 @code{gnus-select-method} server.  They will also be queried for active
1038 files during startup (if that's required), and new newsgroups that
1039 appear on these servers will be subscribed (or not) just as native
1040 groups are.
1042 For instance, if you use the @code{nnmbox} back end to read your mail,
1043 you would typically set this variable to
1045 @lisp
1046 (setq gnus-secondary-select-methods '((nnmbox "")))
1047 @end lisp
1050 @node The First Time
1051 @section The First Time
1052 @cindex first time usage
1054 If no startup files exist (@pxref{Startup Files}), Gnus will try to
1055 determine what groups should be subscribed by default.
1057 @vindex gnus-default-subscribed-newsgroups
1058 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1059 will subscribe you to just those groups in that list, leaving the rest
1060 killed.  Your system administrator should have set this variable to
1061 something useful.
1063 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1064 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1065 here as @dfn{whatever Lars thinks you should read}.)
1067 You'll also be subscribed to the Gnus documentation group, which should
1068 help you with most common problems.
1070 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1071 use the normal functions for handling new groups, and not do anything
1072 special.
1075 @node The Server is Down
1076 @section The Server is Down
1077 @cindex server errors
1079 If the default server is down, Gnus will understandably have some
1080 problems starting.  However, if you have some mail groups in addition to
1081 the news groups, you may want to start Gnus anyway.
1083 Gnus, being the trusting sort of program, will ask whether to proceed
1084 without a native select method if that server can't be contacted.  This
1085 will happen whether the server doesn't actually exist (i.e., you have
1086 given the wrong address) or the server has just momentarily taken ill
1087 for some reason or other.  If you decide to continue and have no foreign
1088 groups, you'll find it difficult to actually do anything in the group
1089 buffer.  But, hey, that's your problem.  Blllrph!
1091 @findex gnus-no-server
1092 @kindex M-x gnus-no-server
1093 @c @head
1094 If you know that the server is definitely down, or you just want to read
1095 your mail without bothering with the server at all, you can use the
1096 @code{gnus-no-server} command to start Gnus.  That might come in handy
1097 if you're in a hurry as well.  This command will not attempt to contact
1098 your primary server---instead, it will just activate all groups on level
1099 1 and 2.  (You should preferably keep no native groups on those two
1100 levels.) Also @pxref{Group Levels}.
1103 @node Slave Gnusae
1104 @section Slave Gnusae
1105 @cindex slave
1107 You might want to run more than one Emacs with more than one Gnus at the
1108 same time.  If you are using different @file{.newsrc} files (e.g., if you
1109 are using the two different Gnusae to read from two different servers),
1110 that is no problem whatsoever.  You just do it.
1112 The problem appears when you want to run two Gnusae that use the same
1113 @file{.newsrc} file.
1115 To work around that problem some, we here at the Think-Tank at the Gnus
1116 Towers have come up with a new concept: @dfn{Masters} and
1117 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1118 taken out a copyright on those words.  If you wish to use those words in
1119 conjunction with each other, you have to send $1 per usage instance to
1120 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1121 Applications}) will be much more expensive, of course.)
1123 @findex gnus-slave
1124 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1125 however you do it).  Each subsequent slave Gnusae should be started with
1126 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1127 files, but instead save @dfn{slave files} that contain information only
1128 on what groups have been read in the slave session.  When a master Gnus
1129 starts, it will read (and delete) these slave files, incorporating all
1130 information from them.  (The slave files will be read in the sequence
1131 they were created, so the latest changes will have precedence.)
1133 Information from the slave files has, of course, precedence over the
1134 information in the normal (i.e., master) @file{.newsrc} file.
1136 If the @file{.newsrc*} files have not been saved in the master when the
1137 slave starts, you may be prompted as to whether to read an auto-save
1138 file.  If you answer ``yes'', the unsaved changes to the master will be
1139 incorporated into the slave.  If you answer ``no'', the slave may see some
1140 messages as unread that have been read in the master.
1144 @node New Groups
1145 @section New Groups
1146 @cindex new groups
1147 @cindex subscription
1149 @vindex gnus-check-new-newsgroups
1150 If you are satisfied that you really never want to see any new groups,
1151 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1152 also save you some time at startup.  Even if this variable is
1153 @code{nil}, you can always subscribe to the new groups just by pressing
1154 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1155 is @code{ask-server} by default.  If you set this variable to
1156 @code{always}, then Gnus will query the back ends for new groups even
1157 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1159 @menu
1160 * Checking New Groups::         Determining what groups are new.
1161 * Subscription Methods::        What Gnus should do with new groups.
1162 * Filtering New Groups::        Making Gnus ignore certain new groups.
1163 @end menu
1166 @node Checking New Groups
1167 @subsection Checking New Groups
1169 Gnus normally determines whether a group is new or not by comparing the
1170 list of groups from the active file(s) with the lists of subscribed and
1171 dead groups.  This isn't a particularly fast method.  If
1172 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1173 server for new groups since the last time.  This is both faster and
1174 cheaper.  This also means that you can get rid of the list of killed
1175 groups altogether, so you may set @code{gnus-save-killed-list} to
1176 @code{nil}, which will save time both at startup, at exit, and all over.
1177 Saves disk space, too.  Why isn't this the default, then?
1178 Unfortunately, not all servers support this command.
1180 I bet I know what you're thinking now: How do I find out whether my
1181 server supports @code{ask-server}?  No?  Good, because I don't have a
1182 fail-safe answer.  I would suggest just setting this variable to
1183 @code{ask-server} and see whether any new groups appear within the next
1184 few days.  If any do, then it works.  If none do, then it doesn't
1185 work.  I could write a function to make Gnus guess whether the server
1186 supports @code{ask-server}, but it would just be a guess.  So I won't.
1187 You could @code{telnet} to the server and say @code{HELP} and see
1188 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1189 it does, then it might work.  (But there are servers that lists
1190 @samp{NEWGROUPS} without supporting the function properly.)
1192 This variable can also be a list of select methods.  If so, Gnus will
1193 issue an @code{ask-server} command to each of the select methods, and
1194 subscribe them (or not) using the normal methods.  This might be handy
1195 if you are monitoring a few servers for new groups.  A side effect is
1196 that startup will take much longer, so you can meditate while waiting.
1197 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1200 @node Subscription Methods
1201 @subsection Subscription Methods
1203 @vindex gnus-subscribe-newsgroup-method
1204 What Gnus does when it encounters a new group is determined by the
1205 @code{gnus-subscribe-newsgroup-method} variable.
1207 This variable should contain a function.  This function will be called
1208 with the name of the new group as the only parameter.
1210 Some handy pre-fab functions are:
1212 @table @code
1214 @item gnus-subscribe-zombies
1215 @vindex gnus-subscribe-zombies
1216 Make all new groups zombies.  This is the default.  You can browse the
1217 zombies later (with @kbd{A z}) and either kill them all off properly
1218 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1220 @item gnus-subscribe-randomly
1221 @vindex gnus-subscribe-randomly
1222 Subscribe all new groups in arbitrary order.  This really means that all
1223 new groups will be added at ``the top'' of the group buffer.
1225 @item gnus-subscribe-alphabetically
1226 @vindex gnus-subscribe-alphabetically
1227 Subscribe all new groups in alphabetical order.
1229 @item gnus-subscribe-hierarchically
1230 @vindex gnus-subscribe-hierarchically
1231 Subscribe all new groups hierarchically.  The difference between this
1232 function and @code{gnus-subscribe-alphabetically} is slight.
1233 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1234 alphabetical fashion, while this function will enter groups into its
1235 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1236 @samp{comp} hierarchy, this function will not mess that configuration
1237 up.  Or something like that.
1239 @item gnus-subscribe-interactively
1240 @vindex gnus-subscribe-interactively
1241 Subscribe new groups interactively.  This means that Gnus will ask
1242 you about @strong{all} new groups.  The groups you choose to subscribe
1243 to will be subscribed hierarchically.
1245 @item gnus-subscribe-killed
1246 @vindex gnus-subscribe-killed
1247 Kill all new groups.
1249 @item gnus-subscribe-topics
1250 @vindex gnus-subscribe-topics
1251 Put the groups into the topic that has a matching @code{subscribe} topic
1252 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1253 topic parameter that looks like
1255 @example
1256 "nnslashdot"
1257 @end example
1259 will mean that all groups that match that regex will be subscribed under
1260 that topic.
1262 If no topics match the groups, the groups will be subscribed in the
1263 top-level topic.
1265 @end table
1267 @vindex gnus-subscribe-hierarchical-interactive
1268 A closely related variable is
1269 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1270 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1271 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1272 will ask you for each sub-hierarchy whether you want to descend the
1273 hierarchy or not.
1275 One common mistake is to set the variable a few paragraphs above
1276 (@code{gnus-subscribe-newsgroup-method}) to
1277 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1278 will not work.  This is ga-ga.  So don't do it.
1281 @node Filtering New Groups
1282 @subsection Filtering New Groups
1284 A nice and portable way to control which new newsgroups should be
1285 subscribed (or ignored) is to put an @dfn{options} line at the start of
1286 the @file{.newsrc} file.  Here's an example:
1288 @example
1289 options -n !alt.all !rec.all sci.all
1290 @end example
1292 @vindex gnus-subscribe-options-newsgroup-method
1293 This line obviously belongs to a serious-minded intellectual scientific
1294 person (or she may just be plain old boring), because it says that all
1295 groups that have names beginning with @samp{alt} and @samp{rec} should
1296 be ignored, and all groups with names beginning with @samp{sci} should
1297 be subscribed.  Gnus will not use the normal subscription method for
1298 subscribing these groups.
1299 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1300 variable defaults to @code{gnus-subscribe-alphabetically}.
1302 @vindex gnus-options-not-subscribe
1303 @vindex gnus-options-subscribe
1304 If you don't want to mess with your @file{.newsrc} file, you can just
1305 set the two variables @code{gnus-options-subscribe} and
1306 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1307 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1308 and if the new group matches the former, it will be unconditionally
1309 subscribed, and if it matches the latter, it will be ignored.
1311 @vindex gnus-auto-subscribed-groups
1312 Yet another variable that meddles here is
1313 @code{gnus-auto-subscribed-groups}.  It works exactly like
1314 @code{gnus-options-subscribe}, and is therefore really superfluous,
1315 but I thought it would be nice to have two of these.  This variable is
1316 more meant for setting some ground rules, while the other variable is
1317 used more for user fiddling.  By default this variable makes all new
1318 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1319 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1320 subscribed.  If you don't like that, just set this variable to
1321 @code{nil}.
1323 New groups that match this regexp are subscribed using
1324 @code{gnus-subscribe-options-newsgroup-method}.
1327 @node Changing Servers
1328 @section Changing Servers
1329 @cindex changing servers
1331 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1332 This happens very rarely, but perhaps you change jobs, or one server is
1333 very flaky and you want to use another.
1335 Changing the server is pretty easy, right?  You just change
1336 @code{gnus-select-method} to point to the new server?
1338 @emph{Wrong!}
1340 Article numbers are not (in any way) kept synchronized between different
1341 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1342 you have read is by keeping track of article numbers.  So when you
1343 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1344 worthless.
1346 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1347 file from one server to another.  They all have one thing in
1348 common---they take a looong time to run.  You don't want to use these
1349 functions more than absolutely necessary.
1351 @kindex M-x gnus-change-server
1352 @findex gnus-change-server
1353 If you have access to both servers, Gnus can request the headers for all
1354 the articles you have read and compare @code{Message-ID}s and map the
1355 article numbers of the read articles and article marks.  The @kbd{M-x
1356 gnus-change-server} command will do this for all your native groups.  It
1357 will prompt for the method you want to move to.
1359 @kindex M-x gnus-group-move-group-to-server
1360 @findex gnus-group-move-group-to-server
1361 You can also move individual groups with the @kbd{M-x
1362 gnus-group-move-group-to-server} command.  This is useful if you want to
1363 move a (foreign) group from one server to another.
1365 @kindex M-x gnus-group-clear-data-on-native-groups
1366 @findex gnus-group-clear-data-on-native-groups
1367 If you don't have access to both the old and new server, all your marks
1368 and read ranges have become worthless.  You can use the @kbd{M-x
1369 gnus-group-clear-data-on-native-groups} command to clear out all data
1370 that you have on your native groups.  Use with caution.
1372 @kindex M-x gnus-group-clear-data
1373 @findex gnus-group-clear-data
1374 Clear the data from the current group only---nix out marks and the
1375 list of read articles (@code{gnus-group-clear-data}).
1377 After changing servers, you @strong{must} move the cache hierarchy away,
1378 since the cached articles will have wrong article numbers, which will
1379 affect which articles Gnus thinks are read.
1380 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1381 to have it done automatically; for @code{gnus-group-clear-data}, you
1382 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1383 cache for all groups).
1386 @node Startup Files
1387 @section Startup Files
1388 @cindex startup files
1389 @cindex .newsrc
1390 @cindex .newsrc.el
1391 @cindex .newsrc.eld
1393 Most common Unix news readers use a shared startup file called
1394 @file{.newsrc}.  This file contains all the information about what
1395 groups are subscribed, and which articles in these groups have been
1396 read.
1398 Things got a bit more complicated with @sc{gnus}.  In addition to
1399 keeping the @file{.newsrc} file updated, it also used a file called
1400 @file{.newsrc.el} for storing all the information that didn't fit into
1401 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1402 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1403 files was the most recently saved, which enabled people to swap between
1404 @sc{gnus} and other newsreaders.
1406 That was kinda silly, so Gnus went one better: In addition to the
1407 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1408 @file{.newsrc.eld}.  It will read whichever of these files that are most
1409 recent, but it will never write a @file{.newsrc.el} file.  You should
1410 never delete the @file{.newsrc.eld} file---it contains much information
1411 not stored in the @file{.newsrc} file.
1413 @vindex gnus-save-newsrc-file
1414 @vindex gnus-read-newsrc-file
1415 You can turn off writing the @file{.newsrc} file by setting
1416 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1417 the file and save some space, as well as exiting from Gnus faster.
1418 However, this will make it impossible to use other newsreaders than
1419 Gnus.  But hey, who would want to, right?  Similarly, setting
1420 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1421 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which can be
1422 convenient if you use a different news reader occasionally, and you
1423 want to read a different subset of the available groups with that
1424 news reader.
1426 @vindex gnus-save-killed-list
1427 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1428 will not save the list of killed groups to the startup file.  This will
1429 save both time (when starting and quitting) and space (on disk).  It
1430 will also mean that Gnus has no record of what groups are new or old,
1431 so the automatic new groups subscription methods become meaningless.
1432 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1433 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1434 Groups}).  This variable can also be a regular expression.  If that's
1435 the case, remove all groups that do not match this regexp before
1436 saving.  This can be useful in certain obscure situations that involve
1437 several servers where not all servers support @code{ask-server}.
1439 @vindex gnus-startup-file
1440 @vindex gnus-backup-startup-file
1441 @vindex version-control
1442 The @code{gnus-startup-file} variable says where the startup files are.
1443 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1444 file being whatever that one is, with a @samp{.eld} appended.
1445 If you want version control for this file, set
1446 @code{gnus-backup-startup-file}.  It respects the same values as the
1447 @code{version-control} variable.
1449 @vindex gnus-save-newsrc-hook
1450 @vindex gnus-save-quick-newsrc-hook
1451 @vindex gnus-save-standard-newsrc-hook
1452 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1453 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1454 saving the @file{.newsrc.eld} file, and
1455 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1456 @file{.newsrc} file.  The latter two are commonly used to turn version
1457 control on or off.  Version control is on by default when saving the
1458 startup files.  If you want to turn backup creation off, say something like:
1460 @lisp
1461 (defun turn-off-backup ()
1462   (set (make-local-variable 'backup-inhibited) t))
1464 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1465 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1466 @end lisp
1468 @vindex gnus-init-file
1469 @vindex gnus-site-init-file
1470 When Gnus starts, it will read the @code{gnus-site-init-file}
1471 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1472 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1473 and can be used to avoid cluttering your @file{~/.emacs} and
1474 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1475 with the same names as these, but with @file{.elc} and @file{.el}
1476 suffixes.  In other words, if you have set @code{gnus-init-file} to
1477 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1478 and finally @file{~/.gnus} (in this order).
1482 @node Auto Save
1483 @section Auto Save
1484 @cindex dribble file
1485 @cindex auto-save
1487 Whenever you do something that changes the Gnus data (reading articles,
1488 catching up, killing/subscribing groups), the change is added to a
1489 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1490 Emacs way.  If your Emacs should crash before you have saved the
1491 @file{.newsrc} files, all changes you have made can be recovered from
1492 this file.
1494 If Gnus detects this file at startup, it will ask the user whether to
1495 read it.  The auto save file is deleted whenever the real startup file is
1496 saved.
1498 @vindex gnus-use-dribble-file
1499 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1500 maintain a dribble buffer.  The default is @code{t}.
1502 @vindex gnus-dribble-directory
1503 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1504 this variable is @code{nil}, which it is by default, Gnus will dribble
1505 into the directory where the @file{.newsrc} file is located.  (This is
1506 normally the user's home directory.)  The dribble file will get the same
1507 file permissions as the @file{.newsrc} file.
1509 @vindex gnus-always-read-dribble-file
1510 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1511 read the dribble file on startup without querying the user.
1514 @node The Active File
1515 @section The Active File
1516 @cindex active file
1517 @cindex ignored groups
1519 When Gnus starts, or indeed whenever it tries to determine whether new
1520 articles have arrived, it reads the active file.  This is a very large
1521 file that lists all the active groups and articles on the server.
1523 @vindex gnus-ignored-newsgroups
1524 Before examining the active file, Gnus deletes all lines that match the
1525 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1526 any groups with bogus names, but you can use this variable to make Gnus
1527 ignore hierarchies you aren't ever interested in.  However, this is not
1528 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1529 Groups} for an overview of other variables that can be used instead.
1531 @c This variable is
1532 @c @code{nil} by default, and will slow down active file handling somewhat
1533 @c if you set it to anything else.
1535 @vindex gnus-read-active-file
1536 @c @head
1537 The active file can be rather Huge, so if you have a slow network, you
1538 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1539 reading the active file.  This variable is @code{some} by default.
1541 Gnus will try to make do by getting information just on the groups that
1542 you actually subscribe to.
1544 Note that if you subscribe to lots and lots of groups, setting this
1545 variable to @code{nil} will probably make Gnus slower, not faster.  At
1546 present, having this variable @code{nil} will slow Gnus down
1547 considerably, unless you read news over a 2400 baud modem.
1549 This variable can also have the value @code{some}.  Gnus will then
1550 attempt to read active info only on the subscribed groups.  On some
1551 servers this is quite fast (on sparkling, brand new INN servers that
1552 support the @code{LIST ACTIVE group} command), on others this isn't fast
1553 at all.  In any case, @code{some} should be faster than @code{nil}, and
1554 is certainly faster than @code{t} over slow lines.
1556 Some news servers (old versions of Leafnode and old versions of INN, for
1557 instance) do not support the @code{LIST ACTIVE group}.  For these
1558 servers, @code{nil} is probably the most efficient value for this
1559 variable.
1561 If this variable is @code{nil}, Gnus will ask for group info in total
1562 lock-step, which isn't very fast.  If it is @code{some} and you use an
1563 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1564 read all the replies in one swoop.  This will normally result in better
1565 performance, but if the server does not support the aforementioned
1566 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1568 If you think that starting up Gnus takes too long, try all the three
1569 different values for this variable and see what works best for you.
1571 In any case, if you use @code{some} or @code{nil}, you should definitely
1572 kill all groups that you aren't interested in to speed things up.
1574 Note that this variable also affects active file retrieval from
1575 secondary select methods.
1578 @node Startup Variables
1579 @section Startup Variables
1581 @table @code
1583 @item gnus-load-hook
1584 @vindex gnus-load-hook
1585 A hook run while Gnus is being loaded.  Note that this hook will
1586 normally be run just once in each Emacs session, no matter how many
1587 times you start Gnus.
1589 @item gnus-before-startup-hook
1590 @vindex gnus-before-startup-hook
1591 A hook run after starting up Gnus successfully.
1593 @item gnus-startup-hook
1594 @vindex gnus-startup-hook
1595 A hook run as the very last thing after starting up Gnus
1597 @item gnus-started-hook
1598 @vindex gnus-started-hook
1599 A hook that is run as the very last thing after starting up Gnus
1600 successfully.
1602 @item gnus-setup-news-hook
1603 @vindex gnus-setup-news-hook
1604 A hook that is run after reading the @file{.newsrc} file(s), but before
1605 generating the group buffer.
1607 @item gnus-check-bogus-newsgroups
1608 @vindex gnus-check-bogus-newsgroups
1609 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1610 startup.  A @dfn{bogus group} is a group that you have in your
1611 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1612 bogus groups can take quite a while, so to save time and resources it's
1613 best to leave this option off, and do the checking for bogus groups once
1614 in a while from the group buffer instead (@pxref{Group Maintenance}).
1616 @item gnus-inhibit-startup-message
1617 @vindex gnus-inhibit-startup-message
1618 If non-@code{nil}, the startup message won't be displayed.  That way,
1619 your boss might not notice as easily that you are reading news instead
1620 of doing your job.  Note that this variable is used before
1621 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1623 @item gnus-no-groups-message
1624 @vindex gnus-no-groups-message
1625 Message displayed by Gnus when no groups are available.
1627 @item gnus-play-startup-jingle
1628 @vindex gnus-play-startup-jingle
1629 If non-@code{nil}, play the Gnus jingle at startup.
1631 @item gnus-startup-jingle
1632 @vindex gnus-startup-jingle
1633 Jingle to be played if the above variable is non-@code{nil}.  The
1634 default is @samp{Tuxedomoon.Jingle4.au}.
1636 @end table
1639 @node Group Buffer
1640 @chapter Group Buffer
1641 @cindex group buffer
1643 @c Alex Schroeder suggests to rearrange this as follows:
1645 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1646 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1647 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1648 @c   7. Group Score, 8. Group Buffer Format
1649 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1650 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1651 @c <kensanata> First, "Gnus considers groups... (default 9)."
1652 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1653 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1654 @c <kensanata> Then expand the next paragraph or add some more to it.
1655 @c    This short one sentence explains levels 1 and 2, therefore I understand
1656 @c    that I should keep important news at 3 and boring news at 4.
1657 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1658 @c    Maybe keep those that you don't want to read temporarily at 6,
1659 @c    those that you never want to read at 8, those that offend your
1660 @c    human rights at 9...
1663 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1664 is the first buffer shown when Gnus starts, and will never be killed as
1665 long as Gnus is active.
1667 @iftex
1668 @iflatex
1669 \gnusfigure{The Group Buffer}{320}{
1670 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1671 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1672 \put(120,38){\vector(1,2){10}}
1673 \put(40,60){\makebox(0,0)[r]{Mode line}}
1674 \put(40,58){\vector(1,0){30}}
1675 \put(200,28){\makebox(0,0)[t]{Native select method}}
1676 \put(200,26){\vector(-1,2){15}}
1678 @end iflatex
1679 @end iftex
1681 @menu
1682 * Group Buffer Format::         Information listed and how you can change it.
1683 * Group Maneuvering::           Commands for moving in the group buffer.
1684 * Selecting a Group::           Actually reading news.
1685 * Subscription Commands::       Unsubscribing, killing, subscribing.
1686 * Group Data::                  Changing the info for a group.
1687 * Group Levels::                Levels? What are those, then?
1688 * Group Score::                 A mechanism for finding out what groups you like.
1689 * Marking Groups::              You can mark groups for later processing.
1690 * Foreign Groups::              Creating and editing groups.
1691 * Group Parameters::            Each group may have different parameters set.
1692 * Listing Groups::              Gnus can list various subsets of the groups.
1693 * Sorting Groups::              Re-arrange the group order.
1694 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1695 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1696 * Exiting Gnus::                Stop reading news and get some work done.
1697 * Group Topics::                A folding group mode divided into topics.
1698 * Misc Group Stuff::            Other stuff that you can to do.
1699 @end menu
1702 @node Group Buffer Format
1703 @section Group Buffer Format
1705 @menu
1706 * Group Line Specification::    Deciding how the group buffer is to look.
1707 * Group Mode Line Specification::  The group buffer mode line.
1708 * Group Highlighting::          Having nice colors in the group buffer.
1709 @end menu
1712 @node Group Line Specification
1713 @subsection Group Line Specification
1714 @cindex group buffer format
1716 The default format of the group buffer is nice and dull, but you can
1717 make it as exciting and ugly as you feel like.
1719 Here's a couple of example group lines:
1721 @example
1722      25: news.announce.newusers
1723  *    0: alt.fan.andrea-dworkin
1724 @end example
1726 Quite simple, huh?
1728 You can see that there are 25 unread articles in
1729 @samp{news.announce.newusers}.  There are no unread articles, but some
1730 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1731 asterisk at the beginning of the line?).
1733 @vindex gnus-group-line-format
1734 You can change that format to whatever you want by fiddling with the
1735 @code{gnus-group-line-format} variable.  This variable works along the
1736 lines of a @code{format} specification, which is pretty much the same as
1737 a @code{printf} specifications, for those of you who use (feh!) C.
1738 @xref{Formatting Variables}.
1740 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1742 There should always be a colon on the line; the cursor always moves to
1743 the colon after performing an operation.  @xref{Positioning
1744 Point}.  Nothing else is required---not even the group name.  All
1745 displayed text is just window dressing, and is never examined by Gnus.
1746 Gnus stores all real information it needs using text properties.
1748 (Note that if you make a really strange, wonderful, spreadsheet-like
1749 layout, everybody will believe you are hard at work with the accounting
1750 instead of wasting time reading news.)
1752 Here's a list of all available format characters:
1754 @table @samp
1756 @item M
1757 An asterisk if the group only has marked articles.
1759 @item S
1760 Whether the group is subscribed.
1762 @item L
1763 Level of subscribedness.
1765 @item N
1766 Number of unread articles.
1768 @item I
1769 Number of dormant articles.
1771 @item T
1772 Number of ticked articles.
1774 @item R
1775 Number of read articles.
1777 @item U
1778 Number of unseen articles.
1780 @item t
1781 Estimated total number of articles.  (This is really @var{max-number}
1782 minus @var{min-number} plus 1.)
1784 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1785 efficient access to @var{max-number} and @var{min-number} but getting
1786 the true unread message count is not possible efficiently.  For
1787 hysterical raisins, even the mail back ends, where the true number of
1788 unread messages might be available efficiently, use the same limited
1789 interface.  To remove this restriction from Gnus means that the back
1790 end interface has to be changed, which is not an easy job.  If you
1791 want to work on this, please contact the Gnus mailing list.
1793 @item y
1794 Number of unread, unticked, non-dormant articles.
1796 @item i
1797 Number of ticked and dormant articles.
1799 @item g
1800 Full group name.
1802 @item G
1803 Group name.
1805 @item C
1806 Group comment (@pxref{Group Parameters}) or group name if there is no
1807 comment element in the group parameters.
1809 @item D
1810 Newsgroup description.  You need to read the group descriptions
1811 before these will appear, and to do that, you either have to set
1812 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1813 command.
1815 @item o
1816 @samp{m} if moderated.
1818 @item O
1819 @samp{(m)} if moderated.
1821 @item s
1822 Select method.
1824 @item B
1825 If the summary buffer for the group is open or not.
1827 @item n
1828 Select from where.
1830 @item z
1831 A string that looks like @samp{<%s:%n>} if a foreign select method is
1832 used.
1834 @item P
1835 Indentation based on the level of the topic (@pxref{Group Topics}).
1837 @item c
1838 @vindex gnus-group-uncollapsed-levels
1839 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1840 variable says how many levels to leave at the end of the group name.
1841 The default is 1---this will mean that group names like
1842 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1844 @item m
1845 @vindex gnus-new-mail-mark
1846 @cindex %
1847 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1848 the group lately.
1850 @item p
1851 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1853 @item d
1854 A string that says when you last read the group (@pxref{Group
1855 Timestamp}).
1857 @item u
1858 User defined specifier.  The next character in the format string should
1859 be a letter.  Gnus will call the function
1860 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1861 following @samp{%u}.  The function will be passed a single dummy
1862 parameter as argument.  The function should return a string, which will
1863 be inserted into the buffer just like information from any other
1864 specifier.
1865 @end table
1867 @cindex *
1868 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1869 if no info is available---for instance, if it is a non-activated foreign
1870 group, or a bogus native group.
1873 @node Group Mode Line Specification
1874 @subsection Group Mode Line Specification
1875 @cindex group mode line
1877 @vindex gnus-group-mode-line-format
1878 The mode line can be changed by setting
1879 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1880 doesn't understand that many format specifiers:
1882 @table @samp
1883 @item S
1884 The native news server.
1885 @item M
1886 The native select method.
1887 @end table
1890 @node Group Highlighting
1891 @subsection Group Highlighting
1892 @cindex highlighting
1893 @cindex group highlighting
1895 @vindex gnus-group-highlight
1896 Highlighting in the group buffer is controlled by the
1897 @code{gnus-group-highlight} variable.  This is an alist with elements
1898 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1899 something non-@code{nil}, the @var{face} will be used on the line.
1901 Here's an example value for this variable that might look nice if the
1902 background is dark:
1904 @lisp
1905 (cond (window-system
1906        (setq custom-background-mode 'light)
1907        (defface my-group-face-1
1908          '((t (:foreground "Red" :bold t))) "First group face")
1909        (defface my-group-face-2
1910          '((t (:foreground "DarkSeaGreen4" :bold t)))
1911          "Second group face")
1912        (defface my-group-face-3
1913          '((t (:foreground "Green4" :bold t))) "Third group face")
1914        (defface my-group-face-4
1915          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1916        (defface my-group-face-5
1917          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1919 (setq gnus-group-highlight
1920       '(((> unread 200) . my-group-face-1)
1921         ((and (< level 3) (zerop unread)) . my-group-face-2)
1922         ((< level 3) . my-group-face-3)
1923         ((zerop unread) . my-group-face-4)
1924         (t . my-group-face-5)))
1925 @end lisp
1927 Also @pxref{Faces and Fonts}.
1929 Variables that are dynamically bound when the forms are evaluated
1930 include:
1932 @table @code
1933 @item group
1934 The group name.
1935 @item unread
1936 The number of unread articles in the group.
1937 @item method
1938 The select method.
1939 @item mailp
1940 Whether the group is a mail group.
1941 @item level
1942 The level of the group.
1943 @item score
1944 The score of the group.
1945 @item ticked
1946 The number of ticked articles in the group.
1947 @item total
1948 The total number of articles in the group.  Or rather,
1949 @var{max-number} minus @var{min-number} plus one.
1950 @item topic
1951 When using the topic minor mode, this variable is bound to the current
1952 topic being inserted.
1953 @end table
1955 When the forms are @code{eval}ed, point is at the beginning of the line
1956 of the group in question, so you can use many of the normal Gnus
1957 functions for snarfing info on the group.
1959 @vindex gnus-group-update-hook
1960 @findex gnus-group-highlight-line
1961 @code{gnus-group-update-hook} is called when a group line is changed.
1962 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1963 calls @code{gnus-group-highlight-line} by default.
1966 @node Group Maneuvering
1967 @section Group Maneuvering
1968 @cindex group movement
1970 All movement commands understand the numeric prefix and will behave as
1971 expected, hopefully.
1973 @table @kbd
1975 @item n
1976 @kindex n (Group)
1977 @findex gnus-group-next-unread-group
1978 Go to the next group that has unread articles
1979 (@code{gnus-group-next-unread-group}).
1981 @item p
1982 @itemx DEL
1983 @kindex DEL (Group)
1984 @kindex p (Group)
1985 @findex gnus-group-prev-unread-group
1986 Go to the previous group that has unread articles
1987 (@code{gnus-group-prev-unread-group}).
1989 @item N
1990 @kindex N (Group)
1991 @findex gnus-group-next-group
1992 Go to the next group (@code{gnus-group-next-group}).
1994 @item P
1995 @kindex P (Group)
1996 @findex gnus-group-prev-group
1997 Go to the previous group (@code{gnus-group-prev-group}).
1999 @item M-n
2000 @kindex M-n (Group)
2001 @findex gnus-group-next-unread-group-same-level
2002 Go to the next unread group on the same (or lower) level
2003 (@code{gnus-group-next-unread-group-same-level}).
2005 @item M-p
2006 @kindex M-p (Group)
2007 @findex gnus-group-prev-unread-group-same-level
2008 Go to the previous unread group on the same (or lower) level
2009 (@code{gnus-group-prev-unread-group-same-level}).
2010 @end table
2012 Three commands for jumping to groups:
2014 @table @kbd
2016 @item j
2017 @kindex j (Group)
2018 @findex gnus-group-jump-to-group
2019 Jump to a group (and make it visible if it isn't already)
2020 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2021 like living groups.
2023 @item ,
2024 @kindex , (Group)
2025 @findex gnus-group-best-unread-group
2026 Jump to the unread group with the lowest level
2027 (@code{gnus-group-best-unread-group}).
2029 @item .
2030 @kindex . (Group)
2031 @findex gnus-group-first-unread-group
2032 Jump to the first group with unread articles
2033 (@code{gnus-group-first-unread-group}).
2034 @end table
2036 @vindex gnus-group-goto-unread
2037 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2038 commands will move to the next group, not the next unread group.  Even
2039 the commands that say they move to the next unread group.  The default
2040 is @code{t}.
2043 @node Selecting a Group
2044 @section Selecting a Group
2045 @cindex group selection
2047 @table @kbd
2049 @item SPACE
2050 @kindex SPACE (Group)
2051 @findex gnus-group-read-group
2052 Select the current group, switch to the summary buffer and display the
2053 first unread article (@code{gnus-group-read-group}).  If there are no
2054 unread articles in the group, or if you give a non-numerical prefix to
2055 this command, Gnus will offer to fetch all the old articles in this
2056 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2057 determines the number of articles Gnus will fetch.  If @var{n} is
2058 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2059 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2061 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2062 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2063 - 4 2 SPC} fetches the 42 oldest ones.
2065 When you are in the group (in the Summary buffer), you can type
2066 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2067 ones.
2069 @item RET
2070 @kindex RET (Group)
2071 @findex gnus-group-select-group
2072 Select the current group and switch to the summary buffer
2073 (@code{gnus-group-select-group}).  Takes the same arguments as
2074 @code{gnus-group-read-group}---the only difference is that this command
2075 does not display the first unread article automatically upon group
2076 entry.
2078 @item M-RET
2079 @kindex M-RET (Group)
2080 @findex gnus-group-quick-select-group
2081 This does the same as the command above, but tries to do it with the
2082 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2083 scoring/killing will be performed, there will be no highlights and no
2084 expunging.  This might be useful if you're in a real hurry and have to
2085 enter some humongous group.  If you give a 0 prefix to this command
2086 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2087 which is useful if you want to toggle threading before generating the
2088 summary buffer (@pxref{Summary Generation Commands}).
2090 @item M-SPACE
2091 @kindex M-SPACE (Group)
2092 @findex gnus-group-visible-select-group
2093 This is yet one more command that does the same as the @kbd{RET}
2094 command, but this one does it without expunging and hiding dormants
2095 (@code{gnus-group-visible-select-group}).
2097 @item C-M-RET
2098 @kindex C-M-RET (Group)
2099 @findex gnus-group-select-group-ephemerally
2100 Finally, this command selects the current group ephemerally without
2101 doing any processing of its contents
2102 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2103 turned off.  Everything you do in the group after selecting it in this
2104 manner will have no permanent effects.
2106 @end table
2108 @vindex gnus-large-newsgroup
2109 The @code{gnus-large-newsgroup} variable says what Gnus should
2110 consider to be a big group.  If it is @code{nil}, no groups are
2111 considered big.  The default value is 200.  If the group has more
2112 (unread and/or ticked) articles than this, Gnus will query the user
2113 before entering the group.  The user can then specify how many
2114 articles should be fetched from the server.  If the user specifies a
2115 negative number (@var{-n}), the @var{n} oldest articles will be
2116 fetched.  If it is positive, the @var{n} articles that have arrived
2117 most recently will be fetched.
2119 @vindex gnus-large-ephemeral-newsgroup
2120 @code{gnus-large-ephemeral-newsgroup} is the same as
2121 @code{gnus-large-newsgroup}, but is only used for ephemeral
2122 newsgroups.
2124 @vindex gnus-select-group-hook
2125 @vindex gnus-auto-select-first
2126 @vindex gnus-auto-select-subject
2127 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2128 automatically when entering a group with the @kbd{SPACE} command.
2129 Which article this is is controlled by the
2130 @code{gnus-auto-select-subject} variable.  Valid values for this
2131 variable is:
2133 @table @code
2135 @item unread
2136 Place point on the subject line of the first unread article.
2138 @item first
2139 Place point on the subject line of the first article.
2141 @item unseen
2142 Place point on the subject line of the first unseen article.
2144 @item unseen-or-unread
2145 Place point on the subject line of the first unseen article, and if
2146 there is no such article, place point on the subject line of the first
2147 unread article.
2149 @item best
2150 Place point on the subject line of the highest-scored unread article.
2152 @end table
2154 This variable can also be a function.  In that case, that function
2155 will be called to place point on a subject line.
2157 If you want to prevent automatic selection in some group (say, in a
2158 binary group with Huge articles) you can set the
2159 @code{gnus-auto-select-first} variable to @code{nil} in
2160 @code{gnus-select-group-hook}, which is called when a group is
2161 selected.
2164 @node Subscription Commands
2165 @section Subscription Commands
2166 @cindex subscription
2168 @table @kbd
2170 @item S t
2171 @itemx u
2172 @kindex S t (Group)
2173 @kindex u (Group)
2174 @findex gnus-group-unsubscribe-current-group
2175 @c @icon{gnus-group-unsubscribe}
2176 Toggle subscription to the current group
2177 (@code{gnus-group-unsubscribe-current-group}).
2179 @item S s
2180 @itemx U
2181 @kindex S s (Group)
2182 @kindex U (Group)
2183 @findex gnus-group-unsubscribe-group
2184 Prompt for a group to subscribe, and then subscribe it.  If it was
2185 subscribed already, unsubscribe it instead
2186 (@code{gnus-group-unsubscribe-group}).
2188 @item S k
2189 @itemx C-k
2190 @kindex S k (Group)
2191 @kindex C-k (Group)
2192 @findex gnus-group-kill-group
2193 @c @icon{gnus-group-kill-group}
2194 Kill the current group (@code{gnus-group-kill-group}).
2196 @item S y
2197 @itemx C-y
2198 @kindex S y (Group)
2199 @kindex C-y (Group)
2200 @findex gnus-group-yank-group
2201 Yank the last killed group (@code{gnus-group-yank-group}).
2203 @item C-x C-t
2204 @kindex C-x C-t (Group)
2205 @findex gnus-group-transpose-groups
2206 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2207 really a subscription command, but you can use it instead of a
2208 kill-and-yank sequence sometimes.
2210 @item S w
2211 @itemx C-w
2212 @kindex S w (Group)
2213 @kindex C-w (Group)
2214 @findex gnus-group-kill-region
2215 Kill all groups in the region (@code{gnus-group-kill-region}).
2217 @item S z
2218 @kindex S z (Group)
2219 @findex gnus-group-kill-all-zombies
2220 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2222 @item S C-k
2223 @kindex S C-k (Group)
2224 @findex gnus-group-kill-level
2225 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2226 These groups can't be yanked back after killing, so this command should
2227 be used with some caution.  The only time where this command comes in
2228 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2229 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2230 kill off all unsubscribed groups that do not have message numbers in the
2231 @file{.newsrc} file.
2233 @end table
2235 Also @pxref{Group Levels}.
2238 @node Group Data
2239 @section Group Data
2241 @table @kbd
2243 @item c
2244 @kindex c (Group)
2245 @findex gnus-group-catchup-current
2246 @vindex gnus-group-catchup-group-hook
2247 @c @icon{gnus-group-catchup-current}
2248 Mark all unticked articles in this group as read
2249 (@code{gnus-group-catchup-current}).
2250 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2251 the group buffer.
2253 @item C
2254 @kindex C (Group)
2255 @findex gnus-group-catchup-current-all
2256 Mark all articles in this group, even the ticked ones, as read
2257 (@code{gnus-group-catchup-current-all}).
2259 @item M-c
2260 @kindex M-c (Group)
2261 @findex gnus-group-clear-data
2262 Clear the data from the current group---nix out marks and the list of
2263 read articles (@code{gnus-group-clear-data}).
2265 @item M-x gnus-group-clear-data-on-native-groups
2266 @kindex M-x gnus-group-clear-data-on-native-groups
2267 @findex gnus-group-clear-data-on-native-groups
2268 If you have switched from one @acronym{NNTP} server to another, all your marks
2269 and read ranges have become worthless.  You can use this command to
2270 clear out all data that you have on your native groups.  Use with
2271 caution.
2273 @end table
2276 @node Group Levels
2277 @section Group Levels
2278 @cindex group level
2279 @cindex level
2281 All groups have a level of @dfn{subscribedness}.  For instance, if a
2282 group is on level 2, it is more subscribed than a group on level 5.  You
2283 can ask Gnus to just list groups on a given level or lower
2284 (@pxref{Listing Groups}), or to just check for new articles in groups on
2285 a given level or lower (@pxref{Scanning New Messages}).
2287 Remember:  The higher the level of the group, the less important it is.
2289 @table @kbd
2291 @item S l
2292 @kindex S l (Group)
2293 @findex gnus-group-set-current-level
2294 Set the level of the current group.  If a numeric prefix is given, the
2295 next @var{n} groups will have their levels set.  The user will be
2296 prompted for a level.
2297 @end table
2299 @vindex gnus-level-killed
2300 @vindex gnus-level-zombie
2301 @vindex gnus-level-unsubscribed
2302 @vindex gnus-level-subscribed
2303 Gnus considers groups from levels 1 to
2304 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2305 @code{gnus-level-subscribed} (exclusive) and
2306 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2307 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2308 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2309 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2310 same, but zombie and killed groups have no information on what articles
2311 you have read, etc, stored.  This distinction between dead and living
2312 groups isn't done because it is nice or clever, it is done purely for
2313 reasons of efficiency.
2315 It is recommended that you keep all your mail groups (if any) on quite
2316 low levels (e.g. 1 or 2).
2318 Maybe the following description of the default behavior of Gnus helps to
2319 understand what these levels are all about.  By default, Gnus shows you
2320 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2321 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2322 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2323 groups are hidden, in a way.
2325 Zombie and killed groups are similar to unsubscribed groups in that they
2326 are hidden by default.  But they are different from subscribed and
2327 unsubscribed groups in that Gnus doesn't ask the news server for
2328 information (number of messages, number of unread messages) on zombie
2329 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2330 aren't interested in.  If most groups are killed, Gnus is faster.
2332 Why does Gnus distinguish between zombie and killed groups?  Well, when
2333 a new group arrives on the server, Gnus by default makes it a zombie
2334 group.  This means that you are normally not bothered with new groups,
2335 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2336 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2337 list of killed groups.)
2339 If you want to play with the level variables, you should show some care.
2340 Set them once, and don't touch them ever again.  Better yet, don't touch
2341 them at all unless you know exactly what you're doing.
2343 @vindex gnus-level-default-unsubscribed
2344 @vindex gnus-level-default-subscribed
2345 Two closely related variables are @code{gnus-level-default-subscribed}
2346 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2347 which are the levels that new groups will be put on if they are
2348 (un)subscribed.  These two variables should, of course, be inside the
2349 relevant valid ranges.
2351 @vindex gnus-keep-same-level
2352 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2353 will only move to groups of the same level (or lower).  In
2354 particular, going from the last article in one group to the next group
2355 will go to the next group of the same level (or lower).  This might be
2356 handy if you want to read the most important groups before you read the
2357 rest.
2359 If this variable is @code{best}, Gnus will make the next newsgroup the
2360 one with the best level.
2362 @vindex gnus-group-default-list-level
2363 All groups with a level less than or equal to
2364 @code{gnus-group-default-list-level} will be listed in the group buffer
2365 by default.
2367 @vindex gnus-group-list-inactive-groups
2368 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2369 groups will be listed along with the unread groups.  This variable is
2370 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2371 listed.
2373 @vindex gnus-group-use-permanent-levels
2374 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2375 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2376 use this level as the ``work'' level.
2378 @vindex gnus-activate-level
2379 Gnus will normally just activate (i. e., query the server about) groups
2380 on level @code{gnus-activate-level} or less.  If you don't want to
2381 activate unsubscribed groups, for instance, you might set this variable
2382 to 5.  The default is 6.
2385 @node Group Score
2386 @section Group Score
2387 @cindex group score
2388 @cindex group rank
2389 @cindex rank
2391 You would normally keep important groups on high levels, but that scheme
2392 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2393 group buffer according to how often you read groups, perhaps?  Within
2394 reason?
2396 This is what @dfn{group score} is for.  You can have Gnus assign a score
2397 to each group through the mechanism described below.  You can then sort
2398 the group buffer based on this score.  Alternatively, you can sort on
2399 score and then level.  (Taken together, the level and the score is
2400 called the @dfn{rank} of the group.  A group that is on level 4 and has
2401 a score of 1 has a higher rank than a group on level 5 that has a score
2402 of 300.  (The level is the most significant part and the score is the
2403 least significant part.))
2405 @findex gnus-summary-bubble-group
2406 If you want groups you read often to get higher scores than groups you
2407 read seldom you can add the @code{gnus-summary-bubble-group} function to
2408 the @code{gnus-summary-exit-hook} hook.  This will result (after
2409 sorting) in a bubbling sort of action.  If you want to see that in
2410 action after each summary exit, you can add
2411 @code{gnus-group-sort-groups-by-rank} or
2412 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2413 slow things down somewhat.
2416 @node Marking Groups
2417 @section Marking Groups
2418 @cindex marking groups
2420 If you want to perform some command on several groups, and they appear
2421 subsequently in the group buffer, you would normally just give a
2422 numerical prefix to the command.  Most group commands will then do your
2423 bidding on those groups.
2425 However, if the groups are not in sequential order, you can still
2426 perform a command on several groups.  You simply mark the groups first
2427 with the process mark and then execute the command.
2429 @table @kbd
2431 @item #
2432 @kindex # (Group)
2433 @itemx M m
2434 @kindex M m (Group)
2435 @findex gnus-group-mark-group
2436 Set the mark on the current group (@code{gnus-group-mark-group}).
2438 @item M-#
2439 @kindex M-# (Group)
2440 @itemx M u
2441 @kindex M u (Group)
2442 @findex gnus-group-unmark-group
2443 Remove the mark from the current group
2444 (@code{gnus-group-unmark-group}).
2446 @item M U
2447 @kindex M U (Group)
2448 @findex gnus-group-unmark-all-groups
2449 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2451 @item M w
2452 @kindex M w (Group)
2453 @findex gnus-group-mark-region
2454 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2456 @item M b
2457 @kindex M b (Group)
2458 @findex gnus-group-mark-buffer
2459 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2461 @item M r
2462 @kindex M r (Group)
2463 @findex gnus-group-mark-regexp
2464 Mark all groups that match some regular expression
2465 (@code{gnus-group-mark-regexp}).
2466 @end table
2468 Also @pxref{Process/Prefix}.
2470 @findex gnus-group-universal-argument
2471 If you want to execute some command on all groups that have been marked
2472 with the process mark, you can use the @kbd{M-&}
2473 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2474 the command to be executed.
2477 @node Foreign Groups
2478 @section Foreign Groups
2479 @cindex foreign groups
2481 Below are some group mode commands for making and editing general foreign
2482 groups, as well as commands to ease the creation of a few
2483 special-purpose groups.  All these commands insert the newly created
2484 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2485 consulted.
2487 @table @kbd
2489 @item G m
2490 @kindex G m (Group)
2491 @findex gnus-group-make-group
2492 @cindex making groups
2493 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2494 for a name, a method and possibly an @dfn{address}.  For an easier way
2495 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2497 @item G M
2498 @kindex G M (Group)
2499 @findex gnus-group-read-ephemeral-group
2500 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2501 will prompt you for a name, a method and an @dfn{address}.
2503 @item G r
2504 @kindex G r (Group)
2505 @findex gnus-group-rename-group
2506 @cindex renaming groups
2507 Rename the current group to something else
2508 (@code{gnus-group-rename-group}).  This is valid only on some
2509 groups---mail groups mostly.  This command might very well be quite slow
2510 on some back ends.
2512 @item G c
2513 @kindex G c (Group)
2514 @cindex customizing
2515 @findex gnus-group-customize
2516 Customize the group parameters (@code{gnus-group-customize}).
2518 @item G e
2519 @kindex G e (Group)
2520 @findex gnus-group-edit-group-method
2521 @cindex renaming groups
2522 Enter a buffer where you can edit the select method of the current
2523 group (@code{gnus-group-edit-group-method}).
2525 @item G p
2526 @kindex G p (Group)
2527 @findex gnus-group-edit-group-parameters
2528 Enter a buffer where you can edit the group parameters
2529 (@code{gnus-group-edit-group-parameters}).
2531 @item G E
2532 @kindex G E (Group)
2533 @findex gnus-group-edit-group
2534 Enter a buffer where you can edit the group info
2535 (@code{gnus-group-edit-group}).
2537 @item G d
2538 @kindex G d (Group)
2539 @findex gnus-group-make-directory-group
2540 @cindex nndir
2541 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2542 for a directory name (@code{gnus-group-make-directory-group}).
2544 @item G h
2545 @kindex G h (Group)
2546 @cindex help group
2547 @findex gnus-group-make-help-group
2548 Make the Gnus help group (@code{gnus-group-make-help-group}).
2550 @item G a
2551 @kindex G a (Group)
2552 @cindex (ding) archive
2553 @cindex archive group
2554 @findex gnus-group-make-archive-group
2555 @vindex gnus-group-archive-directory
2556 @vindex gnus-group-recent-archive-directory
2557 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2558 default a group pointing to the most recent articles will be created
2559 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2560 group will be created from @code{gnus-group-archive-directory}.
2562 @item G k
2563 @kindex G k (Group)
2564 @findex gnus-group-make-kiboze-group
2565 @cindex nnkiboze
2566 Make a kiboze group.  You will be prompted for a name, for a regexp to
2567 match groups to be ``included'' in the kiboze group, and a series of
2568 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2569 @xref{Kibozed Groups}.
2571 @item G D
2572 @kindex G D (Group)
2573 @findex gnus-group-enter-directory
2574 @cindex nneething
2575 Read an arbitrary directory as if it were a newsgroup with the
2576 @code{nneething} back end (@code{gnus-group-enter-directory}).
2577 @xref{Anything Groups}.
2579 @item G f
2580 @kindex G f (Group)
2581 @findex gnus-group-make-doc-group
2582 @cindex ClariNet Briefs
2583 @cindex nndoc
2584 Make a group based on some file or other
2585 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2586 command, you will be prompted for a file name and a file type.
2587 Currently supported types are @code{mbox}, @code{babyl},
2588 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2589 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2590 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2591 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2592 you run this command without a prefix, Gnus will guess at the file
2593 type.  @xref{Document Groups}.
2595 @item G u
2596 @kindex G u (Group)
2597 @vindex gnus-useful-groups
2598 @findex gnus-group-make-useful-group
2599 Create one of the groups mentioned in @code{gnus-useful-groups}
2600 (@code{gnus-group-make-useful-group}).
2602 @item G w
2603 @kindex G w (Group)
2604 @findex gnus-group-make-web-group
2605 @cindex Google
2606 @cindex nnweb
2607 @cindex gmane
2608 Make an ephemeral group based on a web search
2609 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2610 command, make a solid group instead.  You will be prompted for the
2611 search engine type and the search string.  Valid search engine types
2612 include @code{google}, @code{dejanews}, and @code{gmane}.
2613 @xref{Web Searches}.
2615 If you use the @code{google} search engine, you can limit the search
2616 to a particular group by using a match string like
2617 @samp{shaving group:alt.sysadmin.recovery}.
2619 @item G R
2620 @kindex G R (Group)
2621 @findex gnus-group-make-rss-group
2622 Make a group based on an @acronym{RSS} feed
2623 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2624 @xref{RSS}.
2626 @item G DEL
2627 @kindex G DEL (Group)
2628 @findex gnus-group-delete-group
2629 This function will delete the current group
2630 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2631 actually delete all the articles in the group, and forcibly remove the
2632 group itself from the face of the Earth.  Use a prefix only if you are
2633 absolutely sure of what you are doing.  This command can't be used on
2634 read-only groups (like @code{nntp} groups), though.
2636 @item G V
2637 @kindex G V (Group)
2638 @findex gnus-group-make-empty-virtual
2639 Make a new, fresh, empty @code{nnvirtual} group
2640 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2642 @item G v
2643 @kindex G v (Group)
2644 @findex gnus-group-add-to-virtual
2645 Add the current group to an @code{nnvirtual} group
2646 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2647 @end table
2649 @xref{Select Methods}, for more information on the various select
2650 methods.
2652 @vindex gnus-activate-foreign-newsgroups
2653 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2654 Gnus will check all foreign groups with this level or lower at startup.
2655 This might take quite a while, especially if you subscribe to lots of
2656 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2657 @code{gnus-activate-level} also affects activation of foreign
2658 newsgroups.
2661 @node Group Parameters
2662 @section Group Parameters
2663 @cindex group parameters
2665 The group parameters store information local to a particular group.
2666 Here's an example group parameter list:
2668 @example
2669 ((to-address . "ding@@gnus.org")
2670  (auto-expire . t))
2671 @end example
2673 We see that each element consists of a ``dotted pair''---the thing before
2674 the dot is the key, while the thing after the dot is the value.  All the
2675 parameters have this form @emph{except} local variable specs, which are
2676 not dotted pairs, but proper lists.
2678 Some parameters have correspondent customizable variables, each of which
2679 is an alist of regexps and values.
2681 The following group parameters can be used:
2683 @table @code
2684 @item to-address
2685 @cindex to-address
2686 Address used by when doing followups and new posts.
2688 @example
2689 (to-address . "some@@where.com")
2690 @end example
2692 This is primarily useful in mail groups that represent closed mailing
2693 lists---mailing lists where it's expected that everybody that writes to
2694 the mailing list is subscribed to it.  Since using this parameter
2695 ensures that the mail only goes to the mailing list itself, it means
2696 that members won't receive two copies of your followups.
2698 Using @code{to-address} will actually work whether the group is foreign
2699 or not.  Let's say there's a group on the server that is called
2700 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2701 the articles from a mail-to-news gateway.  Posting directly to this
2702 group is therefore impossible---you have to send mail to the mailing
2703 list address instead.
2705 See also @code{gnus-parameter-to-address-alist}.
2707 @item to-list
2708 @cindex to-list
2709 Address used when doing @kbd{a} in that group.
2711 @example
2712 (to-list . "some@@where.com")
2713 @end example
2715 It is totally ignored
2716 when doing a followup---except that if it is present in a news group,
2717 you'll get mail group semantics when doing @kbd{f}.
2719 If you do an @kbd{a} command in a mail group and you have neither a
2720 @code{to-list} group parameter nor a @code{to-address} group parameter,
2721 then a @code{to-list} group parameter will be added automatically upon
2722 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2723 @vindex gnus-add-to-list
2725 @findex gnus-mailing-list-mode
2726 @cindex mail list groups
2727 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2728 entering summary buffer.
2730 See also @code{gnus-parameter-to-list-alist}.
2732 @anchor{subscribed}
2733 @item subscribed
2734 @cindex subscribed
2735 @cindex Mail-Followup-To
2736 @findex gnus-find-subscribed-addresses
2737 If this parameter is set to @code{t}, Gnus will consider the
2738 to-address and to-list parameters for this group as addresses of
2739 mailing lists you are subscribed to.  Giving Gnus this information is
2740 (only) a first step in getting it to generate correct Mail-Followup-To
2741 headers for your posts to these lists.  The second step is to put the
2742 following in your @file{.gnus.el}
2744 @lisp
2745 (setq message-subscribed-address-functions
2746       '(gnus-find-subscribed-addresses))
2747 @end lisp
2749 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2750 a complete treatment of available MFT support.
2752 @item visible
2753 @cindex visible
2754 If the group parameter list has the element @code{(visible . t)},
2755 that group will always be visible in the Group buffer, regardless
2756 of whether it has any unread articles.
2758 @item broken-reply-to
2759 @cindex broken-reply-to
2760 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2761 headers in this group are to be ignored, and for the header to be hidden
2762 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2763 can be useful if you're reading a mailing list group where the listserv
2764 has inserted @code{Reply-To} headers that point back to the listserv
2765 itself.  That is broken behavior.  So there!
2767 @item to-group
2768 @cindex to-group
2769 Elements like @code{(to-group . "some.group.name")} means that all
2770 posts in that group will be sent to @code{some.group.name}.
2772 @item newsgroup
2773 @cindex newsgroup
2774 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2775 will treat all responses as if they were responses to news articles.
2776 This can be useful if you have a mail group that's really a mirror of a
2777 news group.
2779 @item gcc-self
2780 @cindex gcc-self
2781 If @code{(gcc-self . t)} is present in the group parameter list, newly
2782 composed messages will be @code{Gcc}'d to the current group.  If
2783 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2784 generated, if @code{(gcc-self . "string")} is present, this string will
2785 be inserted literally as a @code{gcc} header.  This parameter takes
2786 precedence over any default @code{Gcc} rules as described later
2787 (@pxref{Archived Messages}).
2789 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2790 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2791 doesn't accept articles.
2793 @item auto-expire
2794 @cindex auto-expire
2795 If the group parameter has an element that looks like @code{(auto-expire
2796 . t)}, all articles read will be marked as expirable.  For an
2797 alternative approach, @pxref{Expiring Mail}.
2799 See also @code{gnus-auto-expirable-newsgroups}.
2801 @item total-expire
2802 @cindex total-expire
2803 If the group parameter has an element that looks like
2804 @code{(total-expire . t)}, all read articles will be put through the
2805 expiry process, even if they are not marked as expirable.  Use with
2806 caution.  Unread, ticked and dormant articles are not eligible for
2807 expiry.
2809 See also @code{gnus-total-expirable-newsgroups}.
2811 @item expiry-wait
2812 @cindex expiry-wait
2813 @vindex nnmail-expiry-wait-function
2814 If the group parameter has an element that looks like
2815 @code{(expiry-wait . 10)}, this value will override any
2816 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2817 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2818 can either be a number of days (not necessarily an integer) or the
2819 symbols @code{never} or @code{immediate}.
2821 @item expiry-target
2822 @cindex expiry-target
2823 Where expired messages end up.  This parameter overrides
2824 @code{nnmail-expiry-target}.
2826 @item score-file
2827 @cindex score file group parameter
2828 Elements that look like @code{(score-file . "file")} will make
2829 @file{file} into the current score file for the group in question.  All
2830 interactive score entries will be put into this file.
2832 @item adapt-file
2833 @cindex adapt file group parameter
2834 Elements that look like @code{(adapt-file . "file")} will make
2835 @file{file} into the current adaptive file for the group in question.
2836 All adaptive score entries will be put into this file.
2838 @item admin-address
2839 @cindex admin-address
2840 When unsubscribing from a mailing list you should never send the
2841 unsubscription notice to the mailing list itself.  Instead, you'd send
2842 messages to the administrative address.  This parameter allows you to
2843 put the admin address somewhere convenient.
2845 @item display
2846 @cindex display
2847 Elements that look like @code{(display . MODE)} say which articles to
2848 display on entering the group.  Valid values are:
2850 @table @code
2851 @item all
2852 Display all articles, both read and unread.
2854 @item an integer
2855 Display the last @var{integer} articles in the group.  This is the same as
2856 entering the group with @kbd{C-u @var{integer}}.
2858 @item default
2859 Display the default visible articles, which normally includes unread and
2860 ticked articles.
2862 @item an array
2863 Display articles that satisfy a predicate.
2865 Here are some examples:
2867 @table @code
2868 @item [unread]
2869 Display only unread articles.
2871 @item [not expire]
2872 Display everything except expirable articles.
2874 @item [and (not reply) (not expire)]
2875 Display everything except expirable and articles you've already
2876 responded to.
2877 @end table
2879 The available operators are @code{not}, @code{and} and @code{or}.
2880 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2881 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2882 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2883 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2885 @end table
2887 The @code{display} parameter works by limiting the summary buffer to
2888 the subset specified.  You can pop the limit by using the @kbd{/ w}
2889 command (@pxref{Limiting}).
2891 @item comment
2892 @cindex comment
2893 Elements that look like @code{(comment . "This is a comment")} are
2894 arbitrary comments on the group.  You can display comments in the
2895 group line (@pxref{Group Line Specification}).
2897 @item charset
2898 @cindex charset
2899 Elements that look like @code{(charset . iso-8859-1)} will make
2900 @code{iso-8859-1} the default charset; that is, the charset that will be
2901 used for all articles that do not specify a charset.
2903 See also @code{gnus-group-charset-alist}.
2905 @item ignored-charsets
2906 @cindex ignored-charset
2907 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2908 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2909 default charset will be used for decoding articles.
2911 See also @code{gnus-group-ignored-charsets-alist}.
2913 @item posting-style
2914 @cindex posting-style
2915 You can store additional posting style information for this group
2916 here (@pxref{Posting Styles}).  The format is that of an entry in the
2917 @code{gnus-posting-styles} alist, except that there's no regexp matching
2918 the group name (of course).  Style elements in this group parameter will
2919 take precedence over the ones found in @code{gnus-posting-styles}.
2921 For instance, if you want a funky name and signature in this group only,
2922 instead of hacking @code{gnus-posting-styles}, you could put something
2923 like this in the group parameters:
2925 @example
2926 (posting-style
2927   (name "Funky Name")
2928   ("X-My-Header" "Funky Value")
2929   (signature "Funky Signature"))
2930 @end example
2932 @item post-method
2933 @cindex post-method
2934 If it is set, the value is used as the method for posting message
2935 instead of @code{gnus-post-method}.
2937 @item banner
2938 @cindex banner
2939 An item like @code{(banner . @var{regexp})} causes any part of an article
2940 that matches the regular expression @var{regexp} to be stripped.  Instead of
2941 @var{regexp}, you can also use the symbol @code{signature} which strips the
2942 last signature or any of the elements of the alist
2943 @code{gnus-article-banner-alist}.
2945 @item sieve
2946 @cindex sieve
2947 This parameter contains a Sieve test that should match incoming mail
2948 that should be placed in this group.  From this group parameter, a
2949 Sieve @samp{IF} control structure is generated, having the test as the
2950 condition and @samp{fileinto "group.name";} as the body.
2952 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
2953 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2954 translating the group parameter into a Sieve script (@pxref{Sieve
2955 Commands}) the following Sieve code is generated:
2957 @example
2958 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2959         fileinto \"INBOX.list.sieve\";
2961 @end example
2963 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
2964 Top, sieve, Emacs Sieve}.
2966 @item (agent parameters)
2967 If the agent has been enabled, you can set any of the its parameters
2968 to control the behavior of the agent in individual groups. See Agent
2969 Parameters in @ref{Category Syntax}.  Most users will choose to set
2970 agent parameters in either an agent category or group topic to
2971 minimize the configuration effort.
2973 @item (@var{variable} @var{form})
2974 You can use the group parameters to set variables local to the group you
2975 are entering.  If you want to turn threading off in @samp{news.answers},
2976 you could put @code{(gnus-show-threads nil)} in the group parameters of
2977 that group.  @code{gnus-show-threads} will be made into a local variable
2978 in the summary buffer you enter, and the form @code{nil} will be
2979 @code{eval}ed there.
2981 Note that this feature sets the variable locally to the summary buffer.
2982 But some variables are evaluated in the article buffer, or in the
2983 message buffer (of a reply or followup or otherwise newly created
2984 message).  As a workaround, it might help to add the variable in
2985 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
2986 Stuff}.  So if you want to set @code{message-from-style} via the group
2987 parameters, then you may need the following statement elsewhere in your
2988 @file{~/.gnus} file:
2990 @lisp
2991 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
2992 @end lisp
2994 @vindex gnus-list-identifiers
2995 A use for this feature is to remove a mailing list identifier tag in
2996 the subject fields of articles.  E.g. if the news group
2998 @example
2999 nntp+news.gnus.org:gmane.text.docbook.apps
3000 @end example
3002 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3003 tag can be removed from the article subjects in the summary buffer for
3004 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3005 into the group parameters for the group.
3007 This can also be used as a group-specific hook function.  If you want to
3008 hear a beep when you enter a group, you could put something like
3009 @code{(dummy-variable (ding))} in the parameters of that group.
3010 @code{dummy-variable} will be set to the (meaningless) result of the
3011 @code{(ding)} form.
3013 Alternatively, since the VARIABLE becomes local to the group, this
3014 pattern can be used to temporarily change a hook.  For example, if the
3015 following is added to a group parameter
3017 @lisp
3018 (gnus-summary-prepared-hook
3019   '(lambda nil (local-set-key "d" (local-key-binding "n"))))
3020 @end lisp
3022 when the group is entered, the 'd' key will not mark the article as
3023 expired.
3025 @end table
3027 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3028 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3029 presents you with a Customize-like interface.  The latter helps avoid
3030 silly Lisp errors.)  You might also be interested in reading about topic
3031 parameters (@pxref{Topic Parameters}).
3033 @vindex gnus-parameters
3034 Group parameters can be set via the @code{gnus-parameters} variable too.
3035 But some variables, such as @code{visible}, have no effect.  For
3036 example:
3038 @lisp
3039 (setq gnus-parameters
3040       '(("mail\\..*"
3041          (gnus-show-threads nil)
3042          (gnus-use-scoring nil)
3043          (gnus-summary-line-format
3044           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3045          (gcc-self . t)
3046          (display . all))
3048         ("^nnimap:\\(foo.bar\\)$"
3049          (to-group . "\\1"))
3051         ("mail\\.me"
3052          (gnus-use-scoring  t))
3054         ("list\\..*"
3055          (total-expire . t)
3056          (broken-reply-to . t))))
3057 @end lisp
3059 String value of parameters will be subjected to regexp substitution, as
3060 the @code{to-group} example shows.
3063 @node Listing Groups
3064 @section Listing Groups
3065 @cindex group listing
3067 These commands all list various slices of the groups available.
3069 @table @kbd
3071 @item l
3072 @itemx A s
3073 @kindex A s (Group)
3074 @kindex l (Group)
3075 @findex gnus-group-list-groups
3076 List all groups that have unread articles
3077 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3078 command will list only groups of level ARG and lower.  By default, it
3079 only lists groups of level five (i.e.,
3080 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3081 groups).
3083 @item L
3084 @itemx A u
3085 @kindex A u (Group)
3086 @kindex L (Group)
3087 @findex gnus-group-list-all-groups
3088 List all groups, whether they have unread articles or not
3089 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3090 this command will list only groups of level ARG and lower.  By default,
3091 it lists groups of level seven or lower (i.e., just subscribed and
3092 unsubscribed groups).
3094 @item A l
3095 @kindex A l (Group)
3096 @findex gnus-group-list-level
3097 List all unread groups on a specific level
3098 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3099 with no unread articles.
3101 @item A k
3102 @kindex A k (Group)
3103 @findex gnus-group-list-killed
3104 List all killed groups (@code{gnus-group-list-killed}).  If given a
3105 prefix argument, really list all groups that are available, but aren't
3106 currently (un)subscribed.  This could entail reading the active file
3107 from the server.
3109 @item A z
3110 @kindex A z (Group)
3111 @findex gnus-group-list-zombies
3112 List all zombie groups (@code{gnus-group-list-zombies}).
3114 @item A m
3115 @kindex A m (Group)
3116 @findex gnus-group-list-matching
3117 List all unread, subscribed groups with names that match a regexp
3118 (@code{gnus-group-list-matching}).
3120 @item A M
3121 @kindex A M (Group)
3122 @findex gnus-group-list-all-matching
3123 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3125 @item A A
3126 @kindex A A (Group)
3127 @findex gnus-group-list-active
3128 List absolutely all groups in the active file(s) of the
3129 server(s) you are connected to (@code{gnus-group-list-active}).  This
3130 might very well take quite a while.  It might actually be a better idea
3131 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3132 thing to match on.  Also note that this command may list groups that
3133 don't exist (yet)---these will be listed as if they were killed groups.
3134 Take the output with some grains of salt.
3136 @item A a
3137 @kindex A a (Group)
3138 @findex gnus-group-apropos
3139 List all groups that have names that match a regexp
3140 (@code{gnus-group-apropos}).
3142 @item A d
3143 @kindex A d (Group)
3144 @findex gnus-group-description-apropos
3145 List all groups that have names or descriptions that match a regexp
3146 (@code{gnus-group-description-apropos}).
3148 @item A c
3149 @kindex A c (Group)
3150 @findex gnus-group-list-cached
3151 List all groups with cached articles (@code{gnus-group-list-cached}).
3153 @item A ?
3154 @kindex A ? (Group)
3155 @findex gnus-group-list-dormant
3156 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3158 @item A /
3159 @kindex A / (Group)
3160 @findex gnus-group-list-limit
3161 List groups limited within the current selection
3162 (@code{gnus-group-list-limit}).
3164 @item A f
3165 @kindex A f (Group)
3166 @findex gnus-group-list-flush
3167 Flush groups from the current selection (@code{gnus-group-list-flush}).
3169 @item A p
3170 @kindex A p (Group)
3171 @findex gnus-group-list-plus
3172 List groups plus the current selection (@code{gnus-group-list-plus}).
3174 @end table
3176 @vindex gnus-permanently-visible-groups
3177 @cindex visible group parameter
3178 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3179 always be shown, whether they have unread articles or not.  You can also
3180 add the @code{visible} element to the group parameters in question to
3181 get the same effect.
3183 @vindex gnus-list-groups-with-ticked-articles
3184 Groups that have just ticked articles in it are normally listed in the
3185 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3186 @code{nil}, these groups will be treated just like totally empty
3187 groups.  It is @code{t} by default.
3190 @node Sorting Groups
3191 @section Sorting Groups
3192 @cindex sorting groups
3194 @kindex C-c C-s (Group)
3195 @findex gnus-group-sort-groups
3196 @vindex gnus-group-sort-function
3197 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3198 group buffer according to the function(s) given by the
3199 @code{gnus-group-sort-function} variable.  Available sorting functions
3200 include:
3202 @table @code
3204 @item gnus-group-sort-by-alphabet
3205 @findex gnus-group-sort-by-alphabet
3206 Sort the group names alphabetically.  This is the default.
3208 @item gnus-group-sort-by-real-name
3209 @findex gnus-group-sort-by-real-name
3210 Sort the group alphabetically on the real (unprefixed) group names.
3212 @item gnus-group-sort-by-level
3213 @findex gnus-group-sort-by-level
3214 Sort by group level.
3216 @item gnus-group-sort-by-score
3217 @findex gnus-group-sort-by-score
3218 Sort by group score.  @xref{Group Score}.
3220 @item gnus-group-sort-by-rank
3221 @findex gnus-group-sort-by-rank
3222 Sort by group score and then the group level.  The level and the score
3223 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3225 @item gnus-group-sort-by-unread
3226 @findex gnus-group-sort-by-unread
3227 Sort by number of unread articles.
3229 @item gnus-group-sort-by-method
3230 @findex gnus-group-sort-by-method
3231 Sort alphabetically on the select method.
3233 @item gnus-group-sort-by-server
3234 @findex gnus-group-sort-by-server
3235 Sort alphabetically on the Gnus server name.
3238 @end table
3240 @code{gnus-group-sort-function} can also be a list of sorting
3241 functions.  In that case, the most significant sort key function must be
3242 the last one.
3245 There are also a number of commands for sorting directly according to
3246 some sorting criteria:
3248 @table @kbd
3249 @item G S a
3250 @kindex G S a (Group)
3251 @findex gnus-group-sort-groups-by-alphabet
3252 Sort the group buffer alphabetically by group name
3253 (@code{gnus-group-sort-groups-by-alphabet}).
3255 @item G S u
3256 @kindex G S u (Group)
3257 @findex gnus-group-sort-groups-by-unread
3258 Sort the group buffer by the number of unread articles
3259 (@code{gnus-group-sort-groups-by-unread}).
3261 @item G S l
3262 @kindex G S l (Group)
3263 @findex gnus-group-sort-groups-by-level
3264 Sort the group buffer by group level
3265 (@code{gnus-group-sort-groups-by-level}).
3267 @item G S v
3268 @kindex G S v (Group)
3269 @findex gnus-group-sort-groups-by-score
3270 Sort the group buffer by group score
3271 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3273 @item G S r
3274 @kindex G S r (Group)
3275 @findex gnus-group-sort-groups-by-rank
3276 Sort the group buffer by group rank
3277 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3279 @item G S m
3280 @kindex G S m (Group)
3281 @findex gnus-group-sort-groups-by-method
3282 Sort the group buffer alphabetically by back end name@*
3283 (@code{gnus-group-sort-groups-by-method}).
3285 @item G S n
3286 @kindex G S n (Group)
3287 @findex gnus-group-sort-groups-by-real-name
3288 Sort the group buffer alphabetically by real (unprefixed) group name
3289 (@code{gnus-group-sort-groups-by-real-name}).
3291 @end table
3293 All the commands below obey the process/prefix convention
3294 (@pxref{Process/Prefix}).
3296 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3297 commands will sort in reverse order.
3299 You can also sort a subset of the groups:
3301 @table @kbd
3302 @item G P a
3303 @kindex G P a (Group)
3304 @findex gnus-group-sort-selected-groups-by-alphabet
3305 Sort the groups alphabetically by group name
3306 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3308 @item G P u
3309 @kindex G P u (Group)
3310 @findex gnus-group-sort-selected-groups-by-unread
3311 Sort the groups by the number of unread articles
3312 (@code{gnus-group-sort-selected-groups-by-unread}).
3314 @item G P l
3315 @kindex G P l (Group)
3316 @findex gnus-group-sort-selected-groups-by-level
3317 Sort the groups by group level
3318 (@code{gnus-group-sort-selected-groups-by-level}).
3320 @item G P v
3321 @kindex G P v (Group)
3322 @findex gnus-group-sort-selected-groups-by-score
3323 Sort the groups by group score
3324 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3326 @item G P r
3327 @kindex G P r (Group)
3328 @findex gnus-group-sort-selected-groups-by-rank
3329 Sort the groups by group rank
3330 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3332 @item G P m
3333 @kindex G P m (Group)
3334 @findex gnus-group-sort-selected-groups-by-method
3335 Sort the groups alphabetically by back end name@*
3336 (@code{gnus-group-sort-selected-groups-by-method}).
3338 @item G P n
3339 @kindex G P n (Group)
3340 @findex gnus-group-sort-selected-groups-by-real-name
3341 Sort the groups alphabetically by real (unprefixed) group name
3342 (@code{gnus-group-sort-selected-groups-by-real-name}).
3344 @item G P s
3345 @kindex G P s (Group)
3346 @findex gnus-group-sort-selected-groups
3347 Sort the groups according to @code{gnus-group-sort-function}.
3349 @end table
3351 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3352 move groups around.
3355 @node Group Maintenance
3356 @section Group Maintenance
3357 @cindex bogus groups
3359 @table @kbd
3360 @item b
3361 @kindex b (Group)
3362 @findex gnus-group-check-bogus-groups
3363 Find bogus groups and delete them
3364 (@code{gnus-group-check-bogus-groups}).
3366 @item F
3367 @kindex F (Group)
3368 @findex gnus-group-find-new-groups
3369 Find new groups and process them (@code{gnus-group-find-new-groups}).
3370 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3371 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3372 to query the server for new groups, and subscribe the new groups as
3373 zombies.
3375 @item C-c C-x
3376 @kindex C-c C-x (Group)
3377 @findex gnus-group-expire-articles
3378 Run all expirable articles in the current group through the expiry
3379 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3380 all expirable articles in the group that have been around for a while.
3381 (@pxref{Expiring Mail}).
3383 @item C-c C-M-x
3384 @kindex C-c C-M-x (Group)
3385 @findex gnus-group-expire-all-groups
3386 Run all expirable articles in all groups through the expiry process
3387 (@code{gnus-group-expire-all-groups}).
3389 @end table
3392 @node Browse Foreign Server
3393 @section Browse Foreign Server
3394 @cindex foreign servers
3395 @cindex browsing servers
3397 @table @kbd
3398 @item B
3399 @kindex B (Group)
3400 @findex gnus-group-browse-foreign-server
3401 You will be queried for a select method and a server name.  Gnus will
3402 then attempt to contact this server and let you browse the groups there
3403 (@code{gnus-group-browse-foreign-server}).
3404 @end table
3406 @findex gnus-browse-mode
3407 A new buffer with a list of available groups will appear.  This buffer
3408 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3409 a lot) like a normal group buffer.
3411 Here's a list of keystrokes available in the browse mode:
3413 @table @kbd
3414 @item n
3415 @kindex n (Browse)
3416 @findex gnus-group-next-group
3417 Go to the next group (@code{gnus-group-next-group}).
3419 @item p
3420 @kindex p (Browse)
3421 @findex gnus-group-prev-group
3422 Go to the previous group (@code{gnus-group-prev-group}).
3424 @item SPACE
3425 @kindex SPACE (Browse)
3426 @findex gnus-browse-read-group
3427 Enter the current group and display the first article
3428 (@code{gnus-browse-read-group}).
3430 @item RET
3431 @kindex RET (Browse)
3432 @findex gnus-browse-select-group
3433 Enter the current group (@code{gnus-browse-select-group}).
3435 @item u
3436 @kindex u (Browse)
3437 @findex gnus-browse-unsubscribe-current-group
3438 Unsubscribe to the current group, or, as will be the case here,
3439 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3441 @item l
3442 @itemx q
3443 @kindex q (Browse)
3444 @kindex l (Browse)
3445 @findex gnus-browse-exit
3446 Exit browse mode (@code{gnus-browse-exit}).
3448 @item d
3449 @kindex d (Browse)
3450 @findex gnus-browse-describe-group
3451 Describe the current group (@code{gnus-browse-describe-group}).
3453 @item ?
3454 @kindex ? (Browse)
3455 @findex gnus-browse-describe-briefly
3456 Describe browse mode briefly (well, there's not much to describe, is
3457 there) (@code{gnus-browse-describe-briefly}).
3458 @end table
3461 @node Exiting Gnus
3462 @section Exiting Gnus
3463 @cindex exiting Gnus
3465 Yes, Gnus is ex(c)iting.
3467 @table @kbd
3468 @item z
3469 @kindex z (Group)
3470 @findex gnus-group-suspend
3471 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3472 but it kills all buffers except the Group buffer.  I'm not sure why this
3473 is a gain, but then who am I to judge?
3475 @item q
3476 @kindex q (Group)
3477 @findex gnus-group-exit
3478 @c @icon{gnus-group-exit}
3479 Quit Gnus (@code{gnus-group-exit}).
3481 @item Q
3482 @kindex Q (Group)
3483 @findex gnus-group-quit
3484 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3485 The dribble file will be saved, though (@pxref{Auto Save}).
3486 @end table
3488 @vindex gnus-exit-gnus-hook
3489 @vindex gnus-suspend-gnus-hook
3490 @vindex gnus-after-exiting-gnus-hook
3491 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3492 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3493 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3494 exiting Gnus.
3496 Note:
3498 @quotation
3499 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3500 numbly heavy and herself fall into a hazy trance as the boy sitting
3501 behind her drew repeated lines with his pencil across the back of her
3502 plastic chair.
3503 @end quotation
3506 @node Group Topics
3507 @section Group Topics
3508 @cindex topics
3510 If you read lots and lots of groups, it might be convenient to group
3511 them hierarchically according to topics.  You put your Emacs groups over
3512 here, your sex groups over there, and the rest (what, two groups or so?)
3513 you put in some misc section that you never bother with anyway.  You can
3514 even group the Emacs sex groups as a sub-topic to either the Emacs
3515 groups or the sex groups---or both!  Go wild!
3517 @iftex
3518 @iflatex
3519 \gnusfigure{Group Topics}{400}{
3520 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3522 @end iflatex
3523 @end iftex
3525 Here's an example:
3527 @example
3528 Gnus
3529   Emacs -- I wuw it!
3530      3: comp.emacs
3531      2: alt.religion.emacs
3532     Naughty Emacs
3533      452: alt.sex.emacs
3534        0: comp.talk.emacs.recovery
3535   Misc
3536      8: comp.binaries.fractals
3537     13: comp.sources.unix
3538 @end example
3540 @findex gnus-topic-mode
3541 @kindex t (Group)
3542 To get this @emph{fab} functionality you simply turn on (ooh!) the
3543 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3544 is a toggling command.)
3546 Go ahead, just try it.  I'll still be here when you get back.  La de
3547 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3548 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3549 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3550 Hot and bothered?
3552 If you want this permanently enabled, you should add that minor mode to
3553 the hook for the group mode.  Put the following line in your
3554 @file{~/.gnus.el} file:
3556 @lisp
3557 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3558 @end lisp
3560 @menu
3561 * Topic Commands::              Interactive E-Z commands.
3562 * Topic Variables::             How to customize the topics the Lisp Way.
3563 * Topic Sorting::               Sorting each topic individually.
3564 * Topic Topology::              A map of the world.
3565 * Topic Parameters::            Parameters that apply to all groups in a topic.
3566 @end menu
3569 @node Topic Commands
3570 @subsection Topic Commands
3571 @cindex topic commands
3573 When the topic minor mode is turned on, a new @kbd{T} submap will be
3574 available.  In addition, a few of the standard keys change their
3575 definitions slightly.
3577 In general, the following kinds of operations are possible on topics.
3578 First of all, you want to create topics.  Secondly, you want to put
3579 groups in topics and to move them around until you have an order you
3580 like.  The third kind of operation is to show/hide parts of the whole
3581 shebang.  You might want to hide a topic including its subtopics and
3582 groups, to get a better overview of the other groups.
3584 Here is a list of the basic keys that you might need to set up topics
3585 the way you like.
3587 @table @kbd
3589 @item T n
3590 @kindex T n (Topic)
3591 @findex gnus-topic-create-topic
3592 Prompt for a new topic name and create it
3593 (@code{gnus-topic-create-topic}).
3595 @item T TAB
3596 @itemx TAB
3597 @kindex T TAB (Topic)
3598 @kindex TAB (Topic)
3599 @findex gnus-topic-indent
3600 ``Indent'' the current topic so that it becomes a sub-topic of the
3601 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3602 ``un-indent'' the topic instead.
3604 @item M-TAB
3605 @kindex M-TAB (Topic)
3606 @findex gnus-topic-unindent
3607 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3608 parent of its current parent (@code{gnus-topic-unindent}).
3610 @end table
3612 The following two keys can be used to move groups and topics around.
3613 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3614 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3615 kill and yank rather than cut and paste.
3617 @table @kbd
3619 @item C-k
3620 @kindex C-k (Topic)
3621 @findex gnus-topic-kill-group
3622 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3623 topic will be removed along with the topic.
3625 @item C-y
3626 @kindex C-y (Topic)
3627 @findex gnus-topic-yank-group
3628 Yank the previously killed group or topic
3629 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3630 before all groups.
3632 So, to move a topic to the beginning of the list of topics, just hit
3633 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3634 move the cursor to the beginning of the buffer (just below the ``Gnus''
3635 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3636 paste.  Like I said -- E-Z.
3638 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3639 you can move topics around as well as groups.
3641 @end table
3643 After setting up the topics the way you like them, you might wish to
3644 hide a topic, or to show it again.  That's why we have the following
3645 key.
3647 @table @kbd
3649 @item RET
3650 @kindex RET (Topic)
3651 @findex gnus-topic-select-group
3652 @itemx SPACE
3653 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3654 When you perform this command on a group, you'll enter the group, as
3655 usual.  When done on a topic line, the topic will be folded (if it was
3656 visible) or unfolded (if it was folded already).  So it's basically a
3657 toggling command on topics.  In addition, if you give a numerical
3658 prefix, group on that level (and lower) will be displayed.
3660 @end table
3662 Now for a list of other commands, in no particular order.
3664 @table @kbd
3666 @item T m
3667 @kindex T m (Topic)
3668 @findex gnus-topic-move-group
3669 Move the current group to some other topic
3670 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3671 convention (@pxref{Process/Prefix}).
3673 @item T j
3674 @kindex T j (Topic)
3675 @findex gnus-topic-jump-to-topic
3676 Go to a topic (@code{gnus-topic-jump-to-topic}).
3678 @item T c
3679 @kindex T c (Topic)
3680 @findex gnus-topic-copy-group
3681 Copy the current group to some other topic
3682 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3683 convention (@pxref{Process/Prefix}).
3685 @item T h
3686 @kindex T h (Topic)
3687 @findex gnus-topic-hide-topic
3688 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3689 a prefix, hide the topic permanently.
3691 @item T s
3692 @kindex T s (Topic)
3693 @findex gnus-topic-show-topic
3694 Show the current topic (@code{gnus-topic-show-topic}).  If given
3695 a prefix, show the topic permanently.
3697 @item T D
3698 @kindex T D (Topic)
3699 @findex gnus-topic-remove-group
3700 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3701 This command is mainly useful if you have the same group in several
3702 topics and wish to remove it from one of the topics.  You may also
3703 remove a group from all topics, but in that case, Gnus will add it to
3704 the root topic the next time you start Gnus.  In fact, all new groups
3705 (which, naturally, don't belong to any topic) will show up in the root
3706 topic.
3708 This command uses the process/prefix convention
3709 (@pxref{Process/Prefix}).
3711 @item T M
3712 @kindex T M (Topic)
3713 @findex gnus-topic-move-matching
3714 Move all groups that match some regular expression to a topic
3715 (@code{gnus-topic-move-matching}).
3717 @item T C
3718 @kindex T C (Topic)
3719 @findex gnus-topic-copy-matching
3720 Copy all groups that match some regular expression to a topic
3721 (@code{gnus-topic-copy-matching}).
3723 @item T H
3724 @kindex T H (Topic)
3725 @findex gnus-topic-toggle-display-empty-topics
3726 Toggle hiding empty topics
3727 (@code{gnus-topic-toggle-display-empty-topics}).
3729 @item T #
3730 @kindex T # (Topic)
3731 @findex gnus-topic-mark-topic
3732 Mark all groups in the current topic with the process mark
3733 (@code{gnus-topic-mark-topic}).  This command works recursively on
3734 sub-topics unless given a prefix.
3736 @item T M-#
3737 @kindex T M-# (Topic)
3738 @findex gnus-topic-unmark-topic
3739 Remove the process mark from all groups in the current topic
3740 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3741 sub-topics unless given a prefix.
3743 @item C-c C-x
3744 @kindex C-c C-x (Topic)
3745 @findex gnus-topic-expire-articles
3746 Run all expirable articles in the current group or topic through the
3747 expiry process (if any)
3748 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3750 @item T r
3751 @kindex T r (Topic)
3752 @findex gnus-topic-rename
3753 Rename a topic (@code{gnus-topic-rename}).
3755 @item T DEL
3756 @kindex T DEL (Topic)
3757 @findex gnus-topic-delete
3758 Delete an empty topic (@code{gnus-topic-delete}).
3760 @item A T
3761 @kindex A T (Topic)
3762 @findex gnus-topic-list-active
3763 List all groups that Gnus knows about in a topics-ified way
3764 (@code{gnus-topic-list-active}).
3766 @item T M-n
3767 @kindex T M-n (Topic)
3768 @findex gnus-topic-goto-next-topic
3769 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3771 @item T M-p
3772 @kindex T M-p (Topic)
3773 @findex gnus-topic-goto-previous-topic
3774 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3776 @item G p
3777 @kindex G p (Topic)
3778 @findex gnus-topic-edit-parameters
3779 @cindex group parameters
3780 @cindex topic parameters
3781 @cindex parameters
3782 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3783 @xref{Topic Parameters}.
3785 @end table
3788 @node Topic Variables
3789 @subsection Topic Variables
3790 @cindex topic variables
3792 The previous section told you how to tell Gnus which topics to display.
3793 This section explains how to tell Gnus what to display about each topic.
3795 @vindex gnus-topic-line-format
3796 The topic lines themselves are created according to the
3797 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3798 Valid elements are:
3800 @table @samp
3801 @item i
3802 Indentation.
3803 @item n
3804 Topic name.
3805 @item v
3806 Visibility.
3807 @item l
3808 Level.
3809 @item g
3810 Number of groups in the topic.
3811 @item a
3812 Number of unread articles in the topic.
3813 @item A
3814 Number of unread articles in the topic and all its subtopics.
3815 @end table
3817 @vindex gnus-topic-indent-level
3818 Each sub-topic (and the groups in the sub-topics) will be indented with
3819 @code{gnus-topic-indent-level} times the topic level number of spaces.
3820 The default is 2.
3822 @vindex gnus-topic-mode-hook
3823 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3825 @vindex gnus-topic-display-empty-topics
3826 The @code{gnus-topic-display-empty-topics} says whether to display even
3827 topics that have no unread articles in them.  The default is @code{t}.
3830 @node Topic Sorting
3831 @subsection Topic Sorting
3832 @cindex topic sorting
3834 You can sort the groups in each topic individually with the following
3835 commands:
3838 @table @kbd
3839 @item T S a
3840 @kindex T S a (Topic)
3841 @findex gnus-topic-sort-groups-by-alphabet
3842 Sort the current topic alphabetically by group name
3843 (@code{gnus-topic-sort-groups-by-alphabet}).
3845 @item T S u
3846 @kindex T S u (Topic)
3847 @findex gnus-topic-sort-groups-by-unread
3848 Sort the current topic by the number of unread articles
3849 (@code{gnus-topic-sort-groups-by-unread}).
3851 @item T S l
3852 @kindex T S l (Topic)
3853 @findex gnus-topic-sort-groups-by-level
3854 Sort the current topic by group level
3855 (@code{gnus-topic-sort-groups-by-level}).
3857 @item T S v
3858 @kindex T S v (Topic)
3859 @findex gnus-topic-sort-groups-by-score
3860 Sort the current topic by group score
3861 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3863 @item T S r
3864 @kindex T S r (Topic)
3865 @findex gnus-topic-sort-groups-by-rank
3866 Sort the current topic by group rank
3867 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3869 @item T S m
3870 @kindex T S m (Topic)
3871 @findex gnus-topic-sort-groups-by-method
3872 Sort the current topic alphabetically by back end name
3873 (@code{gnus-topic-sort-groups-by-method}).
3875 @item T S e
3876 @kindex T S e (Topic)
3877 @findex gnus-topic-sort-groups-by-server
3878 Sort the current topic alphabetically by server name
3879 (@code{gnus-topic-sort-groups-by-server}).
3881 @item T S s
3882 @kindex T S s (Topic)
3883 @findex gnus-topic-sort-groups
3884 Sort the current topic according to the function(s) given by the
3885 @code{gnus-group-sort-function} variable
3886 (@code{gnus-topic-sort-groups}).
3888 @end table
3890 When given a prefix argument, all these commands will sort in reverse
3891 order.  @xref{Sorting Groups}, for more information about group
3892 sorting.
3895 @node Topic Topology
3896 @subsection Topic Topology
3897 @cindex topic topology
3898 @cindex topology
3900 So, let's have a look at an example group buffer:
3902 @example
3903 @group
3904 Gnus
3905   Emacs -- I wuw it!
3906      3: comp.emacs
3907      2: alt.religion.emacs
3908     Naughty Emacs
3909      452: alt.sex.emacs
3910        0: comp.talk.emacs.recovery
3911   Misc
3912      8: comp.binaries.fractals
3913     13: comp.sources.unix
3914 @end group
3915 @end example
3917 So, here we have one top-level topic (@samp{Gnus}), two topics under
3918 that, and one sub-topic under one of the sub-topics.  (There is always
3919 just one (1) top-level topic).  This topology can be expressed as
3920 follows:
3922 @lisp
3923 (("Gnus" visible)
3924  (("Emacs -- I wuw it!" visible)
3925   (("Naughty Emacs" visible)))
3926  (("Misc" visible)))
3927 @end lisp
3929 @vindex gnus-topic-topology
3930 This is in fact how the variable @code{gnus-topic-topology} would look
3931 for the display above.  That variable is saved in the @file{.newsrc.eld}
3932 file, and shouldn't be messed with manually---unless you really want
3933 to.  Since this variable is read from the @file{.newsrc.eld} file,
3934 setting it in any other startup files will have no effect.
3936 This topology shows what topics are sub-topics of what topics (right),
3937 and which topics are visible.  Two settings are currently
3938 allowed---@code{visible} and @code{invisible}.
3941 @node Topic Parameters
3942 @subsection Topic Parameters
3943 @cindex topic parameters
3945 All groups in a topic will inherit group parameters from the parent
3946 (and ancestor) topic parameters.  All valid group parameters are valid
3947 topic parameters (@pxref{Group Parameters}).  When the agent is
3948 enabled, all agent parameters (See Agent Parameters in @ref{Category
3949 Syntax}) are also valid topic parameters.
3951 In addition, the following parameters are only valid as topic
3952 parameters:
3954 @table @code
3955 @item subscribe
3956 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3957 @code{subscribe} topic parameter says what groups go in what topic.  Its
3958 value should be a regexp to match the groups that should go in that
3959 topic.
3961 @item subscribe-level
3962 When subscribing new groups by topic (see the @code{subscribe} parameter),
3963 the group will be subscribed with the level specified in the
3964 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3966 @end table
3968 Group parameters (of course) override topic parameters, and topic
3969 parameters in sub-topics override topic parameters in super-topics.  You
3970 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3971 verb, although you may feel free to disagree with me here.)
3973 @example
3974 @group
3975 Gnus
3976   Emacs
3977      3: comp.emacs
3978      2: alt.religion.emacs
3979    452: alt.sex.emacs
3980     Relief
3981      452: alt.sex.emacs
3982        0: comp.talk.emacs.recovery
3983   Misc
3984      8: comp.binaries.fractals
3985     13: comp.sources.unix
3986    452: alt.sex.emacs
3987 @end group
3988 @end example
3990 The @samp{Emacs} topic has the topic parameter @code{(score-file
3991 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3992 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3993 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3994 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3995 . "religion.SCORE")}.
3997 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3998 will get the @file{relief.SCORE} home score file.  If you enter the same
3999 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4000 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4001 get the @file{religion.SCORE} home score file.
4003 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4004 there are some problems, especially with the @code{total-expiry}
4005 parameter.  Say you have a mail group in two topics; one with
4006 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4007 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4008 of these topics you mean to expire articles from, so anything may
4009 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4010 happens.  You just have to be careful if you do stuff like that.
4013 @node Misc Group Stuff
4014 @section Misc Group Stuff
4016 @menu
4017 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4018 * Group Information::           Information and help on groups and Gnus.
4019 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4020 * File Commands::               Reading and writing the Gnus files.
4021 * Sieve Commands::              Managing Sieve scripts.
4022 @end menu
4024 @table @kbd
4026 @item ^
4027 @kindex ^ (Group)
4028 @findex gnus-group-enter-server-mode
4029 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4030 @xref{Server Buffer}.
4032 @item a
4033 @kindex a (Group)
4034 @findex gnus-group-post-news
4035 Start composing a message (a news by default)
4036 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4037 under the point.  If the prefix is 1, prompt for a group to post to.
4038 Contrary to what the name of this function suggests, the prepared
4039 article might be a mail instead of a news, if a mail group is specified
4040 with the prefix argument.  @xref{Composing Messages}.
4042 @item m
4043 @kindex m (Group)
4044 @findex gnus-group-mail
4045 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4046 use the posting style of the group under the point.  If the prefix is 1,
4047 prompt for a group name to find the posting style.
4048 @xref{Composing Messages}.
4050 @item i
4051 @kindex i (Group)
4052 @findex gnus-group-news
4053 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4054 post to the group under the point.  If the prefix is 1, prompt
4055 for group to post to.  @xref{Composing Messages}.
4057 This function actually prepares a news even when using mail groups.
4058 This is useful for ``posting'' messages to mail groups without actually
4059 sending them over the network: they're just saved directly to the group
4060 in question.  The corresponding back end must have a request-post method
4061 for this to work though.
4063 @end table
4065 Variables for the group buffer:
4067 @table @code
4069 @item gnus-group-mode-hook
4070 @vindex gnus-group-mode-hook
4071 is called after the group buffer has been
4072 created.
4074 @item gnus-group-prepare-hook
4075 @vindex gnus-group-prepare-hook
4076 is called after the group buffer is
4077 generated.  It may be used to modify the buffer in some strange,
4078 unnatural way.
4080 @item gnus-group-prepared-hook
4081 @vindex gnus-group-prepare-hook
4082 is called as the very last thing after the group buffer has been
4083 generated.  It may be used to move point around, for instance.
4085 @item gnus-permanently-visible-groups
4086 @vindex gnus-permanently-visible-groups
4087 Groups matching this regexp will always be listed in the group buffer,
4088 whether they are empty or not.
4090 @item gnus-group-name-charset-method-alist
4091 @vindex gnus-group-name-charset-method-alist
4092 An alist of method and the charset for group names.  It is used to show
4093 non-@acronym{ASCII} group names.
4095 For example:
4096 @lisp
4097 (setq gnus-group-name-charset-method-alist
4098     '(((nntp "news.com.cn") . cn-gb-2312)))
4099 @end lisp
4101 @item gnus-group-name-charset-group-alist
4102 @cindex UTF-8 group names
4103 @vindex gnus-group-name-charset-group-alist
4104 An alist of regexp of group name and the charset for group names.  It
4105 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4106 utf-8))} is the default value if UTF-8 is supported, otherwise the
4107 default is @code{nil}.
4109 For example:
4110 @lisp
4111 (setq gnus-group-name-charset-group-alist
4112     '(("\\.com\\.cn:" . cn-gb-2312)))
4113 @end lisp
4115 @end table
4117 @node Scanning New Messages
4118 @subsection Scanning New Messages
4119 @cindex new messages
4120 @cindex scanning new news
4122 @table @kbd
4124 @item g
4125 @kindex g (Group)
4126 @findex gnus-group-get-new-news
4127 @c @icon{gnus-group-get-new-news}
4128 Check the server(s) for new articles.  If the numerical prefix is used,
4129 this command will check only groups of level @var{arg} and lower
4130 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4131 command will force a total re-reading of the active file(s) from the
4132 back end(s).
4134 @item M-g
4135 @kindex M-g (Group)
4136 @findex gnus-group-get-new-news-this-group
4137 @vindex gnus-goto-next-group-when-activating
4138 @c @icon{gnus-group-get-new-news-this-group}
4139 Check whether new articles have arrived in the current group
4140 (@code{gnus-group-get-new-news-this-group}).
4141 @code{gnus-goto-next-group-when-activating} says whether this command is
4142 to move point to the next group or not.  It is @code{t} by default.
4144 @findex gnus-activate-all-groups
4145 @cindex activating groups
4146 @item C-c M-g
4147 @kindex C-c M-g (Group)
4148 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4150 @item R
4151 @kindex R (Group)
4152 @cindex restarting
4153 @findex gnus-group-restart
4154 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4155 file(s), closes the connection to all servers, clears up all run-time
4156 Gnus variables, and then starts Gnus all over again.
4158 @end table
4160 @vindex gnus-get-new-news-hook
4161 @code{gnus-get-new-news-hook} is run just before checking for new news.
4163 @vindex gnus-after-getting-new-news-hook
4164 @code{gnus-after-getting-new-news-hook} is run after checking for new
4165 news.
4168 @node Group Information
4169 @subsection Group Information
4170 @cindex group information
4171 @cindex information on groups
4173 @table @kbd
4176 @item H f
4177 @kindex H f (Group)
4178 @findex gnus-group-fetch-faq
4179 @vindex gnus-group-faq-directory
4180 @cindex FAQ
4181 @cindex ange-ftp
4182 Try to fetch the @acronym{FAQ} for the current group
4183 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4184 from @code{gnus-group-faq-directory}, which is usually a directory on
4185 a remote machine.  This variable can also be a list of directories.
4186 In that case, giving a prefix to this command will allow you to choose
4187 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4188 used for fetching the file.
4190 If fetching from the first site is unsuccessful, Gnus will attempt to go
4191 through @code{gnus-group-faq-directory} and try to open them one by one.
4193 @item H c
4194 @kindex H c (Group)
4195 @findex gnus-group-fetch-charter
4196 @vindex gnus-group-charter-alist
4197 @cindex charter
4198 Try to open the charter for the current group in a web browser
4199 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4200 prefix argument.
4202 Gnus will use @code{gnus-group-charter-alist} to find the location of
4203 the charter.  If no location is known, Gnus will fetch the control
4204 messages for the group, which in some cases includes the charter.
4206 @item H C
4207 @kindex H C (Group)
4208 @findex gnus-group-fetch-control
4209 @vindex gnus-group-fetch-control-use-browse-url
4210 @cindex control message
4211 Fetch the control messages for the group from the archive at
4212 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4213 group if given a prefix argument.
4215 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4216 Gnus will open the control messages in a browser using
4217 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4218 and displayed in an ephemeral group.
4220 Note that the control messages are compressed.  To use this command
4221 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4222 Files, ,Compressed Files, emacs, The Emacs Manual}).
4224 @item H d
4225 @itemx C-c C-d
4226 @c @icon{gnus-group-describe-group}
4227 @kindex H d (Group)
4228 @kindex C-c C-d (Group)
4229 @cindex describing groups
4230 @cindex group description
4231 @findex gnus-group-describe-group
4232 Describe the current group (@code{gnus-group-describe-group}).  If given
4233 a prefix, force Gnus to re-read the description from the server.
4235 @item M-d
4236 @kindex M-d (Group)
4237 @findex gnus-group-describe-all-groups
4238 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4239 prefix, force Gnus to re-read the description file from the server.
4241 @item H v
4242 @itemx V
4243 @kindex V (Group)
4244 @kindex H v (Group)
4245 @cindex version
4246 @findex gnus-version
4247 Display current Gnus version numbers (@code{gnus-version}).
4249 @item ?
4250 @kindex ? (Group)
4251 @findex gnus-group-describe-briefly
4252 Give a very short help message (@code{gnus-group-describe-briefly}).
4254 @item C-c C-i
4255 @kindex C-c C-i (Group)
4256 @cindex info
4257 @cindex manual
4258 @findex gnus-info-find-node
4259 Go to the Gnus info node (@code{gnus-info-find-node}).
4260 @end table
4263 @node Group Timestamp
4264 @subsection Group Timestamp
4265 @cindex timestamps
4266 @cindex group timestamps
4268 It can be convenient to let Gnus keep track of when you last read a
4269 group.  To set the ball rolling, you should add
4270 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4272 @lisp
4273 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4274 @end lisp
4276 After doing this, each time you enter a group, it'll be recorded.
4278 This information can be displayed in various ways---the easiest is to
4279 use the @samp{%d} spec in the group line format:
4281 @lisp
4282 (setq gnus-group-line-format
4283       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4284 @end lisp
4286 This will result in lines looking like:
4288 @example
4289 *        0: mail.ding                                19961002T012943
4290          0: custom                                   19961002T012713
4291 @end example
4293 As you can see, the date is displayed in compact ISO 8601 format.  This
4294 may be a bit too much, so to just display the date, you could say
4295 something like:
4297 @lisp
4298 (setq gnus-group-line-format
4299       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4300 @end lisp
4302 If you would like greater control of the time format, you can use a
4303 user-defined format spec.  Something like the following should do the
4304 trick:
4306 @lisp
4307 (setq gnus-group-line-format
4308       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4309 (defun gnus-user-format-function-d (headers)
4310   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4311     (if time
4312         (format-time-string "%b %d  %H:%M" time)
4313       "")))
4314 @end lisp
4317 @node File Commands
4318 @subsection File Commands
4319 @cindex file commands
4321 @table @kbd
4323 @item r
4324 @kindex r (Group)
4325 @findex gnus-group-read-init-file
4326 @vindex gnus-init-file
4327 @cindex reading init file
4328 Re-read the init file (@code{gnus-init-file}, which defaults to
4329 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4331 @item s
4332 @kindex s (Group)
4333 @findex gnus-group-save-newsrc
4334 @cindex saving .newsrc
4335 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4336 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4337 file(s) whether Gnus thinks it is necessary or not.
4339 @c @item Z
4340 @c @kindex Z (Group)
4341 @c @findex gnus-group-clear-dribble
4342 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4344 @end table
4347 @node Sieve Commands
4348 @subsection Sieve Commands
4349 @cindex group sieve commands
4351 Sieve is a server-side mail filtering language.  In Gnus you can use
4352 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4353 sieve rules that should apply to each group.  Gnus provides two
4354 commands to translate all these group parameters into a proper Sieve
4355 script that can be transfered to the server somehow.
4357 @vindex gnus-sieve-file
4358 @vindex gnus-sieve-region-start
4359 @vindex gnus-sieve-region-end
4360 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4361 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4362 between two delimiters, @code{gnus-sieve-region-start} and
4363 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4364 outside these delimiters that will not be removed the next time you
4365 regenerate the Sieve script.
4367 @vindex gnus-sieve-crosspost
4368 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4369 is generated.  If it is non-@code{nil} (the default) articles is
4370 placed in all groups that have matching rules, otherwise the article
4371 is only placed in the group with the first matching rule.  For
4372 example, the group parameter @samp{(sieve address "sender"
4373 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4374 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4375 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4376 except that the line containing the call to @code{stop} is removed.)
4378 @example
4379 if address "sender" "owner-ding@@hpc.uh.edu" @{
4380         fileinto "INBOX.ding";
4381         stop;
4383 @end example
4385 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4387 @table @kbd
4389 @item D g
4390 @kindex D g (Group)
4391 @findex gnus-sieve-generate
4392 @vindex gnus-sieve-file
4393 @cindex generating sieve script
4394 Regenerate a Sieve script from the @code{sieve} group parameters and
4395 put you into the @code{gnus-sieve-file} without saving it.
4397 @item D u
4398 @kindex D u (Group)
4399 @findex gnus-sieve-update
4400 @vindex gnus-sieve-file
4401 @cindex updating sieve script
4402 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4403 @code{sieve} group parameters, save the file and upload it to the
4404 server using the @code{sieveshell} program.
4406 @end table
4409 @node Summary Buffer
4410 @chapter Summary Buffer
4411 @cindex summary buffer
4413 A line for each article is displayed in the summary buffer.  You can
4414 move around, read articles, post articles and reply to articles.
4416 The most common way to a summary buffer is to select a group from the
4417 group buffer (@pxref{Selecting a Group}).
4419 You can have as many summary buffers open as you wish.
4421 @menu
4422 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4423 * Summary Maneuvering::         Moving around the summary buffer.
4424 * Choosing Articles::           Reading articles.
4425 * Paging the Article::          Scrolling the current article.
4426 * Reply Followup and Post::     Posting articles.
4427 * Delayed Articles::            Send articles at a later time.
4428 * Marking Articles::            Marking articles as read, expirable, etc.
4429 * Limiting::                    You can limit the summary buffer.
4430 * Threading::                   How threads are made.
4431 * Sorting the Summary Buffer::  How articles and threads are sorted.
4432 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4433 * Article Caching::             You may store articles in a cache.
4434 * Persistent Articles::         Making articles expiry-resistant.
4435 * Article Backlog::             Having already read articles hang around.
4436 * Saving Articles::             Ways of customizing article saving.
4437 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4438 * Article Treatment::           The article buffer can be mangled at will.
4439 * MIME Commands::               Doing MIMEy things with the articles.
4440 * Charsets::                    Character set issues.
4441 * Article Commands::            Doing various things with the article buffer.
4442 * Summary Sorting::             Sorting the summary buffer in various ways.
4443 * Finding the Parent::          No child support? Get the parent.
4444 * Alternative Approaches::      Reading using non-default summaries.
4445 * Tree Display::                A more visual display of threads.
4446 * Mail Group Commands::         Some commands can only be used in mail groups.
4447 * Various Summary Stuff::       What didn't fit anywhere else.
4448 * Exiting the Summary Buffer::  Returning to the Group buffer,
4449                                 or reselecting the current group.
4450 * Crosspost Handling::          How crossposted articles are dealt with.
4451 * Duplicate Suppression::       An alternative when crosspost handling fails.
4452 * Security::                    Decrypt and Verify.
4453 * Mailing List::                Mailing list minor mode.
4454 @end menu
4457 @node Summary Buffer Format
4458 @section Summary Buffer Format
4459 @cindex summary buffer format
4461 @iftex
4462 @iflatex
4463 \gnusfigure{The Summary Buffer}{180}{
4464 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4465 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4467 @end iflatex
4468 @end iftex
4470 @menu
4471 * Summary Buffer Lines::        You can specify how summary lines should look.
4472 * To From Newsgroups::          How to not display your own name.
4473 * Summary Buffer Mode Line::    You can say how the mode line should look.
4474 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4475 @end menu
4477 @findex mail-extract-address-components
4478 @findex gnus-extract-address-components
4479 @vindex gnus-extract-address-components
4480 Gnus will use the value of the @code{gnus-extract-address-components}
4481 variable as a function for getting the name and address parts of a
4482 @code{From} header.  Two pre-defined functions exist:
4483 @code{gnus-extract-address-components}, which is the default, quite
4484 fast, and too simplistic solution; and
4485 @code{mail-extract-address-components}, which works very nicely, but is
4486 slower.  The default function will return the wrong answer in 5% of the
4487 cases.  If this is unacceptable to you, use the other function instead:
4489 @lisp
4490 (setq gnus-extract-address-components
4491       'mail-extract-address-components)
4492 @end lisp
4494 @vindex gnus-summary-same-subject
4495 @code{gnus-summary-same-subject} is a string indicating that the current
4496 article has the same subject as the previous.  This string will be used
4497 with those specs that require it.  The default is @code{""}.
4500 @node Summary Buffer Lines
4501 @subsection Summary Buffer Lines
4503 @vindex gnus-summary-line-format
4504 You can change the format of the lines in the summary buffer by changing
4505 the @code{gnus-summary-line-format} variable.  It works along the same
4506 lines as a normal @code{format} string, with some extensions
4507 (@pxref{Formatting Variables}).
4509 There should always be a colon or a point position marker on the line;
4510 the cursor always moves to the point position marker or the colon after
4511 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4512 possible to change this.  Just write a new function
4513 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4514 @xref{Positioning Point}.
4516 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4518 The following format specification characters and extended format
4519 specification(s) are understood:
4521 @table @samp
4522 @item N
4523 Article number.
4524 @item S
4525 Subject string.  List identifiers stripped,
4526 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4527 @item s
4528 Subject if the article is the root of the thread or the previous article
4529 had a different subject, @code{gnus-summary-same-subject} otherwise.
4530 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4531 @item F
4532 Full @code{From} header.
4533 @item n
4534 The name (from the @code{From} header).
4535 @item f
4536 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4537 From Newsgroups}).
4538 @item a
4539 The name (from the @code{From} header).  This differs from the @code{n}
4540 spec in that it uses the function designated by the
4541 @code{gnus-extract-address-components} variable, which is slower, but
4542 may be more thorough.
4543 @item A
4544 The address (from the @code{From} header).  This works the same way as
4545 the @code{a} spec.
4546 @item L
4547 Number of lines in the article.
4548 @item c
4549 Number of characters in the article.  This specifier is not supported
4550 in some methods (like nnfolder).
4551 @item k
4552 Pretty-printed version of the number of characters in the article;
4553 for example, @samp{1.2k} or @samp{0.4M}.
4554 @item I
4555 Indentation based on thread level (@pxref{Customizing Threading}).
4556 @item B
4557 A complex trn-style thread tree, showing response-connecting trace
4558 lines.  A thread could be drawn like this:
4560 @example
4563 | +->
4564 | | \->
4565 | |   \->
4566 | \->
4569 @end example
4571 You can customize the appearance with the following options.  Note
4572 that it is possible to make the thread display look really neat by
4573 replacing the default @acronym{ASCII} characters with graphic
4574 line-drawing glyphs.
4575 @table @code
4576 @item gnus-sum-thread-tree-root
4577 @vindex gnus-sum-thread-tree-root
4578 Used for the root of a thread.  If @code{nil}, use subject
4579 instead.  The default is @samp{> }.
4581 @item gnus-sum-thread-tree-false-root
4582 @vindex gnus-sum-thread-tree-false-root
4583 Used for the false root of a thread (@pxref{Loose Threads}).  If
4584 @code{nil}, use subject instead.  The default is @samp{> }.
4586 @item gnus-sum-thread-tree-single-indent
4587 @vindex gnus-sum-thread-tree-single-indent
4588 Used for a thread with just one message.  If @code{nil}, use subject
4589 instead.  The default is @samp{}.
4591 @item gnus-sum-thread-tree-vertical
4592 @vindex gnus-sum-thread-tree-vertical
4593 Used for drawing a vertical line.  The default is @samp{| }.
4595 @item gnus-sum-thread-tree-indent
4596 @vindex gnus-sum-thread-tree-indent
4597 Used for indenting.  The default is @samp{  }.
4599 @item gnus-sum-thread-tree-leaf-with-other
4600 @vindex gnus-sum-thread-tree-leaf-with-other
4601 Used for a leaf with brothers.  The default is @samp{+-> }.
4603 @item gnus-sum-thread-tree-single-leaf
4604 @vindex gnus-sum-thread-tree-single-leaf
4605 Used for a leaf without brothers.  The default is @samp{\-> }
4607 @end table
4609 @item T
4610 Nothing if the article is a root and lots of spaces if it isn't (it
4611 pushes everything after it off the screen).
4612 @item [
4613 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4614 for adopted articles (@pxref{Customizing Threading}).
4615 @item ]
4616 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4617 for adopted articles.
4618 @item >
4619 One space for each thread level.
4620 @item <
4621 Twenty minus thread level spaces.
4622 @item U
4623 Unread.  @xref{Read Articles}.
4625 @item R
4626 This misleadingly named specifier is the @dfn{secondary mark}.  This
4627 mark will say whether the article has been replied to, has been cached,
4628 or has been saved.  @xref{Other Marks}.
4630 @item i
4631 Score as a number (@pxref{Scoring}).
4632 @item z
4633 @vindex gnus-summary-zcore-fuzz
4634 Zcore, @samp{+} if above the default level and @samp{-} if below the
4635 default level.  If the difference between
4636 @code{gnus-summary-default-score} and the score is less than
4637 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4638 @item V
4639 Total thread score.
4640 @item x
4641 @code{Xref}.
4642 @item D
4643 @code{Date}.
4644 @item d
4645 The @code{Date} in @code{DD-MMM} format.
4646 @item o
4647 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4648 @item M
4649 @code{Message-ID}.
4650 @item r
4651 @code{References}.
4652 @item t
4653 Number of articles in the current sub-thread.  Using this spec will slow
4654 down summary buffer generation somewhat.
4655 @item e
4656 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4657 article has any children.
4658 @item P
4659 The line number.
4660 @item O
4661 Download mark.
4662 @item &user-date;
4663 Age sensitive date format.  Various date format is defined in
4664 @code{gnus-user-date-format-alist}.
4665 @item u
4666 User defined specifier.  The next character in the format string should
4667 be a letter.  Gnus will call the function
4668 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4669 following @samp{%u}.  The function will be passed the current header as
4670 argument.  The function should return a string, which will be inserted
4671 into the summary just like information from any other summary specifier.
4672 @end table
4674 Text between @samp{%(} and @samp{%)} will be highlighted with
4675 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4676 There can only be one such area.
4678 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4679 have to be handled with care.  For reasons of efficiency, Gnus will
4680 compute what column these characters will end up in, and ``hard-code''
4681 that.  This means that it is invalid to have these specs after a
4682 variable-length spec.  Well, you might not be arrested, but your summary
4683 buffer will look strange, which is bad enough.
4685 The smart choice is to have these specs as far to the left as possible.
4686 (Isn't that the case with everything, though?  But I digress.)
4688 This restriction may disappear in later versions of Gnus.
4691 @node To From Newsgroups
4692 @subsection To From Newsgroups
4693 @cindex To
4694 @cindex Newsgroups
4696 In some groups (particularly in archive groups), the @code{From} header
4697 isn't very interesting, since all the articles there are written by
4698 you.  To display the information in the @code{To} or @code{Newsgroups}
4699 headers instead, you need to decide three things: What information to
4700 gather; where to display it; and when to display it.
4702 @enumerate
4703 @item
4704 @vindex gnus-extra-headers
4705 The reading of extra header information is controlled by the
4706 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4707 instance:
4709 @lisp
4710 (setq gnus-extra-headers
4711       '(To Newsgroups X-Newsreader))
4712 @end lisp
4714 This will result in Gnus trying to obtain these three headers, and
4715 storing it in header structures for later easy retrieval.
4717 @item
4718 @findex gnus-extra-header
4719 The value of these extra headers can be accessed via the
4720 @code{gnus-extra-header} function.  Here's a format line spec that will
4721 access the @code{X-Newsreader} header:
4723 @example
4724 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4725 @end example
4727 @item
4728 @vindex gnus-ignored-from-addresses
4729 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4730 summary line spec returns the @code{To}, @code{Newsreader} or
4731 @code{From} header.  If this regexp matches the contents of the
4732 @code{From} header, the value of the @code{To} or @code{Newsreader}
4733 headers are used instead.
4735 @end enumerate
4737 @vindex nnmail-extra-headers
4738 A related variable is @code{nnmail-extra-headers}, which controls when
4739 to include extra headers when generating overview (@acronym{NOV}) files.
4740 If you have old overview files, you should regenerate them after
4741 changing this variable, by entering the server buffer using @kbd{^},
4742 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4743 regeneration.
4745 @vindex gnus-summary-line-format
4746 You also have to instruct Gnus to display the data by changing the
4747 @code{%n} spec to the @code{%f} spec in the
4748 @code{gnus-summary-line-format} variable.
4750 In summary, you'd typically put something like the following in
4751 @file{~/.gnus.el}:
4753 @lisp
4754 (setq gnus-extra-headers
4755       '(To Newsgroups))
4756 (setq nnmail-extra-headers gnus-extra-headers)
4757 (setq gnus-summary-line-format
4758       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4759 (setq gnus-ignored-from-addresses
4760       "Your Name Here")
4761 @end lisp
4763 (The values listed above are the default values in Gnus.  Alter them
4764 to fit your needs.)
4766 A note for news server administrators, or for users who wish to try to
4767 convince their news server administrator to provide some additional
4768 support:
4770 The above is mostly useful for mail groups, where you have control over
4771 the @acronym{NOV} files that are created.  However, if you can persuade your
4772 nntp admin to add (in the usual implementation, notably INN):
4774 @example
4775 Newsgroups:full
4776 @end example
4778 to the end of her @file{overview.fmt} file, then you can use that just
4779 as you would the extra headers from the mail groups.
4782 @node Summary Buffer Mode Line
4783 @subsection Summary Buffer Mode Line
4785 @vindex gnus-summary-mode-line-format
4786 You can also change the format of the summary mode bar (@pxref{Mode Line
4787 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4788 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4790 Here are the elements you can play with:
4792 @table @samp
4793 @item G
4794 Group name.
4795 @item p
4796 Unprefixed group name.
4797 @item A
4798 Current article number.
4799 @item z
4800 Current article score.
4801 @item V
4802 Gnus version.
4803 @item U
4804 Number of unread articles in this group.
4805 @item e
4806 Number of unread articles in this group that aren't displayed in the
4807 summary buffer.
4808 @item Z
4809 A string with the number of unread and unselected articles represented
4810 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4811 articles, and just as @samp{<%U more>} if there are just unread articles
4812 and no unselected ones.
4813 @item g
4814 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4815 shortened to @samp{r.a.anime}.
4816 @item S
4817 Subject of the current article.
4818 @item u
4819 User-defined spec (@pxref{User-Defined Specs}).
4820 @item s
4821 Name of the current score file (@pxref{Scoring}).
4822 @item d
4823 Number of dormant articles (@pxref{Unread Articles}).
4824 @item t
4825 Number of ticked articles (@pxref{Unread Articles}).
4826 @item r
4827 Number of articles that have been marked as read in this session.
4828 @item E
4829 Number of articles expunged by the score files.
4830 @end table
4833 @node Summary Highlighting
4834 @subsection Summary Highlighting
4836 @table @code
4838 @item gnus-visual-mark-article-hook
4839 @vindex gnus-visual-mark-article-hook
4840 This hook is run after selecting an article.  It is meant to be used for
4841 highlighting the article in some way.  It is not run if
4842 @code{gnus-visual} is @code{nil}.
4844 @item gnus-summary-update-hook
4845 @vindex gnus-summary-update-hook
4846 This hook is called when a summary line is changed.  It is not run if
4847 @code{gnus-visual} is @code{nil}.
4849 @item gnus-summary-selected-face
4850 @vindex gnus-summary-selected-face
4851 This is the face (or @dfn{font} as some people call it) used to
4852 highlight the current article in the summary buffer.
4854 @item gnus-summary-highlight
4855 @vindex gnus-summary-highlight
4856 Summary lines are highlighted according to this variable, which is a
4857 list where the elements are of the format @code{(@var{form}
4858 . @var{face})}.  If you would, for instance, like ticked articles to be
4859 italic and high-scored articles to be bold, you could set this variable
4860 to something like
4861 @lisp
4862 (((eq mark gnus-ticked-mark) . italic)
4863  ((> score default) . bold))
4864 @end lisp
4865 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4866 @var{face} will be applied to the line.
4867 @end table
4870 @node Summary Maneuvering
4871 @section Summary Maneuvering
4872 @cindex summary movement
4874 All the straight movement commands understand the numeric prefix and
4875 behave pretty much as you'd expect.
4877 None of these commands select articles.
4879 @table @kbd
4880 @item G M-n
4881 @itemx M-n
4882 @kindex M-n (Summary)
4883 @kindex G M-n (Summary)
4884 @findex gnus-summary-next-unread-subject
4885 Go to the next summary line of an unread article
4886 (@code{gnus-summary-next-unread-subject}).
4888 @item G M-p
4889 @itemx M-p
4890 @kindex M-p (Summary)
4891 @kindex G M-p (Summary)
4892 @findex gnus-summary-prev-unread-subject
4893 Go to the previous summary line of an unread article
4894 (@code{gnus-summary-prev-unread-subject}).
4896 @item G g
4897 @kindex G g (Summary)
4898 @findex gnus-summary-goto-subject
4899 Ask for an article number and then go to the summary line of that article
4900 without displaying the article (@code{gnus-summary-goto-subject}).
4901 @end table
4903 If Gnus asks you to press a key to confirm going to the next group, you
4904 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4905 buffer, searching for the next group to read without actually returning
4906 to the group buffer.
4908 Variables related to summary movement:
4910 @table @code
4912 @vindex gnus-auto-select-next
4913 @item gnus-auto-select-next
4914 If you issue one of the movement commands (like @kbd{n}) and there are
4915 no more unread articles after the current one, Gnus will offer to go to
4916 the next group.  If this variable is @code{t} and the next group is
4917 empty, Gnus will exit summary mode and return to the group buffer.  If
4918 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4919 next group with unread articles.  As a special case, if this variable
4920 is @code{quietly}, Gnus will select the next group without asking for
4921 confirmation.  If this variable is @code{almost-quietly}, the same
4922 will happen only if you are located on the last article in the group.
4923 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4924 command will go to the next group without confirmation.  Also
4925 @pxref{Group Levels}.
4927 @item gnus-auto-select-same
4928 @vindex gnus-auto-select-same
4929 If non-@code{nil}, all the movement commands will try to go to the next
4930 article with the same subject as the current.  (@dfn{Same} here might
4931 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4932 for details (@pxref{Customizing Threading}).)  If there are no more
4933 articles with the same subject, go to the first unread article.
4935 This variable is not particularly useful if you use a threaded display.
4937 @item gnus-summary-check-current
4938 @vindex gnus-summary-check-current
4939 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4940 to the next (or previous) article if the current article is unread.
4941 Instead, they will choose the current article.
4943 @item gnus-auto-center-summary
4944 @vindex gnus-auto-center-summary
4945 If non-@code{nil}, Gnus will keep the point in the summary buffer
4946 centered at all times.  This makes things quite tidy, but if you have a
4947 slow network connection, or simply do not like this un-Emacsism, you can
4948 set this variable to @code{nil} to get the normal Emacs scrolling
4949 action.  This will also inhibit horizontal re-centering of the summary
4950 buffer, which might make it more inconvenient to read extremely long
4951 threads.
4953 This variable can also be a number.  In that case, center the window at
4954 the given number of lines from the top.
4956 @end table
4959 @node Choosing Articles
4960 @section Choosing Articles
4961 @cindex selecting articles
4963 @menu
4964 * Choosing Commands::           Commands for choosing articles.
4965 * Choosing Variables::          Variables that influence these commands.
4966 @end menu
4969 @node Choosing Commands
4970 @subsection Choosing Commands
4972 None of the following movement commands understand the numeric prefix,
4973 and they all select and display an article.
4975 If you want to fetch new articles or redisplay the group, see
4976 @ref{Exiting the Summary Buffer}.
4978 @table @kbd
4979 @item SPACE
4980 @kindex SPACE (Summary)
4981 @findex gnus-summary-next-page
4982 Select the current article, or, if that one's read already, the next
4983 unread article (@code{gnus-summary-next-page}).
4985 If you have an article window open already and you press @kbd{SPACE}
4986 again, the article will be scrolled.  This lets you conveniently
4987 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
4989 @item G n
4990 @itemx n
4991 @kindex n (Summary)
4992 @kindex G n (Summary)
4993 @findex gnus-summary-next-unread-article
4994 @c @icon{gnus-summary-next-unread}
4995 Go to next unread article (@code{gnus-summary-next-unread-article}).
4997 @item G p
4998 @itemx p
4999 @kindex p (Summary)
5000 @findex gnus-summary-prev-unread-article
5001 @c @icon{gnus-summary-prev-unread}
5002 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5004 @item G N
5005 @itemx N
5006 @kindex N (Summary)
5007 @kindex G N (Summary)
5008 @findex gnus-summary-next-article
5009 Go to the next article (@code{gnus-summary-next-article}).
5011 @item G P
5012 @itemx P
5013 @kindex P (Summary)
5014 @kindex G P (Summary)
5015 @findex gnus-summary-prev-article
5016 Go to the previous article (@code{gnus-summary-prev-article}).
5018 @item G C-n
5019 @kindex G C-n (Summary)
5020 @findex gnus-summary-next-same-subject
5021 Go to the next article with the same subject
5022 (@code{gnus-summary-next-same-subject}).
5024 @item G C-p
5025 @kindex G C-p (Summary)
5026 @findex gnus-summary-prev-same-subject
5027 Go to the previous article with the same subject
5028 (@code{gnus-summary-prev-same-subject}).
5030 @item G f
5031 @itemx .
5032 @kindex G f  (Summary)
5033 @kindex .  (Summary)
5034 @findex gnus-summary-first-unread-article
5035 Go to the first unread article
5036 (@code{gnus-summary-first-unread-article}).
5038 @item G b
5039 @itemx ,
5040 @kindex G b (Summary)
5041 @kindex , (Summary)
5042 @findex gnus-summary-best-unread-article
5043 Go to the unread article with the highest score
5044 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5045 go to the first unread article that has a score over the default score.
5047 @item G l
5048 @itemx l
5049 @kindex l (Summary)
5050 @kindex G l (Summary)
5051 @findex gnus-summary-goto-last-article
5052 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5054 @item G o
5055 @kindex G o (Summary)
5056 @findex gnus-summary-pop-article
5057 @cindex history
5058 @cindex article history
5059 Pop an article off the summary history and go to this article
5060 (@code{gnus-summary-pop-article}).  This command differs from the
5061 command above in that you can pop as many previous articles off the
5062 history as you like, while @kbd{l} toggles the two last read articles.
5063 For a somewhat related issue (if you use these commands a lot),
5064 @pxref{Article Backlog}.
5066 @item G j
5067 @itemx j
5068 @kindex j (Summary)
5069 @kindex G j (Summary)
5070 @findex gnus-summary-goto-article
5071 Ask for an article number or @code{Message-ID}, and then go to that
5072 article (@code{gnus-summary-goto-article}).
5074 @end table
5077 @node Choosing Variables
5078 @subsection Choosing Variables
5080 Some variables relevant for moving and selecting articles:
5082 @table @code
5083 @item gnus-auto-extend-newsgroup
5084 @vindex gnus-auto-extend-newsgroup
5085 All the movement commands will try to go to the previous (or next)
5086 article, even if that article isn't displayed in the Summary buffer if
5087 this variable is non-@code{nil}.  Gnus will then fetch the article from
5088 the server and display it in the article buffer.
5090 @item gnus-select-article-hook
5091 @vindex gnus-select-article-hook
5092 This hook is called whenever an article is selected.  By default it
5093 exposes any threads hidden under the selected article.  If you would
5094 like each article to be saved in the Agent as you read it, putting
5095 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5097 @item gnus-mark-article-hook
5098 @vindex gnus-mark-article-hook
5099 @findex gnus-summary-mark-unread-as-read
5100 @findex gnus-summary-mark-read-and-unread-as-read
5101 @findex gnus-unread-mark
5102 This hook is called whenever an article is selected.  It is intended to
5103 be used for marking articles as read.  The default value is
5104 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5105 mark of almost any article you read to @code{gnus-unread-mark}.  The
5106 only articles not affected by this function are ticked, dormant, and
5107 expirable articles.  If you'd instead like to just have unread articles
5108 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5109 instead.  It will leave marks like @code{gnus-low-score-mark},
5110 @code{gnus-del-mark} (and so on) alone.
5112 @end table
5115 @node Paging the Article
5116 @section Scrolling the Article
5117 @cindex article scrolling
5119 @table @kbd
5121 @item SPACE
5122 @kindex SPACE (Summary)
5123 @findex gnus-summary-next-page
5124 Pressing @kbd{SPACE} will scroll the current article forward one page,
5125 or, if you have come to the end of the current article, will choose the
5126 next article (@code{gnus-summary-next-page}).
5128 @vindex gnus-article-boring-faces
5129 @vindex gnus-article-skip-boring
5130 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5131 the article consists only of citations and signature, then it will be
5132 skipped; the next article will be shown instead.  You can customize
5133 what is considered uninteresting with
5134 @code{gnus-article-boring-faces}.  You can manually view the article's
5135 pages, no matter how boring, using @kbd{C-M-v}.
5137 @item DEL
5138 @kindex DEL (Summary)
5139 @findex gnus-summary-prev-page
5140 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5142 @item RET
5143 @kindex RET (Summary)
5144 @findex gnus-summary-scroll-up
5145 Scroll the current article one line forward
5146 (@code{gnus-summary-scroll-up}).
5148 @item M-RET
5149 @kindex M-RET (Summary)
5150 @findex gnus-summary-scroll-down
5151 Scroll the current article one line backward
5152 (@code{gnus-summary-scroll-down}).
5154 @item A g
5155 @itemx g
5156 @kindex A g (Summary)
5157 @kindex g (Summary)
5158 @findex gnus-summary-show-article
5159 @vindex gnus-summary-show-article-charset-alist
5160 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5161 given a prefix, fetch the current article, but don't run any of the
5162 article treatment functions.  This will give you a ``raw'' article, just
5163 the way it came from the server.
5165 If given a numerical prefix, you can do semi-manual charset stuff.
5166 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5167 encoded in the @code{cn-gb-2312} charset.  If you have
5169 @lisp
5170 (setq gnus-summary-show-article-charset-alist
5171       '((1 . cn-gb-2312)
5172         (2 . big5)))
5173 @end lisp
5175 then you can say @kbd{C-u 1 g} to get the same effect.
5177 @item A <
5178 @itemx <
5179 @kindex < (Summary)
5180 @kindex A < (Summary)
5181 @findex gnus-summary-beginning-of-article
5182 Scroll to the beginning of the article
5183 (@code{gnus-summary-beginning-of-article}).
5185 @item A >
5186 @itemx >
5187 @kindex > (Summary)
5188 @kindex A > (Summary)
5189 @findex gnus-summary-end-of-article
5190 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5192 @item A s
5193 @itemx s
5194 @kindex A s (Summary)
5195 @kindex s (Summary)
5196 @findex gnus-summary-isearch-article
5197 Perform an isearch in the article buffer
5198 (@code{gnus-summary-isearch-article}).
5200 @item h
5201 @kindex h (Summary)
5202 @findex gnus-summary-select-article-buffer
5203 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5205 @end table
5208 @node Reply Followup and Post
5209 @section Reply, Followup and Post
5211 @menu
5212 * Summary Mail Commands::       Sending mail.
5213 * Summary Post Commands::       Sending news.
5214 * Summary Message Commands::    Other Message-related commands.
5215 * Canceling and Superseding::
5216 @end menu
5219 @node Summary Mail Commands
5220 @subsection Summary Mail Commands
5221 @cindex mail
5222 @cindex composing mail
5224 Commands for composing a mail message:
5226 @table @kbd
5228 @item S r
5229 @itemx r
5230 @kindex S r (Summary)
5231 @kindex r (Summary)
5232 @findex gnus-summary-reply
5233 @c @icon{gnus-summary-mail-reply}
5234 @c @icon{gnus-summary-reply}
5235 Mail a reply to the author of the current article
5236 (@code{gnus-summary-reply}).
5238 @item S R
5239 @itemx R
5240 @kindex R (Summary)
5241 @kindex S R (Summary)
5242 @findex gnus-summary-reply-with-original
5243 @c @icon{gnus-summary-reply-with-original}
5244 Mail a reply to the author of the current article and include the
5245 original message (@code{gnus-summary-reply-with-original}).  This
5246 command uses the process/prefix convention.
5248 @item S w
5249 @kindex S w (Summary)
5250 @findex gnus-summary-wide-reply
5251 Mail a wide reply to the author of the current article
5252 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5253 goes out to all people listed in the @code{To}, @code{From} (or
5254 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5255 present, that's used instead.
5257 @item S W
5258 @kindex S W (Summary)
5259 @findex gnus-summary-wide-reply-with-original
5260 Mail a wide reply to the current article and include the original
5261 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5262 the process/prefix convention.
5264 @item S v
5265 @kindex S v (Summary)
5266 @findex gnus-summary-very-wide-reply
5267 Mail a very wide reply to the author of the current article
5268 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5269 that goes out to all people listed in the @code{To}, @code{From} (or
5270 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5271 articles.  This command uses the process/prefix convention.
5273 @item S V
5274 @kindex S V (Summary)
5275 @findex gnus-summary-very-wide-reply-with-original
5276 Mail a very wide reply to the author of the current article and include the
5277 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5278 command uses the process/prefix convention.
5280 @item S B r
5281 @kindex S B r (Summary)
5282 @findex gnus-summary-reply-broken-reply-to
5283 Mail a reply to the author of the current article but ignore the
5284 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5285 If you need this because a mailing list incorrectly sets a
5286 @code{Reply-To} header pointing to the list, you probably want to set
5287 the @code{broken-reply-to} group parameter instead, so things will work
5288 correctly.  @xref{Group Parameters}.
5290 @item S B R
5291 @kindex S B R (Summary)
5292 @findex gnus-summary-reply-broken-reply-to-with-original
5293 Mail a reply to the author of the current article and include the
5294 original message but ignore the @code{Reply-To} field
5295 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5297 @item S o m
5298 @itemx C-c C-f
5299 @kindex S o m (Summary)
5300 @kindex C-c C-f (Summary)
5301 @findex gnus-summary-mail-forward
5302 @c @icon{gnus-summary-mail-forward}
5303 Forward the current article to some other person
5304 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5305 is forwarded according to the value of (@code{message-forward-as-mime})
5306 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5307 message and forward directly inline; if the prefix is 2, forward message
5308 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5309 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5310 directly inline; otherwise, the message is forwarded as no prefix given
5311 but use the flipped value of (@code{message-forward-as-mime}).  By
5312 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5313 section.
5315 @item S m
5316 @itemx m
5317 @kindex m (Summary)
5318 @kindex S m (Summary)
5319 @findex gnus-summary-mail-other-window
5320 @c @icon{gnus-summary-mail-originate}
5321 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5322 the posting style of the current group.  If given a prefix, disable that.
5323 If the prefix is 1, prompt for a group name to find the posting style.
5325 @item S i
5326 @itemx i
5327 @kindex i (Summary)
5328 @kindex S i (Summary)
5329 @findex gnus-summary-news-other-window
5330 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5331 post to the current group.  If given a prefix, disable that.  If the
5332 prefix is 1, prompt for a group to post to.
5334 This function actually prepares a news even when using mail groups.
5335 This is useful for ``posting'' messages to mail groups without actually
5336 sending them over the network: they're just saved directly to the group
5337 in question.  The corresponding back end must have a request-post method
5338 for this to work though.
5340 @item S D b
5341 @kindex S D b (Summary)
5342 @findex gnus-summary-resend-bounced-mail
5343 @cindex bouncing mail
5344 If you have sent a mail, but the mail was bounced back to you for some
5345 reason (wrong address, transient failure), you can use this command to
5346 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5347 will be popped into a mail buffer where you can edit the headers before
5348 sending the mail off again.  If you give a prefix to this command, and
5349 the bounced mail is a reply to some other mail, Gnus will try to fetch
5350 that mail and display it for easy perusal of its headers.  This might
5351 very well fail, though.
5353 @item S D r
5354 @kindex S D r (Summary)
5355 @findex gnus-summary-resend-message
5356 Not to be confused with the previous command,
5357 @code{gnus-summary-resend-message} will prompt you for an address to
5358 send the current message off to, and then send it to that place.  The
5359 headers of the message won't be altered---but lots of headers that say
5360 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5361 means that you actually send a mail to someone that has a @code{To}
5362 header that (probably) points to yourself.  This will confuse people.
5363 So, natcherly you'll only do that if you're really eVIl.
5365 This command is mainly used if you have several accounts and want to
5366 ship a mail to a different account of yours.  (If you're both
5367 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5368 to the @code{root} account, you may want to resend it to
5369 @code{postmaster}.  Ordnung muss sein!
5371 This command understands the process/prefix convention
5372 (@pxref{Process/Prefix}).
5374 @item S D e
5375 @kindex S D e (Summary)
5376 @findex gnus-summary-resend-message-edit
5378 Like the previous command, but will allow you to edit the message as
5379 if it were a new message before resending.
5381 @item S O m
5382 @kindex S O m (Summary)
5383 @findex gnus-uu-digest-mail-forward
5384 Digest the current series (@pxref{Decoding Articles}) and forward the
5385 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5386 uses the process/prefix convention (@pxref{Process/Prefix}).
5388 @item S M-c
5389 @kindex S M-c (Summary)
5390 @findex gnus-summary-mail-crosspost-complaint
5391 @cindex crossposting
5392 @cindex excessive crossposting
5393 Send a complaint about excessive crossposting to the author of the
5394 current article (@code{gnus-summary-mail-crosspost-complaint}).
5396 @findex gnus-crosspost-complaint
5397 This command is provided as a way to fight back against the current
5398 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5399 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5400 command understands the process/prefix convention
5401 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5403 @end table
5405 Also @xref{Header Commands, ,Header Commands, message, The Message
5406 Manual}, for more information.
5409 @node Summary Post Commands
5410 @subsection Summary Post Commands
5411 @cindex post
5412 @cindex composing news
5414 Commands for posting a news article:
5416 @table @kbd
5417 @item S p
5418 @itemx a
5419 @kindex a (Summary)
5420 @kindex S p (Summary)
5421 @findex gnus-summary-post-news
5422 @c @icon{gnus-summary-post-news}
5423 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5424 default, post to the current group.  If given a prefix, disable that.
5425 If the prefix is 1, prompt for another group instead.
5427 @item S f
5428 @itemx f
5429 @kindex f (Summary)
5430 @kindex S f (Summary)
5431 @findex gnus-summary-followup
5432 @c @icon{gnus-summary-followup}
5433 Post a followup to the current article (@code{gnus-summary-followup}).
5435 @item S F
5436 @itemx F
5437 @kindex S F (Summary)
5438 @kindex F (Summary)
5439 @c @icon{gnus-summary-followup-with-original}
5440 @findex gnus-summary-followup-with-original
5441 Post a followup to the current article and include the original message
5442 (@code{gnus-summary-followup-with-original}).  This command uses the
5443 process/prefix convention.
5445 @item S n
5446 @kindex S n (Summary)
5447 @findex gnus-summary-followup-to-mail
5448 Post a followup to the current article via news, even if you got the
5449 message through mail (@code{gnus-summary-followup-to-mail}).
5451 @item S N
5452 @kindex S N (Summary)
5453 @findex gnus-summary-followup-to-mail-with-original
5454 Post a followup to the current article via news, even if you got the
5455 message through mail and include the original message
5456 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5457 the process/prefix convention.
5459 @item S o p
5460 @kindex S o p (Summary)
5461 @findex gnus-summary-post-forward
5462 Forward the current article to a newsgroup
5463 (@code{gnus-summary-post-forward}).
5464  If no prefix is given, the message is forwarded according to the value
5465 of (@code{message-forward-as-mime}) and
5466 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5467 message and forward directly inline; if the prefix is 2, forward message
5468 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5469 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5470 directly inline; otherwise, the message is forwarded as no prefix given
5471 but use the flipped value of (@code{message-forward-as-mime}).  By
5472 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5474 @item S O p
5475 @kindex S O p (Summary)
5476 @findex gnus-uu-digest-post-forward
5477 @cindex digests
5478 @cindex making digests
5479 Digest the current series and forward the result to a newsgroup
5480 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5481 process/prefix convention.
5483 @item S u
5484 @kindex S u (Summary)
5485 @findex gnus-uu-post-news
5486 @c @icon{gnus-uu-post-news}
5487 Uuencode a file, split it into parts, and post it as a series
5488 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5489 @end table
5491 Also @xref{Header Commands, ,Header Commands, message, The Message
5492 Manual}, for more information.
5495 @node Summary Message Commands
5496 @subsection Summary Message Commands
5498 @table @kbd
5499 @item S y
5500 @kindex S y (Summary)
5501 @findex gnus-summary-yank-message
5502 Yank the current article into an already existing Message composition
5503 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5504 what message buffer you want to yank into, and understands the
5505 process/prefix convention (@pxref{Process/Prefix}).
5507 @end table
5510 @node Canceling and Superseding
5511 @subsection Canceling Articles
5512 @cindex canceling articles
5513 @cindex superseding articles
5515 Have you ever written something, and then decided that you really,
5516 really, really wish you hadn't posted that?
5518 Well, you can't cancel mail, but you can cancel posts.
5520 @findex gnus-summary-cancel-article
5521 @kindex C (Summary)
5522 @c @icon{gnus-summary-cancel-article}
5523 Find the article you wish to cancel (you can only cancel your own
5524 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5525 c} (@code{gnus-summary-cancel-article}).  Your article will be
5526 canceled---machines all over the world will be deleting your article.
5527 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5529 Be aware, however, that not all sites honor cancels, so your article may
5530 live on here and there, while most sites will delete the article in
5531 question.
5533 Gnus will use the ``current'' select method when canceling.  If you
5534 want to use the standard posting method, use the @samp{a} symbolic
5535 prefix (@pxref{Symbolic Prefixes}).
5537 Gnus ensures that only you can cancel your own messages using a
5538 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5539 message, Message Manual}).
5541 If you discover that you have made some mistakes and want to do some
5542 corrections, you can post a @dfn{superseding} article that will replace
5543 your original article.
5545 @findex gnus-summary-supersede-article
5546 @kindex S (Summary)
5547 Go to the original article and press @kbd{S s}
5548 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5549 where you can edit the article all you want before sending it off the
5550 usual way.
5552 The same goes for superseding as for canceling, only more so: Some
5553 sites do not honor superseding.  On those sites, it will appear that you
5554 have posted almost the same article twice.
5556 If you have just posted the article, and change your mind right away,
5557 there is a trick you can use to cancel/supersede the article without
5558 waiting for the article to appear on your site first.  You simply return
5559 to the post buffer (which is called @code{*sent ...*}).  There you will
5560 find the article you just posted, with all the headers intact.  Change
5561 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5562 header by substituting one of those words for the word
5563 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5564 you would do normally.  The previous article will be
5565 canceled/superseded.
5567 Just remember, kids: There is no 'c' in 'supersede'.
5569 @node Delayed Articles
5570 @section Delayed Articles
5571 @cindex delayed sending
5572 @cindex send delayed
5574 Sometimes, you might wish to delay the sending of a message.  For
5575 example, you might wish to arrange for a message to turn up just in time
5576 to remind your about the birthday of your Significant Other.  For this,
5577 there is the @code{gnus-delay} package.  Setup is simple:
5579 @lisp
5580 (gnus-delay-initialize)
5581 @end lisp
5583 @findex gnus-delay-article
5584 Normally, to send a message you use the @kbd{C-c C-c} command from
5585 Message mode.  To delay a message, use @kbd{C-c C-j}
5586 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5587 message should be delayed.  Possible answers are:
5589 @itemize @bullet
5590 @item
5591 A time span.  Consists of an integer and a letter.  For example,
5592 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5593 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5594 (months) and @code{Y} (years).
5596 @item
5597 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5598 delayed until that day, at a specific time (eight o'clock by default).
5599 See also @code{gnus-delay-default-hour}.
5601 @item
5602 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5603 stuff.  The deadline will be at that time today, except if that time has
5604 already passed, then it's at the given time tomorrow.  So if it's ten
5605 o'clock in the morning and you specify @code{11:15}, then the deadline
5606 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5607 that means a time tomorrow.
5608 @end itemize
5610 The action of the @code{gnus-delay-article} command is influenced by a
5611 couple of variables:
5613 @table @code
5614 @item gnus-delay-default-hour
5615 @vindex gnus-delay-default-hour
5616 When you specify a specific date, the message will be due on that hour
5617 on the given date.  Possible values are integers 0 through 23.
5619 @item gnus-delay-default-delay
5620 @vindex gnus-delay-default-delay
5621 This is a string and gives the default delay.  It can be of any of the
5622 formats described above.
5624 @item gnus-delay-group
5625 @vindex gnus-delay-group
5626 Delayed articles will be kept in this group on the drafts server until
5627 they are due.  You probably don't need to change this.  The default
5628 value is @code{"delayed"}.
5630 @item gnus-delay-header
5631 @vindex gnus-delay-header
5632 The deadline for each article will be stored in a header.  This variable
5633 is a string and gives the header name.  You probably don't need to
5634 change this.  The default value is @code{"X-Gnus-Delayed"}.
5635 @end table
5637 The way delaying works is like this: when you use the
5638 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5639 calculates the deadline of the message and stores it in the
5640 @code{X-Gnus-Delayed} header and puts the message in the
5641 @code{nndraft:delayed} group.
5643 @findex gnus-delay-send-queue
5644 And whenever you get new news, Gnus looks through the group for articles
5645 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5646 function for this.  By default, this function is added to the hook
5647 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5648 Maybe you want to use the demon to send drafts?  Just tell the demon to
5649 execute the @code{gnus-delay-send-queue} function.
5651 @table @code
5652 @item gnus-delay-initialize
5653 @findex gnus-delay-initialize
5654 By default, this function installs @code{gnus-delay-send-queue} in
5655 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5656 argument @code{no-check}.  If it is non-@code{nil},
5657 @code{gnus-get-new-news-hook} is not changed.  The optional first
5658 argument is ignored.
5660 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5661 Presumably, you want to use the demon for sending due delayed articles.
5662 Just don't forget to set that up :-)
5663 @end table
5666 @node Marking Articles
5667 @section Marking Articles
5668 @cindex article marking
5669 @cindex article ticking
5670 @cindex marks
5672 There are several marks you can set on an article.
5674 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5675 neologism ohoy!) of the article.  Alphabetic marks generally mean
5676 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5678 In addition, you also have marks that do not affect readedness.
5680 @ifinfo
5681 There's a plethora of commands for manipulating these marks.
5682 @end ifinfo
5684 @menu
5685 * Unread Articles::             Marks for unread articles.
5686 * Read Articles::               Marks for read articles.
5687 * Other Marks::                 Marks that do not affect readedness.
5688 * Setting Marks::               How to set and remove marks.
5689 * Generic Marking Commands::    How to customize the marking.
5690 * Setting Process Marks::       How to mark articles for later processing.
5691 @end menu
5694 @node Unread Articles
5695 @subsection Unread Articles
5697 The following marks mark articles as (kinda) unread, in one form or
5698 other.
5700 @table @samp
5701 @item !
5702 @vindex gnus-ticked-mark
5703 Marked as ticked (@code{gnus-ticked-mark}).
5705 @dfn{Ticked articles} are articles that will remain visible always.  If
5706 you see an article that you find interesting, or you want to put off
5707 reading it, or replying to it, until sometime later, you'd typically
5708 tick it.  However, articles can be expired (from news servers by the
5709 news server software, Gnus itself never expires ticked messages), so if
5710 you want to keep an article forever, you'll have to make it persistent
5711 (@pxref{Persistent Articles}).
5713 @item ?
5714 @vindex gnus-dormant-mark
5715 Marked as dormant (@code{gnus-dormant-mark}).
5717 @dfn{Dormant articles} will only appear in the summary buffer if there
5718 are followups to it.  If you want to see them even if they don't have
5719 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5720 Otherwise (except for the visibility issue), they are just like ticked
5721 messages.
5723 @item SPACE
5724 @vindex gnus-unread-mark
5725 Marked as unread (@code{gnus-unread-mark}).
5727 @dfn{Unread articles} are articles that haven't been read at all yet.
5728 @end table
5731 @node Read Articles
5732 @subsection Read Articles
5733 @cindex expirable mark
5735 All the following marks mark articles as read.
5737 @table @samp
5739 @item r
5740 @vindex gnus-del-mark
5741 These are articles that the user has marked as read with the @kbd{d}
5742 command manually, more or less (@code{gnus-del-mark}).
5744 @item R
5745 @vindex gnus-read-mark
5746 Articles that have actually been read (@code{gnus-read-mark}).
5748 @item O
5749 @vindex gnus-ancient-mark
5750 Articles that were marked as read in previous sessions and are now
5751 @dfn{old} (@code{gnus-ancient-mark}).
5753 @item K
5754 @vindex gnus-killed-mark
5755 Marked as killed (@code{gnus-killed-mark}).
5757 @item X
5758 @vindex gnus-kill-file-mark
5759 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5761 @item Y
5762 @vindex gnus-low-score-mark
5763 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5765 @item C
5766 @vindex gnus-catchup-mark
5767 Marked as read by a catchup (@code{gnus-catchup-mark}).
5769 @item G
5770 @vindex gnus-canceled-mark
5771 Canceled article (@code{gnus-canceled-mark})
5773 @item F
5774 @vindex gnus-souped-mark
5775 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5777 @item Q
5778 @vindex gnus-sparse-mark
5779 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5780 Threading}.
5782 @item M
5783 @vindex gnus-duplicate-mark
5784 Article marked as read by duplicate suppression
5785 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5787 @end table
5789 All these marks just mean that the article is marked as read, really.
5790 They are interpreted differently when doing adaptive scoring, though.
5792 One more special mark, though:
5794 @table @samp
5795 @item E
5796 @vindex gnus-expirable-mark
5797 Marked as expirable (@code{gnus-expirable-mark}).
5799 Marking articles as @dfn{expirable} (or have them marked as such
5800 automatically) doesn't make much sense in normal groups---a user doesn't
5801 control expiring of news articles, but in mail groups, for instance,
5802 articles marked as @dfn{expirable} can be deleted by Gnus at
5803 any time.
5804 @end table
5807 @node Other Marks
5808 @subsection Other Marks
5809 @cindex process mark
5810 @cindex bookmarks
5812 There are some marks that have nothing to do with whether the article is
5813 read or not.
5815 @itemize @bullet
5817 @item
5818 You can set a bookmark in the current article.  Say you are reading a
5819 long thesis on cats' urinary tracts, and have to go home for dinner
5820 before you've finished reading the thesis.  You can then set a bookmark
5821 in the article, and Gnus will jump to this bookmark the next time it
5822 encounters the article.  @xref{Setting Marks}.
5824 @item
5825 @vindex gnus-replied-mark
5826 All articles that you have replied to or made a followup to (i.e., have
5827 answered) will be marked with an @samp{A} in the second column
5828 (@code{gnus-replied-mark}).
5830 @item
5831 @vindex gnus-forwarded-mark
5832 All articles that you have forwarded will be marked with an @samp{F} in
5833 the second column (@code{gnus-forwarded-mark}).
5835 @item
5836 @vindex gnus-cached-mark
5837 Articles stored in the article cache will be marked with an @samp{*} in
5838 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5840 @item
5841 @vindex gnus-saved-mark
5842 Articles ``saved'' (in some manner or other; not necessarily
5843 religiously) are marked with an @samp{S} in the second column
5844 (@code{gnus-saved-mark}).
5846 @item
5847 @vindex gnus-recent-mark
5848 Articles that according to the server haven't been shown to the user
5849 before are marked with a @samp{N} in the second column
5850 (@code{gnus-recent-mark}).  Note that not all servers support this
5851 mark, in which case it simply never appears.  Compare with
5852 @code{gnus-unseen-mark}.
5854 @item
5855 @vindex gnus-unseen-mark
5856 Articles that haven't been seen before in Gnus by the user are marked
5857 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5858 Compare with @code{gnus-recent-mark}.
5860 @item
5861 @vindex gnus-downloaded-mark
5862 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5863 downloaded for unplugged (offline) viewing.  If you are using the
5864 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5865 (The variable @code{gnus-downloaded-mark} controls which character to
5866 use.)
5868 @item
5869 @vindex gnus-undownloaded-mark
5870 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5871 not have been downloaded.  Such articles cannot be viewed while you
5872 are unplugged (offline).  If you are using the @samp{%O} spec, these
5873 articles get the @samp{-} mark in that spec.  (The variable
5874 @code{gnus-undownloaded-mark} controls which character to use.)
5876 @item
5877 @vindex gnus-downloadable-mark
5878 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5879 automatically, but it is also possible to explicitly mark articles for
5880 download, even if they would not be downloaded automatically.  Such
5881 explicitly-marked articles get the @samp{%} mark in the first column.
5882 (The variable @code{gnus-downloadable-mark} controls which character to
5883 use.)
5885 @item
5886 @vindex gnus-not-empty-thread-mark
5887 @vindex gnus-empty-thread-mark
5888 If the @samp{%e} spec is used, the presence of threads or not will be
5889 marked with @code{gnus-not-empty-thread-mark} and
5890 @code{gnus-empty-thread-mark} in the third column, respectively.
5892 @item
5893 @vindex gnus-process-mark
5894 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5895 variety of commands react to the presence of the process mark.  For
5896 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5897 all articles that have been marked with the process mark.  Articles
5898 marked with the process mark have a @samp{#} in the second column.
5900 @end itemize
5902 You might have noticed that most of these ``non-readedness'' marks
5903 appear in the second column by default.  So if you have a cached, saved,
5904 replied article that you have process-marked, what will that look like?
5906 Nothing much.  The precedence rules go as follows: process -> cache ->
5907 replied -> saved.  So if the article is in the cache and is replied,
5908 you'll only see the cache mark and not the replied mark.
5911 @node Setting Marks
5912 @subsection Setting Marks
5913 @cindex setting marks
5915 All the marking commands understand the numeric prefix.
5917 @table @kbd
5918 @item M c
5919 @itemx M-u
5920 @kindex M c (Summary)
5921 @kindex M-u (Summary)
5922 @findex gnus-summary-clear-mark-forward
5923 @cindex mark as unread
5924 Clear all readedness-marks from the current article
5925 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5926 article as unread.
5928 @item M t
5929 @itemx !
5930 @kindex ! (Summary)
5931 @kindex M t (Summary)
5932 @findex gnus-summary-tick-article-forward
5933 Tick the current article (@code{gnus-summary-tick-article-forward}).
5934 @xref{Article Caching}.
5936 @item M ?
5937 @itemx ?
5938 @kindex ? (Summary)
5939 @kindex M ? (Summary)
5940 @findex gnus-summary-mark-as-dormant
5941 Mark the current article as dormant
5942 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5944 @item M d
5945 @itemx d
5946 @kindex M d (Summary)
5947 @kindex d (Summary)
5948 @findex gnus-summary-mark-as-read-forward
5949 Mark the current article as read
5950 (@code{gnus-summary-mark-as-read-forward}).
5952 @item D
5953 @kindex D (Summary)
5954 @findex gnus-summary-mark-as-read-backward
5955 Mark the current article as read and move point to the previous line
5956 (@code{gnus-summary-mark-as-read-backward}).
5958 @item M k
5959 @itemx k
5960 @kindex k (Summary)
5961 @kindex M k (Summary)
5962 @findex gnus-summary-kill-same-subject-and-select
5963 Mark all articles that have the same subject as the current one as read,
5964 and then select the next unread article
5965 (@code{gnus-summary-kill-same-subject-and-select}).
5967 @item M K
5968 @itemx C-k
5969 @kindex M K (Summary)
5970 @kindex C-k (Summary)
5971 @findex gnus-summary-kill-same-subject
5972 Mark all articles that have the same subject as the current one as read
5973 (@code{gnus-summary-kill-same-subject}).
5975 @item M C
5976 @kindex M C (Summary)
5977 @findex gnus-summary-catchup
5978 @c @icon{gnus-summary-catchup}
5979 Mark all unread articles as read (@code{gnus-summary-catchup}).
5981 @item M C-c
5982 @kindex M C-c (Summary)
5983 @findex gnus-summary-catchup-all
5984 Mark all articles in the group as read---even the ticked and dormant
5985 articles (@code{gnus-summary-catchup-all}).
5987 @item M H
5988 @kindex M H (Summary)
5989 @findex gnus-summary-catchup-to-here
5990 Catchup the current group to point (before the point)
5991 (@code{gnus-summary-catchup-to-here}).
5993 @item M h
5994 @kindex M h (Summary)
5995 @findex gnus-summary-catchup-from-here
5996 Catchup the current group from point (after the point)
5997 (@code{gnus-summary-catchup-from-here}).
5999 @item C-w
6000 @kindex C-w (Summary)
6001 @findex gnus-summary-mark-region-as-read
6002 Mark all articles between point and mark as read
6003 (@code{gnus-summary-mark-region-as-read}).
6005 @item M V k
6006 @kindex M V k (Summary)
6007 @findex gnus-summary-kill-below
6008 Kill all articles with scores below the default score (or below the
6009 numeric prefix) (@code{gnus-summary-kill-below}).
6011 @item M e
6012 @itemx E
6013 @kindex M e (Summary)
6014 @kindex E (Summary)
6015 @findex gnus-summary-mark-as-expirable
6016 Mark the current article as expirable
6017 (@code{gnus-summary-mark-as-expirable}).
6019 @item M b
6020 @kindex M b (Summary)
6021 @findex gnus-summary-set-bookmark
6022 Set a bookmark in the current article
6023 (@code{gnus-summary-set-bookmark}).
6025 @item M B
6026 @kindex M B (Summary)
6027 @findex gnus-summary-remove-bookmark
6028 Remove the bookmark from the current article
6029 (@code{gnus-summary-remove-bookmark}).
6031 @item M V c
6032 @kindex M V c (Summary)
6033 @findex gnus-summary-clear-above
6034 Clear all marks from articles with scores over the default score (or
6035 over the numeric prefix) (@code{gnus-summary-clear-above}).
6037 @item M V u
6038 @kindex M V u (Summary)
6039 @findex gnus-summary-tick-above
6040 Tick all articles with scores over the default score (or over the
6041 numeric prefix) (@code{gnus-summary-tick-above}).
6043 @item M V m
6044 @kindex M V m (Summary)
6045 @findex gnus-summary-mark-above
6046 Prompt for a mark, and mark all articles with scores over the default
6047 score (or over the numeric prefix) with this mark
6048 (@code{gnus-summary-clear-above}).
6049 @end table
6051 @vindex gnus-summary-goto-unread
6052 The @code{gnus-summary-goto-unread} variable controls what action should
6053 be taken after setting a mark.  If non-@code{nil}, point will move to
6054 the next/previous unread article.  If @code{nil}, point will just move
6055 one line up or down.  As a special case, if this variable is
6056 @code{never}, all the marking commands as well as other commands (like
6057 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6058 The default is @code{t}.
6061 @node Generic Marking Commands
6062 @subsection Generic Marking Commands
6064 Some people would like the command that ticks an article (@kbd{!}) go to
6065 the next article.  Others would like it to go to the next unread
6066 article.  Yet others would like it to stay on the current article.  And
6067 even though I haven't heard of anybody wanting it to go to the
6068 previous (unread) article, I'm sure there are people that want that as
6069 well.
6071 Multiply these five behaviors with five different marking commands, and
6072 you get a potentially complex set of variable to control what each
6073 command should do.
6075 To sidestep that mess, Gnus provides commands that do all these
6076 different things.  They can be found on the @kbd{M M} map in the summary
6077 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6078 to list in this manual.
6080 While you can use these commands directly, most users would prefer
6081 altering the summary mode keymap.  For instance, if you would like the
6082 @kbd{!} command to go to the next article instead of the next unread
6083 article, you could say something like:
6085 @lisp
6086 @group
6087 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6088 (defun my-alter-summary-map ()
6089   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6090 @end group
6091 @end lisp
6093 @noindent
6096 @lisp
6097 (defun my-alter-summary-map ()
6098   (local-set-key "!" "MM!n"))
6099 @end lisp
6102 @node Setting Process Marks
6103 @subsection Setting Process Marks
6104 @cindex setting process marks
6106 Process marks are displayed as @code{#} in the summary buffer, and are
6107 used for marking articles in such a way that other commands will
6108 process these articles.  For instance, if you process mark four
6109 articles and then use the @kbd{*} command, Gnus will enter these four
6110 commands into the cache.  For more information,
6111 @pxref{Process/Prefix}.
6113 @table @kbd
6115 @item M P p
6116 @itemx #
6117 @kindex # (Summary)
6118 @kindex M P p (Summary)
6119 @findex gnus-summary-mark-as-processable
6120 Mark the current article with the process mark
6121 (@code{gnus-summary-mark-as-processable}).
6122 @findex gnus-summary-unmark-as-processable
6124 @item M P u
6125 @itemx M-#
6126 @kindex M P u (Summary)
6127 @kindex M-# (Summary)
6128 Remove the process mark, if any, from the current article
6129 (@code{gnus-summary-unmark-as-processable}).
6131 @item M P U
6132 @kindex M P U (Summary)
6133 @findex gnus-summary-unmark-all-processable
6134 Remove the process mark from all articles
6135 (@code{gnus-summary-unmark-all-processable}).
6137 @item M P i
6138 @kindex M P i (Summary)
6139 @findex gnus-uu-invert-processable
6140 Invert the list of process marked articles
6141 (@code{gnus-uu-invert-processable}).
6143 @item M P R
6144 @kindex M P R (Summary)
6145 @findex gnus-uu-mark-by-regexp
6146 Mark articles that have a @code{Subject} header that matches a regular
6147 expression (@code{gnus-uu-mark-by-regexp}).
6149 @item M P G
6150 @kindex M P G (Summary)
6151 @findex gnus-uu-unmark-by-regexp
6152 Unmark articles that have a @code{Subject} header that matches a regular
6153 expression (@code{gnus-uu-unmark-by-regexp}).
6155 @item M P r
6156 @kindex M P r (Summary)
6157 @findex gnus-uu-mark-region
6158 Mark articles in region (@code{gnus-uu-mark-region}).
6160 @item M P g
6161 @kindex M P g (Summary)
6162 @findex gnus-uu-unmark-region
6163 Unmark articles in region (@code{gnus-uu-unmark-region}).
6165 @item M P t
6166 @kindex M P t (Summary)
6167 @findex gnus-uu-mark-thread
6168 Mark all articles in the current (sub)thread
6169 (@code{gnus-uu-mark-thread}).
6171 @item M P T
6172 @kindex M P T (Summary)
6173 @findex gnus-uu-unmark-thread
6174 Unmark all articles in the current (sub)thread
6175 (@code{gnus-uu-unmark-thread}).
6177 @item M P v
6178 @kindex M P v (Summary)
6179 @findex gnus-uu-mark-over
6180 Mark all articles that have a score above the prefix argument
6181 (@code{gnus-uu-mark-over}).
6183 @item M P s
6184 @kindex M P s (Summary)
6185 @findex gnus-uu-mark-series
6186 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6188 @item M P S
6189 @kindex M P S (Summary)
6190 @findex gnus-uu-mark-sparse
6191 Mark all series that have already had some articles marked
6192 (@code{gnus-uu-mark-sparse}).
6194 @item M P a
6195 @kindex M P a (Summary)
6196 @findex gnus-uu-mark-all
6197 Mark all articles in series order (@code{gnus-uu-mark-all}).
6199 @item M P b
6200 @kindex M P b (Summary)
6201 @findex gnus-uu-mark-buffer
6202 Mark all articles in the buffer in the order they appear
6203 (@code{gnus-uu-mark-buffer}).
6205 @item M P k
6206 @kindex M P k (Summary)
6207 @findex gnus-summary-kill-process-mark
6208 Push the current process mark set onto the stack and unmark all articles
6209 (@code{gnus-summary-kill-process-mark}).
6211 @item M P y
6212 @kindex M P y (Summary)
6213 @findex gnus-summary-yank-process-mark
6214 Pop the previous process mark set from the stack and restore it
6215 (@code{gnus-summary-yank-process-mark}).
6217 @item M P w
6218 @kindex M P w (Summary)
6219 @findex gnus-summary-save-process-mark
6220 Push the current process mark set onto the stack
6221 (@code{gnus-summary-save-process-mark}).
6223 @end table
6225 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6226 set process marks based on article body contents.
6229 @node Limiting
6230 @section Limiting
6231 @cindex limiting
6233 It can be convenient to limit the summary buffer to just show some
6234 subset of the articles currently in the group.  The effect most limit
6235 commands have is to remove a few (or many) articles from the summary
6236 buffer.
6238 All limiting commands work on subsets of the articles already fetched
6239 from the servers.  None of these commands query the server for
6240 additional articles.
6242 @table @kbd
6244 @item / /
6245 @itemx / s
6246 @kindex / / (Summary)
6247 @findex gnus-summary-limit-to-subject
6248 Limit the summary buffer to articles that match some subject
6249 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6250 matching articles.
6252 @item / a
6253 @kindex / a (Summary)
6254 @findex gnus-summary-limit-to-author
6255 Limit the summary buffer to articles that match some author
6256 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6257 matching articles.
6259 @item / x
6260 @kindex / x (Summary)
6261 @findex gnus-summary-limit-to-extra
6262 Limit the summary buffer to articles that match one of the ``extra''
6263 headers (@pxref{To From Newsgroups})
6264 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6265 matching articles.
6267 @item / u
6268 @itemx x
6269 @kindex / u (Summary)
6270 @kindex x (Summary)
6271 @findex gnus-summary-limit-to-unread
6272 Limit the summary buffer to articles not marked as read
6273 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6274 buffer to articles strictly unread.  This means that ticked and
6275 dormant articles will also be excluded.
6277 @item / m
6278 @kindex / m (Summary)
6279 @findex gnus-summary-limit-to-marks
6280 Ask for a mark and then limit to all articles that have been marked
6281 with that mark (@code{gnus-summary-limit-to-marks}).
6283 @item / t
6284 @kindex / t (Summary)
6285 @findex gnus-summary-limit-to-age
6286 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6287 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6288 articles younger than that number of days.
6290 @item / n
6291 @kindex / n (Summary)
6292 @findex gnus-summary-limit-to-articles
6293 Limit the summary buffer to the current article
6294 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6295 convention (@pxref{Process/Prefix}).
6297 @item / w
6298 @kindex / w (Summary)
6299 @findex gnus-summary-pop-limit
6300 Pop the previous limit off the stack and restore it
6301 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6302 the stack.
6304 @item / .
6305 @kindex / . (Summary)
6306 @findex gnus-summary-limit-to-unseen
6307 Limit the summary buffer to the unseen articles
6308 (@code{gnus-summary-limit-to-unseen}).
6310 @item / v
6311 @kindex / v (Summary)
6312 @findex gnus-summary-limit-to-score
6313 Limit the summary buffer to articles that have a score at or above some
6314 score (@code{gnus-summary-limit-to-score}).
6316 @item / p
6317 @kindex / p (Summary)
6318 @findex gnus-summary-limit-to-display-predicate
6319 Limit the summary buffer to articles that satisfy the @code{display}
6320 group parameter predicate
6321 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6322 Parameters}, for more on this predicate.
6324 @item / E
6325 @itemx M S
6326 @kindex M S (Summary)
6327 @kindex / E (Summary)
6328 @findex gnus-summary-limit-include-expunged
6329 Include all expunged articles in the limit
6330 (@code{gnus-summary-limit-include-expunged}).
6332 @item / D
6333 @kindex / D (Summary)
6334 @findex gnus-summary-limit-include-dormant
6335 Include all dormant articles in the limit
6336 (@code{gnus-summary-limit-include-dormant}).
6338 @item / *
6339 @kindex / * (Summary)
6340 @findex gnus-summary-limit-include-cached
6341 Include all cached articles in the limit
6342 (@code{gnus-summary-limit-include-cached}).
6344 @item / d
6345 @kindex / d (Summary)
6346 @findex gnus-summary-limit-exclude-dormant
6347 Exclude all dormant articles from the limit
6348 (@code{gnus-summary-limit-exclude-dormant}).
6350 @item / M
6351 @kindex / M (Summary)
6352 @findex gnus-summary-limit-exclude-marks
6353 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6355 @item / T
6356 @kindex / T (Summary)
6357 @findex gnus-summary-limit-include-thread
6358 Include all the articles in the current thread in the limit.
6360 @item / c
6361 @kindex / c (Summary)
6362 @findex gnus-summary-limit-exclude-childless-dormant
6363 Exclude all dormant articles that have no children from the limit@*
6364 (@code{gnus-summary-limit-exclude-childless-dormant}).
6366 @item / C
6367 @kindex / C (Summary)
6368 @findex gnus-summary-limit-mark-excluded-as-read
6369 Mark all excluded unread articles as read
6370 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6371 also mark excluded ticked and dormant articles as read.
6373 @item / N
6374 @kindex / N (Summary)
6375 @findex gnus-summary-insert-new-articles
6376 Insert all new articles in the summary buffer.  It scans for new emails
6377 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6379 @item / o
6380 @kindex / o (Summary)
6381 @findex gnus-summary-insert-old-articles
6382 Insert all old articles in the summary buffer.  If given a numbered
6383 prefix, fetch this number of articles.
6385 @end table
6388 @node Threading
6389 @section Threading
6390 @cindex threading
6391 @cindex article threading
6393 Gnus threads articles by default.  @dfn{To thread} is to put responses
6394 to articles directly after the articles they respond to---in a
6395 hierarchical fashion.
6397 Threading is done by looking at the @code{References} headers of the
6398 articles.  In a perfect world, this would be enough to build pretty
6399 trees, but unfortunately, the @code{References} header is often broken
6400 or simply missing.  Weird news propagation exacerbates the problem,
6401 so one has to employ other heuristics to get pleasing results.  A
6402 plethora of approaches exists, as detailed in horrible detail in
6403 @ref{Customizing Threading}.
6405 First, a quick overview of the concepts:
6407 @table @dfn
6408 @item root
6409 The top-most article in a thread; the first article in the thread.
6411 @item thread
6412 A tree-like article structure.
6414 @item sub-thread
6415 A small(er) section of this tree-like structure.
6417 @item loose threads
6418 Threads often lose their roots due to article expiry, or due to the root
6419 already having been read in a previous session, and not displayed in the
6420 summary buffer.  We then typically have many sub-threads that really
6421 belong to one thread, but are without connecting roots.  These are
6422 called loose threads.
6424 @item thread gathering
6425 An attempt to gather loose threads into bigger threads.
6427 @item sparse threads
6428 A thread where the missing articles have been ``guessed'' at, and are
6429 displayed as empty lines in the summary buffer.
6431 @end table
6434 @menu
6435 * Customizing Threading::       Variables you can change to affect the threading.
6436 * Thread Commands::             Thread based commands in the summary buffer.
6437 @end menu
6440 @node Customizing Threading
6441 @subsection Customizing Threading
6442 @cindex customizing threading
6444 @menu
6445 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6446 * Filling In Threads::          Making the threads displayed look fuller.
6447 * More Threading::              Even more variables for fiddling with threads.
6448 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6449 @end menu
6452 @node Loose Threads
6453 @subsubsection Loose Threads
6454 @cindex <
6455 @cindex >
6456 @cindex loose threads
6458 @table @code
6459 @item gnus-summary-make-false-root
6460 @vindex gnus-summary-make-false-root
6461 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6462 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6463 Yup.)  Loose subtrees occur when the real root has expired, or you've
6464 read or killed the root in a previous session.
6466 When there is no real root of a thread, Gnus will have to fudge
6467 something.  This variable says what fudging method Gnus should use.
6468 There are four possible values:
6470 @iftex
6471 @iflatex
6472 \gnusfigure{The Summary Buffer}{390}{
6473 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6474 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6475 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6476 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6478 @end iflatex
6479 @end iftex
6481 @cindex adopting articles
6483 @table @code
6485 @item adopt
6486 Gnus will make the first of the orphaned articles the parent.  This
6487 parent will adopt all the other articles.  The adopted articles will be
6488 marked as such by pointy brackets (@samp{<>}) instead of the standard
6489 square brackets (@samp{[]}).  This is the default method.
6491 @item dummy
6492 @vindex gnus-summary-dummy-line-format
6493 @vindex gnus-summary-make-false-root-always
6494 Gnus will create a dummy summary line that will pretend to be the
6495 parent.  This dummy line does not correspond to any real article, so
6496 selecting it will just select the first real article after the dummy
6497 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6498 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6499 which is the subject of the article.  @xref{Formatting Variables}.
6500 If you want all threads to have a dummy root, even the non-gathered
6501 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6503 @item empty
6504 Gnus won't actually make any article the parent, but simply leave the
6505 subject field of all orphans except the first empty.  (Actually, it will
6506 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6507 Buffer Format}).)
6509 @item none
6510 Don't make any article parent at all.  Just gather the threads and
6511 display them after one another.
6513 @item nil
6514 Don't gather loose threads.
6515 @end table
6517 @item gnus-summary-gather-subject-limit
6518 @vindex gnus-summary-gather-subject-limit
6519 Loose threads are gathered by comparing subjects of articles.  If this
6520 variable is @code{nil}, Gnus requires an exact match between the
6521 subjects of the loose threads before gathering them into one big
6522 super-thread.  This might be too strict a requirement, what with the
6523 presence of stupid newsreaders that chop off long subject lines.  If
6524 you think so, set this variable to, say, 20 to require that only the
6525 first 20 characters of the subjects have to match.  If you set this
6526 variable to a really low number, you'll find that Gnus will gather
6527 everything in sight into one thread, which isn't very helpful.
6529 @cindex fuzzy article gathering
6530 If you set this variable to the special value @code{fuzzy}, Gnus will
6531 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6532 Matching}).
6534 @item gnus-simplify-subject-fuzzy-regexp
6535 @vindex gnus-simplify-subject-fuzzy-regexp
6536 This can either be a regular expression or list of regular expressions
6537 that match strings that will be removed from subjects if fuzzy subject
6538 simplification is used.
6540 @item gnus-simplify-ignored-prefixes
6541 @vindex gnus-simplify-ignored-prefixes
6542 If you set @code{gnus-summary-gather-subject-limit} to something as low
6543 as 10, you might consider setting this variable to something sensible:
6545 @c Written by Michael Ernst <mernst@cs.rice.edu>
6546 @lisp
6547 (setq gnus-simplify-ignored-prefixes
6548       (concat
6549        "\\`\\[?\\("
6550        (mapconcat
6551         'identity
6552         '("looking"
6553           "wanted" "followup" "summary\\( of\\)?"
6554           "help" "query" "problem" "question"
6555           "answer" "reference" "announce"
6556           "How can I" "How to" "Comparison of"
6557           ;; ...
6558           )
6559         "\\|")
6560        "\\)\\s *\\("
6561        (mapconcat 'identity
6562                   '("for" "for reference" "with" "about")
6563                   "\\|")
6564        "\\)?\\]?:?[ \t]*"))
6565 @end lisp
6567 All words that match this regexp will be removed before comparing two
6568 subjects.
6570 @item gnus-simplify-subject-functions
6571 @vindex gnus-simplify-subject-functions
6572 If non-@code{nil}, this variable overrides
6573 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6574 list of functions to apply to the @code{Subject} string iteratively to
6575 arrive at the simplified version of the string.
6577 Useful functions to put in this list include:
6579 @table @code
6580 @item gnus-simplify-subject-re
6581 @findex gnus-simplify-subject-re
6582 Strip the leading @samp{Re:}.
6584 @item gnus-simplify-subject-fuzzy
6585 @findex gnus-simplify-subject-fuzzy
6586 Simplify fuzzily.
6588 @item gnus-simplify-whitespace
6589 @findex gnus-simplify-whitespace
6590 Remove excessive whitespace.
6592 @item gnus-simplify-all-whitespace
6593 @findex gnus-simplify-all-whitespace
6594 Remove all whitespace.
6595 @end table
6597 You may also write your own functions, of course.
6600 @item gnus-summary-gather-exclude-subject
6601 @vindex gnus-summary-gather-exclude-subject
6602 Since loose thread gathering is done on subjects only, that might lead
6603 to many false hits, especially with certain common subjects like
6604 @samp{} and @samp{(none)}.  To make the situation slightly better,
6605 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6606 what subjects should be excluded from the gathering process.@*
6607 The default is @samp{^ *$\\|^(none)$}.
6609 @item gnus-summary-thread-gathering-function
6610 @vindex gnus-summary-thread-gathering-function
6611 Gnus gathers threads by looking at @code{Subject} headers.  This means
6612 that totally unrelated articles may end up in the same ``thread'', which
6613 is confusing.  An alternate approach is to look at all the
6614 @code{Message-ID}s in all the @code{References} headers to find matches.
6615 This will ensure that no gathered threads ever include unrelated
6616 articles, but it also means that people who have posted with broken
6617 newsreaders won't be gathered properly.  The choice is yours---plague or
6618 cholera:
6620 @table @code
6621 @item gnus-gather-threads-by-subject
6622 @findex gnus-gather-threads-by-subject
6623 This function is the default gathering function and looks at
6624 @code{Subject}s exclusively.
6626 @item gnus-gather-threads-by-references
6627 @findex gnus-gather-threads-by-references
6628 This function looks at @code{References} headers exclusively.
6629 @end table
6631 If you want to test gathering by @code{References}, you could say
6632 something like:
6634 @lisp
6635 (setq gnus-summary-thread-gathering-function
6636       'gnus-gather-threads-by-references)
6637 @end lisp
6639 @end table
6642 @node Filling In Threads
6643 @subsubsection Filling In Threads
6645 @table @code
6646 @item gnus-fetch-old-headers
6647 @vindex gnus-fetch-old-headers
6648 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6649 more old headers---headers to articles marked as read.  If you would
6650 like to display as few summary lines as possible, but still connect as
6651 many loose threads as possible, you should set this variable to
6652 @code{some} or a number.  If you set it to a number, no more than that
6653 number of extra old headers will be fetched.  In either case, fetching
6654 old headers only works if the back end you are using carries overview
6655 files---this would normally be @code{nntp}, @code{nnspool},
6656 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6657 the thread has been expired by the server, there's not much Gnus can
6658 do about that.
6660 This variable can also be set to @code{invisible}.  This won't have any
6661 visible effects, but is useful if you use the @kbd{A T} command a lot
6662 (@pxref{Finding the Parent}).
6664 @item gnus-fetch-old-ephemeral-headers
6665 @vindex gnus-fetch-old-ephemeral-headers
6666 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6667 newsgroups.
6669 @item gnus-build-sparse-threads
6670 @vindex gnus-build-sparse-threads
6671 Fetching old headers can be slow.  A low-rent similar effect can be
6672 gotten by setting this variable to @code{some}.  Gnus will then look at
6673 the complete @code{References} headers of all articles and try to string
6674 together articles that belong in the same thread.  This will leave
6675 @dfn{gaps} in the threading display where Gnus guesses that an article
6676 is missing from the thread.  (These gaps appear like normal summary
6677 lines.  If you select a gap, Gnus will try to fetch the article in
6678 question.)  If this variable is @code{t}, Gnus will display all these
6679 ``gaps'' without regard for whether they are useful for completing the
6680 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6681 off sparse leaf nodes that don't lead anywhere.  This variable is
6682 @code{nil} by default.
6684 @item gnus-read-all-available-headers
6685 @vindex gnus-read-all-available-headers
6686 This is a rather obscure variable that few will find useful.  It's
6687 intended for those non-news newsgroups where the back end has to fetch
6688 quite a lot to present the summary buffer, and where it's impossible to
6689 go back to parents of articles.  This is mostly the case in the
6690 web-based groups, like the @code{nnultimate} groups.
6692 If you don't use those, then it's safe to leave this as the default
6693 @code{nil}.  If you want to use this variable, it should be a regexp
6694 that matches the group name, or @code{t} for all groups.
6696 @end table
6699 @node More Threading
6700 @subsubsection More Threading
6702 @table @code
6703 @item gnus-show-threads
6704 @vindex gnus-show-threads
6705 If this variable is @code{nil}, no threading will be done, and all of
6706 the rest of the variables here will have no effect.  Turning threading
6707 off will speed group selection up a bit, but it is sure to make reading
6708 slower and more awkward.
6710 @item gnus-thread-hide-subtree
6711 @vindex gnus-thread-hide-subtree
6712 If non-@code{nil}, all threads will be hidden when the summary buffer is
6713 generated.
6715 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6716 Available predicates are @code{gnus-article-unread-p} and
6717 @code{gnus-article-unseen-p}.
6719 Here's an example:
6721 @lisp
6722 (setq gnus-thread-hide-subtree
6723       '(or gnus-article-unread-p
6724            gnus-article-unseen-p))
6725 @end lisp
6727 (It's a pretty nonsensical example, since all unseen articles are also
6728 unread, but you get my drift.)
6731 @item gnus-thread-expunge-below
6732 @vindex gnus-thread-expunge-below
6733 All threads that have a total score (as defined by
6734 @code{gnus-thread-score-function}) less than this number will be
6735 expunged.  This variable is @code{nil} by default, which means that no
6736 threads are expunged.
6738 @item gnus-thread-hide-killed
6739 @vindex gnus-thread-hide-killed
6740 if you kill a thread and this variable is non-@code{nil}, the subtree
6741 will be hidden.
6743 @item gnus-thread-ignore-subject
6744 @vindex gnus-thread-ignore-subject
6745 Sometimes somebody changes the subject in the middle of a thread.  If
6746 this variable is non-@code{nil}, which is the default, the subject
6747 change is ignored.  If it is @code{nil}, a change in the subject will
6748 result in a new thread.
6750 @item gnus-thread-indent-level
6751 @vindex gnus-thread-indent-level
6752 This is a number that says how much each sub-thread should be indented.
6753 The default is 4.
6755 @item gnus-sort-gathered-threads-function
6756 @vindex gnus-sort-gathered-threads-function
6757 Sometimes, particularly with mailing lists, the order in which mails
6758 arrive locally is not necessarily the same as the order in which they
6759 arrived on the mailing list.  Consequently, when sorting sub-threads
6760 using the default @code{gnus-thread-sort-by-number}, responses can end
6761 up appearing before the article to which they are responding to.
6762 Setting this variable to an alternate value
6763 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6764 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6765 more logical sub-thread ordering in such instances.
6767 @end table
6770 @node Low-Level Threading
6771 @subsubsection Low-Level Threading
6773 @table @code
6775 @item gnus-parse-headers-hook
6776 @vindex gnus-parse-headers-hook
6777 Hook run before parsing any headers.
6779 @item gnus-alter-header-function
6780 @vindex gnus-alter-header-function
6781 If non-@code{nil}, this function will be called to allow alteration of
6782 article header structures.  The function is called with one parameter,
6783 the article header vector, which it may alter in any way.  For instance,
6784 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6785 in systematic ways (by adding prefixes and such), you can use this
6786 variable to un-scramble the @code{Message-ID}s so that they are more
6787 meaningful.  Here's one example:
6789 @lisp
6790 (setq gnus-alter-header-function 'my-alter-message-id)
6792 (defun my-alter-message-id (header)
6793   (let ((id (mail-header-id header)))
6794     (when (string-match
6795            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6796       (mail-header-set-id
6797        (concat (match-string 1 id) "@@" (match-string 2 id))
6798        header))))
6799 @end lisp
6801 @end table
6804 @node Thread Commands
6805 @subsection Thread Commands
6806 @cindex thread commands
6808 @table @kbd
6810 @item T k
6811 @itemx C-M-k
6812 @kindex T k (Summary)
6813 @kindex C-M-k (Summary)
6814 @findex gnus-summary-kill-thread
6815 Mark all articles in the current (sub-)thread as read
6816 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6817 remove all marks instead.  If the prefix argument is negative, tick
6818 articles instead.
6820 @item T l
6821 @itemx C-M-l
6822 @kindex T l (Summary)
6823 @kindex C-M-l (Summary)
6824 @findex gnus-summary-lower-thread
6825 Lower the score of the current (sub-)thread
6826 (@code{gnus-summary-lower-thread}).
6828 @item T i
6829 @kindex T i (Summary)
6830 @findex gnus-summary-raise-thread
6831 Increase the score of the current (sub-)thread
6832 (@code{gnus-summary-raise-thread}).
6834 @item T #
6835 @kindex T # (Summary)
6836 @findex gnus-uu-mark-thread
6837 Set the process mark on the current (sub-)thread
6838 (@code{gnus-uu-mark-thread}).
6840 @item T M-#
6841 @kindex T M-# (Summary)
6842 @findex gnus-uu-unmark-thread
6843 Remove the process mark from the current (sub-)thread
6844 (@code{gnus-uu-unmark-thread}).
6846 @item T T
6847 @kindex T T (Summary)
6848 @findex gnus-summary-toggle-threads
6849 Toggle threading (@code{gnus-summary-toggle-threads}).
6851 @item T s
6852 @kindex T s (Summary)
6853 @findex gnus-summary-show-thread
6854 Expose the (sub-)thread hidden under the current article, if any@*
6855 (@code{gnus-summary-show-thread}).
6857 @item T h
6858 @kindex T h (Summary)
6859 @findex gnus-summary-hide-thread
6860 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6862 @item T S
6863 @kindex T S (Summary)
6864 @findex gnus-summary-show-all-threads
6865 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6867 @item T H
6868 @kindex T H (Summary)
6869 @findex gnus-summary-hide-all-threads
6870 Hide all threads (@code{gnus-summary-hide-all-threads}).
6872 @item T t
6873 @kindex T t (Summary)
6874 @findex gnus-summary-rethread-current
6875 Re-thread the current article's thread
6876 (@code{gnus-summary-rethread-current}).  This works even when the
6877 summary buffer is otherwise unthreaded.
6879 @item T ^
6880 @kindex T ^ (Summary)
6881 @findex gnus-summary-reparent-thread
6882 Make the current article the child of the marked (or previous) article
6883 (@code{gnus-summary-reparent-thread}).
6885 @end table
6887 The following commands are thread movement commands.  They all
6888 understand the numeric prefix.
6890 @table @kbd
6892 @item T n
6893 @kindex T n (Summary)
6894 @itemx C-M-f
6895 @kindex C-M-n (Summary)
6896 @itemx M-down
6897 @kindex M-down (Summary)
6898 @findex gnus-summary-next-thread
6899 Go to the next thread (@code{gnus-summary-next-thread}).
6901 @item T p
6902 @kindex T p (Summary)
6903 @itemx C-M-b
6904 @kindex C-M-p (Summary)
6905 @itemx M-up
6906 @kindex M-up (Summary)
6907 @findex gnus-summary-prev-thread
6908 Go to the previous thread (@code{gnus-summary-prev-thread}).
6910 @item T d
6911 @kindex T d (Summary)
6912 @findex gnus-summary-down-thread
6913 Descend the thread (@code{gnus-summary-down-thread}).
6915 @item T u
6916 @kindex T u (Summary)
6917 @findex gnus-summary-up-thread
6918 Ascend the thread (@code{gnus-summary-up-thread}).
6920 @item T o
6921 @kindex T o (Summary)
6922 @findex gnus-summary-top-thread
6923 Go to the top of the thread (@code{gnus-summary-top-thread}).
6924 @end table
6926 @vindex gnus-thread-operation-ignore-subject
6927 If you ignore subject while threading, you'll naturally end up with
6928 threads that have several different subjects in them.  If you then issue
6929 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6930 wish to kill the entire thread, but just those parts of the thread that
6931 have the same subject as the current article.  If you like this idea,
6932 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6933 is non-@code{nil} (which it is by default), subjects will be ignored
6934 when doing thread commands.  If this variable is @code{nil}, articles in
6935 the same thread with different subjects will not be included in the
6936 operation in question.  If this variable is @code{fuzzy}, only articles
6937 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6938 Matching}).
6941 @node Sorting the Summary Buffer
6942 @section Sorting the Summary Buffer
6944 @findex gnus-thread-sort-by-total-score
6945 @findex gnus-thread-sort-by-date
6946 @findex gnus-thread-sort-by-score
6947 @findex gnus-thread-sort-by-subject
6948 @findex gnus-thread-sort-by-author
6949 @findex gnus-thread-sort-by-number
6950 @findex gnus-thread-sort-by-random
6951 @vindex gnus-thread-sort-functions
6952 @findex gnus-thread-sort-by-most-recent-number
6953 @findex gnus-thread-sort-by-most-recent-date
6954 If you are using a threaded summary display, you can sort the threads by
6955 setting @code{gnus-thread-sort-functions}, which can be either a single
6956 function, a list of functions, or a list containing functions and
6957 @code{(not some-function)} elements.
6959 By default, sorting is done on article numbers.  Ready-made sorting
6960 predicate functions include @code{gnus-thread-sort-by-number},
6961 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6962 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6963 @code{gnus-thread-sort-by-most-recent-number},
6964 @code{gnus-thread-sort-by-most-recent-date},
6965 @code{gnus-thread-sort-by-random} and
6966 @code{gnus-thread-sort-by-total-score}.
6968 Each function takes two threads and returns non-@code{nil} if the first
6969 thread should be sorted before the other.  Note that sorting really is
6970 normally done by looking only at the roots of each thread.
6972 If you use more than one function, the primary sort key should be the
6973 last function in the list.  You should probably always include
6974 @code{gnus-thread-sort-by-number} in the list of sorting
6975 functions---preferably first.  This will ensure that threads that are
6976 equal with respect to the other sort criteria will be displayed in
6977 ascending article order.
6979 If you would like to sort by reverse score, then by subject, and finally
6980 by number, you could do something like:
6982 @lisp
6983 (setq gnus-thread-sort-functions
6984       '(gnus-thread-sort-by-number
6985         gnus-thread-sort-by-subject
6986         (not gnus-thread-sort-by-total-score)))
6987 @end lisp
6989 The threads that have highest score will be displayed first in the
6990 summary buffer.  When threads have the same score, they will be sorted
6991 alphabetically.  The threads that have the same score and the same
6992 subject will be sorted by number, which is (normally) the sequence in
6993 which the articles arrived.
6995 If you want to sort by score and then reverse arrival order, you could
6996 say something like:
6998 @lisp
6999 (setq gnus-thread-sort-functions
7000       '((lambda (t1 t2)
7001           (not (gnus-thread-sort-by-number t1 t2)))
7002         gnus-thread-sort-by-score))
7003 @end lisp
7005 @vindex gnus-thread-score-function
7006 The function in the @code{gnus-thread-score-function} variable (default
7007 @code{+}) is used for calculating the total score of a thread.  Useful
7008 functions might be @code{max}, @code{min}, or squared means, or whatever
7009 tickles your fancy.
7011 @findex gnus-article-sort-functions
7012 @findex gnus-article-sort-by-date
7013 @findex gnus-article-sort-by-score
7014 @findex gnus-article-sort-by-subject
7015 @findex gnus-article-sort-by-author
7016 @findex gnus-article-sort-by-random
7017 @findex gnus-article-sort-by-number
7018 If you are using an unthreaded display for some strange reason or
7019 other, you have to fiddle with the @code{gnus-article-sort-functions}
7020 variable.  It is very similar to the
7021 @code{gnus-thread-sort-functions}, except that it uses slightly
7022 different functions for article comparison.  Available sorting
7023 predicate functions are @code{gnus-article-sort-by-number},
7024 @code{gnus-article-sort-by-author},
7025 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7026 @code{gnus-article-sort-by-random}, and
7027 @code{gnus-article-sort-by-score}.
7029 If you want to sort an unthreaded summary display by subject, you could
7030 say something like:
7032 @lisp
7033 (setq gnus-article-sort-functions
7034       '(gnus-article-sort-by-number
7035         gnus-article-sort-by-subject))
7036 @end lisp
7040 @node Asynchronous Fetching
7041 @section Asynchronous Article Fetching
7042 @cindex asynchronous article fetching
7043 @cindex article pre-fetch
7044 @cindex pre-fetch
7046 If you read your news from an @acronym{NNTP} server that's far away, the
7047 network latencies may make reading articles a chore.  You have to wait
7048 for a while after pressing @kbd{n} to go to the next article before the
7049 article appears.  Why can't Gnus just go ahead and fetch the article
7050 while you are reading the previous one?  Why not, indeed.
7052 First, some caveats.  There are some pitfalls to using asynchronous
7053 article fetching, especially the way Gnus does it.
7055 Let's say you are reading article 1, which is short, and article 2 is
7056 quite long, and you are not interested in reading that.  Gnus does not
7057 know this, so it goes ahead and fetches article 2.  You decide to read
7058 article 3, but since Gnus is in the process of fetching article 2, the
7059 connection is blocked.
7061 To avoid these situations, Gnus will open two (count 'em two)
7062 connections to the server.  Some people may think this isn't a very nice
7063 thing to do, but I don't see any real alternatives.  Setting up that
7064 extra connection takes some time, so Gnus startup will be slower.
7066 Gnus will fetch more articles than you will read.  This will mean that
7067 the link between your machine and the @acronym{NNTP} server will become more
7068 loaded than if you didn't use article pre-fetch.  The server itself will
7069 also become more loaded---both with the extra article requests, and the
7070 extra connection.
7072 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7073 you really want to.
7075 @vindex gnus-asynchronous
7076 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7077 happen automatically.
7079 @vindex gnus-use-article-prefetch
7080 You can control how many articles are to be pre-fetched by setting
7081 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7082 that when you read an article in the group, the back end will pre-fetch
7083 the next 30 articles.  If this variable is @code{t}, the back end will
7084 pre-fetch all the articles it can without bound.  If it is
7085 @code{nil}, no pre-fetching will be done.
7087 @vindex gnus-async-prefetch-article-p
7088 @findex gnus-async-read-p
7089 There are probably some articles that you don't want to pre-fetch---read
7090 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7091 variable controls whether an article is to be pre-fetched.  This
7092 function should return non-@code{nil} when the article in question is
7093 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7094 returns @code{nil} on read articles.  The function is called with an
7095 article data structure as the only parameter.
7097 If, for instance, you wish to pre-fetch only unread articles shorter
7098 than 100 lines, you could say something like:
7100 @lisp
7101 (defun my-async-short-unread-p (data)
7102   "Return non-nil for short, unread articles."
7103   (and (gnus-data-unread-p data)
7104        (< (mail-header-lines (gnus-data-header data))
7105           100)))
7107 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7108 @end lisp
7110 These functions will be called many, many times, so they should
7111 preferably be short and sweet to avoid slowing down Gnus too much.
7112 It's probably a good idea to byte-compile things like this.
7114 @vindex gnus-prefetched-article-deletion-strategy
7115 Articles have to be removed from the asynch buffer sooner or later.  The
7116 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7117 articles.  This is a list that may contain the following elements:
7119 @table @code
7120 @item read
7121 Remove articles when they are read.
7123 @item exit
7124 Remove articles when exiting the group.
7125 @end table
7127 The default value is @code{(read exit)}.
7129 @c @vindex gnus-use-header-prefetch
7130 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7131 @c from the next group.
7134 @node Article Caching
7135 @section Article Caching
7136 @cindex article caching
7137 @cindex caching
7139 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7140 consider turning article caching on.  Each article will then be stored
7141 locally under your home directory.  As you may surmise, this could
7142 potentially use @emph{huge} amounts of disk space, as well as eat up all
7143 your inodes so fast it will make your head swim.  In vodka.
7145 Used carefully, though, it could be just an easier way to save articles.
7147 @vindex gnus-use-long-file-name
7148 @vindex gnus-cache-directory
7149 @vindex gnus-use-cache
7150 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7151 all articles ticked or marked as dormant will then be copied
7152 over to your local cache (@code{gnus-cache-directory}).  Whether this
7153 cache is flat or hierarchical is controlled by the
7154 @code{gnus-use-long-file-name} variable, as usual.
7156 When re-selecting a ticked or dormant article, it will be fetched from the
7157 cache instead of from the server.  As articles in your cache will never
7158 expire, this might serve as a method of saving articles while still
7159 keeping them where they belong.  Just mark all articles you want to save
7160 as dormant, and don't worry.
7162 When an article is marked as read, is it removed from the cache.
7164 @vindex gnus-cache-remove-articles
7165 @vindex gnus-cache-enter-articles
7166 The entering/removal of articles from the cache is controlled by the
7167 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7168 variables.  Both are lists of symbols.  The first is @code{(ticked
7169 dormant)} by default, meaning that ticked and dormant articles will be
7170 put in the cache.  The latter is @code{(read)} by default, meaning that
7171 articles marked as read are removed from the cache.  Possibly
7172 symbols in these two lists are @code{ticked}, @code{dormant},
7173 @code{unread} and @code{read}.
7175 @findex gnus-jog-cache
7176 So where does the massive article-fetching and storing come into the
7177 picture?  The @code{gnus-jog-cache} command will go through all
7178 subscribed newsgroups, request all unread articles, score them, and
7179 store them in the cache.  You should only ever, ever ever ever, use this
7180 command if 1) your connection to the @acronym{NNTP} server is really, really,
7181 really slow and 2) you have a really, really, really huge disk.
7182 Seriously.  One way to cut down on the number of articles downloaded is
7183 to score unwanted articles down and have them marked as read.  They will
7184 not then be downloaded by this command.
7186 @vindex gnus-uncacheable-groups
7187 @vindex gnus-cacheable-groups
7188 It is likely that you do not want caching on all groups.  For instance,
7189 if your @code{nnml} mail is located under your home directory, it makes no
7190 sense to cache it somewhere else under your home directory.  Unless you
7191 feel that it's neat to use twice as much space.
7193 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7194 regexp of groups to cache, @samp{^nntp} for instance, or set the
7195 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7196 Both variables are @code{nil} by default.  If a group matches both
7197 variables, the group is not cached.
7199 @findex gnus-cache-generate-nov-databases
7200 @findex gnus-cache-generate-active
7201 @vindex gnus-cache-active-file
7202 The cache stores information on what articles it contains in its active
7203 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7204 of the cache) becomes all messed up for some reason or other, Gnus
7205 offers two functions that will try to set things right.  @kbd{M-x
7206 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7207 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7208 file.
7210 @findex gnus-cache-move-cache
7211 @code{gnus-cache-move-cache} will move your whole
7212 @code{gnus-cache-directory} to some other location.  You get asked to
7213 where, isn't that cool?
7215 @node Persistent Articles
7216 @section Persistent Articles
7217 @cindex persistent articles
7219 Closely related to article caching, we have @dfn{persistent articles}.
7220 In fact, it's just a different way of looking at caching, and much more
7221 useful in my opinion.
7223 Say you're reading a newsgroup, and you happen on to some valuable gem
7224 that you want to keep and treasure forever.  You'd normally just save it
7225 (using one of the many saving commands) in some file.  The problem with
7226 that is that it's just, well, yucky.  Ideally you'd prefer just having
7227 the article remain in the group where you found it forever; untouched by
7228 the expiry going on at the news server.
7230 This is what a @dfn{persistent article} is---an article that just won't
7231 be deleted.  It's implemented using the normal cache functions, but
7232 you use two explicit commands for managing persistent articles:
7234 @table @kbd
7236 @item *
7237 @kindex * (Summary)
7238 @findex gnus-cache-enter-article
7239 Make the current article persistent (@code{gnus-cache-enter-article}).
7241 @item M-*
7242 @kindex M-* (Summary)
7243 @findex gnus-cache-remove-article
7244 Remove the current article from the persistent articles
7245 (@code{gnus-cache-remove-article}).  This will normally delete the
7246 article.
7247 @end table
7249 Both these commands understand the process/prefix convention.
7251 To avoid having all ticked articles (and stuff) entered into the cache,
7252 you should set @code{gnus-use-cache} to @code{passive} if you're just
7253 interested in persistent articles:
7255 @lisp
7256 (setq gnus-use-cache 'passive)
7257 @end lisp
7260 @node Article Backlog
7261 @section Article Backlog
7262 @cindex backlog
7263 @cindex article backlog
7265 If you have a slow connection, but the idea of using caching seems
7266 unappealing to you (and it is, really), you can help the situation some
7267 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7268 already read articles so that it doesn't have to re-fetch articles
7269 you've already read.  This only helps if you are in the habit of
7270 re-selecting articles you've recently read, of course.  If you never do
7271 that, turning the backlog on will slow Gnus down a little bit, and
7272 increase memory usage some.
7274 @vindex gnus-keep-backlog
7275 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7276 at most @var{n} old articles in a buffer for later re-fetching.  If this
7277 variable is non-@code{nil} and is not a number, Gnus will store
7278 @emph{all} read articles, which means that your Emacs will grow without
7279 bound before exploding and taking your machine down with you.  I put
7280 that in there just to keep y'all on your toes.
7282 The default value is 20.
7285 @node Saving Articles
7286 @section Saving Articles
7287 @cindex saving articles
7289 Gnus can save articles in a number of ways.  Below is the documentation
7290 for saving articles in a fairly straight-forward fashion (i.e., little
7291 processing of the article is done before it is saved).  For a different
7292 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7293 (@pxref{Decoding Articles}).
7295 For the commands listed here, the target is a file.  If you want to
7296 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7297 command (@pxref{Mail Group Commands}).
7299 @vindex gnus-save-all-headers
7300 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7301 unwanted headers before saving the article.
7303 @vindex gnus-saved-headers
7304 If the preceding variable is @code{nil}, all headers that match the
7305 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7306 deleted before saving.
7308 @table @kbd
7310 @item O o
7311 @itemx o
7312 @kindex O o (Summary)
7313 @kindex o (Summary)
7314 @findex gnus-summary-save-article
7315 @c @icon{gnus-summary-save-article}
7316 Save the current article using the default article saver
7317 (@code{gnus-summary-save-article}).
7319 @item O m
7320 @kindex O m (Summary)
7321 @findex gnus-summary-save-article-mail
7322 Save the current article in mail format
7323 (@code{gnus-summary-save-article-mail}).
7325 @item O r
7326 @kindex O r (Summary)
7327 @findex gnus-summary-save-article-rmail
7328 Save the current article in Rmail format
7329 (@code{gnus-summary-save-article-rmail}).
7331 @item O f
7332 @kindex O f (Summary)
7333 @findex gnus-summary-save-article-file
7334 @c @icon{gnus-summary-save-article-file}
7335 Save the current article in plain file format
7336 (@code{gnus-summary-save-article-file}).
7338 @item O F
7339 @kindex O F (Summary)
7340 @findex gnus-summary-write-article-file
7341 Write the current article in plain file format, overwriting any previous
7342 file contents (@code{gnus-summary-write-article-file}).
7344 @item O b
7345 @kindex O b (Summary)
7346 @findex gnus-summary-save-article-body-file
7347 Save the current article body in plain file format
7348 (@code{gnus-summary-save-article-body-file}).
7350 @item O h
7351 @kindex O h (Summary)
7352 @findex gnus-summary-save-article-folder
7353 Save the current article in mh folder format
7354 (@code{gnus-summary-save-article-folder}).
7356 @item O v
7357 @kindex O v (Summary)
7358 @findex gnus-summary-save-article-vm
7359 Save the current article in a VM folder
7360 (@code{gnus-summary-save-article-vm}).
7362 @item O p
7363 @itemx |
7364 @kindex O p (Summary)
7365 @kindex | (Summary)
7366 @findex gnus-summary-pipe-output
7367 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7368 the current article to a process (@code{gnus-summary-pipe-output}).
7369 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7370 complete headers in the piped output.
7372 @item O P
7373 @kindex O P (Summary)
7374 @findex gnus-summary-muttprint
7375 @vindex gnus-summary-muttprint-program
7376 Save the current article into muttprint.  That is, print it using the
7377 external program @uref{http://muttprint.sourceforge.net/,
7378 Muttprint}.  The program name and options to use is controlled by the
7379 variable @code{gnus-summary-muttprint-program}.
7380 (@code{gnus-summary-muttprint}).
7382 @end table
7384 @vindex gnus-prompt-before-saving
7385 All these commands use the process/prefix convention
7386 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7387 functions, you might get tired of being prompted for files to save each
7388 and every article in.  The prompting action is controlled by
7389 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7390 default, giving you that excessive prompting action you know and
7391 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7392 just once for each series of articles you save.  If you like to really
7393 have Gnus do all your thinking for you, you can even set this variable
7394 to @code{nil}, which means that you will never be prompted for files to
7395 save articles in.  Gnus will simply save all the articles in the default
7396 files.
7399 @vindex gnus-default-article-saver
7400 You can customize the @code{gnus-default-article-saver} variable to make
7401 Gnus do what you want it to.  You can use any of the six ready-made
7402 functions below, or you can create your own.
7404 @table @code
7406 @item gnus-summary-save-in-rmail
7407 @findex gnus-summary-save-in-rmail
7408 @vindex gnus-rmail-save-name
7409 @findex gnus-plain-save-name
7410 This is the default format, @dfn{Babyl}.  Uses the function in the
7411 @code{gnus-rmail-save-name} variable to get a file name to save the
7412 article in.  The default is @code{gnus-plain-save-name}.
7414 @item gnus-summary-save-in-mail
7415 @findex gnus-summary-save-in-mail
7416 @vindex gnus-mail-save-name
7417 Save in a Unix mail (mbox) file.  Uses the function in the
7418 @code{gnus-mail-save-name} variable to get a file name to save the
7419 article in.  The default is @code{gnus-plain-save-name}.
7421 @item gnus-summary-save-in-file
7422 @findex gnus-summary-save-in-file
7423 @vindex gnus-file-save-name
7424 @findex gnus-numeric-save-name
7425 Append the article straight to an ordinary file.  Uses the function in
7426 the @code{gnus-file-save-name} variable to get a file name to save the
7427 article in.  The default is @code{gnus-numeric-save-name}.
7429 @item gnus-summary-write-to-file
7430 @findex gnus-summary-write-to-file
7431 Write the article straight to an ordinary file.  The file is
7432 overwritten if it exists.  Uses the function in the
7433 @code{gnus-file-save-name} variable to get a file name to save the
7434 article in.  The default is @code{gnus-numeric-save-name}.
7436 @item gnus-summary-save-body-in-file
7437 @findex gnus-summary-save-body-in-file
7438 Append the article body to an ordinary file.  Uses the function in the
7439 @code{gnus-file-save-name} variable to get a file name to save the
7440 article in.  The default is @code{gnus-numeric-save-name}.
7442 @item gnus-summary-save-in-folder
7443 @findex gnus-summary-save-in-folder
7444 @findex gnus-folder-save-name
7445 @findex gnus-Folder-save-name
7446 @vindex gnus-folder-save-name
7447 @cindex rcvstore
7448 @cindex MH folders
7449 Save the article to an MH folder using @code{rcvstore} from the MH
7450 library.  Uses the function in the @code{gnus-folder-save-name} variable
7451 to get a file name to save the article in.  The default is
7452 @code{gnus-folder-save-name}, but you can also use
7453 @code{gnus-Folder-save-name}, which creates capitalized names.
7455 @item gnus-summary-save-in-vm
7456 @findex gnus-summary-save-in-vm
7457 Save the article in a VM folder.  You have to have the VM mail
7458 reader to use this setting.
7459 @end table
7461 @vindex gnus-article-save-directory
7462 All of these functions, except for the last one, will save the article
7463 in the @code{gnus-article-save-directory}, which is initialized from the
7464 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7465 default.
7467 As you can see above, the functions use different functions to find a
7468 suitable name of a file to save the article in.  Below is a list of
7469 available functions that generate names:
7471 @table @code
7473 @item gnus-Numeric-save-name
7474 @findex gnus-Numeric-save-name
7475 File names like @file{~/News/Alt.andrea-dworkin/45}.
7477 @item gnus-numeric-save-name
7478 @findex gnus-numeric-save-name
7479 File names like @file{~/News/alt.andrea-dworkin/45}.
7481 @item gnus-Plain-save-name
7482 @findex gnus-Plain-save-name
7483 File names like @file{~/News/Alt.andrea-dworkin}.
7485 @item gnus-plain-save-name
7486 @findex gnus-plain-save-name
7487 File names like @file{~/News/alt.andrea-dworkin}.
7489 @item gnus-sender-save-name
7490 @findex gnus-sender-save-name
7491 File names like @file{~/News/larsi}.
7492 @end table
7494 @vindex gnus-split-methods
7495 You can have Gnus suggest where to save articles by plonking a regexp into
7496 the @code{gnus-split-methods} alist.  For instance, if you would like to
7497 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7498 related to VM in @file{vm-stuff}, you could set this variable to something
7499 like:
7501 @lisp
7502 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7503  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7504  (my-choosing-function "../other-dir/my-stuff")
7505  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7506 @end lisp
7508 We see that this is a list where each element is a list that has two
7509 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7510 a string (in which case it is used as a regexp to match on the article
7511 head); it can be a symbol (which will be called as a function with the
7512 group name as a parameter); or it can be a list (which will be
7513 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7514 the @dfn{file} will be used as a default prompt.  In addition, the
7515 result of the operation itself will be used if the function or form
7516 called returns a string or a list of strings.
7518 You basically end up with a list of file names that might be used when
7519 saving the current article.  (All ``matches'' will be used.)  You will
7520 then be prompted for what you really want to use as a name, with file
7521 name completion over the results from applying this variable.
7523 This variable is @code{((gnus-article-archive-name))} by default, which
7524 means that Gnus will look at the articles it saves for an
7525 @code{Archive-name} line and use that as a suggestion for the file
7526 name.
7528 Here's an example function to clean up file names somewhat.  If you have
7529 lots of mail groups called things like
7530 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7531 these group names before creating the file name to save to.  The
7532 following will do just that:
7534 @lisp
7535 (defun my-save-name (group)
7536   (when (string-match "^nnml:mail." group)
7537     (substring group (match-end 0))))
7539 (setq gnus-split-methods
7540       '((gnus-article-archive-name)
7541         (my-save-name)))
7542 @end lisp
7545 @vindex gnus-use-long-file-name
7546 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7547 @code{nil}, all the preceding functions will replace all periods
7548 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7549 the functions will generate hierarchies of directories instead of having
7550 all the files in the top level directory
7551 (@file{~/News/alt/andrea-dworkin} instead of
7552 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7553 on most systems.  However, for historical reasons, this is @code{nil} on
7554 Xenix and usg-unix-v machines by default.
7556 This function also affects kill and score file names.  If this variable
7557 is a list, and the list contains the element @code{not-score}, long file
7558 names will not be used for score files, if it contains the element
7559 @code{not-save}, long file names will not be used for saving, and if it
7560 contains the element @code{not-kill}, long file names will not be used
7561 for kill files.
7563 If you'd like to save articles in a hierarchy that looks something like
7564 a spool, you could
7566 @lisp
7567 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7568 (setq gnus-default-article-saver
7569       'gnus-summary-save-in-file)          ; @r{no encoding}
7570 @end lisp
7572 Then just save with @kbd{o}.  You'd then read this hierarchy with
7573 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7574 the top level directory as the argument (@file{~/News/}).  Then just walk
7575 around to the groups/directories with @code{nneething}.
7578 @node Decoding Articles
7579 @section Decoding Articles
7580 @cindex decoding articles
7582 Sometime users post articles (or series of articles) that have been
7583 encoded in some way or other.  Gnus can decode them for you.
7585 @menu
7586 * Uuencoded Articles::          Uudecode articles.
7587 * Shell Archives::              Unshar articles.
7588 * PostScript Files::            Split PostScript.
7589 * Other Files::                 Plain save and binhex.
7590 * Decoding Variables::          Variables for a happy decoding.
7591 * Viewing Files::               You want to look at the result of the decoding?
7592 @end menu
7594 @cindex series
7595 @cindex article series
7596 All these functions use the process/prefix convention
7597 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7598 the extension that a ``single article'' means ``a single series''.  Gnus
7599 can find out by itself what articles belong to a series, decode all the
7600 articles and unpack/view/save the resulting file(s).
7602 Gnus guesses what articles are in the series according to the following
7603 simplish rule: The subjects must be (nearly) identical, except for the
7604 last two numbers of the line.  (Spaces are largely ignored, however.)
7606 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7607 will find all the articles that match the regexp @samp{^cat.gif
7608 ([0-9]+/[0-9]+).*$}.
7610 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7611 series}, will not be properly recognized by any of the automatic viewing
7612 commands, and you have to mark the articles manually with @kbd{#}.
7615 @node Uuencoded Articles
7616 @subsection Uuencoded Articles
7617 @cindex uudecode
7618 @cindex uuencoded articles
7620 @table @kbd
7622 @item X u
7623 @kindex X u (Summary)
7624 @findex gnus-uu-decode-uu
7625 @c @icon{gnus-uu-decode-uu}
7626 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7628 @item X U
7629 @kindex X U (Summary)
7630 @findex gnus-uu-decode-uu-and-save
7631 Uudecodes and saves the current series
7632 (@code{gnus-uu-decode-uu-and-save}).
7634 @item X v u
7635 @kindex X v u (Summary)
7636 @findex gnus-uu-decode-uu-view
7637 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7639 @item X v U
7640 @kindex X v U (Summary)
7641 @findex gnus-uu-decode-uu-and-save-view
7642 Uudecodes, views and saves the current series
7643 (@code{gnus-uu-decode-uu-and-save-view}).
7645 @end table
7647 Remember that these all react to the presence of articles marked with
7648 the process mark.  If, for instance, you'd like to decode and save an
7649 entire newsgroup, you'd typically do @kbd{M P a}
7650 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7651 (@code{gnus-uu-decode-uu-and-save}).
7653 All this is very much different from how @code{gnus-uu} worked with
7654 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7655 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7656 articles in some way (@pxref{Setting Process Marks}) and then press
7657 @kbd{X u}.
7659 @vindex gnus-uu-notify-files
7660 Note: When trying to decode articles that have names matching
7661 @code{gnus-uu-notify-files}, which is hard-coded to
7662 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7663 automatically post an article on @samp{comp.unix.wizards} saying that
7664 you have just viewed the file in question.  This feature can't be turned
7665 off.
7668 @node Shell Archives
7669 @subsection Shell Archives
7670 @cindex unshar
7671 @cindex shell archives
7672 @cindex shared articles
7674 Shell archives (``shar files'') used to be a popular way to distribute
7675 sources, but it isn't used all that much today.  In any case, we have
7676 some commands to deal with these:
7678 @table @kbd
7680 @item X s
7681 @kindex X s (Summary)
7682 @findex gnus-uu-decode-unshar
7683 Unshars the current series (@code{gnus-uu-decode-unshar}).
7685 @item X S
7686 @kindex X S (Summary)
7687 @findex gnus-uu-decode-unshar-and-save
7688 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7690 @item X v s
7691 @kindex X v s (Summary)
7692 @findex gnus-uu-decode-unshar-view
7693 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7695 @item X v S
7696 @kindex X v S (Summary)
7697 @findex gnus-uu-decode-unshar-and-save-view
7698 Unshars, views and saves the current series
7699 (@code{gnus-uu-decode-unshar-and-save-view}).
7700 @end table
7703 @node PostScript Files
7704 @subsection PostScript Files
7705 @cindex PostScript
7707 @table @kbd
7709 @item X p
7710 @kindex X p (Summary)
7711 @findex gnus-uu-decode-postscript
7712 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7714 @item X P
7715 @kindex X P (Summary)
7716 @findex gnus-uu-decode-postscript-and-save
7717 Unpack and save the current PostScript series
7718 (@code{gnus-uu-decode-postscript-and-save}).
7720 @item X v p
7721 @kindex X v p (Summary)
7722 @findex gnus-uu-decode-postscript-view
7723 View the current PostScript series
7724 (@code{gnus-uu-decode-postscript-view}).
7726 @item X v P
7727 @kindex X v P (Summary)
7728 @findex gnus-uu-decode-postscript-and-save-view
7729 View and save the current PostScript series
7730 (@code{gnus-uu-decode-postscript-and-save-view}).
7731 @end table
7734 @node Other Files
7735 @subsection Other Files
7737 @table @kbd
7738 @item X o
7739 @kindex X o (Summary)
7740 @findex gnus-uu-decode-save
7741 Save the current series
7742 (@code{gnus-uu-decode-save}).
7744 @item X b
7745 @kindex X b (Summary)
7746 @findex gnus-uu-decode-binhex
7747 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7748 doesn't really work yet.
7749 @end table
7752 @node Decoding Variables
7753 @subsection Decoding Variables
7755 Adjective, not verb.
7757 @menu
7758 * Rule Variables::              Variables that say how a file is to be viewed.
7759 * Other Decode Variables::      Other decode variables.
7760 * Uuencoding and Posting::      Variables for customizing uuencoding.
7761 @end menu
7764 @node Rule Variables
7765 @subsubsection Rule Variables
7766 @cindex rule variables
7768 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7769 variables are of the form
7771 @lisp
7772       (list '(regexp1 command2)
7773             '(regexp2 command2)
7774             ...)
7775 @end lisp
7777 @table @code
7779 @item gnus-uu-user-view-rules
7780 @vindex gnus-uu-user-view-rules
7781 @cindex sox
7782 This variable is consulted first when viewing files.  If you wish to use,
7783 for instance, @code{sox} to convert an @file{.au} sound file, you could
7784 say something like:
7785 @lisp
7786 (setq gnus-uu-user-view-rules
7787       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7788 @end lisp
7790 @item gnus-uu-user-view-rules-end
7791 @vindex gnus-uu-user-view-rules-end
7792 This variable is consulted if Gnus couldn't make any matches from the
7793 user and default view rules.
7795 @item gnus-uu-user-archive-rules
7796 @vindex gnus-uu-user-archive-rules
7797 This variable can be used to say what commands should be used to unpack
7798 archives.
7799 @end table
7802 @node Other Decode Variables
7803 @subsubsection Other Decode Variables
7805 @table @code
7806 @vindex gnus-uu-grabbed-file-functions
7808 @item gnus-uu-grabbed-file-functions
7809 All functions in this list will be called right after each file has been
7810 successfully decoded---so that you can move or view files right away,
7811 and don't have to wait for all files to be decoded before you can do
7812 anything.  Ready-made functions you can put in this list are:
7814 @table @code
7816 @item gnus-uu-grab-view
7817 @findex gnus-uu-grab-view
7818 View the file.
7820 @item gnus-uu-grab-move
7821 @findex gnus-uu-grab-move
7822 Move the file (if you're using a saving function.)
7823 @end table
7825 @item gnus-uu-be-dangerous
7826 @vindex gnus-uu-be-dangerous
7827 Specifies what to do if unusual situations arise during decoding.  If
7828 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7829 that didn't work, and overwrite existing files.  Otherwise, ask each
7830 time.
7832 @item gnus-uu-ignore-files-by-name
7833 @vindex gnus-uu-ignore-files-by-name
7834 Files with name matching this regular expression won't be viewed.
7836 @item gnus-uu-ignore-files-by-type
7837 @vindex gnus-uu-ignore-files-by-type
7838 Files with a @acronym{MIME} type matching this variable won't be viewed.
7839 Note that Gnus tries to guess what type the file is based on the name.
7840 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7841 kludgey.
7843 @item gnus-uu-tmp-dir
7844 @vindex gnus-uu-tmp-dir
7845 Where @code{gnus-uu} does its work.
7847 @item gnus-uu-do-not-unpack-archives
7848 @vindex gnus-uu-do-not-unpack-archives
7849 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7850 looking for files to display.
7852 @item gnus-uu-view-and-save
7853 @vindex gnus-uu-view-and-save
7854 Non-@code{nil} means that the user will always be asked to save a file
7855 after viewing it.
7857 @item gnus-uu-ignore-default-view-rules
7858 @vindex gnus-uu-ignore-default-view-rules
7859 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7860 rules.
7862 @item gnus-uu-ignore-default-archive-rules
7863 @vindex gnus-uu-ignore-default-archive-rules
7864 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7865 unpacking commands.
7867 @item gnus-uu-kill-carriage-return
7868 @vindex gnus-uu-kill-carriage-return
7869 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7870 from articles.
7872 @item gnus-uu-unmark-articles-not-decoded
7873 @vindex gnus-uu-unmark-articles-not-decoded
7874 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7875 decoded articles as unread.
7877 @item gnus-uu-correct-stripped-uucode
7878 @vindex gnus-uu-correct-stripped-uucode
7879 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7880 uuencoded files that have had trailing spaces deleted.
7882 @item gnus-uu-pre-uudecode-hook
7883 @vindex gnus-uu-pre-uudecode-hook
7884 Hook run before sending a message to @code{uudecode}.
7886 @item gnus-uu-view-with-metamail
7887 @vindex gnus-uu-view-with-metamail
7888 @cindex metamail
7889 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7890 commands defined by the rule variables and just fudge a @acronym{MIME}
7891 content type based on the file name.  The result will be fed to
7892 @code{metamail} for viewing.
7894 @item gnus-uu-save-in-digest
7895 @vindex gnus-uu-save-in-digest
7896 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7897 decoding, will save in digests.  If this variable is @code{nil},
7898 @code{gnus-uu} will just save everything in a file without any
7899 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7900 to specify any meaningful volume and issue numbers were found, so I
7901 simply dropped them.
7903 @end table
7906 @node Uuencoding and Posting
7907 @subsubsection Uuencoding and Posting
7909 @table @code
7911 @item gnus-uu-post-include-before-composing
7912 @vindex gnus-uu-post-include-before-composing
7913 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7914 before you compose the article.  If this variable is @code{t}, you can
7915 either include an encoded file with @kbd{C-c C-i} or have one included
7916 for you when you post the article.
7918 @item gnus-uu-post-length
7919 @vindex gnus-uu-post-length
7920 Maximum length of an article.  The encoded file will be split into how
7921 many articles it takes to post the entire file.
7923 @item gnus-uu-post-threaded
7924 @vindex gnus-uu-post-threaded
7925 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7926 thread.  This may not be smart, as no other decoder I have seen is able
7927 to follow threads when collecting uuencoded articles.  (Well, I have
7928 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7929 think that counts@dots{}) Default is @code{nil}.
7931 @item gnus-uu-post-separate-description
7932 @vindex gnus-uu-post-separate-description
7933 Non-@code{nil} means that the description will be posted in a separate
7934 article.  The first article will typically be numbered (0/x).  If this
7935 variable is @code{nil}, the description the user enters will be included
7936 at the beginning of the first article, which will be numbered (1/x).
7937 Default is @code{t}.
7939 @end table
7942 @node Viewing Files
7943 @subsection Viewing Files
7944 @cindex viewing files
7945 @cindex pseudo-articles
7947 After decoding, if the file is some sort of archive, Gnus will attempt
7948 to unpack the archive and see if any of the files in the archive can be
7949 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7950 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7951 uncompress and de-tar the main file, and then view the two pictures.
7952 This unpacking process is recursive, so if the archive contains archives
7953 of archives, it'll all be unpacked.
7955 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7956 extracted file into the summary buffer.  If you go to these
7957 ``articles'', you will be prompted for a command to run (usually Gnus
7958 will make a suggestion), and then the command will be run.
7960 @vindex gnus-view-pseudo-asynchronously
7961 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7962 until the viewing is done before proceeding.
7964 @vindex gnus-view-pseudos
7965 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7966 the pseudo-articles into the summary buffer, but view them
7967 immediately.  If this variable is @code{not-confirm}, the user won't even
7968 be asked for a confirmation before viewing is done.
7970 @vindex gnus-view-pseudos-separately
7971 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7972 pseudo-article will be created for each file to be viewed.  If
7973 @code{nil}, all files that use the same viewing command will be given as
7974 a list of parameters to that command.
7976 @vindex gnus-insert-pseudo-articles
7977 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7978 pseudo-articles when decoding.  It is @code{t} by default.
7980 So; there you are, reading your @emph{pseudo-articles} in your
7981 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7982 Why isn't anything real anymore? How did we get here?
7985 @node Article Treatment
7986 @section Article Treatment
7988 Reading through this huge manual, you may have quite forgotten that the
7989 object of newsreaders is to actually, like, read what people have
7990 written.  Reading articles.  Unfortunately, people are quite bad at
7991 writing, so there are tons of functions and variables to make reading
7992 these articles easier.
7994 @menu
7995 * Article Highlighting::        You want to make the article look like fruit salad.
7996 * Article Fontisizing::         Making emphasized text look nice.
7997 * Article Hiding::              You also want to make certain info go away.
7998 * Article Washing::             Lots of way-neat functions to make life better.
7999 * Article Header::              Doing various header transformations.
8000 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8001 * Article Button Levels::       Controlling appearance of buttons.
8002 * Article Date::                Grumble, UT!
8003 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8004 * Article Signature::           What is a signature?
8005 * Article Miscellanea::         Various other stuff.
8006 @end menu
8009 @node Article Highlighting
8010 @subsection Article Highlighting
8011 @cindex highlighting
8013 Not only do you want your article buffer to look like fruit salad, but
8014 you want it to look like technicolor fruit salad.
8016 @table @kbd
8018 @item W H a
8019 @kindex W H a (Summary)
8020 @findex gnus-article-highlight
8021 @findex gnus-article-maybe-highlight
8022 Do much highlighting of the current article
8023 (@code{gnus-article-highlight}).  This function highlights header, cited
8024 text, the signature, and adds buttons to the body and the head.
8026 @item W H h
8027 @kindex W H h (Summary)
8028 @findex gnus-article-highlight-headers
8029 @vindex gnus-header-face-alist
8030 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8031 highlighting will be done according to the @code{gnus-header-face-alist}
8032 variable, which is a list where each element has the form
8033 @code{(@var{regexp} @var{name} @var{content})}.
8034 @var{regexp} is a regular expression for matching the
8035 header, @var{name} is the face used for highlighting the header name
8036 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8037 the header value.  The first match made will be used.  Note that
8038 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8040 @item W H c
8041 @kindex W H c (Summary)
8042 @findex gnus-article-highlight-citation
8043 Highlight cited text (@code{gnus-article-highlight-citation}).
8045 Some variables to customize the citation highlights:
8047 @table @code
8048 @vindex gnus-cite-parse-max-size
8050 @item gnus-cite-parse-max-size
8051 If the article size if bigger than this variable (which is 25000 by
8052 default), no citation highlighting will be performed.
8054 @item gnus-cite-max-prefix
8055 @vindex gnus-cite-max-prefix
8056 Maximum possible length for a citation prefix (default 20).
8058 @item gnus-cite-face-list
8059 @vindex gnus-cite-face-list
8060 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8061 When there are citations from multiple articles in the same message,
8062 Gnus will try to give each citation from each article its own face.
8063 This should make it easier to see who wrote what.
8065 @item gnus-supercite-regexp
8066 @vindex gnus-supercite-regexp
8067 Regexp matching normal Supercite attribution lines.
8069 @item gnus-supercite-secondary-regexp
8070 @vindex gnus-supercite-secondary-regexp
8071 Regexp matching mangled Supercite attribution lines.
8073 @item gnus-cite-minimum-match-count
8074 @vindex gnus-cite-minimum-match-count
8075 Minimum number of identical prefixes we have to see before we believe
8076 that it's a citation.
8078 @item gnus-cite-attribution-prefix
8079 @vindex gnus-cite-attribution-prefix
8080 Regexp matching the beginning of an attribution line.
8082 @item gnus-cite-attribution-suffix
8083 @vindex gnus-cite-attribution-suffix
8084 Regexp matching the end of an attribution line.
8086 @item gnus-cite-attribution-face
8087 @vindex gnus-cite-attribution-face
8088 Face used for attribution lines.  It is merged with the face for the
8089 cited text belonging to the attribution.
8091 @item gnus-cite-ignore-quoted-from
8092 @vindex gnus-cite-ignore-quoted-from
8093 If non-@code{nil}, no citation highlighting will be performed on lines
8094 beginning with @samp{>From }.  Those lines may have been quoted by MTAs
8095 in order not to mix up with the envelope From line.  The default value
8096 is @code{t}.
8098 @end table
8101 @item W H s
8102 @kindex W H s (Summary)
8103 @vindex gnus-signature-separator
8104 @vindex gnus-signature-face
8105 @findex gnus-article-highlight-signature
8106 Highlight the signature (@code{gnus-article-highlight-signature}).
8107 Everything after @code{gnus-signature-separator} (@pxref{Article
8108 Signature}) in an article will be considered a signature and will be
8109 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8110 default.
8112 @end table
8114 @xref{Customizing Articles}, for how to highlight articles automatically.
8117 @node Article Fontisizing
8118 @subsection Article Fontisizing
8119 @cindex emphasis
8120 @cindex article emphasis
8122 @findex gnus-article-emphasize
8123 @kindex W e (Summary)
8124 People commonly add emphasis to words in news articles by writing things
8125 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8126 this look nicer by running the article through the @kbd{W e}
8127 (@code{gnus-article-emphasize}) command.
8129 @vindex gnus-emphasis-alist
8130 How the emphasis is computed is controlled by the
8131 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8132 element is a regular expression to be matched.  The second is a number
8133 that says what regular expression grouping is used to find the entire
8134 emphasized word.  The third is a number that says what regexp grouping
8135 should be displayed and highlighted.  (The text between these two
8136 groupings will be hidden.)  The fourth is the face used for
8137 highlighting.
8139 @lisp
8140 (setq gnus-emphasis-alist
8141       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8142         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8143 @end lisp
8145 @cindex slash
8146 @cindex asterisk
8147 @cindex underline
8148 @cindex /
8149 @cindex *
8151 @vindex gnus-emphasis-underline
8152 @vindex gnus-emphasis-bold
8153 @vindex gnus-emphasis-italic
8154 @vindex gnus-emphasis-underline-bold
8155 @vindex gnus-emphasis-underline-italic
8156 @vindex gnus-emphasis-bold-italic
8157 @vindex gnus-emphasis-underline-bold-italic
8158 By default, there are seven rules, and they use the following faces:
8159 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8160 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8161 @code{gnus-emphasis-underline-italic},
8162 @code{gnus-emphasis-underline-bold}, and
8163 @code{gnus-emphasis-underline-bold-italic}.
8165 If you want to change these faces, you can either use @kbd{M-x
8166 customize}, or you can use @code{copy-face}.  For instance, if you want
8167 to make @code{gnus-emphasis-italic} use a red face instead, you could
8168 say something like:
8170 @lisp
8171 (copy-face 'red 'gnus-emphasis-italic)
8172 @end lisp
8174 @vindex gnus-group-highlight-words-alist
8176 If you want to highlight arbitrary words, you can use the
8177 @code{gnus-group-highlight-words-alist} variable, which uses the same
8178 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8179 parameter (@pxref{Group Parameters}) can also be used.
8181 @xref{Customizing Articles}, for how to fontize articles automatically.
8184 @node Article Hiding
8185 @subsection Article Hiding
8186 @cindex article hiding
8188 Or rather, hiding certain things in each article.  There usually is much
8189 too much cruft in most articles.
8191 @table @kbd
8193 @item W W a
8194 @kindex W W a (Summary)
8195 @findex gnus-article-hide
8196 Do quite a lot of hiding on the article buffer
8197 (@kbd{gnus-article-hide}).  In particular, this function will hide
8198 headers, @acronym{PGP}, cited text and the signature.
8200 @item W W h
8201 @kindex W W h (Summary)
8202 @findex gnus-article-hide-headers
8203 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8204 Headers}.
8206 @item W W b
8207 @kindex W W b (Summary)
8208 @findex gnus-article-hide-boring-headers
8209 Hide headers that aren't particularly interesting
8210 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8212 @item W W s
8213 @kindex W W s (Summary)
8214 @findex gnus-article-hide-signature
8215 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8216 Signature}.
8218 @item W W l
8219 @kindex W W l (Summary)
8220 @findex gnus-article-hide-list-identifiers
8221 @vindex gnus-list-identifiers
8222 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8223 are strings some mailing list servers add to the beginning of all
8224 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8225 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8226 may not contain @code{\\(..\\)}.
8228 @table @code
8230 @item gnus-list-identifiers
8231 @vindex gnus-list-identifiers
8232 A regular expression that matches list identifiers to be removed from
8233 subject.  This can also be a list of regular expressions.
8235 @end table
8237 @item W W P
8238 @kindex W W P (Summary)
8239 @findex gnus-article-hide-pem
8240 Hide @acronym{PEM} (privacy enhanced messages) cruft
8241 (@code{gnus-article-hide-pem}).
8243 @item W W B
8244 @kindex W W B (Summary)
8245 @findex gnus-article-strip-banner
8246 @vindex gnus-article-banner-alist
8247 @vindex gnus-article-address-banner-alist
8248 @cindex banner
8249 @cindex OneList
8250 @cindex stripping advertisements
8251 @cindex advertisements
8252 Strip the banner specified by the @code{banner} group parameter
8253 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8254 annoying banners and/or signatures that some mailing lists and moderated
8255 groups adds to all the messages.  The way to use this function is to add
8256 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8257 group you want banners stripped from.  The parameter either be a string,
8258 which will be interpreted as a regular expression matching text to be
8259 removed, or the symbol @code{signature}, meaning that the (last)
8260 signature should be removed, or other symbol, meaning that the
8261 corresponding regular expression in @code{gnus-article-banner-alist} is
8262 used.
8264 Regardless of a group, you can hide things like advertisements only when
8265 the sender of an article has a certain mail address specified in
8266 @code{gnus-article-address-banner-alist}.
8268 @table @code
8270 @item gnus-article-address-banner-alist
8271 @vindex gnus-article-address-banner-alist
8272 Alist of mail addresses and banners.  Each element has the form
8273 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8274 matching a mail address in the From header, @var{banner} is one of a
8275 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8276 a regexp and @code{nil}.  If @var{address} matches author's mail
8277 address, it will remove things like advertisements.  For example, if a
8278 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8279 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8280 sends, you can use the following element to remove them:
8282 @lisp
8283 ("@@yoo-hoo\\.co\\.jp\\'" .
8284  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8285 @end lisp
8287 @end table
8289 @item W W c
8290 @kindex W W c (Summary)
8291 @findex gnus-article-hide-citation
8292 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8293 customizing the hiding:
8295 @table @code
8297 @item gnus-cited-opened-text-button-line-format
8298 @itemx gnus-cited-closed-text-button-line-format
8299 @vindex gnus-cited-closed-text-button-line-format
8300 @vindex gnus-cited-opened-text-button-line-format
8301 Gnus adds buttons to show where the cited text has been hidden, and to
8302 allow toggle hiding the text.  The format of the variable is specified
8303 by these format-like variable (@pxref{Formatting Variables}).  These
8304 specs are valid:
8306 @table @samp
8307 @item b
8308 Starting point of the hidden text.
8309 @item e
8310 Ending point of the hidden text.
8311 @item l
8312 Number of characters in the hidden region.
8313 @item n
8314 Number of lines of hidden text.
8315 @end table
8317 @item gnus-cited-lines-visible
8318 @vindex gnus-cited-lines-visible
8319 The number of lines at the beginning of the cited text to leave
8320 shown.  This can also be a cons cell with the number of lines at the top
8321 and bottom of the text, respectively, to remain visible.
8323 @end table
8325 @item W W C-c
8326 @kindex W W C-c (Summary)
8327 @findex gnus-article-hide-citation-maybe
8329 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8330 following two variables:
8332 @table @code
8333 @item gnus-cite-hide-percentage
8334 @vindex gnus-cite-hide-percentage
8335 If the cited text is of a bigger percentage than this variable (default
8336 50), hide the cited text.
8338 @item gnus-cite-hide-absolute
8339 @vindex gnus-cite-hide-absolute
8340 The cited text must have at least this length (default 10) before it
8341 is hidden.
8342 @end table
8344 @item W W C
8345 @kindex W W C (Summary)
8346 @findex gnus-article-hide-citation-in-followups
8347 Hide cited text in articles that aren't roots
8348 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8349 useful as an interactive command, but might be a handy function to stick
8350 have happen automatically (@pxref{Customizing Articles}).
8352 @end table
8354 All these ``hiding'' commands are toggles, but if you give a negative
8355 prefix to these commands, they will show what they have previously
8356 hidden.  If you give a positive prefix, they will always hide.
8358 Also @pxref{Article Highlighting} for further variables for
8359 citation customization.
8361 @xref{Customizing Articles}, for how to hide article elements
8362 automatically.
8365 @node Article Washing
8366 @subsection Article Washing
8367 @cindex washing
8368 @cindex article washing
8370 We call this ``article washing'' for a really good reason.  Namely, the
8371 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8373 @dfn{Washing} is defined by us as ``changing something from something to
8374 something else'', but normally results in something looking better.
8375 Cleaner, perhaps.
8377 @xref{Customizing Articles}, if you want to change how Gnus displays
8378 articles by default.
8380 @table @kbd
8382 @item C-u g
8383 This is not really washing, it's sort of the opposite of washing.  If
8384 you type this, you see the article exactly as it exists on disk or on
8385 the server.
8387 @item g
8388 Force redisplaying of the current article
8389 (@code{gnus-summary-show-article}).  This is also not really washing.
8390 If you type this, you see the article without any previously applied
8391 interactive Washing functions but with all default treatments
8392 (@pxref{Customizing Articles}).
8394 @item W l
8395 @kindex W l (Summary)
8396 @findex gnus-summary-stop-page-breaking
8397 Remove page breaks from the current article
8398 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8399 delimiters.
8401 @item W r
8402 @kindex W r (Summary)
8403 @findex gnus-summary-caesar-message
8404 @c @icon{gnus-summary-caesar-message}
8405 Do a Caesar rotate (rot13) on the article buffer
8406 (@code{gnus-summary-caesar-message}).
8407 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8408 (Typically offensive jokes and such.)
8410 It's commonly called ``rot13'' because each letter is rotated 13
8411 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8412 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8413 is rumored to have employed this form of, uh, somewhat weak encryption.
8415 @item W m
8416 @kindex W m (Summary)
8417 @findex gnus-summary-morse-message
8418 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8420 @item W t
8421 @item t
8422 @kindex W t (Summary)
8423 @kindex t (Summary)
8424 @findex gnus-summary-toggle-header
8425 Toggle whether to display all headers in the article buffer
8426 (@code{gnus-summary-toggle-header}).
8428 @item W v
8429 @kindex W v (Summary)
8430 @findex gnus-summary-verbose-headers
8431 Toggle whether to display all headers in the article buffer permanently
8432 (@code{gnus-summary-verbose-headers}).
8434 @item W o
8435 @kindex W o (Summary)
8436 @findex gnus-article-treat-overstrike
8437 Treat overstrike (@code{gnus-article-treat-overstrike}).
8439 @item W d
8440 @kindex W d (Summary)
8441 @findex gnus-article-treat-dumbquotes
8442 @vindex gnus-article-dumbquotes-map
8443 @cindex Smartquotes
8444 @cindex M****s*** sm*rtq**t*s
8445 @cindex Latin 1
8446 Treat M****s*** sm*rtq**t*s according to
8447 @code{gnus-article-dumbquotes-map}
8448 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8449 whether a character is a sm*rtq**t* or not, so it should only be used
8450 interactively.
8452 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8453 an attempt to provide more quoting characters.  If you see something
8454 like @code{\222} or @code{\264} where you're expecting some kind of
8455 apostrophe or quotation mark, then try this wash.
8457 @item W Y f
8458 @kindex W Y f (Summary)
8459 @findex gnus-article-outlook-deuglify-article
8460 @cindex Outlook Express
8461 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8462 unwrap lines, repair attribution and rearrange citation.
8463 (@code{gnus-article-outlook-deuglify-article}).
8465 @item W Y u
8466 @kindex W Y u (Summary)
8467 @findex gnus-article-outlook-unwrap-lines
8468 @vindex gnus-outlook-deuglify-unwrap-min
8469 @vindex gnus-outlook-deuglify-unwrap-max
8470 Unwrap lines that appear to be wrapped citation lines.  You can control
8471 what lines will be unwrapped by frobbing
8472 @code{gnus-outlook-deuglify-unwrap-min} and
8473 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8474 maximum length of an unwrapped citation line.
8475 (@code{gnus-article-outlook-unwrap-lines}).
8477 @item W Y a
8478 @kindex W Y a (Summary)
8479 @findex gnus-article-outlook-repair-attribution
8480 Repair a broken attribution line.@*
8481 (@code{gnus-article-outlook-repair-attribution}).
8483 @item W Y c
8484 @kindex W Y c (Summary)
8485 @findex gnus-article-outlook-rearrange-citation
8486 Repair broken citations by rearranging the text.
8487 (@code{gnus-article-outlook-rearrange-citation}).
8489 @item W w
8490 @kindex W w (Summary)
8491 @findex gnus-article-fill-cited-article
8492 Do word wrap (@code{gnus-article-fill-cited-article}).
8494 You can give the command a numerical prefix to specify the width to use
8495 when filling.
8497 @item W Q
8498 @kindex W Q (Summary)
8499 @findex gnus-article-fill-long-lines
8500 Fill long lines (@code{gnus-article-fill-long-lines}).
8502 @item W C
8503 @kindex W C (Summary)
8504 @findex gnus-article-capitalize-sentences
8505 Capitalize the first word in each sentence
8506 (@code{gnus-article-capitalize-sentences}).
8508 @item W c
8509 @kindex W c (Summary)
8510 @findex gnus-article-remove-cr
8511 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8512 (this takes care of DOS line endings), and then translate any remaining
8513 CRs into LF (this takes care of Mac line endings)
8514 (@code{gnus-article-remove-cr}).
8516 @item W q
8517 @kindex W q (Summary)
8518 @findex gnus-article-de-quoted-unreadable
8519 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8520 Quoted-Printable is one common @acronym{MIME} encoding employed when
8521 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8522 makes strings like @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which
8523 doesn't look very readable to me.  Note that this is usually done
8524 automatically by Gnus if the message in question has a
8525 @code{Content-Transfer-Encoding} header that says that this encoding
8526 has been done.  If a prefix is given, a charset will be asked for.
8528 @item W 6
8529 @kindex W 6 (Summary)
8530 @findex gnus-article-de-base64-unreadable
8531 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8532 one common @acronym{MIME} encoding employed when sending
8533 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8534 usually done automatically by Gnus if the message in question has a
8535 @code{Content-Transfer-Encoding} header that says that this encoding
8536 has been done.  If a prefix is given, a charset will be asked for.
8538 @item W Z
8539 @kindex W Z (Summary)
8540 @findex gnus-article-decode-HZ
8541 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8542 common encoding employed when sending Chinese articles.  It typically
8543 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8545 @item W u
8546 @kindex W u (Summary)
8547 @findex gnus-article-unsplit-urls
8548 Remove newlines from within URLs.  Some mailers insert newlines into
8549 outgoing email messages to keep lines short.  This reformatting can
8550 split long URLs onto multiple lines.  Repair those URLs by removing
8551 the newlines (@code{gnus-article-unsplit-urls}).
8553 @item W h
8554 @kindex W h (Summary)
8555 @findex gnus-article-wash-html
8556 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8557 usually done automatically by Gnus if the message in question has a
8558 @code{Content-Type} header that says that the message is @acronym{HTML}.
8560 If a prefix is given, a charset will be asked for.
8562 @vindex gnus-article-wash-function
8563 The default is to use the function specified by
8564 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8565 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8566 @acronym{HTML}, but this is controlled by the
8567 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8568 can use include:
8570 @table @code
8571 @item w3
8572 Use Emacs/w3.
8574 @item w3m
8575 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8577 @item links
8578 Use @uref{http://links.sf.net/, Links}.
8580 @item lynx
8581 Use @uref{http://lynx.isc.org/, Lynx}.
8583 @item html2text
8584 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8586 @end table
8588 @item W b
8589 @kindex W b (Summary)
8590 @findex gnus-article-add-buttons
8591 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8592 @xref{Article Buttons}.
8594 @item W B
8595 @kindex W B (Summary)
8596 @findex gnus-article-add-buttons-to-head
8597 Add clickable buttons to the article headers
8598 (@code{gnus-article-add-buttons-to-head}).
8600 @item W p
8601 @kindex W p (Summary)
8602 @findex gnus-article-verify-x-pgp-sig
8603 Verify a signed control message
8604 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8605 @code{newgroup} and @code{checkgroups} are usually signed by the
8606 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8607 the maintainer to your keyring to verify the
8608 message.@footnote{@acronym{PGP} keys for many hierarchies are
8609 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8611 @item W s
8612 @kindex W s (Summary)
8613 @findex gnus-summary-force-verify-and-decrypt
8614 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8615 @acronym{S/MIME}) message
8616 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8618 @item W a
8619 @kindex W a (Summary)
8620 @findex gnus-article-strip-headers-in-body
8621 Strip headers like the @code{X-No-Archive} header from the beginning of
8622 article bodies (@code{gnus-article-strip-headers-in-body}).
8624 @item W E l
8625 @kindex W E l (Summary)
8626 @findex gnus-article-strip-leading-blank-lines
8627 Remove all blank lines from the beginning of the article
8628 (@code{gnus-article-strip-leading-blank-lines}).
8630 @item W E m
8631 @kindex W E m (Summary)
8632 @findex gnus-article-strip-multiple-blank-lines
8633 Replace all blank lines with empty lines and then all multiple empty
8634 lines with a single empty line.
8635 (@code{gnus-article-strip-multiple-blank-lines}).
8637 @item W E t
8638 @kindex W E t (Summary)
8639 @findex gnus-article-remove-trailing-blank-lines
8640 Remove all blank lines at the end of the article
8641 (@code{gnus-article-remove-trailing-blank-lines}).
8643 @item W E a
8644 @kindex W E a (Summary)
8645 @findex gnus-article-strip-blank-lines
8646 Do all the three commands above
8647 (@code{gnus-article-strip-blank-lines}).
8649 @item W E A
8650 @kindex W E A (Summary)
8651 @findex gnus-article-strip-all-blank-lines
8652 Remove all blank lines
8653 (@code{gnus-article-strip-all-blank-lines}).
8655 @item W E s
8656 @kindex W E s (Summary)
8657 @findex gnus-article-strip-leading-space
8658 Remove all white space from the beginning of all lines of the article
8659 body (@code{gnus-article-strip-leading-space}).
8661 @item W E e
8662 @kindex W E e (Summary)
8663 @findex gnus-article-strip-trailing-space
8664 Remove all white space from the end of all lines of the article
8665 body (@code{gnus-article-strip-trailing-space}).
8667 @end table
8669 @xref{Customizing Articles}, for how to wash articles automatically.
8672 @node Article Header
8673 @subsection Article Header
8675 These commands perform various transformations of article header.
8677 @table @kbd
8679 @item W G u
8680 @kindex W G u (Summary)
8681 @findex gnus-article-treat-unfold-headers
8682 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8684 @item W G n
8685 @kindex W G n (Summary)
8686 @findex gnus-article-treat-fold-newsgroups
8687 Fold the @code{Newsgroups} and @code{Followup-To} headers
8688 (@code{gnus-article-treat-fold-newsgroups}).
8690 @item W G f
8691 @kindex W G f (Summary)
8692 @findex gnus-article-treat-fold-headers
8693 Fold all the message headers
8694 (@code{gnus-article-treat-fold-headers}).
8696 @item W E w
8697 @kindex W E w (Summary)
8698 @findex gnus-article-remove-leading-whitespace
8699 Remove excessive whitespace from all headers
8700 (@code{gnus-article-remove-leading-whitespace}).
8702 @end table
8705 @node Article Buttons
8706 @subsection Article Buttons
8707 @cindex buttons
8709 People often include references to other stuff in articles, and it would
8710 be nice if Gnus could just fetch whatever it is that people talk about
8711 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8712 button on these references.
8714 @vindex gnus-button-man-handler
8715 Gnus adds @dfn{buttons} to certain standard references by default:
8716 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8717 Emacs or Gnus related references.  This is controlled by two variables,
8718 one that handles article bodies and one that handles article heads:
8720 @table @code
8722 @item gnus-button-alist
8723 @vindex gnus-button-alist
8724 This is an alist where each entry has this form:
8726 @lisp
8727 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8728 @end lisp
8730 @table @var
8732 @item regexp
8733 All text that match this regular expression (case insensitive) will be
8734 considered an external reference.  Here's a typical regexp that matches
8735 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8736 variable containing a regexp, useful variables to use include
8737 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8739 @item button-par
8740 Gnus has to know which parts of the matches is to be highlighted.  This
8741 is a number that says what sub-expression of the regexp is to be
8742 highlighted.  If you want it all highlighted, you use 0 here.
8744 @item use-p
8745 This form will be @code{eval}ed, and if the result is non-@code{nil},
8746 this is considered a match.  This is useful if you want extra sifting to
8747 avoid false matches.  Often variables named
8748 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8749 Levels}, but any other form may be used too.
8751 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8753 @item function
8754 This function will be called when you click on this button.
8756 @item data-par
8757 As with @var{button-par}, this is a sub-expression number, but this one
8758 says which part of the match is to be sent as data to @var{function}.
8760 @end table
8762 So the full entry for buttonizing URLs is then
8764 @lisp
8765 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8766 @end lisp
8768 @item gnus-header-button-alist
8769 @vindex gnus-header-button-alist
8770 This is just like the other alist, except that it is applied to the
8771 article head only, and that each entry has an additional element that is
8772 used to say what headers to apply the buttonize coding to:
8774 @lisp
8775 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8776 @end lisp
8778 @var{header} is a regular expression.
8779 @end table
8781 @subsubsection Related variables and functions
8783 @table @code
8784 @item gnus-button-@var{*}-level
8785 @xref{Article Button Levels}.
8787 @c Stuff related to gnus-button-browse-level
8789 @item gnus-button-url-regexp
8790 @vindex gnus-button-url-regexp
8791 A regular expression that matches embedded URLs.  It is used in the
8792 default values of the variables above.
8794 @c Stuff related to gnus-button-man-level
8796 @item gnus-button-man-handler
8797 @vindex gnus-button-man-handler
8798 The function to use for displaying man pages.  It must take at least one
8799 argument with a string naming the man page.
8801 @c Stuff related to gnus-button-message-level
8803 @item gnus-button-mid-or-mail-regexp
8804 @vindex gnus-button-mid-or-mail-regexp
8805 Regular expression that matches a message ID or a mail address.
8807 @item gnus-button-prefer-mid-or-mail
8808 @vindex gnus-button-prefer-mid-or-mail
8809 This variable determines what to do when the button on a string as
8810 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8811 message ID or a mail address.  If it is one of the symbols @code{mid} or
8812 @code{mail}, Gnus will always assume that the string is a message ID or
8813 a mail address, respectively.  If this variable is set to the symbol
8814 @code{ask}, always query the user what do do.  If it is a function, this
8815 function will be called with the string as its only argument.  The
8816 function must return @code{mid}, @code{mail}, @code{invalid} or
8817 @code{ask}.  The default value is the function
8818 @code{gnus-button-mid-or-mail-heuristic}.
8820 @item gnus-button-mid-or-mail-heuristic
8821 @findex gnus-button-mid-or-mail-heuristic
8822 Function that guesses whether its argument is a message ID or a mail
8823 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8824 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8825 string is invalid.
8827 @item gnus-button-mid-or-mail-heuristic-alist
8828 @vindex gnus-button-mid-or-mail-heuristic-alist
8829 An alist of @code{(RATE . REGEXP)} pairs used by the function
8830 @code{gnus-button-mid-or-mail-heuristic}.
8832 @c Stuff related to gnus-button-tex-level
8834 @item gnus-button-ctan-handler
8835 @findex gnus-button-ctan-handler
8836 The function to use for displaying CTAN links.  It must take one
8837 argument, the string naming the URL.
8839 @item gnus-ctan-url
8840 @vindex gnus-ctan-url
8841 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8842 by @code{gnus-button-ctan-handler}.
8844 @c Misc stuff
8846 @item gnus-article-button-face
8847 @vindex gnus-article-button-face
8848 Face used on buttons.
8850 @item gnus-article-mouse-face
8851 @vindex gnus-article-mouse-face
8852 Face used when the mouse cursor is over a button.
8854 @end table
8856 @xref{Customizing Articles}, for how to buttonize articles automatically.
8859 @node Article Button Levels
8860 @subsection Article button levels
8861 @cindex button levels
8862 The higher the value of the variables @code{gnus-button-@var{*}-level},
8863 the more buttons will appear.  If the level is zero, no corresponding
8864 buttons are displayed.  With the default value (which is 5) you should
8865 already see quite a lot of buttons.  With higher levels, you will see
8866 more buttons, but you may also get more false positives.  To avoid them,
8867 you can set the variables @code{gnus-button-@var{*}-level} local to
8868 specific groups (@pxref{Group Parameters}).  Here's an example for the
8869 variable @code{gnus-parameters}:
8871 @lisp
8872 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8873 (setq gnus-parameters
8874       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8875         ("\\<unix\\>"               (gnus-button-man-level 10))
8876         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8877 @end lisp
8879 @table @code
8881 @item gnus-button-browse-level
8882 @vindex gnus-button-browse-level
8883 Controls the display of references to message IDs, mail addresses and
8884 news URLs.  Related variables and functions include
8885 @code{gnus-button-url-regexp}, @code{browse-url}, and
8886 @code{browse-url-browser-function}.
8888 @item gnus-button-emacs-level
8889 @vindex gnus-button-emacs-level
8890 Controls the display of Emacs or Gnus references.  Related functions are
8891 @code{gnus-button-handle-custom},
8892 @code{gnus-button-handle-describe-function},
8893 @code{gnus-button-handle-describe-variable},
8894 @code{gnus-button-handle-symbol},
8895 @code{gnus-button-handle-describe-key},
8896 @code{gnus-button-handle-apropos},
8897 @code{gnus-button-handle-apropos-command},
8898 @code{gnus-button-handle-apropos-variable},
8899 @code{gnus-button-handle-apropos-documentation}, and
8900 @code{gnus-button-handle-library}.
8902 @item gnus-button-man-level
8903 @vindex gnus-button-man-level
8904 Controls the display of references to (Unix) man pages.
8905 See @code{gnus-button-man-handler}.
8907 @item gnus-button-message-level
8908 @vindex gnus-button-message-level
8909 Controls the display of message IDs, mail addresses and news URLs.
8910 Related variables and functions include
8911 @code{gnus-button-mid-or-mail-regexp},
8912 @code{gnus-button-prefer-mid-or-mail},
8913 @code{gnus-button-mid-or-mail-heuristic}, and
8914 @code{gnus-button-mid-or-mail-heuristic-alist}.
8916 @item gnus-button-tex-level
8917 @vindex gnus-button-tex-level
8918 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8919 URLs.  See the variables @code{gnus-ctan-url},
8920 @code{gnus-button-ctan-handler},
8921 @code{gnus-button-ctan-directory-regexp}, and
8922 @code{gnus-button-handle-ctan-bogus-regexp}.
8924 @end table
8927 @node Article Date
8928 @subsection Article Date
8930 The date is most likely generated in some obscure timezone you've never
8931 heard of, so it's quite nice to be able to find out what the time was
8932 when the article was sent.
8934 @table @kbd
8936 @item W T u
8937 @kindex W T u (Summary)
8938 @findex gnus-article-date-ut
8939 Display the date in UT (aka. GMT, aka ZULU)
8940 (@code{gnus-article-date-ut}).
8942 @item W T i
8943 @kindex W T i (Summary)
8944 @findex gnus-article-date-iso8601
8945 @cindex ISO 8601
8946 Display the date in international format, aka. ISO 8601
8947 (@code{gnus-article-date-iso8601}).
8949 @item W T l
8950 @kindex W T l (Summary)
8951 @findex gnus-article-date-local
8952 Display the date in the local timezone (@code{gnus-article-date-local}).
8954 @item W T p
8955 @kindex W T p (Summary)
8956 @findex gnus-article-date-english
8957 Display the date in a format that's easily pronounceable in English
8958 (@code{gnus-article-date-english}).
8960 @item W T s
8961 @kindex W T s (Summary)
8962 @vindex gnus-article-time-format
8963 @findex gnus-article-date-user
8964 @findex format-time-string
8965 Display the date using a user-defined format
8966 (@code{gnus-article-date-user}).  The format is specified by the
8967 @code{gnus-article-time-format} variable, and is a string that's passed
8968 to @code{format-time-string}.  See the documentation of that variable
8969 for a list of possible format specs.
8971 @item W T e
8972 @kindex W T e (Summary)
8973 @findex gnus-article-date-lapsed
8974 @findex gnus-start-date-timer
8975 @findex gnus-stop-date-timer
8976 Say how much time has elapsed between the article was posted and now
8977 (@code{gnus-article-date-lapsed}).  It looks something like:
8979 @example
8980 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8981 @end example
8983 @vindex gnus-article-date-lapsed-new-header
8984 The value of @code{gnus-article-date-lapsed-new-header} determines
8985 whether this header will just be added below the old Date one, or will
8986 replace it.
8988 An advantage of using Gnus to read mail is that it converts simple bugs
8989 into wonderful absurdities.
8991 If you want to have this line updated continually, you can put
8993 @lisp
8994 (gnus-start-date-timer)
8995 @end lisp
8997 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
8998 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8999 command.
9001 @item W T o
9002 @kindex W T o (Summary)
9003 @findex gnus-article-date-original
9004 Display the original date (@code{gnus-article-date-original}).  This can
9005 be useful if you normally use some other conversion function and are
9006 worried that it might be doing something totally wrong.  Say, claiming
9007 that the article was posted in 1854.  Although something like that is
9008 @emph{totally} impossible.  Don't you trust me? *titter*
9010 @end table
9012 @xref{Customizing Articles}, for how to display the date in your
9013 preferred format automatically.
9016 @node Article Display
9017 @subsection Article Display
9018 @cindex picons
9019 @cindex x-face
9020 @cindex smileys
9022 These commands add various frivolous display gimmicks to the article
9023 buffer in Emacs versions that support them.
9025 @code{X-Face} headers are small black-and-white images supplied by the
9026 message headers (@pxref{X-Face}).
9028 @code{Face} headers are small colored images supplied by the message
9029 headers (@pxref{Face}).
9031 Smileys are those little @samp{:-)} symbols that people like to litter
9032 their messages with (@pxref{Smileys}).
9034 Picons, on the other hand, reside on your own system, and Gnus will
9035 try to match the headers to what you have (@pxref{Picons}).
9037 All these functions are toggles---if the elements already exist,
9038 they'll be removed.
9040 @table @kbd
9041 @item W D x
9042 @kindex W D x (Summary)
9043 @findex gnus-article-display-x-face
9044 Display an @code{X-Face} in the @code{From} header.
9045 (@code{gnus-article-display-x-face}).
9047 @item W D d
9048 @kindex W D d (Summary)
9049 @findex gnus-article-display-face
9050 Display a @code{Face} in the @code{From} header.
9051 (@code{gnus-article-display-face}).
9053 @item W D s
9054 @kindex W D s (Summary)
9055 @findex gnus-treat-smiley
9056 Display smileys (@code{gnus-treat-smiley}).
9058 @item W D f
9059 @kindex W D f (Summary)
9060 @findex gnus-treat-from-picon
9061 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9063 @item W D m
9064 @kindex W D m (Summary)
9065 @findex gnus-treat-mail-picon
9066 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9067 (@code{gnus-treat-mail-picon}).
9069 @item W D n
9070 @kindex W D n (Summary)
9071 @findex gnus-treat-newsgroups-picon
9072 Piconify all news headers (i. e., @code{Newsgroups} and
9073 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9075 @item W D D
9076 @kindex W D D (Summary)
9077 @findex gnus-article-remove-images
9078 Remove all images from the article buffer
9079 (@code{gnus-article-remove-images}).
9081 @end table
9085 @node Article Signature
9086 @subsection Article Signature
9087 @cindex signatures
9088 @cindex article signature
9090 @vindex gnus-signature-separator
9091 Each article is divided into two parts---the head and the body.  The
9092 body can be divided into a signature part and a text part.  The variable
9093 that says what is to be considered a signature is
9094 @code{gnus-signature-separator}.  This is normally the standard
9095 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9096 non-standard signature separators, so this variable can also be a list
9097 of regular expressions to be tested, one by one.  (Searches are done
9098 from the end of the body towards the beginning.)  One likely value is:
9100 @lisp
9101 (setq gnus-signature-separator
9102       '("^-- $"         ; @r{The standard}
9103         "^-- *$"        ; @r{A common mangling}
9104         "^-------*$"    ; @r{Many people just use a looong}
9105                         ; @r{line of dashes.  Shame!}
9106         "^ *--------*$" ; @r{Double-shame!}
9107         "^________*$"   ; @r{Underscores are also popular}
9108         "^========*$")) ; @r{Pervert!}
9109 @end lisp
9111 The more permissive you are, the more likely it is that you'll get false
9112 positives.
9114 @vindex gnus-signature-limit
9115 @code{gnus-signature-limit} provides a limit to what is considered a
9116 signature when displaying articles.
9118 @enumerate
9119 @item
9120 If it is an integer, no signature may be longer (in characters) than
9121 that integer.
9122 @item
9123 If it is a floating point number, no signature may be longer (in lines)
9124 than that number.
9125 @item
9126 If it is a function, the function will be called without any parameters,
9127 and if it returns @code{nil}, there is no signature in the buffer.
9128 @item
9129 If it is a string, it will be used as a regexp.  If it matches, the text
9130 in question is not a signature.
9131 @end enumerate
9133 This variable can also be a list where the elements may be of the types
9134 listed above.  Here's an example:
9136 @lisp
9137 (setq gnus-signature-limit
9138       '(200.0 "^---*Forwarded article"))
9139 @end lisp
9141 This means that if there are more than 200 lines after the signature
9142 separator, or the text after the signature separator is matched by
9143 the regular expression @samp{^---*Forwarded article}, then it isn't a
9144 signature after all.
9147 @node Article Miscellanea
9148 @subsection Article Miscellanea
9150 @table @kbd
9151 @item A t
9152 @kindex A t (Summary)
9153 @findex gnus-article-babel
9154 Translate the article from one language to another
9155 (@code{gnus-article-babel}).
9157 @end table
9160 @node MIME Commands
9161 @section MIME Commands
9162 @cindex MIME decoding
9163 @cindex attachments
9164 @cindex viewing attachments
9166 The following commands all understand the numerical prefix.  For
9167 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9169 @table @kbd
9170 @item b
9171 @itemx K v
9172 @kindex b (Summary)
9173 @kindex K v (Summary)
9174 View the @acronym{MIME} part.
9176 @item K o
9177 @kindex K o (Summary)
9178 Save the @acronym{MIME} part.
9180 @item K c
9181 @kindex K c (Summary)
9182 Copy the @acronym{MIME} part.
9184 @item K e
9185 @kindex K e (Summary)
9186 View the @acronym{MIME} part externally.
9188 @item K i
9189 @kindex K i (Summary)
9190 View the @acronym{MIME} part internally.
9192 @item K |
9193 @kindex K | (Summary)
9194 Pipe the @acronym{MIME} part to an external command.
9195 @end table
9197 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9198 the same manner:
9200 @table @kbd
9201 @item K b
9202 @kindex K b (Summary)
9203 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9204 mostly useful if you wish to save (or perform other actions) on inlined
9205 parts.
9207 @item K m
9208 @kindex K m (Summary)
9209 @findex gnus-summary-repair-multipart
9210 Some multipart messages are transmitted with missing or faulty headers.
9211 This command will attempt to ``repair'' these messages so that they can
9212 be viewed in a more pleasant manner
9213 (@code{gnus-summary-repair-multipart}).
9215 @item X m
9216 @kindex X m (Summary)
9217 @findex gnus-summary-save-parts
9218 Save all parts matching a @acronym{MIME} type to a directory
9219 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9220 convention (@pxref{Process/Prefix}).
9222 @item M-t
9223 @kindex M-t (Summary)
9224 @findex gnus-summary-toggle-display-buttonized
9225 Toggle the buttonized display of the article buffer
9226 (@code{gnus-summary-toggle-display-buttonized}).
9228 @item W M w
9229 @kindex W M w (Summary)
9230 @findex gnus-article-decode-mime-words
9231 Decode RFC 2047-encoded words in the article headers
9232 (@code{gnus-article-decode-mime-words}).
9234 @item W M c
9235 @kindex W M c (Summary)
9236 @findex gnus-article-decode-charset
9237 Decode encoded article bodies as well as charsets
9238 (@code{gnus-article-decode-charset}).
9240 This command looks in the @code{Content-Type} header to determine the
9241 charset.  If there is no such header in the article, you can give it a
9242 prefix, which will prompt for the charset to decode as.  In regional
9243 groups where people post using some common encoding (but do not
9244 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9245 parameter to the required charset (@pxref{Group Parameters}).
9247 @item W M v
9248 @kindex W M v (Summary)
9249 @findex gnus-mime-view-all-parts
9250 View all the @acronym{MIME} parts in the current article
9251 (@code{gnus-mime-view-all-parts}).
9253 @end table
9255 Relevant variables:
9257 @table @code
9258 @item gnus-ignored-mime-types
9259 @vindex gnus-ignored-mime-types
9260 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9261 this list will be completely ignored by Gnus.  The default value is
9262 @code{nil}.
9264 To have all Vcards be ignored, you'd say something like this:
9266 @lisp
9267 (setq gnus-ignored-mime-types
9268       '("text/x-vcard"))
9269 @end lisp
9271 @item gnus-article-loose-mime
9272 @vindex gnus-article-loose-mime
9273 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9274 before interpreting the message as a @acronym{MIME} message.  This helps
9275 when reading messages from certain broken mail user agents.  The
9276 default is @code{nil}.
9278 @item gnus-article-emulate-mime
9279 @vindex gnus-article-emulate-mime
9280 There are other, non-@acronym{MIME} encoding methods used.  The most common
9281 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9282 this variable is non-@code{nil}, Gnus will look in message bodies to
9283 see if it finds these encodings, and if so, it'll run them through the
9284 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9286 @item gnus-unbuttonized-mime-types
9287 @vindex gnus-unbuttonized-mime-types
9288 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9289 this list won't have @acronym{MIME} buttons inserted unless they aren't
9290 displayed or this variable is overridden by
9291 @code{gnus-buttonized-mime-types}.  The default value is
9292 @code{(".*/.*")}.  This variable is only used when
9293 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9295 @item gnus-buttonized-mime-types
9296 @vindex gnus-buttonized-mime-types
9297 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9298 this list will have @acronym{MIME} buttons inserted unless they aren't
9299 displayed.  This variable overrides
9300 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9301 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9302 is @code{nil}.
9304 To see e.g. security buttons but no other buttons, you could set this
9305 variable to @code{("multipart/signed")} and leave
9306 @code{gnus-unbuttonized-mime-types} at the default value.
9308 @item gnus-inhibit-mime-unbuttonizing
9309 @vindex gnus-inhibit-mime-unbuttonizing
9310 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9311 default value is @code{nil}.
9313 @item gnus-article-mime-part-function
9314 @vindex gnus-article-mime-part-function
9315 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9316 handle as the parameter.  The function is meant to be used to allow
9317 users to gather information from the article (e. g., add Vcard info to
9318 the bbdb database) or to do actions based on parts (e. g., automatically
9319 save all jpegs into some directory).
9321 Here's an example function the does the latter:
9323 @lisp
9324 (defun my-save-all-jpeg-parts (handle)
9325   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9326     (with-temp-buffer
9327       (insert (mm-get-part handle))
9328       (write-region (point-min) (point-max)
9329                     (read-file-name "Save jpeg to: ")))))
9330 (setq gnus-article-mime-part-function
9331       'my-save-all-jpeg-parts)
9332 @end lisp
9334 @vindex gnus-mime-multipart-functions
9335 @item gnus-mime-multipart-functions
9336 Alist of @acronym{MIME} multipart types and functions to handle them.
9338 @vindex gnus-mime-display-multipart-alternative-as-mixed
9339 @item gnus-mime-display-multipart-alternative-as-mixed
9340 Display "multipart/alternative" parts as "multipart/mixed".
9342 @vindex gnus-mime-display-multipart-related-as-mixed
9343 @item gnus-mime-display-multipart-related-as-mixed
9344 Display "multipart/related" parts as "multipart/mixed".
9346 If displaying "text/html" is discouraged, see
9347 @code{mm-discouraged-alternatives} in @ref{Display Customization,
9348 Display Customization, , emacs-mime, Emacs-Mime Manual}.  Images or
9349 other material inside a "multipart/related" part might be overlooked
9350 when this variable is @code{nil}.
9352 @vindex gnus-mime-display-multipart-as-mixed
9353 @item gnus-mime-display-multipart-as-mixed
9354 Display "multipart" parts as "multipart/mixed".  If @code{t}, it
9355 overrides @code{nil} values of
9356 @code{gnus-mime-display-multipart-alternative-as-mixed} and
9357 @code{gnus-mime-display-multipart-related-as-mixed}.
9359 @vindex mm-file-name-rewrite-functions
9360 @item mm-file-name-rewrite-functions
9361 List of functions used for rewriting file names of @acronym{MIME} parts.
9362 Each function takes a file name as input and returns a file name.
9364 Ready-made functions include@*
9365 @code{mm-file-name-delete-whitespace},
9366 @code{mm-file-name-trim-whitespace},
9367 @code{mm-file-name-collapse-whitespace}, and
9368 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9369 the variable @code{mm-file-name-replace-whitespace} to replace each
9370 whitespace character in a file name with that string; default value
9371 is @code{"_"} (a single underscore).
9372 @findex mm-file-name-delete-whitespace
9373 @findex mm-file-name-trim-whitespace
9374 @findex mm-file-name-collapse-whitespace
9375 @findex mm-file-name-replace-whitespace
9376 @vindex mm-file-name-replace-whitespace
9378 The standard functions @code{capitalize}, @code{downcase},
9379 @code{upcase}, and @code{upcase-initials} may be useful, too.
9381 Everybody knows that whitespace characters in file names are evil,
9382 except those who don't know.  If you receive lots of attachments from
9383 such unenlightened users, you can make live easier by adding
9385 @lisp
9386 (setq mm-file-name-rewrite-functions
9387       '(mm-file-name-trim-whitespace
9388         mm-file-name-collapse-whitespace
9389         mm-file-name-replace-whitespace))
9390 @end lisp
9392 @noindent
9393 to your @file{~/.gnus.el} file.
9395 @end table
9398 @node Charsets
9399 @section Charsets
9400 @cindex charsets
9402 People use different charsets, and we have @acronym{MIME} to let us know what
9403 charsets they use.  Or rather, we wish we had.  Many people use
9404 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9405 just send out messages without saying what character sets they use.  To
9406 help a bit with this, some local news hierarchies have policies that say
9407 what character set is the default.  For instance, the @samp{fj}
9408 hierarchy uses @code{iso-2022-jp-2}.
9410 @vindex gnus-group-charset-alist
9411 This knowledge is encoded in the @code{gnus-group-charset-alist}
9412 variable, which is an alist of regexps (use the first item to match full
9413 group names) and default charsets to be used when reading these groups.
9415 @vindex gnus-newsgroup-ignored-charsets
9416 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9417 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9418 even if they really are in @code{koi-8}.  To help here, the
9419 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9420 charsets that are listed here will be ignored.  The variable can be
9421 set on a group-by-group basis using the group parameters (@pxref{Group
9422 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9423 which includes values some agents insist on having in there.
9425 @vindex gnus-group-posting-charset-alist
9426 When posting, @code{gnus-group-posting-charset-alist} is used to
9427 determine which charsets should not be encoded using the @acronym{MIME}
9428 encodings.  For instance, some hierarchies discourage using
9429 quoted-printable header encoding.
9431 This variable is an alist of regexps and permitted unencoded charsets
9432 for posting.  Each element of the alist has the form @code{(}@var{test
9433 header body-list}@code{)}, where:
9435 @table @var
9436 @item test
9437 is either a regular expression matching the newsgroup header or a
9438 variable to query,
9439 @item header
9440 is the charset which may be left unencoded in the header (@code{nil}
9441 means encode all charsets),
9442 @item body-list
9443 is a list of charsets which may be encoded using 8bit content-transfer
9444 encoding in the body, or one of the special values @code{nil} (always
9445 encode using quoted-printable) or @code{t} (always use 8bit).
9446 @end table
9448 @cindex Russian
9449 @cindex koi8-r
9450 @cindex koi8-u
9451 @cindex iso-8859-5
9452 @cindex coding system aliases
9453 @cindex preferred charset
9455 @xref{Encoding Customization, , Encoding Customization, emacs-mime,
9456 The Emacs MIME Manual}, for additional variables that control which
9457 MIME charsets are used when sending messages.
9459 Other charset tricks that may be useful, although not Gnus-specific:
9461 If there are several @acronym{MIME} charsets that encode the same Emacs
9462 charset, you can choose what charset to use by saying the following:
9464 @lisp
9465 (put-charset-property 'cyrillic-iso8859-5
9466                       'preferred-coding-system 'koi8-r)
9467 @end lisp
9469 This means that Russian will be encoded using @code{koi8-r} instead of
9470 the default @code{iso-8859-5} @acronym{MIME} charset.
9472 If you want to read messages in @code{koi8-u}, you can cheat and say
9474 @lisp
9475 (define-coding-system-alias 'koi8-u 'koi8-r)
9476 @end lisp
9478 This will almost do the right thing.
9480 And finally, to read charsets like @code{windows-1251}, you can say
9481 something like
9483 @lisp
9484 (codepage-setup 1251)
9485 (define-coding-system-alias 'windows-1251 'cp1251)
9486 @end lisp
9489 @node Article Commands
9490 @section Article Commands
9492 @table @kbd
9494 @item A P
9495 @cindex PostScript
9496 @cindex printing
9497 @kindex A P (Summary)
9498 @vindex gnus-ps-print-hook
9499 @findex gnus-summary-print-article
9500 Generate and print a PostScript image of the article buffer
9501 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9502 be run just before printing the buffer.  An alternative way to print
9503 article is to use Muttprint (@pxref{Saving Articles}).
9505 @end table
9508 @node Summary Sorting
9509 @section Summary Sorting
9510 @cindex summary sorting
9512 You can have the summary buffer sorted in various ways, even though I
9513 can't really see why you'd want that.
9515 @table @kbd
9517 @item C-c C-s C-n
9518 @kindex C-c C-s C-n (Summary)
9519 @findex gnus-summary-sort-by-number
9520 Sort by article number (@code{gnus-summary-sort-by-number}).
9522 @item C-c C-s C-a
9523 @kindex C-c C-s C-a (Summary)
9524 @findex gnus-summary-sort-by-author
9525 Sort by author (@code{gnus-summary-sort-by-author}).
9527 @item C-c C-s C-s
9528 @kindex C-c C-s C-s (Summary)
9529 @findex gnus-summary-sort-by-subject
9530 Sort by subject (@code{gnus-summary-sort-by-subject}).
9532 @item C-c C-s C-d
9533 @kindex C-c C-s C-d (Summary)
9534 @findex gnus-summary-sort-by-date
9535 Sort by date (@code{gnus-summary-sort-by-date}).
9537 @item C-c C-s C-l
9538 @kindex C-c C-s C-l (Summary)
9539 @findex gnus-summary-sort-by-lines
9540 Sort by lines (@code{gnus-summary-sort-by-lines}).
9542 @item C-c C-s C-c
9543 @kindex C-c C-s C-c (Summary)
9544 @findex gnus-summary-sort-by-chars
9545 Sort by article length (@code{gnus-summary-sort-by-chars}).
9547 @item C-c C-s C-i
9548 @kindex C-c C-s C-i (Summary)
9549 @findex gnus-summary-sort-by-score
9550 Sort by score (@code{gnus-summary-sort-by-score}).
9552 @item C-c C-s C-r
9553 @kindex C-c C-s C-r (Summary)
9554 @findex gnus-summary-sort-by-random
9555 Randomize (@code{gnus-summary-sort-by-random}).
9557 @item C-c C-s C-o
9558 @kindex C-c C-s C-o (Summary)
9559 @findex gnus-summary-sort-by-original
9560 Sort using the default sorting method
9561 (@code{gnus-summary-sort-by-original}).
9562 @end table
9564 These functions will work both when you use threading and when you don't
9565 use threading.  In the latter case, all summary lines will be sorted,
9566 line by line.  In the former case, sorting will be done on a
9567 root-by-root basis, which might not be what you were looking for.  To
9568 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9569 Commands}).
9572 @node Finding the Parent
9573 @section Finding the Parent
9574 @cindex parent articles
9575 @cindex referring articles
9577 @table @kbd
9578 @item ^
9579 @kindex ^ (Summary)
9580 @findex gnus-summary-refer-parent-article
9581 If you'd like to read the parent of the current article, and it is not
9582 displayed in the summary buffer, you might still be able to.  That is,
9583 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9584 and the @code{References} in the current article are not mangled, you
9585 can just press @kbd{^} or @kbd{A r}
9586 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9587 you'll get the parent.  If the parent is already displayed in the
9588 summary buffer, point will just move to this article.
9590 If given a positive numerical prefix, fetch that many articles back into
9591 the ancestry.  If given a negative numerical prefix, fetch just that
9592 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9593 grandparent and the grandgrandparent of the current article.  If you say
9594 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9595 article.
9597 @item A R (Summary)
9598 @findex gnus-summary-refer-references
9599 @kindex A R (Summary)
9600 Fetch all articles mentioned in the @code{References} header of the
9601 article (@code{gnus-summary-refer-references}).
9603 @item A T (Summary)
9604 @findex gnus-summary-refer-thread
9605 @kindex A T (Summary)
9606 Display the full thread where the current article appears
9607 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9608 headers in the current group to work, so it usually takes a while.  If
9609 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9610 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9611 visible effects normally, but it'll make this command work a whole lot
9612 faster.  Of course, it'll make group entry somewhat slow.
9614 @vindex gnus-refer-thread-limit
9615 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9616 articles before the first displayed in the current group) headers to
9617 fetch when doing this command.  The default is 200.  If @code{t}, all
9618 the available headers will be fetched.  This variable can be overridden
9619 by giving the @kbd{A T} command a numerical prefix.
9621 @item M-^ (Summary)
9622 @findex gnus-summary-refer-article
9623 @kindex M-^ (Summary)
9624 @cindex Message-ID
9625 @cindex fetching by Message-ID
9626 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9627 matter what group it belongs to.  @kbd{M-^}
9628 (@code{gnus-summary-refer-article}) will ask you for a
9629 @code{Message-ID}, which is one of those long, hard-to-read thingies
9630 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9631 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9632 @end table
9634 The current select method will be used when fetching by
9635 @code{Message-ID} from non-news select method, but you can override this
9636 by giving this command a prefix.
9638 @vindex gnus-refer-article-method
9639 If the group you are reading is located on a back end that does not
9640 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9641 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9642 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9643 updating the spool you are reading from, but that's not really
9644 necessary.
9646 It can also be a list of select methods, as well as the special symbol
9647 @code{current}, which means to use the current select method.  If it
9648 is a list, Gnus will try all the methods in the list until it finds a
9649 match.
9651 Here's an example setting that will first try the current method, and
9652 then ask Google if that fails:
9654 @lisp
9655 (setq gnus-refer-article-method
9656       '(current
9657         (nnweb "google" (nnweb-type google))))
9658 @end lisp
9660 Most of the mail back ends support fetching by @code{Message-ID}, but
9661 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9662 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9663 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9664 only able to locate articles that have been posted to the current
9665 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9666 not support this at all.
9669 @node Alternative Approaches
9670 @section Alternative Approaches
9672 Different people like to read news using different methods.  This being
9673 Gnus, we offer a small selection of minor modes for the summary buffers.
9675 @menu
9676 * Pick and Read::               First mark articles and then read them.
9677 * Binary Groups::               Auto-decode all articles.
9678 @end menu
9681 @node Pick and Read
9682 @subsection Pick and Read
9683 @cindex pick and read
9685 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9686 a two-phased reading interface.  The user first marks in a summary
9687 buffer the articles she wants to read.  Then she starts reading the
9688 articles with just an article buffer displayed.
9690 @findex gnus-pick-mode
9691 @kindex M-x gnus-pick-mode
9692 Gnus provides a summary buffer minor mode that allows
9693 this---@code{gnus-pick-mode}.  This basically means that a few process
9694 mark commands become one-keystroke commands to allow easy marking, and
9695 it provides one additional command for switching to the summary buffer.
9697 Here are the available keystrokes when using pick mode:
9699 @table @kbd
9700 @item .
9701 @kindex . (Pick)
9702 @findex gnus-pick-article-or-thread
9703 Pick the article or thread on the current line
9704 (@code{gnus-pick-article-or-thread}).  If the variable
9705 @code{gnus-thread-hide-subtree} is true, then this key selects the
9706 entire thread when used at the first article of the thread.  Otherwise,
9707 it selects just the article.  If given a numerical prefix, go to that
9708 thread or article and pick it.  (The line number is normally displayed
9709 at the beginning of the summary pick lines.)
9711 @item SPACE
9712 @kindex SPACE (Pick)
9713 @findex gnus-pick-next-page
9714 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9715 at the end of the buffer, start reading the picked articles.
9717 @item u
9718 @kindex u (Pick)
9719 @findex gnus-pick-unmark-article-or-thread.
9720 Unpick the thread or article
9721 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9722 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9723 thread if used at the first article of the thread.  Otherwise it unpicks
9724 just the article.  You can give this key a numerical prefix to unpick
9725 the thread or article at that line.
9727 @item RET
9728 @kindex RET (Pick)
9729 @findex gnus-pick-start-reading
9730 @vindex gnus-pick-display-summary
9731 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9732 given a prefix, mark all unpicked articles as read first.  If
9733 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9734 will still be visible when you are reading.
9736 @end table
9738 All the normal summary mode commands are still available in the
9739 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9740 which is mapped to the same function
9741 @code{gnus-summary-tick-article-forward}.
9743 If this sounds like a good idea to you, you could say:
9745 @lisp
9746 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9747 @end lisp
9749 @vindex gnus-pick-mode-hook
9750 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9752 @vindex gnus-mark-unpicked-articles-as-read
9753 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9754 all unpicked articles as read.  The default is @code{nil}.
9756 @vindex gnus-summary-pick-line-format
9757 The summary line format in pick mode is slightly different from the
9758 standard format.  At the beginning of each line the line number is
9759 displayed.  The pick mode line format is controlled by the
9760 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9761 Variables}).  It accepts the same format specs that
9762 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9765 @node Binary Groups
9766 @subsection Binary Groups
9767 @cindex binary groups
9769 @findex gnus-binary-mode
9770 @kindex M-x gnus-binary-mode
9771 If you spend much time in binary groups, you may grow tired of hitting
9772 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9773 is a minor mode for summary buffers that makes all ordinary Gnus article
9774 selection functions uudecode series of articles and display the result
9775 instead of just displaying the articles the normal way.
9777 @kindex g (Binary)
9778 @findex gnus-binary-show-article
9779 The only way, in fact, to see the actual articles is the @kbd{g}
9780 command, when you have turned on this mode
9781 (@code{gnus-binary-show-article}).
9783 @vindex gnus-binary-mode-hook
9784 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9787 @node Tree Display
9788 @section Tree Display
9789 @cindex trees
9791 @vindex gnus-use-trees
9792 If you don't like the normal Gnus summary display, you might try setting
9793 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9794 additional @dfn{tree buffer}.  You can execute all summary mode commands
9795 in the tree buffer.
9797 There are a few variables to customize the tree display, of course:
9799 @table @code
9800 @item gnus-tree-mode-hook
9801 @vindex gnus-tree-mode-hook
9802 A hook called in all tree mode buffers.
9804 @item gnus-tree-mode-line-format
9805 @vindex gnus-tree-mode-line-format
9806 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9807 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9808 of valid specs, @pxref{Summary Buffer Mode Line}.
9810 @item gnus-selected-tree-face
9811 @vindex gnus-selected-tree-face
9812 Face used for highlighting the selected article in the tree buffer.  The
9813 default is @code{modeline}.
9815 @item gnus-tree-line-format
9816 @vindex gnus-tree-line-format
9817 A format string for the tree nodes.  The name is a bit of a misnomer,
9818 though---it doesn't define a line, but just the node.  The default value
9819 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9820 the name of the poster.  It is vital that all nodes are of the same
9821 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9823 Valid specs are:
9825 @table @samp
9826 @item n
9827 The name of the poster.
9828 @item f
9829 The @code{From} header.
9830 @item N
9831 The number of the article.
9832 @item [
9833 The opening bracket.
9834 @item ]
9835 The closing bracket.
9836 @item s
9837 The subject.
9838 @end table
9840 @xref{Formatting Variables}.
9842 Variables related to the display are:
9844 @table @code
9845 @item gnus-tree-brackets
9846 @vindex gnus-tree-brackets
9847 This is used for differentiating between ``real'' articles and
9848 ``sparse'' articles.  The format is
9849 @example
9850 ((@var{real-open} . @var{real-close})
9851  (@var{sparse-open} . @var{sparse-close})
9852  (@var{dummy-open} . @var{dummy-close}))
9853 @end example
9854 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9856 @item gnus-tree-parent-child-edges
9857 @vindex gnus-tree-parent-child-edges
9858 This is a list that contains the characters used for connecting parent
9859 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9861 @end table
9863 @item gnus-tree-minimize-window
9864 @vindex gnus-tree-minimize-window
9865 If this variable is non-@code{nil}, Gnus will try to keep the tree
9866 buffer as small as possible to allow more room for the other Gnus
9867 windows.  If this variable is a number, the tree buffer will never be
9868 higher than that number.  The default is @code{t}.  Note that if you
9869 have several windows displayed side-by-side in a frame and the tree
9870 buffer is one of these, minimizing the tree window will also resize all
9871 other windows displayed next to it.
9873 You may also wish to add the following hook to keep the window minimized
9874 at all times:
9876 @lisp
9877 (add-hook 'gnus-configure-windows-hook
9878           'gnus-tree-perhaps-minimize)
9879 @end lisp
9881 @item gnus-generate-tree-function
9882 @vindex gnus-generate-tree-function
9883 @findex gnus-generate-horizontal-tree
9884 @findex gnus-generate-vertical-tree
9885 The function that actually generates the thread tree.  Two predefined
9886 functions are available: @code{gnus-generate-horizontal-tree} and
9887 @code{gnus-generate-vertical-tree} (which is the default).
9889 @end table
9891 Here's an example from a horizontal tree buffer:
9893 @example
9894 @{***@}-(***)-[odd]-[Gun]
9895      |      \[Jan]
9896      |      \[odd]-[Eri]
9897      |      \(***)-[Eri]
9898      |            \[odd]-[Paa]
9899      \[Bjo]
9900      \[Gun]
9901      \[Gun]-[Jor]
9902 @end example
9904 Here's the same thread displayed in a vertical tree buffer:
9906 @example
9907 @group
9908 @{***@}
9909   |--------------------------\-----\-----\
9910 (***)                         [Bjo] [Gun] [Gun]
9911   |--\-----\-----\                          |
9912 [odd] [Jan] [odd] (***)                   [Jor]
9913   |           |     |--\
9914 [Gun]       [Eri] [Eri] [odd]
9915                           |
9916                         [Paa]
9917 @end group
9918 @end example
9920 If you're using horizontal trees, it might be nice to display the trees
9921 side-by-side with the summary buffer.  You could add something like the
9922 following to your @file{~/.gnus.el} file:
9924 @lisp
9925 (setq gnus-use-trees t
9926       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9927       gnus-tree-minimize-window nil)
9928 (gnus-add-configuration
9929  '(article
9930    (vertical 1.0
9931              (horizontal 0.25
9932                          (summary 0.75 point)
9933                          (tree 1.0))
9934              (article 1.0))))
9935 @end lisp
9937 @xref{Window Layout}.
9940 @node Mail Group Commands
9941 @section Mail Group Commands
9942 @cindex mail group commands
9944 Some commands only make sense in mail groups.  If these commands are
9945 invalid in the current group, they will raise a hell and let you know.
9947 All these commands (except the expiry and edit commands) use the
9948 process/prefix convention (@pxref{Process/Prefix}).
9950 @table @kbd
9952 @item B e
9953 @kindex B e (Summary)
9954 @findex gnus-summary-expire-articles
9955 Run all expirable articles in the current group through the expiry
9956 process (@code{gnus-summary-expire-articles}).  That is, delete all
9957 expirable articles in the group that have been around for a while.
9958 (@pxref{Expiring Mail}).
9960 @item B C-M-e
9961 @kindex B C-M-e (Summary)
9962 @findex gnus-summary-expire-articles-now
9963 Delete all the expirable articles in the group
9964 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9965 articles eligible for expiry in the current group will
9966 disappear forever into that big @file{/dev/null} in the sky.
9968 @item B DEL
9969 @kindex B DEL (Summary)
9970 @findex gnus-summary-delete-article
9971 @c @icon{gnus-summary-mail-delete}
9972 Delete the mail article.  This is ``delete'' as in ``delete it from your
9973 disk forever and ever, never to return again.'' Use with caution.
9974 (@code{gnus-summary-delete-article}).
9976 @item B m
9977 @kindex B m (Summary)
9978 @cindex move mail
9979 @findex gnus-summary-move-article
9980 @vindex gnus-preserve-marks
9981 Move the article from one mail group to another
9982 (@code{gnus-summary-move-article}).  Marks will be preserved if
9983 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9985 @item B c
9986 @kindex B c (Summary)
9987 @cindex copy mail
9988 @findex gnus-summary-copy-article
9989 @c @icon{gnus-summary-mail-copy}
9990 Copy the article from one group (mail group or not) to a mail group
9991 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9992 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9994 @item B B
9995 @kindex B B (Summary)
9996 @cindex crosspost mail
9997 @findex gnus-summary-crosspost-article
9998 Crosspost the current article to some other group
9999 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10000 the article in the other group, and the Xref headers of the article will
10001 be properly updated.
10003 @item B i
10004 @kindex B i (Summary)
10005 @findex gnus-summary-import-article
10006 Import an arbitrary file into the current mail newsgroup
10007 (@code{gnus-summary-import-article}).  You will be prompted for a file
10008 name, a @code{From} header and a @code{Subject} header.
10010 @item B I
10011 @kindex B I (Summary)
10012 @findex gnus-summary-create-article
10013 Create an empty article in the current mail newsgroups
10014 (@code{gnus-summary-create-article}).  You will be prompted for a
10015 @code{From} header and a @code{Subject} header.
10017 @item B r
10018 @kindex B r (Summary)
10019 @findex gnus-summary-respool-article
10020 @vindex gnus-summary-respool-default-method
10021 Respool the mail article (@code{gnus-summary-respool-article}).
10022 @code{gnus-summary-respool-default-method} will be used as the default
10023 select method when respooling.  This variable is @code{nil} by default,
10024 which means that the current group select method will be used instead.
10025 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10026 (which is the default).
10028 @item B w
10029 @itemx e
10030 @kindex B w (Summary)
10031 @kindex e (Summary)
10032 @findex gnus-summary-edit-article
10033 @kindex C-c C-c (Article)
10034 @findex gnus-summary-edit-article-done
10035 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10036 editing and make the changes permanent, type @kbd{C-c C-c}
10037 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10038 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
10040 @item B q
10041 @kindex B q (Summary)
10042 @findex gnus-summary-respool-query
10043 If you want to re-spool an article, you might be curious as to what group
10044 the article will end up in before you do the re-spooling.  This command
10045 will tell you (@code{gnus-summary-respool-query}).
10047 @item B t
10048 @kindex B t (Summary)
10049 @findex gnus-summary-respool-trace
10050 Similarly, this command will display all fancy splitting patterns used
10051 when respooling, if any (@code{gnus-summary-respool-trace}).
10053 @item B p
10054 @kindex B p (Summary)
10055 @findex gnus-summary-article-posted-p
10056 Some people have a tendency to send you ``courtesy'' copies when they
10057 follow up to articles you have posted.  These usually have a
10058 @code{Newsgroups} header in them, but not always.  This command
10059 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10060 article from your news server (or rather, from
10061 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10062 report back whether it found the article or not.  Even if it says that
10063 it didn't find the article, it may have been posted anyway---mail
10064 propagation is much faster than news propagation, and the news copy may
10065 just not have arrived yet.
10067 @item K E
10068 @kindex K E (Summary)
10069 @findex gnus-article-encrypt-body
10070 @vindex gnus-article-encrypt-protocol
10071 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10072 The body is encrypted with the encryption protocol specified by the
10073 variable @code{gnus-article-encrypt-protocol}.
10075 @end table
10077 @vindex gnus-move-split-methods
10078 @cindex moving articles
10079 If you move (or copy) articles regularly, you might wish to have Gnus
10080 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10081 variable that uses the same syntax as @code{gnus-split-methods}
10082 (@pxref{Saving Articles}).  You may customize that variable to create
10083 suggestions you find reasonable.  (Note that
10084 @code{gnus-move-split-methods} uses group names where
10085 @code{gnus-split-methods} uses file names.)
10087 @lisp
10088 (setq gnus-move-split-methods
10089       '(("^From:.*Lars Magne" "nnml:junk")
10090         ("^Subject:.*gnus" "nnfolder:important")
10091         (".*" "nnml:misc")))
10092 @end lisp
10095 @node Various Summary Stuff
10096 @section Various Summary Stuff
10098 @menu
10099 * Summary Group Information::   Information oriented commands.
10100 * Searching for Articles::      Multiple article commands.
10101 * Summary Generation Commands::
10102 * Really Various Summary Commands::  Those pesky non-conformant commands.
10103 @end menu
10105 @table @code
10106 @vindex gnus-summary-display-while-building
10107 @item gnus-summary-display-while-building
10108 If non-@code{nil}, show and update the summary buffer as it's being
10109 built.  If @code{t}, update the buffer after every line is inserted.
10110 If the value is an integer, @var{n}, update the display every @var{n}
10111 lines.  The default is @code{nil}.
10113 @vindex gnus-summary-display-arrow
10114 @item gnus-summary-display-arrow
10115 If non-@code{nil}, display an arrow in the fringe to indicate the
10116 current article.
10118 @vindex gnus-summary-mode-hook
10119 @item gnus-summary-mode-hook
10120 This hook is called when creating a summary mode buffer.
10122 @vindex gnus-summary-generate-hook
10123 @item gnus-summary-generate-hook
10124 This is called as the last thing before doing the threading and the
10125 generation of the summary buffer.  It's quite convenient for customizing
10126 the threading variables based on what data the newsgroup has.  This hook
10127 is called from the summary buffer after most summary buffer variables
10128 have been set.
10130 @vindex gnus-summary-prepare-hook
10131 @item gnus-summary-prepare-hook
10132 It is called after the summary buffer has been generated.  You might use
10133 it to, for instance, highlight lines or modify the look of the buffer in
10134 some other ungodly manner.  I don't care.
10136 @vindex gnus-summary-prepared-hook
10137 @item gnus-summary-prepared-hook
10138 A hook called as the very last thing after the summary buffer has been
10139 generated.
10141 @vindex gnus-summary-ignore-duplicates
10142 @item gnus-summary-ignore-duplicates
10143 When Gnus discovers two articles that have the same @code{Message-ID},
10144 it has to do something drastic.  No articles are allowed to have the
10145 same @code{Message-ID}, but this may happen when reading mail from some
10146 sources.  Gnus allows you to customize what happens with this variable.
10147 If it is @code{nil} (which is the default), Gnus will rename the
10148 @code{Message-ID} (for display purposes only) and display the article as
10149 any other article.  If this variable is @code{t}, it won't display the
10150 article---it'll be as if it never existed.
10152 @vindex gnus-alter-articles-to-read-function
10153 @item gnus-alter-articles-to-read-function
10154 This function, which takes two parameters (the group name and the list
10155 of articles to be selected), is called to allow the user to alter the
10156 list of articles to be selected.
10158 For instance, the following function adds the list of cached articles to
10159 the list in one particular group:
10161 @lisp
10162 (defun my-add-cached-articles (group articles)
10163   (if (string= group "some.group")
10164       (append gnus-newsgroup-cached articles)
10165     articles))
10166 @end lisp
10168 @vindex gnus-newsgroup-variables
10169 @item gnus-newsgroup-variables
10170 A list of newsgroup (summary buffer) local variables, or cons of
10171 variables and their default expressions to be evalled (when the default
10172 values are not @code{nil}), that should be made global while the summary
10173 buffer is active.
10175 Note: The default expressions will be evaluated (using function
10176 @code{eval}) before assignment to the local variable rather than just
10177 assigned to it.  If the default expression is the symbol @code{global},
10178 that symbol will not be evaluated but the global value of the local
10179 variable will be used instead.
10181 These variables can be used to set variables in the group parameters
10182 while still allowing them to affect operations done in other
10183 buffers.  For example:
10185 @lisp
10186 (setq gnus-newsgroup-variables
10187       '(message-use-followup-to
10188         (gnus-visible-headers .
10189  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10190 @end lisp
10192 Also @pxref{Group Parameters}.
10193 @end table
10196 @node Summary Group Information
10197 @subsection Summary Group Information
10199 @table @kbd
10201 @item H f
10202 @kindex H f (Summary)
10203 @findex gnus-summary-fetch-faq
10204 @vindex gnus-group-faq-directory
10205 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10206 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10207 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10208 is usually a directory on a remote machine.  This variable can also be
10209 a list of directories.  In that case, giving a prefix to this command
10210 will allow you to choose between the various sites.  @code{ange-ftp}
10211 or @code{efs} will probably be used for fetching the file.
10213 @item H d
10214 @kindex H d (Summary)
10215 @findex gnus-summary-describe-group
10216 Give a brief description of the current group
10217 (@code{gnus-summary-describe-group}).  If given a prefix, force
10218 rereading the description from the server.
10220 @item H h
10221 @kindex H h (Summary)
10222 @findex gnus-summary-describe-briefly
10223 Give an extremely brief description of the most important summary
10224 keystrokes (@code{gnus-summary-describe-briefly}).
10226 @item H i
10227 @kindex H i (Summary)
10228 @findex gnus-info-find-node
10229 Go to the Gnus info node (@code{gnus-info-find-node}).
10230 @end table
10233 @node Searching for Articles
10234 @subsection Searching for Articles
10236 @table @kbd
10238 @item M-s
10239 @kindex M-s (Summary)
10240 @findex gnus-summary-search-article-forward
10241 Search through all subsequent (raw) articles for a regexp
10242 (@code{gnus-summary-search-article-forward}).
10244 @item M-r
10245 @kindex M-r (Summary)
10246 @findex gnus-summary-search-article-backward
10247 Search through all previous (raw) articles for a regexp
10248 (@code{gnus-summary-search-article-backward}).
10250 @item &
10251 @kindex & (Summary)
10252 @findex gnus-summary-execute-command
10253 This command will prompt you for a header, a regular expression to match
10254 on this field, and a command to be executed if the match is made
10255 (@code{gnus-summary-execute-command}).  If the header is an empty
10256 string, the match is done on the entire article.  If given a prefix,
10257 search backward instead.
10259 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10260 all articles that have heads or bodies that match @samp{some.*string}.
10262 @item M-&
10263 @kindex M-& (Summary)
10264 @findex gnus-summary-universal-argument
10265 Perform any operation on all articles that have been marked with
10266 the process mark (@code{gnus-summary-universal-argument}).
10267 @end table
10269 @node Summary Generation Commands
10270 @subsection Summary Generation Commands
10272 @table @kbd
10274 @item Y g
10275 @kindex Y g (Summary)
10276 @findex gnus-summary-prepare
10277 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10279 @item Y c
10280 @kindex Y c (Summary)
10281 @findex gnus-summary-insert-cached-articles
10282 Pull all cached articles (for the current group) into the summary buffer
10283 (@code{gnus-summary-insert-cached-articles}).
10285 @item Y d
10286 @kindex Y d (Summary)
10287 @findex gnus-summary-insert-dormant-articles
10288 Pull all dormant articles (for the current group) into the summary buffer
10289 (@code{gnus-summary-insert-dormant-articles}).
10291 @end table
10294 @node Really Various Summary Commands
10295 @subsection Really Various Summary Commands
10297 @table @kbd
10299 @item A D
10300 @itemx C-d
10301 @kindex C-d (Summary)
10302 @kindex A D (Summary)
10303 @findex gnus-summary-enter-digest-group
10304 If the current article is a collection of other articles (for instance,
10305 a digest), you might use this command to enter a group based on the that
10306 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10307 guess what article type is currently displayed unless you give a prefix
10308 to this command, which forces a ``digest'' interpretation.  Basically,
10309 whenever you see a message that is a collection of other messages of
10310 some format, you @kbd{C-d} and read these messages in a more convenient
10311 fashion.
10313 @item C-M-d
10314 @kindex C-M-d (Summary)
10315 @findex gnus-summary-read-document
10316 This command is very similar to the one above, but lets you gather
10317 several documents into one biiig group
10318 (@code{gnus-summary-read-document}).  It does this by opening several
10319 @code{nndoc} groups for each document, and then opening an
10320 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10321 command understands the process/prefix convention
10322 (@pxref{Process/Prefix}).
10324 @item C-t
10325 @kindex C-t (Summary)
10326 @findex gnus-summary-toggle-truncation
10327 Toggle truncation of summary lines
10328 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10329 line centering function in the summary buffer, so it's not a good idea
10330 to have truncation switched off while reading articles.
10332 @item =
10333 @kindex = (Summary)
10334 @findex gnus-summary-expand-window
10335 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10336 If given a prefix, force an @code{article} window configuration.
10338 @item C-M-e
10339 @kindex C-M-e (Summary)
10340 @findex gnus-summary-edit-parameters
10341 Edit the group parameters (@pxref{Group Parameters}) of the current
10342 group (@code{gnus-summary-edit-parameters}).
10344 @item C-M-a
10345 @kindex C-M-a (Summary)
10346 @findex gnus-summary-customize-parameters
10347 Customize the group parameters (@pxref{Group Parameters}) of the current
10348 group (@code{gnus-summary-customize-parameters}).
10350 @end table
10353 @node Exiting the Summary Buffer
10354 @section Exiting the Summary Buffer
10355 @cindex summary exit
10356 @cindex exiting groups
10358 Exiting from the summary buffer will normally update all info on the
10359 group and return you to the group buffer.
10361 @table @kbd
10363 @item Z Z
10364 @itemx Z Q
10365 @itemx q
10366 @kindex Z Z (Summary)
10367 @kindex Z Q (Summary)
10368 @kindex q (Summary)
10369 @findex gnus-summary-exit
10370 @vindex gnus-summary-exit-hook
10371 @vindex gnus-summary-prepare-exit-hook
10372 @vindex gnus-group-no-more-groups-hook
10373 @c @icon{gnus-summary-exit}
10374 Exit the current group and update all information on the group
10375 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10376 called before doing much of the exiting, which calls
10377 @code{gnus-summary-expire-articles} by default.
10378 @code{gnus-summary-exit-hook} is called after finishing the exit
10379 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10380 group mode having no more (unread) groups.
10382 @item Z E
10383 @itemx Q
10384 @kindex Z E (Summary)
10385 @kindex Q (Summary)
10386 @findex gnus-summary-exit-no-update
10387 Exit the current group without updating any information on the group
10388 (@code{gnus-summary-exit-no-update}).
10390 @item Z c
10391 @itemx c
10392 @kindex Z c (Summary)
10393 @kindex c (Summary)
10394 @findex gnus-summary-catchup-and-exit
10395 @c @icon{gnus-summary-catchup-and-exit}
10396 Mark all unticked articles in the group as read and then exit
10397 (@code{gnus-summary-catchup-and-exit}).
10399 @item Z C
10400 @kindex Z C (Summary)
10401 @findex gnus-summary-catchup-all-and-exit
10402 Mark all articles, even the ticked ones, as read and then exit
10403 (@code{gnus-summary-catchup-all-and-exit}).
10405 @item Z n
10406 @kindex Z n (Summary)
10407 @findex gnus-summary-catchup-and-goto-next-group
10408 Mark all articles as read and go to the next group
10409 (@code{gnus-summary-catchup-and-goto-next-group}).
10411 @item Z R
10412 @itemx C-x C-s
10413 @kindex Z R (Summary)
10414 @kindex C-x C-s (Summary)
10415 @findex gnus-summary-reselect-current-group
10416 Exit this group, and then enter it again
10417 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10418 all articles, both read and unread.
10420 @item Z G
10421 @itemx M-g
10422 @kindex Z G (Summary)
10423 @kindex M-g (Summary)
10424 @findex gnus-summary-rescan-group
10425 @c @icon{gnus-summary-mail-get}
10426 Exit the group, check for new articles in the group, and select the
10427 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10428 articles, both read and unread.
10430 @item Z N
10431 @kindex Z N (Summary)
10432 @findex gnus-summary-next-group
10433 Exit the group and go to the next group
10434 (@code{gnus-summary-next-group}).
10436 @item Z P
10437 @kindex Z P (Summary)
10438 @findex gnus-summary-prev-group
10439 Exit the group and go to the previous group
10440 (@code{gnus-summary-prev-group}).
10442 @item Z s
10443 @kindex Z s (Summary)
10444 @findex gnus-summary-save-newsrc
10445 Save the current number of read/marked articles in the dribble buffer
10446 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10447 given a prefix, also save the @file{.newsrc} file(s).  Using this
10448 command will make exit without updating (the @kbd{Q} command) worthless.
10449 @end table
10451 @vindex gnus-exit-group-hook
10452 @code{gnus-exit-group-hook} is called when you exit the current group
10453 with an ``updating'' exit.  For instance @kbd{Q}
10454 (@code{gnus-summary-exit-no-update}) does not call this hook.
10456 @findex gnus-summary-wake-up-the-dead
10457 @findex gnus-dead-summary-mode
10458 @vindex gnus-kill-summary-on-exit
10459 If you're in the habit of exiting groups, and then changing your mind
10460 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10461 If you do that, Gnus won't kill the summary buffer when you exit it.
10462 (Quelle surprise!)  Instead it will change the name of the buffer to
10463 something like @samp{*Dead Summary ... *} and install a minor mode
10464 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10465 buffer, you'll find that all keys are mapped to a function called
10466 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10467 summary buffer will result in a live, normal summary buffer.
10469 There will never be more than one dead summary buffer at any one time.
10471 @vindex gnus-use-cross-reference
10472 The data on the current group will be updated (which articles you have
10473 read, which articles you have replied to, etc.) when you exit the
10474 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10475 @code{t} (which is the default), articles that are cross-referenced to
10476 this group and are marked as read, will also be marked as read in the
10477 other subscribed groups they were cross-posted to.  If this variable is
10478 neither @code{nil} nor @code{t}, the article will be marked as read in
10479 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10482 @node Crosspost Handling
10483 @section Crosspost Handling
10485 @cindex velveeta
10486 @cindex spamming
10487 Marking cross-posted articles as read ensures that you'll never have to
10488 read the same article more than once.  Unless, of course, somebody has
10489 posted it to several groups separately.  Posting the same article to
10490 several groups (not cross-posting) is called @dfn{spamming}, and you are
10491 by law required to send nasty-grams to anyone who perpetrates such a
10492 heinous crime.  You may want to try NoCeM handling to filter out spam
10493 (@pxref{NoCeM}).
10495 Remember: Cross-posting is kinda ok, but posting the same article
10496 separately to several groups is not.  Massive cross-posting (aka.
10497 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10498 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10499 excessive crossposting (@pxref{Summary Mail Commands}).
10501 @cindex cross-posting
10502 @cindex Xref
10503 @cindex @acronym{NOV}
10504 One thing that may cause Gnus to not do the cross-posting thing
10505 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10506 (which is very nice, because it speeds things up considerably) which
10507 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10508 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10509 even with @sc{xover} by registering the @code{Xref} lines of all
10510 articles you actually read, but if you kill the articles, or just mark
10511 them as read without reading them, Gnus will not get a chance to snoop
10512 the @code{Xref} lines out of these articles, and will be unable to use
10513 the cross reference mechanism.
10515 @cindex LIST overview.fmt
10516 @cindex overview.fmt
10517 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10518 in its overview files, try @samp{telnet your.nntp.server nntp},
10519 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10520 overview.fmt}.  This may not work, but if it does, and the last line you
10521 get does not read @samp{Xref:full}, then you should shout and whine at
10522 your news admin until she includes the @code{Xref} header in the
10523 overview files.
10525 @vindex gnus-nov-is-evil
10526 If you want Gnus to get the @code{Xref}s right all the time, you have to
10527 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10528 considerably.
10530 C'est la vie.
10532 For an alternative approach, @pxref{Duplicate Suppression}.
10535 @node Duplicate Suppression
10536 @section Duplicate Suppression
10538 By default, Gnus tries to make sure that you don't have to read the same
10539 article more than once by utilizing the crossposting mechanism
10540 (@pxref{Crosspost Handling}).  However, that simple and efficient
10541 approach may not work satisfactory for some users for various
10542 reasons.
10544 @enumerate
10545 @item
10546 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10547 is evil and not very common.
10549 @item
10550 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10551 @file{.overview} data bases.  This is evil and all too common, alas.
10553 @item
10554 You may be reading the same group (or several related groups) from
10555 different @acronym{NNTP} servers.
10557 @item
10558 You may be getting mail that duplicates articles posted to groups.
10559 @end enumerate
10561 I'm sure there are other situations where @code{Xref} handling fails as
10562 well, but these four are the most common situations.
10564 If, and only if, @code{Xref} handling fails for you, then you may
10565 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10566 will remember the @code{Message-ID}s of all articles you have read or
10567 otherwise marked as read, and then, as if by magic, mark them as read
10568 all subsequent times you see them---in @emph{all} groups.  Using this
10569 mechanism is quite likely to be somewhat inefficient, but not overly
10570 so.  It's certainly preferable to reading the same articles more than
10571 once.
10573 Duplicate suppression is not a very subtle instrument.  It's more like a
10574 sledge hammer than anything else.  It works in a very simple
10575 fashion---if you have marked an article as read, it adds this Message-ID
10576 to a cache.  The next time it sees this Message-ID, it will mark the
10577 article as read with the @samp{M} mark.  It doesn't care what group it
10578 saw the article in.
10580 @table @code
10581 @item gnus-suppress-duplicates
10582 @vindex gnus-suppress-duplicates
10583 If non-@code{nil}, suppress duplicates.
10585 @item gnus-save-duplicate-list
10586 @vindex gnus-save-duplicate-list
10587 If non-@code{nil}, save the list of duplicates to a file.  This will
10588 make startup and shutdown take longer, so the default is @code{nil}.
10589 However, this means that only duplicate articles read in a single Gnus
10590 session are suppressed.
10592 @item gnus-duplicate-list-length
10593 @vindex gnus-duplicate-list-length
10594 This variable says how many @code{Message-ID}s to keep in the duplicate
10595 suppression list.  The default is 10000.
10597 @item gnus-duplicate-file
10598 @vindex gnus-duplicate-file
10599 The name of the file to store the duplicate suppression list in.  The
10600 default is @file{~/News/suppression}.
10601 @end table
10603 If you have a tendency to stop and start Gnus often, setting
10604 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10605 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10606 the other hand, saving the list makes startup and shutdown much slower,
10607 so that means that if you stop and start Gnus often, you should set
10608 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10609 to you to figure out, I think.
10611 @node Security
10612 @section Security
10614 Gnus is able to verify signed messages or decrypt encrypted messages.
10615 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10616 and @acronym{S/MIME}, however you need some external programs to get
10617 things to work:
10619 @enumerate
10620 @item
10621 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10622 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10623 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10624 Manual}), but Mailcrypt and gpg.el are also supported.
10626 @item
10627 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10628 or newer is recommended.
10630 @end enumerate
10632 More information on how to set things up can be found in the message
10633 manual (@pxref{Security, ,Security, message, Message Manual}).
10635 @table @code
10636 @item mm-verify-option
10637 @vindex mm-verify-option
10638 Option of verifying signed parts.  @code{never}, not verify;
10639 @code{always}, always verify; @code{known}, only verify known
10640 protocols.  Otherwise, ask user.
10642 @item mm-decrypt-option
10643 @vindex mm-decrypt-option
10644 Option of decrypting encrypted parts.  @code{never}, no decryption;
10645 @code{always}, always decrypt; @code{known}, only decrypt known
10646 protocols.  Otherwise, ask user.
10648 @item mml1991-use
10649 @vindex mml1991-use
10650 Symbol indicating elisp interface to OpenPGP implementation for
10651 @acronym{PGP} messages.  The default is @code{pgg}, but
10652 @code{mailcrypt} and @code{gpg} are also supported although
10653 deprecated.
10655 @item mml2015-use
10656 @vindex mml2015-use
10657 Symbol indicating elisp interface to OpenPGP implementation for
10658 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10659 @code{mailcrypt} and @code{gpg} are also supported although
10660 deprecated.
10662 @end table
10664 @cindex snarfing keys
10665 @cindex importing PGP keys
10666 @cindex PGP key ring import
10667 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10668 key ring) is not supported explicitly through a menu item or command,
10669 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10670 allowing you to specify whatever action you think is appropriate
10671 through the usual @acronym{MIME} infrastructure.  You can use a
10672 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10673 Emacs MIME Manual}) such as the following to import keys using GNU
10674 Privacy Guard when you click on the @acronym{MIME} button
10675 (@pxref{Using MIME}).
10677 @example
10678 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10679 @end example
10680 @noindent
10681 This happens to also be the default action defined in
10682 @code{mailcap-mime-data}.
10684 @node Mailing List
10685 @section Mailing List
10686 @cindex mailing list
10687 @cindex RFC 2396
10689 @kindex A M (summary)
10690 @findex gnus-mailing-list-insinuate
10691 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10692 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10693 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10694 summary buffer.
10696 That enables the following commands to the summary buffer:
10698 @table @kbd
10700 @item C-c C-n h
10701 @kindex C-c C-n h (Summary)
10702 @findex gnus-mailing-list-help
10703 Send a message to fetch mailing list help, if List-Help field exists.
10705 @item C-c C-n s
10706 @kindex C-c C-n s (Summary)
10707 @findex gnus-mailing-list-subscribe
10708 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10710 @item C-c C-n u
10711 @kindex C-c C-n u (Summary)
10712 @findex gnus-mailing-list-unsubscribe
10713 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10714 field exists.
10716 @item C-c C-n p
10717 @kindex C-c C-n p (Summary)
10718 @findex gnus-mailing-list-post
10719 Post to the mailing list, if List-Post field exists.
10721 @item C-c C-n o
10722 @kindex C-c C-n o (Summary)
10723 @findex gnus-mailing-list-owner
10724 Send a message to the mailing list owner, if List-Owner field exists.
10726 @item C-c C-n a
10727 @kindex C-c C-n a (Summary)
10728 @findex gnus-mailing-list-owner
10729 Browse the mailing list archive, if List-Archive field exists.
10731 @end table
10734 @node Article Buffer
10735 @chapter Article Buffer
10736 @cindex article buffer
10738 The articles are displayed in the article buffer, of which there is only
10739 one.  All the summary buffers share the same article buffer unless you
10740 tell Gnus otherwise.
10742 @menu
10743 * Hiding Headers::              Deciding what headers should be displayed.
10744 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10745 * Customizing Articles::        Tailoring the look of the articles.
10746 * Article Keymap::              Keystrokes available in the article buffer.
10747 * Misc Article::                Other stuff.
10748 @end menu
10751 @node Hiding Headers
10752 @section Hiding Headers
10753 @cindex hiding headers
10754 @cindex deleting headers
10756 The top section of each article is the @dfn{head}.  (The rest is the
10757 @dfn{body}, but you may have guessed that already.)
10759 @vindex gnus-show-all-headers
10760 There is a lot of useful information in the head: the name of the person
10761 who wrote the article, the date it was written and the subject of the
10762 article.  That's well and nice, but there's also lots of information
10763 most people do not want to see---what systems the article has passed
10764 through before reaching you, the @code{Message-ID}, the
10765 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10766 of some of those lines.  If you want to keep all those lines in the
10767 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10769 Gnus provides you with two variables for sifting headers:
10771 @table @code
10773 @item gnus-visible-headers
10774 @vindex gnus-visible-headers
10775 If this variable is non-@code{nil}, it should be a regular expression
10776 that says what headers you wish to keep in the article buffer.  All
10777 headers that do not match this variable will be hidden.
10779 For instance, if you only want to see the name of the person who wrote
10780 the article and the subject, you'd say:
10782 @lisp
10783 (setq gnus-visible-headers "^From:\\|^Subject:")
10784 @end lisp
10786 This variable can also be a list of regexps to match headers to
10787 remain visible.
10789 @item gnus-ignored-headers
10790 @vindex gnus-ignored-headers
10791 This variable is the reverse of @code{gnus-visible-headers}.  If this
10792 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10793 should be a regular expression that matches all lines that you want to
10794 hide.  All lines that do not match this variable will remain visible.
10796 For instance, if you just want to get rid of the @code{References} line
10797 and the @code{Xref} line, you might say:
10799 @lisp
10800 (setq gnus-ignored-headers "^References:\\|^Xref:")
10801 @end lisp
10803 This variable can also be a list of regexps to match headers to
10804 be removed.
10806 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10807 variable will have no effect.
10809 @end table
10811 @vindex gnus-sorted-header-list
10812 Gnus can also sort the headers for you.  (It does this by default.)  You
10813 can control the sorting by setting the @code{gnus-sorted-header-list}
10814 variable.  It is a list of regular expressions that says in what order
10815 the headers are to be displayed.
10817 For instance, if you want the name of the author of the article first,
10818 and then the subject, you might say something like:
10820 @lisp
10821 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10822 @end lisp
10824 Any headers that are to remain visible, but are not listed in this
10825 variable, will be displayed in random order after all the headers listed in this variable.
10827 @findex gnus-article-hide-boring-headers
10828 @vindex gnus-boring-article-headers
10829 You can hide further boring headers by setting
10830 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10831 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10832 list, but this list doesn't actually contain header names.  Instead it
10833 lists various @dfn{boring conditions} that Gnus can check and remove
10834 from sight.
10836 These conditions are:
10837 @table @code
10838 @item empty
10839 Remove all empty headers.
10840 @item followup-to
10841 Remove the @code{Followup-To} header if it is identical to the
10842 @code{Newsgroups} header.
10843 @item reply-to
10844 Remove the @code{Reply-To} header if it lists the same addresses as
10845 the @code{From} header, or if the @code{broken-reply-to} group
10846 parameter is set.
10847 @item newsgroups
10848 Remove the @code{Newsgroups} header if it only contains the current group
10849 name.
10850 @item to-address
10851 Remove the @code{To} header if it only contains the address identical to
10852 the current group's @code{to-address} parameter.
10853 @item to-list
10854 Remove the @code{To} header if it only contains the address identical to
10855 the current group's @code{to-list} parameter.
10856 @item cc-list
10857 Remove the @code{CC} header if it only contains the address identical to
10858 the current group's @code{to-list} parameter.
10859 @item date
10860 Remove the @code{Date} header if the article is less than three days
10861 old.
10862 @item long-to
10863 Remove the @code{To} header if it is very long.
10864 @item many-to
10865 Remove all @code{To} headers if there are more than one.
10866 @end table
10868 To include these three elements, you could say something like:
10870 @lisp
10871 (setq gnus-boring-article-headers
10872       '(empty followup-to reply-to))
10873 @end lisp
10875 This is also the default value for this variable.
10878 @node Using MIME
10879 @section Using MIME
10880 @cindex @acronym{MIME}
10882 Mime is a standard for waving your hands through the air, aimlessly,
10883 while people stand around yawning.
10885 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10886 while all newsreaders die of fear.
10888 @acronym{MIME} may specify what character set the article uses, the encoding
10889 of the characters, and it also makes it possible to embed pictures and
10890 other naughty stuff in innocent-looking articles.
10892 @vindex gnus-display-mime-function
10893 @findex gnus-display-mime
10894 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
10895 to display the @acronym{MIME} parts.  This is @code{gnus-display-mime} by
10896 default, which creates a bundle of clickable buttons that can be used to
10897 display, save and manipulate the @acronym{MIME} objects.
10899 The following commands are available when you have placed point over a
10900 @acronym{MIME} button:
10902 @table @kbd
10903 @findex gnus-article-press-button
10904 @item RET (Article)
10905 @kindex RET (Article)
10906 @itemx BUTTON-2 (Article)
10907 Toggle displaying of the @acronym{MIME} object
10908 (@code{gnus-article-press-button}).  If built-in viewers can not display
10909 the object, Gnus resorts to external viewers in the @file{mailcap}
10910 files.  If a viewer has the @samp{copiousoutput} specification, the
10911 object is displayed inline.
10913 @findex gnus-mime-view-part
10914 @item M-RET (Article)
10915 @kindex M-RET (Article)
10916 @itemx v (Article)
10917 Prompt for a method, and then view the @acronym{MIME} object using this
10918 method (@code{gnus-mime-view-part}).
10920 @findex gnus-mime-view-part-as-type
10921 @item t (Article)
10922 @kindex t (Article)
10923 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
10924 (@code{gnus-mime-view-part-as-type}).
10926 @findex gnus-mime-view-part-as-charset
10927 @item C (Article)
10928 @kindex C (Article)
10929 Prompt for a charset, and then view the @acronym{MIME} object using this
10930 charset (@code{gnus-mime-view-part-as-charset}).
10932 @findex gnus-mime-save-part
10933 @item o (Article)
10934 @kindex o (Article)
10935 Prompt for a file name, and then save the @acronym{MIME} object
10936 (@code{gnus-mime-save-part}).
10938 @findex gnus-mime-save-part-and-strip
10939 @item C-o (Article)
10940 @kindex C-o (Article)
10941 Prompt for a file name, then save the @acronym{MIME} object and strip it from
10942 the article.  Then proceed to article editing, where a reasonable
10943 suggestion is being made on how the altered article should look
10944 like.  The stripped @acronym{MIME} object will be referred via the
10945 message/external-body @acronym{MIME} type.
10946 (@code{gnus-mime-save-part-and-strip}).
10948 @findex gnus-mime-delete-part
10949 @item d (Article)
10950 @kindex d (Article)
10951 Delete the @acronym{MIME} object from the article and replace it with some
10952 information about the removed @acronym{MIME} object
10953 (@code{gnus-mime-delete-part}).
10955 @findex gnus-mime-copy-part
10956 @item c (Article)
10957 @kindex c (Article)
10958 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
10959 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10960 @file{.bz2} are automatically decompressed if
10961 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10962 Accessing Compressed Files, emacs, The Emacs Editor}).
10964 @findex gnus-mime-print-part
10965 @item p (Article)
10966 @kindex p (Article)
10967 Print the @acronym{MIME} object (@code{gnus-mime-print-part}).  This
10968 command respects the @samp{print=} specifications in the
10969 @file{.mailcap} file.
10971 @findex gnus-mime-inline-part
10972 @item i (Article)
10973 @kindex i (Article)
10974 Insert the contents of the @acronym{MIME} object into the buffer
10975 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10976 the raw contents without decoding.  If given a numerical prefix, you can
10977 do semi-manual charset stuff (see
10978 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
10979 Article}).
10981 @findex gnus-mime-view-part-internally
10982 @item E (Article)
10983 @kindex E (Article)
10984 View the @acronym{MIME} object with an internal viewer.  If no internal
10985 viewer is available, use an external viewer
10986 (@code{gnus-mime-view-part-internally}).
10988 @findex gnus-mime-view-part-externally
10989 @item e (Article)
10990 @kindex e (Article)
10991 View the @acronym{MIME} object with an external viewer.
10992 (@code{gnus-mime-view-part-externally}).
10994 @findex gnus-mime-pipe-part
10995 @item | (Article)
10996 @kindex | (Article)
10997 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
10999 @findex gnus-mime-action-on-part
11000 @item . (Article)
11001 @kindex . (Article)
11002 Interactively run an action on the @acronym{MIME} object
11003 (@code{gnus-mime-action-on-part}).
11005 @end table
11007 Gnus will display some @acronym{MIME} objects automatically.  The way Gnus
11008 determines which parts to do this with is described in the Emacs
11009 @acronym{MIME} manual.
11011 It might be best to just use the toggling functions from the article
11012 buffer to avoid getting nasty surprises.  (For instance, you enter the
11013 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
11014 decoded the sound file in the article and some horrible sing-a-long song
11015 comes screaming out your speakers, and you can't find the volume button,
11016 because there isn't one, and people are starting to look at you, and you
11017 try to stop the program, but you can't, and you can't find the program
11018 to control the volume, and everybody else in the room suddenly decides
11019 to look at you disdainfully, and you'll feel rather stupid.)
11021 Any similarity to real events and people is purely coincidental.  Ahem.
11023 Also @pxref{MIME Commands}.
11026 @node Customizing Articles
11027 @section Customizing Articles
11028 @cindex article customization
11030 A slew of functions for customizing how the articles are to look like
11031 exist.  You can call these functions interactively
11032 (@pxref{Article Washing}), or you can have them
11033 called automatically when you select the articles.
11035 To have them called automatically, you should set the corresponding
11036 ``treatment'' variable.  For instance, to have headers hidden, you'd set
11037 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
11038 be set, but first we discuss the values these variables can have.
11040 Note: Some values, while valid, make little sense.  Check the list below
11041 for sensible values.
11043 @enumerate
11044 @item
11045 @code{nil}: Don't do this treatment.
11047 @item
11048 @code{t}: Do this treatment on all body parts.
11050 @item
11051 @code{head}: Do the treatment on the headers.
11053 @item
11054 @code{last}: Do this treatment on the last part.
11056 @item
11057 An integer: Do this treatment on all body parts that have a length less
11058 than this number.
11060 @item
11061 A list of strings: Do this treatment on all body parts that are in
11062 articles that are read in groups that have names that match one of the
11063 regexps in the list.
11065 @item
11066 A list where the first element is not a string:
11068 The list is evaluated recursively.  The first element of the list is a
11069 predicate.  The following predicates are recognized: @code{or},
11070 @code{and}, @code{not} and @code{typep}.  Here's an example:
11072 @lisp
11073 (or last
11074     (typep "text/x-vcard"))
11075 @end lisp
11077 @end enumerate
11079 You may have noticed that the word @dfn{part} is used here.  This refers
11080 to the fact that some messages are @acronym{MIME} multipart articles that may
11081 be divided into several parts.  Articles that are not multiparts are
11082 considered to contain just a single part.
11084 @vindex gnus-article-treat-types
11085 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11086 want to, but by default, only @samp{text/plain} parts are given the
11087 treatment.  This is controlled by the @code{gnus-article-treat-types}
11088 variable, which is a list of regular expressions that are matched to the
11089 type of the part.  This variable is ignored if the value of the
11090 controlling variable is a predicate list, as described above.
11092 The following treatment options are available.  The easiest way to
11093 customize this is to examine the @code{gnus-article-treat} customization
11094 group.  Values in parenthesis are suggested sensible values.  Others are
11095 possible but those listed are probably sufficient for most people.
11097 @table @code
11098 @item gnus-treat-buttonize (t, integer)
11099 @item gnus-treat-buttonize-head (head)
11101 @xref{Article Buttons}.
11103 @item gnus-treat-capitalize-sentences (t, integer)
11104 @item gnus-treat-overstrike (t, integer)
11105 @item gnus-treat-strip-cr (t, integer)
11106 @item gnus-treat-strip-headers-in-body (t, integer)
11107 @item gnus-treat-strip-leading-blank-lines (t, integer)
11108 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11109 @item gnus-treat-strip-pem (t, last, integer)
11110 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11111 @item gnus-treat-unsplit-urls (t, integer)
11112 @item gnus-treat-wash-html (t, integer)
11114 @xref{Article Washing}.
11116 @item gnus-treat-date-english (head)
11117 @item gnus-treat-date-iso8601 (head)
11118 @item gnus-treat-date-lapsed (head)
11119 @item gnus-treat-date-local (head)
11120 @item gnus-treat-date-original (head)
11121 @item gnus-treat-date-user-defined (head)
11122 @item gnus-treat-date-ut (head)
11124 @xref{Article Date}.
11126 @item gnus-treat-from-picon (head)
11127 @item gnus-treat-mail-picon (head)
11128 @item gnus-treat-newsgroups-picon (head)
11130 @xref{Picons}.
11132 @item gnus-treat-display-smileys (t, integer)
11134 @item gnus-treat-body-boundary (head)
11136 @vindex gnus-body-boundary-delimiter
11137 Adds a delimiter between header and body, the string used as delimiter
11138 is controlled by @code{gnus-body-boundary-delimiter}.
11140 @xref{Smileys}.
11142 @item gnus-treat-display-x-face (head)
11144 @xref{X-Face}.
11146 @item gnus-treat-display-face (head)
11148 @xref{Face}.
11150 @item gnus-treat-emphasize (t, head, integer)
11151 @item gnus-treat-fill-article (t, integer)
11152 @item gnus-treat-fill-long-lines (t, integer)
11153 @item gnus-treat-hide-boring-headers (head)
11154 @item gnus-treat-hide-citation (t, integer)
11155 @item gnus-treat-hide-citation-maybe (t, integer)
11156 @item gnus-treat-hide-headers (head)
11157 @item gnus-treat-hide-signature (t, last)
11158 @item gnus-treat-strip-banner (t, last)
11159 @item gnus-treat-strip-list-identifiers (head)
11161 @xref{Article Hiding}.
11163 @item gnus-treat-highlight-citation (t, integer)
11164 @item gnus-treat-highlight-headers (head)
11165 @item gnus-treat-highlight-signature (t, last, integer)
11167 @xref{Article Highlighting}.
11169 @item gnus-treat-play-sounds
11170 @item gnus-treat-translate
11171 @item gnus-treat-x-pgp-sig (head)
11173 @item gnus-treat-unfold-headers (head)
11174 @item gnus-treat-fold-headers (head)
11175 @item gnus-treat-fold-newsgroups (head)
11176 @item gnus-treat-leading-whitespace (head)
11178 @xref{Article Header}.
11181 @end table
11183 @vindex gnus-part-display-hook
11184 You can, of course, write your own functions to be called from
11185 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11186 part, and you can do anything you like, pretty much.  There is no
11187 information that you have to keep in the buffer---you can change
11188 everything.
11191 @node Article Keymap
11192 @section Article Keymap
11194 Most of the keystrokes in the summary buffer can also be used in the
11195 article buffer.  They should behave as if you typed them in the summary
11196 buffer, which means that you don't actually have to have a summary
11197 buffer displayed while reading.  You can do it all from the article
11198 buffer.
11200 A few additional keystrokes are available:
11202 @table @kbd
11204 @item SPACE
11205 @kindex SPACE (Article)
11206 @findex gnus-article-next-page
11207 Scroll forwards one page (@code{gnus-article-next-page}).
11208 This is exactly the same as @kbd{h SPACE h}.
11210 @item DEL
11211 @kindex DEL (Article)
11212 @findex gnus-article-prev-page
11213 Scroll backwards one page (@code{gnus-article-prev-page}).
11214 This is exactly the same as @kbd{h DEL h}.
11216 @item C-c ^
11217 @kindex C-c ^ (Article)
11218 @findex gnus-article-refer-article
11219 If point is in the neighborhood of a @code{Message-ID} and you press
11220 @kbd{C-c ^}, Gnus will try to get that article from the server
11221 (@code{gnus-article-refer-article}).
11223 @item C-c C-m
11224 @kindex C-c C-m (Article)
11225 @findex gnus-article-mail
11226 Send a reply to the address near point (@code{gnus-article-mail}).  If
11227 given a prefix, include the mail.
11229 @item s
11230 @kindex s (Article)
11231 @findex gnus-article-show-summary
11232 Reconfigure the buffers so that the summary buffer becomes visible
11233 (@code{gnus-article-show-summary}).
11235 @item ?
11236 @kindex ? (Article)
11237 @findex gnus-article-describe-briefly
11238 Give a very brief description of the available keystrokes
11239 (@code{gnus-article-describe-briefly}).
11241 @item TAB
11242 @kindex TAB (Article)
11243 @findex gnus-article-next-button
11244 Go to the next button, if any (@code{gnus-article-next-button}).  This
11245 only makes sense if you have buttonizing turned on.
11247 @item M-TAB
11248 @kindex M-TAB (Article)
11249 @findex gnus-article-prev-button
11250 Go to the previous button, if any (@code{gnus-article-prev-button}).
11252 @item R
11253 @kindex R (Article)
11254 @findex gnus-article-reply-with-original
11255 Send a reply to the current article and yank the current article
11256 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11257 wide reply.  If the region is active, only yank the text in the
11258 region.
11260 @item F
11261 @kindex F (Article)
11262 @findex gnus-article-followup-with-original
11263 Send a followup to the current article and yank the current article
11264 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11265 a wide reply.  If the region is active, only yank the text in the
11266 region.
11269 @end table
11272 @node Misc Article
11273 @section Misc Article
11275 @table @code
11277 @item gnus-single-article-buffer
11278 @vindex gnus-single-article-buffer
11279 If non-@code{nil}, use the same article buffer for all the groups.
11280 (This is the default.)  If @code{nil}, each group will have its own
11281 article buffer.
11283 @vindex gnus-article-decode-hook
11284 @item gnus-article-decode-hook
11285 @cindex @acronym{MIME}
11286 Hook used to decode @acronym{MIME} articles.  The default value is
11287 @code{(article-decode-charset article-decode-encoded-words)}
11289 @vindex gnus-article-prepare-hook
11290 @item gnus-article-prepare-hook
11291 This hook is called right after the article has been inserted into the
11292 article buffer.  It is mainly intended for functions that do something
11293 depending on the contents; it should probably not be used for changing
11294 the contents of the article buffer.
11296 @item gnus-article-mode-hook
11297 @vindex gnus-article-mode-hook
11298 Hook called in article mode buffers.
11300 @item gnus-article-mode-syntax-table
11301 @vindex gnus-article-mode-syntax-table
11302 Syntax table used in article buffers.  It is initialized from
11303 @code{text-mode-syntax-table}.
11305 @vindex gnus-article-over-scroll
11306 @item gnus-article-over-scroll
11307 If non-@code{nil}, allow scrolling the article buffer even when there
11308 no more new text to scroll in.  The default is @code{nil}.
11310 @vindex gnus-article-mode-line-format
11311 @item gnus-article-mode-line-format
11312 This variable is a format string along the same lines as
11313 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
11314 Line}).  It accepts the same format specifications as that variable,
11315 with two extensions:
11317 @table @samp
11319 @item w
11320 The @dfn{wash status} of the article.  This is a short string with one
11321 character for each possible article wash operation that may have been
11322 performed.  The characters and their meaning:
11324 @table @samp
11326 @item c
11327 Displayed when cited text may be hidden in the article buffer.
11329 @item h
11330 Displayed when headers are hidden in the article buffer.
11332 @item p
11333 Displayed when article is digitally signed or encrypted, and Gnus has
11334 hidden the security headers.  (N.B. does not tell anything about
11335 security status, i.e. good or bad signature.)
11337 @item s
11338 Displayed when the signature has been hidden in the Article buffer.
11340 @item o
11341 Displayed when Gnus has treated overstrike characters in the article buffer.
11343 @item e
11344 Displayed when Gnus has treated emphasised strings in the article buffer.
11346 @end table
11348 @item m
11349 The number of @acronym{MIME} parts in the article.
11351 @end table
11353 @vindex gnus-break-pages
11355 @item gnus-break-pages
11356 Controls whether @dfn{page breaking} is to take place.  If this variable
11357 is non-@code{nil}, the articles will be divided into pages whenever a
11358 page delimiter appears in the article.  If this variable is @code{nil},
11359 paging will not be done.
11361 @item gnus-page-delimiter
11362 @vindex gnus-page-delimiter
11363 This is the delimiter mentioned above.  By default, it is @samp{^L}
11364 (formfeed).
11366 @cindex IDNA
11367 @cindex internationalized domain names
11368 @vindex gnus-use-idna
11369 @item gnus-use-idna
11370 This variable controls whether Gnus performs IDNA decoding of
11371 internationalized domain names inside @samp{From}, @samp{To} and
11372 @samp{Cc} headers.  This requires
11373 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11374 variable is only enabled if you have installed it.
11376 @end table
11379 @node Composing Messages
11380 @chapter Composing Messages
11381 @cindex composing messages
11382 @cindex messages
11383 @cindex mail
11384 @cindex sending mail
11385 @cindex reply
11386 @cindex followup
11387 @cindex post
11388 @cindex using gpg
11389 @cindex using s/mime
11390 @cindex using smime
11392 @kindex C-c C-c (Post)
11393 All commands for posting and mailing will put you in a message buffer
11394 where you can edit the article all you like, before you send the
11395 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11396 Message Manual}.  Where the message will be posted/mailed to depends
11397 on your setup (@pxref{Posting Server}).
11399 @menu
11400 * Mail::                        Mailing and replying.
11401 * Posting Server::              What server should you post and mail via?
11402 * POP before SMTP::             You cannot send a mail unless you read a mail.
11403 * Mail and Post::               Mailing and posting at the same time.
11404 * Archived Messages::           Where Gnus stores the messages you've sent.
11405 * Posting Styles::              An easier way to specify who you are.
11406 * Drafts::                      Postponing messages and rejected messages.
11407 * Rejected Articles::           What happens if the server doesn't like your article?
11408 * Signing and encrypting::      How to compose secure messages.
11409 @end menu
11411 Also @pxref{Canceling and Superseding} for information on how to
11412 remove articles you shouldn't have posted.
11415 @node Mail
11416 @section Mail
11418 Variables for customizing outgoing mail:
11420 @table @code
11421 @item gnus-uu-digest-headers
11422 @vindex gnus-uu-digest-headers
11423 List of regexps to match headers included in digested messages.  The
11424 headers will be included in the sequence they are matched.  If
11425 @code{nil} include all headers.
11427 @item gnus-add-to-list
11428 @vindex gnus-add-to-list
11429 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11430 that have none when you do a @kbd{a}.
11432 @item gnus-confirm-mail-reply-to-news
11433 @vindex gnus-confirm-mail-reply-to-news
11434 This can also be a function receiving the group name as the only
11435 parameter which should return non-@code{nil} if a confirmation is
11436 needed, or a regular expression matching group names, where
11437 confirmation is should be asked for.
11439 If you find yourself never wanting to reply to mail, but occasionally
11440 press R anyway, this variable might be for you.
11442 @item gnus-confirm-treat-mail-like-news
11443 @vindex gnus-confirm-treat-mail-like-news
11444 If non-@code{nil}, Gnus also requests confirmation according to
11445 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11446 useful for treating mailing lists like newsgroups.
11448 @end table
11451 @node Posting Server
11452 @section Posting Server
11454 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11455 (extremely intelligent, of course) article, where does it go?
11457 Thank you for asking.  I hate you.
11459 It can be quite complicated.
11461 @vindex gnus-post-method
11462 When posting news, Message usually invokes @code{message-send-news}
11463 (@pxref{News Variables, , News Variables, message, Message Manual}).
11464 Normally, Gnus will post using the same select method as you're
11465 reading from (which might be convenient if you're reading lots of
11466 groups from different private servers).  However.  If the server
11467 you're reading from doesn't allow posting, just reading, you probably
11468 want to use some other server to post your (extremely intelligent and
11469 fabulously interesting) articles.  You can then set the
11470 @code{gnus-post-method} to some other method:
11472 @lisp
11473 (setq gnus-post-method '(nnspool ""))
11474 @end lisp
11476 Now, if you've done this, and then this server rejects your article, or
11477 this server is down, what do you do then?  To override this variable you
11478 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11479 the ``current'' server, to get back the default behavior, for posting.
11481 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11482 Gnus will prompt you for what method to use for posting.
11484 You can also set @code{gnus-post-method} to a list of select methods.
11485 If that's the case, Gnus will always prompt you for what method to use
11486 for posting.
11488 Finally, if you want to always post using the native select method,
11489 you can set this variable to @code{native}.
11491 When sending mail, Message invokes @code{message-send-mail-function}.
11492 The default function, @code{message-send-mail-with-sendmail}, pipes
11493 your article to the @code{sendmail} binary for further queuing and
11494 sending.  When your local system is not configured for sending mail
11495 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11496 server, you can set @code{message-send-mail-function} to
11497 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11498 package correctly.  An example:
11500 @lisp
11501 (setq message-send-mail-function 'smtpmail-send-it
11502       smtpmail-default-smtp-server "YOUR SMTP HOST")
11503 @end lisp
11505 To the thing similar to this, there is
11506 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11507 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11508 @xref{POP before SMTP}.
11510 Other possible choices for @code{message-send-mail-function} includes
11511 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11512 and @code{feedmail-send-it}.
11514 @node POP before SMTP
11515 @section POP before SMTP
11516 @cindex pop before smtp
11517 @findex message-smtpmail-send-it
11518 @findex mail-source-touch-pop
11520 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11521 authentication?  It is whether you need to connect to the @acronym{POP}
11522 mail server within a certain time before sending mails.  If so, there is
11523 a convenient way.  To do that, put the following lines in your
11524 @file{~/.gnus.el} file:
11526 @lisp
11527 (setq message-send-mail-function 'message-smtpmail-send-it)
11528 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11529 @end lisp
11531 @noindent
11532 It means to let Gnus connect to the @acronym{POP} mail server in advance
11533 whenever you send a mail.  The @code{mail-source-touch-pop} function
11534 does only a @acronym{POP} authentication according to the value of
11535 @code{mail-sources} without fetching mails, just before sending a mail.
11536 Note that you have to use @code{message-smtpmail-send-it} which runs
11537 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11538 set the value of @code{mail-sources} for a @acronym{POP} connection
11539 correctly.  @xref{Mail Sources}.
11541 If you have two or more @acronym{POP} mail servers set in
11542 @code{mail-sources}, you may want to specify one of them to
11543 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11544 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11545 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11546 mainly from that server), you can set it permanently as follows:
11548 @lisp
11549 (setq mail-source-primary-source
11550       '(pop :server "pop3.mail.server"
11551             :password "secret"))
11552 @end lisp
11554 @noindent
11555 Otherwise, bind it dynamically only when performing the
11556 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11558 @lisp
11559 (add-hook 'message-send-mail-hook
11560           (lambda ()
11561             (let ((mail-source-primary-source
11562                    '(pop :server "pop3.mail.server"
11563                          :password "secret")))
11564               (mail-source-touch-pop))))
11565 @end lisp
11567 @node Mail and Post
11568 @section Mail and Post
11570 Here's a list of variables relevant to both mailing and
11571 posting:
11573 @table @code
11574 @item gnus-mailing-list-groups
11575 @findex gnus-mailing-list-groups
11576 @cindex mailing lists
11578 If your news server offers groups that are really mailing lists
11579 gatewayed to the @acronym{NNTP} server, you can read those groups without
11580 problems, but you can't post/followup to them without some difficulty.
11581 One solution is to add a @code{to-address} to the group parameters
11582 (@pxref{Group Parameters}).  An easier thing to do is set the
11583 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11584 really are mailing lists.  Then, at least, followups to the mailing
11585 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11586 still a pain, though.
11588 @item gnus-user-agent
11589 @vindex gnus-user-agent
11590 @cindex User-Agent
11592 This variable controls which information should be exposed in the
11593 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11594 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11595 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11596 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11597 system type) or a custom string.  If you set it to a string, be sure to
11598 use a valid format, see RFC 2616.
11600 @end table
11602 You may want to do spell-checking on messages that you send out.  Or, if
11603 you don't want to spell-check by hand, you could add automatic
11604 spell-checking via the @code{ispell} package:
11606 @cindex ispell
11607 @findex ispell-message
11608 @lisp
11609 (add-hook 'message-send-hook 'ispell-message)
11610 @end lisp
11612 If you want to change the @code{ispell} dictionary based on what group
11613 you're in, you could say something like the following:
11615 @lisp
11616 (add-hook 'gnus-select-group-hook
11617           (lambda ()
11618             (cond
11619              ((string-match
11620                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11621               (ispell-change-dictionary "deutsch"))
11622              (t
11623               (ispell-change-dictionary "english")))))
11624 @end lisp
11626 Modify to suit your needs.
11629 @node Archived Messages
11630 @section Archived Messages
11631 @cindex archived messages
11632 @cindex sent messages
11634 Gnus provides a few different methods for storing the mail and news you
11635 send.  The default method is to use the @dfn{archive virtual server} to
11636 store the messages.  If you want to disable this completely, the
11637 @code{gnus-message-archive-group} variable should be @code{nil}, which
11638 is the default.
11640 For archiving interesting messages in a group you read, see the
11641 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11642 Group Commands}).
11644 @vindex gnus-message-archive-method
11645 @code{gnus-message-archive-method} says what virtual server Gnus is to
11646 use to store sent messages.  The default is:
11648 @lisp
11649 (nnfolder "archive"
11650           (nnfolder-directory   "~/Mail/archive")
11651           (nnfolder-active-file "~/Mail/archive/active")
11652           (nnfolder-get-new-mail nil)
11653           (nnfolder-inhibit-expiry t))
11654 @end lisp
11656 You can, however, use any mail select method (@code{nnml},
11657 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11658 for doing this sort of thing, though.  If you don't like the default
11659 directory chosen, you could say something like:
11661 @lisp
11662 (setq gnus-message-archive-method
11663       '(nnfolder "archive"
11664                  (nnfolder-inhibit-expiry t)
11665                  (nnfolder-active-file "~/News/sent-mail/active")
11666                  (nnfolder-directory "~/News/sent-mail/")))
11667 @end lisp
11669 @vindex gnus-message-archive-group
11670 @cindex Gcc
11671 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11672 to one or more group(s) on that server.  Which group to use is
11673 determined by the @code{gnus-message-archive-group} variable.
11675 This variable can be used to do the following:
11677 @table @asis
11678 @item a string
11679 Messages will be saved in that group.
11681 Note that you can include a select method in the group name, then the
11682 message will not be stored in the select method given by
11683 @code{gnus-message-archive-method}, but in the select method specified
11684 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11685 has the default value shown above.  Then setting
11686 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11687 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11688 value @code{"nnml:foo"}, then outgoing messages will be stored in
11689 @samp{nnml:foo}.
11691 @item a list of strings
11692 Messages will be saved in all those groups.
11694 @item an alist of regexps, functions and forms
11695 When a key ``matches'', the result is used.
11697 @item @code{nil}
11698 No message archiving will take place.  This is the default.
11699 @end table
11701 Let's illustrate:
11703 Just saving to a single group called @samp{MisK}:
11704 @lisp
11705 (setq gnus-message-archive-group "MisK")
11706 @end lisp
11708 Saving to two groups, @samp{MisK} and @samp{safe}:
11709 @lisp
11710 (setq gnus-message-archive-group '("MisK" "safe"))
11711 @end lisp
11713 Save to different groups based on what group you are in:
11714 @lisp
11715 (setq gnus-message-archive-group
11716       '(("^alt" "sent-to-alt")
11717         ("mail" "sent-to-mail")
11718         (".*" "sent-to-misc")))
11719 @end lisp
11721 More complex stuff:
11722 @lisp
11723 (setq gnus-message-archive-group
11724       '((if (message-news-p)
11725             "misc-news"
11726           "misc-mail")))
11727 @end lisp
11729 How about storing all news messages in one file, but storing all mail
11730 messages in one file per month:
11732 @lisp
11733 (setq gnus-message-archive-group
11734       '((if (message-news-p)
11735             "misc-news"
11736           (concat "mail." (format-time-string "%Y-%m")))))
11737 @end lisp
11739 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11740 @c use a different value for @code{gnus-message-archive-group} there.)
11742 Now, when you send a message off, it will be stored in the appropriate
11743 group.  (If you want to disable storing for just one particular message,
11744 you can just remove the @code{Gcc} header that has been inserted.)  The
11745 archive group will appear in the group buffer the next time you start
11746 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11747 enter it and read the articles in it just like you'd read any other
11748 group.  If the group gets really big and annoying, you can simply rename
11749 if (using @kbd{G r} in the group buffer) to something
11750 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11751 continue to be stored in the old (now empty) group.
11753 That's the default method of archiving sent messages.  Gnus offers a
11754 different way for the people who don't like the default method.  In that
11755 case you should set @code{gnus-message-archive-group} to @code{nil};
11756 this will disable archiving.
11758 @table @code
11759 @item gnus-outgoing-message-group
11760 @vindex gnus-outgoing-message-group
11761 All outgoing messages will be put in this group.  If you want to store
11762 all your outgoing mail and articles in the group @samp{nnml:archive},
11763 you set this variable to that value.  This variable can also be a list of
11764 group names.
11766 If you want to have greater control over what group to put each
11767 message in, you can set this variable to a function that checks the
11768 current newsgroup name and then returns a suitable group name (or list
11769 of names).
11771 This variable can be used instead of @code{gnus-message-archive-group},
11772 but the latter is the preferred method.
11774 @item gnus-gcc-mark-as-read
11775 @vindex gnus-gcc-mark-as-read
11776 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11778 @item gnus-gcc-externalize-attachments
11779 @vindex gnus-gcc-externalize-attachments
11780 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11781 and matches the Gcc group name, attach files as external parts; if it is
11782 @code{all}, attach local files as external parts; if it is other
11783 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11784 changed in the future.
11786 @end table
11789 @node Posting Styles
11790 @section Posting Styles
11791 @cindex posting styles
11792 @cindex styles
11794 All them variables, they make my head swim.
11796 So what if you want a different @code{Organization} and signature based
11797 on what groups you post to?  And you post both from your home machine
11798 and your work machine, and you want different @code{From} lines, and so
11801 @vindex gnus-posting-styles
11802 One way to do stuff like that is to write clever hooks that change the
11803 variables you need to have changed.  That's a bit boring, so somebody
11804 came up with the bright idea of letting the user specify these things in
11805 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11806 variable:
11808 @lisp
11809 ((".*"
11810   (signature "Peace and happiness")
11811   (organization "What me?"))
11812  ("^comp"
11813   (signature "Death to everybody"))
11814  ("comp.emacs.i-love-it"
11815   (organization "Emacs is it")))
11816 @end lisp
11818 As you might surmise from this example, this alist consists of several
11819 @dfn{styles}.  Each style will be applicable if the first element
11820 ``matches'', in some form or other.  The entire alist will be iterated
11821 over, from the beginning towards the end, and each match will be
11822 applied, which means that attributes in later styles that match override
11823 the same attributes in earlier matching styles.  So
11824 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11825 signature and the @samp{What me?} @code{Organization} header.
11827 The first element in each style is called the @code{match}.  If it's a
11828 string, then Gnus will try to regexp match it against the group name.
11829 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11830 will look in the original article for a header whose name is
11831 @var{match} and compare that @var{regexp}.  @var{match} and
11832 @var{regexp} are strings.  (The original article is the one you are
11833 replying or following up to.  If you are not composing a reply or a
11834 followup, then there is nothing to match against.)  If the
11835 @code{match} is a function symbol, that function will be called with
11836 no arguments.  If it's a variable symbol, then the variable will be
11837 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11838 any case, if this returns a non-@code{nil} value, then the style is
11839 said to @dfn{match}.
11841 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11842 attribute consists of a @code{(@var{name} @var{value})} pair.  In
11843 addition, you can also use the @code{(@var{name} :file @var{value})}
11844 form or the @code{(@var{name} :value @var{value})} form.  Where
11845 @code{:file} signifies @var{value} represents a file name and its
11846 contents should be used as the attribute value, @code{:value} signifies
11847 @var{value} does not represent a file name explicitly.  The attribute
11848 name can be one of:
11850 @itemize @bullet
11851 @item @code{signature}
11852 @item @code{signature-file}
11853 @item @code{x-face-file}
11854 @item @code{address}, overriding @code{user-mail-address}
11855 @item @code{name}, overriding @code{(user-full-name)}
11856 @item @code{body}
11857 @end itemize
11859 The attribute name can also be a string or a symbol.  In that case,
11860 this will be used as a header name, and the value will be inserted in
11861 the headers of the article; if the value is @code{nil}, the header
11862 name will be removed.  If the attribute name is @code{eval}, the form
11863 is evaluated, and the result is thrown away.
11865 The attribute value can be a string (used verbatim), a function with
11866 zero arguments (the return value will be used), a variable (its value
11867 will be used) or a list (it will be @code{eval}ed and the return value
11868 will be used).  The functions and sexps are called/@code{eval}ed in the
11869 message buffer that is being set up.  The headers of the current article
11870 are available through the @code{message-reply-headers} variable, which
11871 is a vector of the following headers: number subject from date id
11872 references chars lines xref extra.
11874 @vindex message-reply-headers
11876 If you wish to check whether the message you are about to compose is
11877 meant to be a news article or a mail message, you can check the values
11878 of the @code{message-news-p} and @code{message-mail-p} functions.
11880 @findex message-mail-p
11881 @findex message-news-p
11883 So here's a new example:
11885 @lisp
11886 (setq gnus-posting-styles
11887       '((".*"
11888          (signature-file "~/.signature")
11889          (name "User Name")
11890          ("X-Home-Page" (getenv "WWW_HOME"))
11891          (organization "People's Front Against MWM"))
11892         ("^rec.humor"
11893          (signature my-funny-signature-randomizer))
11894         ((equal (system-name) "gnarly")  ;; @r{A form}
11895          (signature my-quote-randomizer))
11896         (message-news-p        ;; @r{A function symbol}
11897          (signature my-news-signature))
11898         (window-system         ;; @r{A value symbol}
11899          ("X-Window-System" (format "%s" window-system)))
11900         ;; @r{If I'm replying to Larsi, set the Organization header.}
11901         ((header "from" "larsi.*org")
11902          (Organization "Somewhere, Inc."))
11903         ((posting-from-work-p) ;; @r{A user defined function}
11904          (signature-file "~/.work-signature")
11905          (address "user@@bar.foo")
11906          (body "You are fired.\n\nSincerely, your boss.")
11907          (organization "Important Work, Inc"))
11908         ("nnml:.*"
11909          (From (save-excursion
11910                  (set-buffer gnus-article-buffer)
11911                  (message-fetch-field "to"))))
11912         ("^nn.+:"
11913          (signature-file "~/.mail-signature"))))
11914 @end lisp
11916 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11917 @code{From} address in all your outgoing replies, which might be handy
11918 if you fill many roles.
11921 @node Drafts
11922 @section Drafts
11923 @cindex drafts
11925 If you are writing a message (mail or news) and suddenly remember that
11926 you have a steak in the oven (or some pesto in the food processor, you
11927 craaazy vegetarians), you'll probably wish there was a method to save
11928 the message you are writing so that you can continue editing it some
11929 other day, and send it when you feel its finished.
11931 Well, don't worry about it.  Whenever you start composing a message of
11932 some sort using the Gnus mail and post commands, the buffer you get will
11933 automatically associate to an article in a special @dfn{draft} group.
11934 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11935 article will be saved there.  (Auto-save files also go to the draft
11936 group.)
11938 @cindex nndraft
11939 @vindex nndraft-directory
11940 The draft group is a special group (which is implemented as an
11941 @code{nndraft} group, if you absolutely have to know) called
11942 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11943 @code{nndraft} is to store its files.  What makes this group special is
11944 that you can't tick any articles in it or mark any articles as
11945 read---all articles in the group are permanently unread.
11947 If the group doesn't exist, it will be created and you'll be subscribed
11948 to it.  The only way to make it disappear from the Group buffer is to
11949 unsubscribe it.  The special properties of the draft group comes from
11950 a group property (@pxref{Group Parameters}), and if lost the group
11951 behaves like any other group.  This means the commands below will not
11952 be available.  To restore the special properties of the group, the
11953 simplest way is to kill the group, using @kbd{C-k}, and restart
11954 Gnus.  The group is automatically created again with the
11955 correct parameters.  The content of the group is not lost.
11957 @c @findex gnus-dissociate-buffer-from-draft
11958 @c @kindex C-c M-d (Mail)
11959 @c @kindex C-c M-d (Post)
11960 @c @findex gnus-associate-buffer-with-draft
11961 @c @kindex C-c C-d (Mail)
11962 @c @kindex C-c C-d (Post)
11963 @c If you're writing some super-secret message that you later want to
11964 @c encode with PGP before sending, you may wish to turn the auto-saving
11965 @c (and association with the draft group) off.  You never know who might be
11966 @c interested in reading all your extremely valuable and terribly horrible
11967 @c and interesting secrets.  The @kbd{C-c M-d}
11968 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11969 @c If you change your mind and want to turn the auto-saving back on again,
11970 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11972 @c @vindex gnus-use-draft
11973 @c To leave association with the draft group off by default, set
11974 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11976 @findex gnus-draft-edit-message
11977 @kindex D e (Draft)
11978 When you want to continue editing the article, you simply enter the
11979 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11980 that.  You will be placed in a buffer where you left off.
11982 Rejected articles will also be put in this draft group (@pxref{Rejected
11983 Articles}).
11985 @findex gnus-draft-send-all-messages
11986 @kindex D s (Draft)
11987 @findex gnus-draft-send-message
11988 @kindex D S (Draft)
11989 If you have lots of rejected messages you want to post (or mail) without
11990 doing further editing, you can use the @kbd{D s} command
11991 (@code{gnus-draft-send-message}).  This command understands the
11992 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11993 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11994 in the buffer.
11996 @findex gnus-draft-toggle-sending
11997 @kindex D t (Draft)
11998 If you have some messages that you wish not to send, you can use the
11999 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
12000 as unsendable.  This is a toggling command.
12003 @node Rejected Articles
12004 @section Rejected Articles
12005 @cindex rejected articles
12007 Sometimes a news server will reject an article.  Perhaps the server
12008 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
12009 @emph{there be demons}.  Perhaps you have included too much cited text.
12010 Perhaps the disk is full.  Perhaps the server is down.
12012 These situations are, of course, totally beyond the control of Gnus.
12013 (Gnus, of course, loves the way you look, always feels great, has angels
12014 fluttering around inside of it, doesn't care about how much cited text
12015 you include, never runs full and never goes down.)  So Gnus saves these
12016 articles until some later time when the server feels better.
12018 The rejected articles will automatically be put in a special draft group
12019 (@pxref{Drafts}).  When the server comes back up again, you'd then
12020 typically enter that group and send all the articles off.
12022 @node Signing and encrypting
12023 @section Signing and encrypting
12024 @cindex using gpg
12025 @cindex using s/mime
12026 @cindex using smime
12028 Gnus can digitally sign and encrypt your messages, using vanilla
12029 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
12030 decoding such messages, see the @code{mm-verify-option} and
12031 @code{mm-decrypt-option} options (@pxref{Security}).
12033 @vindex gnus-message-replysign
12034 @vindex gnus-message-replyencrypt
12035 @vindex gnus-message-replysignencrypted
12036 Often, you would like to sign replies to people who send you signed
12037 messages.  Even more often, you might want to encrypt messages which
12038 are in reply to encrypted messages.  Gnus offers
12039 @code{gnus-message-replysign} to enable the former, and
12040 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
12041 @code{gnus-message-replysignencrypted} (on by default) will sign
12042 automatically encrypted messages.
12044 Instructing @acronym{MML} to perform security operations on a
12045 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12046 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12048 @table @kbd
12050 @item C-c C-m s s
12051 @kindex C-c C-m s s (Message)
12052 @findex mml-secure-message-sign-smime
12054 Digitally sign current message using @acronym{S/MIME}.
12056 @item C-c C-m s o
12057 @kindex C-c C-m s o (Message)
12058 @findex mml-secure-message-sign-pgp
12060 Digitally sign current message using @acronym{PGP}.
12062 @item C-c C-m s p
12063 @kindex C-c C-m s p (Message)
12064 @findex mml-secure-message-sign-pgp
12066 Digitally sign current message using @acronym{PGP/MIME}.
12068 @item C-c C-m c s
12069 @kindex C-c C-m c s (Message)
12070 @findex mml-secure-message-encrypt-smime
12072 Digitally encrypt current message using @acronym{S/MIME}.
12074 @item C-c C-m c o
12075 @kindex C-c C-m c o (Message)
12076 @findex mml-secure-message-encrypt-pgp
12078 Digitally encrypt current message using @acronym{PGP}.
12080 @item C-c C-m c p
12081 @kindex C-c C-m c p (Message)
12082 @findex mml-secure-message-encrypt-pgpmime
12084 Digitally encrypt current message using @acronym{PGP/MIME}.
12086 @item C-c C-m C-n
12087 @kindex C-c C-m C-n (Message)
12088 @findex mml-unsecure-message
12089 Remove security related @acronym{MML} tags from message.
12091 @end table
12093 @xref{Security, ,Security, message, Message Manual}, for more information.
12095 @node Select Methods
12096 @chapter Select Methods
12097 @cindex foreign groups
12098 @cindex select methods
12100 A @dfn{foreign group} is a group not read by the usual (or
12101 default) means.  It could be, for instance, a group from a different
12102 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12103 personal mail group.
12105 A foreign group (or any group, really) is specified by a @dfn{name} and
12106 a @dfn{select method}.  To take the latter first, a select method is a
12107 list where the first element says what back end to use (e.g. @code{nntp},
12108 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12109 name}.  There may be additional elements in the select method, where the
12110 value may have special meaning for the back end in question.
12112 One could say that a select method defines a @dfn{virtual server}---so
12113 we do just that (@pxref{Server Buffer}).
12115 The @dfn{name} of the group is the name the back end will recognize the
12116 group as.
12118 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12119 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12120 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12121 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12122 back end just knows this group as @samp{soc.motss}.
12124 The different methods all have their peculiarities, of course.
12126 @menu
12127 * Server Buffer::               Making and editing virtual servers.
12128 * Getting News::                Reading USENET news with Gnus.
12129 * Getting Mail::                Reading your personal mail with Gnus.
12130 * Browsing the Web::            Getting messages from a plethora of Web sources.
12131 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12132 * Other Sources::               Reading directories, files, SOUP packets.
12133 * Combined Groups::             Combining groups into one group.
12134 * Gnus Unplugged::              Reading news and mail offline.
12135 @end menu
12138 @node Server Buffer
12139 @section Server Buffer
12141 Traditionally, a @dfn{server} is a machine or a piece of software that
12142 one connects to, and then requests information from.  Gnus does not
12143 connect directly to any real servers, but does all transactions through
12144 one back end or other.  But that's just putting one layer more between
12145 the actual media and Gnus, so we might just as well say that each
12146 back end represents a virtual server.
12148 For instance, the @code{nntp} back end may be used to connect to several
12149 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12150 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12151 use, and what parameters to set by specifying a @dfn{select method}.
12153 These select method specifications can sometimes become quite
12154 complicated---say, for instance, that you want to read from the
12155 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12156 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12157 Anyway, if you had to specify that for each group that used this
12158 server, that would be too much work, so Gnus offers a way of naming
12159 select methods, which is what you do in the server buffer.
12161 To enter the server buffer, use the @kbd{^}
12162 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12164 @menu
12165 * Server Buffer Format::        You can customize the look of this buffer.
12166 * Server Commands::             Commands to manipulate servers.
12167 * Example Methods::             Examples server specifications.
12168 * Creating a Virtual Server::   An example session.
12169 * Server Variables::            Which variables to set.
12170 * Servers and Methods::         You can use server names as select methods.
12171 * Unavailable Servers::         Some servers you try to contact may be down.
12172 @end menu
12174 @vindex gnus-server-mode-hook
12175 @code{gnus-server-mode-hook} is run when creating the server buffer.
12178 @node Server Buffer Format
12179 @subsection Server Buffer Format
12180 @cindex server buffer format
12182 @vindex gnus-server-line-format
12183 You can change the look of the server buffer lines by changing the
12184 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12185 variable, with some simple extensions:
12187 @table @samp
12189 @item h
12190 How the news is fetched---the back end name.
12192 @item n
12193 The name of this server.
12195 @item w
12196 Where the news is to be fetched from---the address.
12198 @item s
12199 The opened/closed/denied status of the server.
12200 @end table
12202 @vindex gnus-server-mode-line-format
12203 The mode line can also be customized by using the
12204 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12205 Formatting}).  The following specs are understood:
12207 @table @samp
12208 @item S
12209 Server name.
12211 @item M
12212 Server method.
12213 @end table
12215 Also @pxref{Formatting Variables}.
12218 @node Server Commands
12219 @subsection Server Commands
12220 @cindex server commands
12222 @table @kbd
12224 @item a
12225 @kindex a (Server)
12226 @findex gnus-server-add-server
12227 Add a new server (@code{gnus-server-add-server}).
12229 @item e
12230 @kindex e (Server)
12231 @findex gnus-server-edit-server
12232 Edit a server (@code{gnus-server-edit-server}).
12234 @item SPACE
12235 @kindex SPACE (Server)
12236 @findex gnus-server-read-server
12237 Browse the current server (@code{gnus-server-read-server}).
12239 @item q
12240 @kindex q (Server)
12241 @findex gnus-server-exit
12242 Return to the group buffer (@code{gnus-server-exit}).
12244 @item k
12245 @kindex k (Server)
12246 @findex gnus-server-kill-server
12247 Kill the current server (@code{gnus-server-kill-server}).
12249 @item y
12250 @kindex y (Server)
12251 @findex gnus-server-yank-server
12252 Yank the previously killed server (@code{gnus-server-yank-server}).
12254 @item c
12255 @kindex c (Server)
12256 @findex gnus-server-copy-server
12257 Copy the current server (@code{gnus-server-copy-server}).
12259 @item l
12260 @kindex l (Server)
12261 @findex gnus-server-list-servers
12262 List all servers (@code{gnus-server-list-servers}).
12264 @item s
12265 @kindex s (Server)
12266 @findex gnus-server-scan-server
12267 Request that the server scan its sources for new articles
12268 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12269 servers.
12271 @item g
12272 @kindex g (Server)
12273 @findex gnus-server-regenerate-server
12274 Request that the server regenerate all its data structures
12275 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12276 a mail back end that has gotten out of sync.
12278 @end table
12281 @node Example Methods
12282 @subsection Example Methods
12284 Most select methods are pretty simple and self-explanatory:
12286 @lisp
12287 (nntp "news.funet.fi")
12288 @end lisp
12290 Reading directly from the spool is even simpler:
12292 @lisp
12293 (nnspool "")
12294 @end lisp
12296 As you can see, the first element in a select method is the name of the
12297 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12298 will.
12300 After these two elements, there may be an arbitrary number of
12301 @code{(@var{variable} @var{form})} pairs.
12303 To go back to the first example---imagine that you want to read from
12304 port 15 on that machine.  This is what the select method should
12305 look like then:
12307 @lisp
12308 (nntp "news.funet.fi" (nntp-port-number 15))
12309 @end lisp
12311 You should read the documentation to each back end to find out what
12312 variables are relevant, but here's an @code{nnmh} example:
12314 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12315 you have two structures that you wish to access: One is your private
12316 mail spool, and the other is a public one.  Here's the possible spec for
12317 your private mail:
12319 @lisp
12320 (nnmh "private" (nnmh-directory "~/private/mail/"))
12321 @end lisp
12323 (This server is then called @samp{private}, but you may have guessed
12324 that.)
12326 Here's the method for a public spool:
12328 @lisp
12329 (nnmh "public"
12330       (nnmh-directory "/usr/information/spool/")
12331       (nnmh-get-new-mail nil))
12332 @end lisp
12334 @cindex proxy
12335 @cindex firewall
12337 If you are behind a firewall and only have access to the @acronym{NNTP}
12338 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12339 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12340 Doing this can be rather fiddly, but your virtual server definition
12341 should probably look something like this:
12343 @lisp
12344 (nntp "firewall"
12345       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12346       (nntp-via-address "the.firewall.machine")
12347       (nntp-address "the.real.nntp.host")
12348       (nntp-end-of-line "\n"))
12349 @end lisp
12351 If you want to use the wonderful @code{ssh} program to provide a
12352 compressed connection over the modem line, you could add the following
12353 configuration to the example above:
12355 @lisp
12356       (nntp-via-rlogin-command "ssh")
12357 @end lisp
12359 See also @code{nntp-via-rlogin-command-switches}.
12361 If you're behind a firewall, but have direct access to the outside world
12362 through a wrapper command like "runsocks", you could open a socksified
12363 telnet connection to the news server as follows:
12365 @lisp
12366 (nntp "outside"
12367       (nntp-pre-command "runsocks")
12368       (nntp-open-connection-function nntp-open-via-telnet)
12369       (nntp-address "the.news.server")
12370       (nntp-end-of-line "\n"))
12371 @end lisp
12373 This means that you have to have set up @code{ssh-agent} correctly to
12374 provide automatic authorization, of course.  And to get a compressed
12375 connection, you have to have the @samp{Compression} option in the
12376 @code{ssh} @file{config} file.
12379 @node Creating a Virtual Server
12380 @subsection Creating a Virtual Server
12382 If you're saving lots of articles in the cache by using persistent
12383 articles, you may want to create a virtual server to read the cache.
12385 First you need to add a new server.  The @kbd{a} command does that.  It
12386 would probably be best to use @code{nnml} to read the cache.  You
12387 could also use @code{nnspool} or @code{nnmh}, though.
12389 Type @kbd{a nnml RET cache RET}.
12391 You should now have a brand new @code{nnml} virtual server called
12392 @samp{cache}.  You now need to edit it to have the right definitions.
12393 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12394 will contain the following:
12396 @lisp
12397 (nnml "cache")
12398 @end lisp
12400 Change that to:
12402 @lisp
12403 (nnml "cache"
12404          (nnml-directory "~/News/cache/")
12405          (nnml-active-file "~/News/cache/active"))
12406 @end lisp
12408 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12409 @kbd{RET} over this virtual server, you should be entered into a browse
12410 buffer, and you should be able to enter any of the groups displayed.
12413 @node Server Variables
12414 @subsection Server Variables
12415 @cindex server variables
12416 @cindex server parameters
12418 One sticky point when defining variables (both on back ends and in Emacs
12419 in general) is that some variables are typically initialized from other
12420 variables when the definition of the variables is being loaded.  If you
12421 change the ``base'' variable after the variables have been loaded, you
12422 won't change the ``derived'' variables.
12424 This typically affects directory and file variables.  For instance,
12425 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12426 directory variables are initialized from that variable, so
12427 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12428 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12429 @code{nnml-directory}---you have to explicitly set all the file
12430 variables to be what you want them to be.  For a complete list of
12431 variables for each back end, see each back end's section later in this
12432 manual, but here's an example @code{nnml} definition:
12434 @lisp
12435 (nnml "public"
12436       (nnml-directory "~/my-mail/")
12437       (nnml-active-file "~/my-mail/active")
12438       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12439 @end lisp
12441 Server variables are often called @dfn{server parameters}.
12443 @node Servers and Methods
12444 @subsection Servers and Methods
12446 Wherever you would normally use a select method
12447 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12448 when browsing a foreign server) you can use a virtual server name
12449 instead.  This could potentially save lots of typing.  And it's nice all
12450 over.
12453 @node Unavailable Servers
12454 @subsection Unavailable Servers
12456 If a server seems to be unreachable, Gnus will mark that server as
12457 @code{denied}.  That means that any subsequent attempt to make contact
12458 with that server will just be ignored.  ``It can't be opened,'' Gnus
12459 will tell you, without making the least effort to see whether that is
12460 actually the case or not.
12462 That might seem quite naughty, but it does make sense most of the time.
12463 Let's say you have 10 groups subscribed to on server
12464 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12465 away from you and the machine is quite slow, so it takes 1 minute just
12466 to find out that it refuses connection to you today.  If Gnus were to
12467 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12468 attempt to do that.  Once it has gotten a single ``connection refused'',
12469 it will regard that server as ``down''.
12471 So, what happens if the machine was only feeling unwell temporarily?
12472 How do you test to see whether the machine has come up again?
12474 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12475 with the following commands:
12477 @table @kbd
12479 @item O
12480 @kindex O (Server)
12481 @findex gnus-server-open-server
12482 Try to establish connection to the server on the current line
12483 (@code{gnus-server-open-server}).
12485 @item C
12486 @kindex C (Server)
12487 @findex gnus-server-close-server
12488 Close the connection (if any) to the server
12489 (@code{gnus-server-close-server}).
12491 @item D
12492 @kindex D (Server)
12493 @findex gnus-server-deny-server
12494 Mark the current server as unreachable
12495 (@code{gnus-server-deny-server}).
12497 @item M-o
12498 @kindex M-o (Server)
12499 @findex gnus-server-open-all-servers
12500 Open the connections to all servers in the buffer
12501 (@code{gnus-server-open-all-servers}).
12503 @item M-c
12504 @kindex M-c (Server)
12505 @findex gnus-server-close-all-servers
12506 Close the connections to all servers in the buffer
12507 (@code{gnus-server-close-all-servers}).
12509 @item R
12510 @kindex R (Server)
12511 @findex gnus-server-remove-denials
12512 Remove all marks to whether Gnus was denied connection from any servers
12513 (@code{gnus-server-remove-denials}).
12515 @item L
12516 @kindex L (Server)
12517 @findex gnus-server-offline-server
12518 Set server status to offline (@code{gnus-server-offline-server}).
12520 @end table
12523 @node Getting News
12524 @section Getting News
12525 @cindex reading news
12526 @cindex news back ends
12528 A newsreader is normally used for reading news.  Gnus currently provides
12529 only two methods of getting news---it can read from an @acronym{NNTP} server,
12530 or it can read from a local spool.
12532 @menu
12533 * NNTP::                        Reading news from an @acronym{NNTP} server.
12534 * News Spool::                  Reading news from the local spool.
12535 @end menu
12538 @node NNTP
12539 @subsection NNTP
12540 @cindex nntp
12542 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12543 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12544 server as the, uhm, address.
12546 If the @acronym{NNTP} server is located at a non-standard port, setting the
12547 third element of the select method to this port number should allow you
12548 to connect to the right port.  You'll have to edit the group info for
12549 that (@pxref{Foreign Groups}).
12551 The name of the foreign group can be the same as a native group.  In
12552 fact, you can subscribe to the same group from as many different servers
12553 you feel like.  There will be no name collisions.
12555 The following variables can be used to create a virtual @code{nntp}
12556 server:
12558 @table @code
12560 @item nntp-server-opened-hook
12561 @vindex nntp-server-opened-hook
12562 @cindex @sc{mode reader}
12563 @cindex authinfo
12564 @cindex authentification
12565 @cindex nntp authentification
12566 @findex nntp-send-authinfo
12567 @findex nntp-send-mode-reader
12568 is run after a connection has been made.  It can be used to send
12569 commands to the @acronym{NNTP} server after it has been contacted.  By
12570 default it sends the command @code{MODE READER} to the server with the
12571 @code{nntp-send-mode-reader} function.  This function should always be
12572 present in this hook.
12574 @item nntp-authinfo-function
12575 @vindex nntp-authinfo-function
12576 @findex nntp-send-authinfo
12577 @vindex nntp-authinfo-file
12578 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12579 server.  The default function is @code{nntp-send-authinfo}, which looks
12580 through your @file{~/.authinfo} (or whatever you've set the
12581 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12582 are found, it will prompt you for a login name and a password.  The
12583 format of the @file{~/.authinfo} file is (almost) the same as the
12584 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12585 manual page, but here are the salient facts:
12587 @enumerate
12588 @item
12589 The file contains one or more line, each of which define one server.
12591 @item
12592 Each line may contain an arbitrary number of token/value pairs.
12594 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12595 @samp{default}.  In addition Gnus introduces two new tokens, not present
12596 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12597 @samp{force}.  (This is the only way the @file{.authinfo} file format
12598 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12599 indicate what port on the server the credentials apply to and
12600 @samp{force} is explained below.
12602 @end enumerate
12604 Here's an example file:
12606 @example
12607 machine news.uio.no login larsi password geheimnis
12608 machine nntp.ifi.uio.no login larsi force yes
12609 @end example
12611 The token/value pairs may appear in any order; @samp{machine} doesn't
12612 have to be first, for instance.
12614 In this example, both login name and password have been supplied for the
12615 former server, while the latter has only the login name listed, and the
12616 user will be prompted for the password.  The latter also has the
12617 @samp{force} tag, which means that the authinfo will be sent to the
12618 @var{nntp} server upon connection; the default (i.e., when there is not
12619 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12620 until the @var{nntp} server asks for it.
12622 You can also add @samp{default} lines that will apply to all servers
12623 that don't have matching @samp{machine} lines.
12625 @example
12626 default force yes
12627 @end example
12629 This will force sending @samp{AUTHINFO} commands to all servers not
12630 previously mentioned.
12632 Remember to not leave the @file{~/.authinfo} file world-readable.
12634 @item nntp-server-action-alist
12635 @vindex nntp-server-action-alist
12636 This is a list of regexps to match on server types and actions to be
12637 taken when matches are made.  For instance, if you want Gnus to beep
12638 every time you connect to innd, you could say something like:
12640 @lisp
12641 (setq nntp-server-action-alist
12642       '(("innd" (ding))))
12643 @end lisp
12645 You probably don't want to do that, though.
12647 The default value is
12649 @lisp
12650 '(("nntpd 1\\.5\\.11t"
12651    (remove-hook 'nntp-server-opened-hook
12652                 'nntp-send-mode-reader)))
12653 @end lisp
12655 This ensures that Gnus doesn't send the @code{MODE READER} command to
12656 nntpd 1.5.11t, since that command chokes that server, I've been told.
12658 @item nntp-maximum-request
12659 @vindex nntp-maximum-request
12660 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12661 will collect headers by sending a series of @code{head} commands.  To
12662 speed things up, the back end sends lots of these commands without
12663 waiting for reply, and then reads all the replies.  This is controlled
12664 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12665 your network is buggy, you should set this to 1.
12667 @item nntp-connection-timeout
12668 @vindex nntp-connection-timeout
12669 If you have lots of foreign @code{nntp} groups that you connect to
12670 regularly, you're sure to have problems with @acronym{NNTP} servers not
12671 responding properly, or being too loaded to reply within reasonable
12672 time.  This is can lead to awkward problems, which can be helped
12673 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12674 that says how many seconds the @code{nntp} back end should wait for a
12675 connection before giving up.  If it is @code{nil}, which is the default,
12676 no timeouts are done.
12678 @c @item nntp-command-timeout
12679 @c @vindex nntp-command-timeout
12680 @c @cindex PPP connections
12681 @c @cindex dynamic IP addresses
12682 @c If you're running Gnus on a machine that has a dynamically assigned
12683 @c address, Gnus may become confused.  If the address of your machine
12684 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12685 @c waiting forever for replies from the server.  To help with this
12686 @c unfortunate problem, you can set this command to a number.  Gnus will
12687 @c then, if it sits waiting for a reply from the server longer than that
12688 @c number of seconds, shut down the connection, start a new one, and resend
12689 @c the command.  This should hopefully be transparent to the user.  A
12690 @c likely number is 30 seconds.
12692 @c @item nntp-retry-on-break
12693 @c @vindex nntp-retry-on-break
12694 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12695 @c hangs.  This will have much the same effect as the command timeout
12696 @c described above.
12698 @item nntp-server-hook
12699 @vindex nntp-server-hook
12700 This hook is run as the last step when connecting to an @acronym{NNTP}
12701 server.
12703 @item nntp-buggy-select
12704 @vindex nntp-buggy-select
12705 Set this to non-@code{nil} if your select routine is buggy.
12707 @item nntp-nov-is-evil
12708 @vindex nntp-nov-is-evil
12709 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12710 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12711 can be used.
12713 @item nntp-xover-commands
12714 @vindex nntp-xover-commands
12715 @cindex @acronym{NOV}
12716 @cindex XOVER
12717 List of strings used as commands to fetch @acronym{NOV} lines from a
12718 server.  The default value of this variable is @code{("XOVER"
12719 "XOVERVIEW")}.
12721 @item nntp-nov-gap
12722 @vindex nntp-nov-gap
12723 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12724 the server.  The server responds with one huge list of lines.  However,
12725 if you have read articles 2-5000 in the group, and only want to read
12726 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12727 lines that you will not need.  This variable says how
12728 big a gap between two consecutive articles is allowed to be before the
12729 @code{XOVER} request is split into several request.  Note that if your
12730 network is fast, setting this variable to a really small number means
12731 that fetching will probably be slower.  If this variable is @code{nil},
12732 @code{nntp} will never split requests.  The default is 5.
12734 @item nntp-prepare-server-hook
12735 @vindex nntp-prepare-server-hook
12736 A hook run before attempting to connect to an @acronym{NNTP} server.
12738 @item nntp-warn-about-losing-connection
12739 @vindex nntp-warn-about-losing-connection
12740 If this variable is non-@code{nil}, some noise will be made when a
12741 server closes connection.
12743 @item nntp-record-commands
12744 @vindex nntp-record-commands
12745 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12746 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12747 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12748 that doesn't seem to work.
12750 @item nntp-open-connection-function
12751 @vindex nntp-open-connection-function
12752 It is possible to customize how the connection to the nntp server will
12753 be opened.  If you specify an @code{nntp-open-connection-function}
12754 parameter, Gnus will use that function to establish the connection.
12755 Five pre-made functions are supplied.  These functions can be grouped in
12756 two categories: direct connection functions (three pre-made), and
12757 indirect ones (two pre-made).
12759 @item nntp-prepare-post-hook
12760 @vindex nntp-prepare-post-hook
12761 A hook run just before posting an article.  If there is no
12762 @code{Message-ID} header in the article and the news server provides the
12763 recommended ID, it will be added to the article before running this
12764 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12765 inhibit Gnus to add a @code{Message-ID} header, you could say:
12767 @lisp
12768 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12769 @end lisp
12771 Note that not all servers support the recommended ID.  This works for
12772 INN versions 2.3.0 and later, for instance.
12774 @item nntp-read-timeout
12775 @vindex nntp-read-timeout
12776 How long nntp should wait between checking for the end of output.
12777 Shorter values mean quicker response, but is more CPU intensive.  The
12778 default is 0.1 seconds.  If you have a slow line to the server (and
12779 don't like to see Emacs eat your available CPU power), you might set
12780 this to, say, 1.
12782 @end table
12784 @menu
12785 * Direct Functions::            Connecting directly to the server.
12786 * Indirect Functions::          Connecting indirectly to the server.
12787 * Common Variables::            Understood by several connection functions.
12788 @end menu
12791 @node Direct Functions
12792 @subsubsection Direct Functions
12793 @cindex direct connection functions
12795 These functions are called direct because they open a direct connection
12796 between your machine and the @acronym{NNTP} server.  The behavior of these
12797 functions is also affected by commonly understood variables
12798 (@pxref{Common Variables}).
12800 @table @code
12801 @findex nntp-open-network-stream
12802 @item nntp-open-network-stream
12803 This is the default, and simply connects to some port or other on the
12804 remote system.
12806 @findex nntp-open-tls-stream
12807 @item nntp-open-tls-stream
12808 Opens a connection to a server over a @dfn{secure} channel.  To use
12809 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12810 installed.  You then define a server as follows:
12812 @lisp
12813 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12814 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12816 (nntp "snews.bar.com"
12817       (nntp-open-connection-function nntp-open-tls-stream)
12818       (nntp-port-number )
12819       (nntp-address "snews.bar.com"))
12820 @end lisp
12822 @findex nntp-open-ssl-stream
12823 @item nntp-open-ssl-stream
12824 Opens a connection to a server over a @dfn{secure} channel.  To use
12825 this you must have @uref{http://www.openssl.org, OpenSSL} or
12826 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12827 then define a server as follows:
12829 @lisp
12830 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12831 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12833 (nntp "snews.bar.com"
12834       (nntp-open-connection-function nntp-open-ssl-stream)
12835       (nntp-port-number 563)
12836       (nntp-address "snews.bar.com"))
12837 @end lisp
12839 @findex nntp-open-telnet-stream
12840 @item nntp-open-telnet-stream
12841 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12842 it.  You might wonder why this function exists, since we have the
12843 default @code{nntp-open-network-stream} which would do the job.  (One
12844 of) the reason(s) is that if you are behind a firewall but have direct
12845 connections to the outside world thanks to a command wrapper like
12846 @code{runsocks}, you can use it like this:
12848 @lisp
12849 (nntp "socksified"
12850       (nntp-pre-command "runsocks")
12851       (nntp-open-connection-function nntp-open-telnet-stream)
12852       (nntp-address "the.news.server"))
12853 @end lisp
12855 With the default method, you would need to wrap your whole Emacs
12856 session, which is not a good idea.
12857 @end table
12860 @node Indirect Functions
12861 @subsubsection Indirect Functions
12862 @cindex indirect connection functions
12864 These functions are called indirect because they connect to an
12865 intermediate host before actually connecting to the @acronym{NNTP} server.
12866 All of these functions and related variables are also said to belong to
12867 the ``via'' family of connection: they're all prefixed with ``via'' to make
12868 things cleaner.  The behavior of these functions is also affected by
12869 commonly understood variables (@pxref{Common Variables}).
12871 @table @code
12872 @item nntp-open-via-rlogin-and-telnet
12873 @findex nntp-open-via-rlogin-and-telnet
12874 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12875 to the real @acronym{NNTP} server from there.  This is useful for instance if
12876 you need to connect to a firewall machine first.
12878 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12880 @table @code
12881 @item nntp-via-rlogin-command
12882 @vindex nntp-via-rlogin-command
12883 Command used to log in on the intermediate host.  The default is
12884 @samp{rsh}, but @samp{ssh} is a popular alternative.
12886 @item nntp-via-rlogin-command-switches
12887 @vindex nntp-via-rlogin-command-switches
12888 List of strings to be used as the switches to
12889 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12890 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12891 @samp{("-C")} in order to compress all data connections, otherwise set
12892 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12893 the telnet command requires a pseudo-tty allocation on an intermediate
12894 host.
12895 @end table
12897 @item nntp-open-via-telnet-and-telnet
12898 @findex nntp-open-via-telnet-and-telnet
12899 Does essentially the same, but uses @samp{telnet} instead of
12900 @samp{rlogin} to connect to the intermediate host.
12902 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12904 @table @code
12905 @item nntp-via-telnet-command
12906 @vindex nntp-via-telnet-command
12907 Command used to @code{telnet} the intermediate host.  The default is
12908 @samp{telnet}.
12910 @item nntp-via-telnet-switches
12911 @vindex nntp-via-telnet-switches
12912 List of strings to be used as the switches to the
12913 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12915 @item nntp-via-user-password
12916 @vindex nntp-via-user-password
12917 Password to use when logging in on the intermediate host.
12919 @item nntp-via-envuser
12920 @vindex nntp-via-envuser
12921 If non-@code{nil}, the intermediate @code{telnet} session (client and
12922 server both) will support the @code{ENVIRON} option and not prompt for
12923 login name.  This works for Solaris @code{telnet}, for instance.
12925 @item nntp-via-shell-prompt
12926 @vindex nntp-via-shell-prompt
12927 Regexp matching the shell prompt on the intermediate host.  The default
12928 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12930 @end table
12932 @end table
12935 Here are some additional variables that are understood by all the above
12936 functions:
12938 @table @code
12940 @item nntp-via-user-name
12941 @vindex nntp-via-user-name
12942 User name to use when connecting to the intermediate host.
12944 @item nntp-via-address
12945 @vindex nntp-via-address
12946 Address of the intermediate host to connect to.
12948 @end table
12951 @node Common Variables
12952 @subsubsection Common Variables
12954 The following variables affect the behavior of all, or several of the
12955 pre-made connection functions.  When not specified, all functions are
12956 affected.
12958 @table @code
12960 @item nntp-pre-command
12961 @vindex nntp-pre-command
12962 A command wrapper to use when connecting through a non native
12963 connection function (all except @code{nntp-open-network-stream},
12964 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
12965 where you would put a @samp{SOCKS} wrapper for instance.
12967 @item nntp-address
12968 @vindex nntp-address
12969 The address of the @acronym{NNTP} server.
12971 @item nntp-port-number
12972 @vindex nntp-port-number
12973 Port number to connect to the @acronym{NNTP} server.  The default is
12974 @samp{nntp}.  If you use @acronym{NNTP} over
12975 @acronym{tls}/@acronym{ssl}, you may want to use integer ports rather
12976 than named ports (i.e, use @samp{563} instead of @samp{snews} or
12977 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
12978 not work with named ports.
12980 @item nntp-end-of-line
12981 @vindex nntp-end-of-line
12982 String to use as end-of-line marker when talking to the @acronym{NNTP}
12983 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12984 using a non native connection function.
12986 @item nntp-telnet-command
12987 @vindex nntp-telnet-command
12988 Command to use when connecting to the @acronym{NNTP} server through
12989 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
12990 just for the real @acronym{NNTP} server.  The default is
12991 @samp{telnet}.
12993 @item nntp-telnet-switches
12994 @vindex nntp-telnet-switches
12995 A list of switches to pass to @code{nntp-telnet-command}.  The default
12996 is @samp{("-8")}.
12998 @end table
13001 @node News Spool
13002 @subsection News Spool
13003 @cindex nnspool
13004 @cindex news spool
13006 Subscribing to a foreign group from the local spool is extremely easy,
13007 and might be useful, for instance, to speed up reading groups that
13008 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13009 instance.
13011 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13012 anything else) as the address.
13014 If you have access to a local spool, you should probably use that as the
13015 native select method (@pxref{Finding the News}).  It is normally faster
13016 than using an @code{nntp} select method, but might not be.  It depends.
13017 You just have to try to find out what's best at your site.
13019 @table @code
13021 @item nnspool-inews-program
13022 @vindex nnspool-inews-program
13023 Program used to post an article.
13025 @item nnspool-inews-switches
13026 @vindex nnspool-inews-switches
13027 Parameters given to the inews program when posting an article.
13029 @item nnspool-spool-directory
13030 @vindex nnspool-spool-directory
13031 Where @code{nnspool} looks for the articles.  This is normally
13032 @file{/usr/spool/news/}.
13034 @item nnspool-nov-directory
13035 @vindex nnspool-nov-directory
13036 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13037 @file{/usr/spool/news/over.view/}.
13039 @item nnspool-lib-dir
13040 @vindex nnspool-lib-dir
13041 Where the news lib dir is (@file{/usr/lib/news/} by default).
13043 @item nnspool-active-file
13044 @vindex nnspool-active-file
13045 The name of the active file.
13047 @item nnspool-newsgroups-file
13048 @vindex nnspool-newsgroups-file
13049 The name of the group descriptions file.
13051 @item nnspool-history-file
13052 @vindex nnspool-history-file
13053 The name of the news history file.
13055 @item nnspool-active-times-file
13056 @vindex nnspool-active-times-file
13057 The name of the active date file.
13059 @item nnspool-nov-is-evil
13060 @vindex nnspool-nov-is-evil
13061 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13062 that it finds.
13064 @item nnspool-sift-nov-with-sed
13065 @vindex nnspool-sift-nov-with-sed
13066 @cindex sed
13067 If non-@code{nil}, which is the default, use @code{sed} to get the
13068 relevant portion from the overview file.  If @code{nil},
13069 @code{nnspool} will load the entire file into a buffer and process it
13070 there.
13072 @end table
13075 @node Getting Mail
13076 @section Getting Mail
13077 @cindex reading mail
13078 @cindex mail
13080 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13081 course.
13083 @menu
13084 * Mail in a Newsreader::        Important introductory notes.
13085 * Getting Started Reading Mail::  A simple cookbook example.
13086 * Splitting Mail::              How to create mail groups.
13087 * Mail Sources::                How to tell Gnus where to get mail from.
13088 * Mail Back End Variables::     Variables for customizing mail handling.
13089 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13090 * Group Mail Splitting::        Use group customize to drive mail splitting.
13091 * Incorporating Old Mail::      What about the old mail you have?
13092 * Expiring Mail::               Getting rid of unwanted mail.
13093 * Washing Mail::                Removing cruft from the mail you get.
13094 * Duplicates::                  Dealing with duplicated mail.
13095 * Not Reading Mail::            Using mail back ends for reading other files.
13096 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13097 @end menu
13100 @node Mail in a Newsreader
13101 @subsection Mail in a Newsreader
13103 If you are used to traditional mail readers, but have decided to switch
13104 to reading mail with Gnus, you may find yourself experiencing something
13105 of a culture shock.
13107 Gnus does not behave like traditional mail readers.  If you want to make
13108 it behave that way, you can, but it's an uphill battle.
13110 Gnus, by default, handles all its groups using the same approach.  This
13111 approach is very newsreaderly---you enter a group, see the new/unread
13112 messages, and when you read the messages, they get marked as read, and
13113 you don't see them any more.  (Unless you explicitly ask for them.)
13115 In particular, you do not do anything explicitly to delete messages.
13117 Does this mean that all the messages that have been marked as read are
13118 deleted?  How awful!
13120 But, no, it means that old messages are @dfn{expired} according to some
13121 scheme or other.  For news messages, the expire process is controlled by
13122 the news administrator; for mail, the expire process is controlled by
13123 you.  The expire process for mail is covered in depth in @ref{Expiring
13124 Mail}.
13126 What many Gnus users find, after using it a while for both news and
13127 mail, is that the transport mechanism has very little to do with how
13128 they want to treat a message.
13130 Many people subscribe to several mailing lists.  These are transported
13131 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13132 answering, or even reading these messages very carefully.  We may not
13133 need to save them because if we should need to read one again, they are
13134 archived somewhere else.
13136 Some people have local news groups which have only a handful of readers.
13137 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13138 to read and answer a large fraction of the messages very carefully in
13139 order to do our work.  And there may not be an archive, so we may need
13140 to save the interesting messages the same way we would personal mail.
13142 The important distinction turns out to be not the transport mechanism,
13143 but other factors such as how interested we are in the subject matter,
13144 or how easy it is to retrieve the message if we need to read it again.
13146 Gnus provides many options for sorting mail into ``groups'' which behave
13147 like newsgroups, and for treating each group (whether mail or news)
13148 differently.
13150 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13151 that Gnus should grow up and be a male, er, mail reader.  It is possible
13152 to whip Gnus into a more mailreaderly being, but, as said before, it's
13153 not easy.  People who prefer proper mail readers should try @sc{vm}
13154 instead, which is an excellent, and proper, mail reader.
13156 I don't mean to scare anybody off, but I want to make it clear that you
13157 may be required to learn a new way of thinking about messages.  After
13158 you've been subjected to The Gnus Way, you will come to love it.  I can
13159 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13160 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13161 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13162 You Do.)
13165 @node Getting Started Reading Mail
13166 @subsection Getting Started Reading Mail
13168 It's quite easy to use Gnus to read your new mail.  You just plonk the
13169 mail back end of your choice into @code{gnus-secondary-select-methods},
13170 and things will happen automatically.
13172 For instance, if you want to use @code{nnml} (which is a ``one file per
13173 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13175 @lisp
13176 (setq gnus-secondary-select-methods '((nnml "")))
13177 @end lisp
13179 Now, the next time you start Gnus, this back end will be queried for new
13180 articles, and it will move all the messages in your spool file to its
13181 directory, which is @file{~/Mail/} by default.  The new group that will
13182 be created (@samp{mail.misc}) will be subscribed, and you can read it
13183 like any other group.
13185 You will probably want to split the mail into several groups, though:
13187 @lisp
13188 (setq nnmail-split-methods
13189       '(("junk" "^From:.*Lars Ingebrigtsen")
13190         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13191         ("other" "")))
13192 @end lisp
13194 This will result in three new @code{nnml} mail groups being created:
13195 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13196 mail that doesn't fit into the first two groups will be placed in the
13197 last group.
13199 This should be sufficient for reading mail with Gnus.  You might want to
13200 give the other sections in this part of the manual a perusal, though.
13201 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13204 @node Splitting Mail
13205 @subsection Splitting Mail
13206 @cindex splitting mail
13207 @cindex mail splitting
13208 @cindex mail filtering (splitting)
13210 @vindex nnmail-split-methods
13211 The @code{nnmail-split-methods} variable says how the incoming mail is
13212 to be split into groups.
13214 @lisp
13215 (setq nnmail-split-methods
13216   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13217     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13218     ("mail.other" "")))
13219 @end lisp
13221 This variable is a list of lists, where the first element of each of
13222 these lists is the name of the mail group (they do not have to be called
13223 something beginning with @samp{mail}, by the way), and the second
13224 element is a regular expression used on the header of each mail to
13225 determine if it belongs in this mail group.  The first string may
13226 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13227 insert sub-expressions from the matched text.  For instance:
13229 @lisp
13230 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13231 @end lisp
13233 @noindent
13234 In that case, @code{nnmail-split-lowercase-expanded} controls whether
13235 the inserted text should be made lowercase.  @xref{Fancy Mail Splitting}.
13237 The second element can also be a function.  In that case, it will be
13238 called narrowed to the headers with the first element of the rule as the
13239 argument.  It should return a non-@code{nil} value if it thinks that the
13240 mail belongs in that group.
13242 @cindex @samp{bogus} group
13243 The last of these groups should always be a general one, and the regular
13244 expression should @emph{always} be @samp{""} so that it matches any mails
13245 that haven't been matched by any of the other regexps.  (These rules are
13246 processed from the beginning of the alist toward the end.  The first rule
13247 to make a match will ``win'', unless you have crossposting enabled.  In
13248 that case, all matching rules will ``win''.)  If no rule matched, the mail
13249 will end up in the @samp{bogus} group.  When new groups are created by
13250 splitting mail, you may want to run @code{gnus-group-find-new-groups} to
13251 see the new groups.  This also applies to the @samp{bogus} group.
13253 If you like to tinker with this yourself, you can set this variable to a
13254 function of your choice.  This function will be called without any
13255 arguments in a buffer narrowed to the headers of an incoming mail
13256 message.  The function should return a list of group names that it
13257 thinks should carry this mail message.
13259 Note that the mail back ends are free to maul the poor, innocent,
13260 incoming headers all they want to.  They all add @code{Lines} headers;
13261 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13262 @code{From<SPACE>} line to something else.
13264 @vindex nnmail-crosspost
13265 The mail back ends all support cross-posting.  If several regexps match,
13266 the mail will be ``cross-posted'' to all those groups.
13267 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13268 that no articles are crossposted to the general (@samp{""}) group.
13270 @vindex nnmail-crosspost-link-function
13271 @cindex crosspost
13272 @cindex links
13273 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13274 the crossposted articles.  However, not all file systems support hard
13275 links.  If that's the case for you, set
13276 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13277 variable is @code{add-name-to-file} by default.)
13279 @kindex M-x nnmail-split-history
13280 @findex nnmail-split-history
13281 If you wish to see where the previous mail split put the messages, you
13282 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13283 where re-spooling messages would put the messages, you can use
13284 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13285 Group Commands}).
13287 @vindex nnmail-split-header-length-limit
13288 Header lines longer than the value of
13289 @code{nnmail-split-header-length-limit} are excluded from the split
13290 function.
13292 @vindex nnmail-mail-splitting-charset
13293 @vindex nnmail-mail-splitting-decodes
13294 By default the splitting codes @acronym{MIME} decodes headers so you
13295 can match on non-@acronym{ASCII} strings.  The
13296 @code{nnmail-mail-splitting-charset} variable specifies the default
13297 charset for decoding.  The behavior can be turned off completely by
13298 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13299 useful if you want to match articles based on the raw header data.
13301 @vindex nnmail-resplit-incoming
13302 By default, splitting is performed on all incoming messages.  If you
13303 specify a @code{directory} entry for the variable @code{mail-sources}
13304 (@pxref{Mail Source Specifiers}), however, then splitting does
13305 @emph{not} happen by default.  You can set the variable
13306 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13307 splitting happen even in this case.  (This variable has no effect on
13308 other kinds of entries.)
13310 Gnus gives you all the opportunity you could possibly want for shooting
13311 yourself in the foot.  Let's say you create a group that will contain
13312 all the mail you get from your boss.  And then you accidentally
13313 unsubscribe from the group.  Gnus will still put all the mail from your
13314 boss in the unsubscribed group, and so, when your boss mails you ``Have
13315 that report ready by Monday or you're fired!'', you'll never see it and,
13316 come Tuesday, you'll still believe that you're gainfully employed while
13317 you really should be out collecting empty bottles to save up for next
13318 month's rent money.
13321 @node Mail Sources
13322 @subsection Mail Sources
13324 Mail can be gotten from many different sources---the mail spool, from
13325 a @acronym{POP} mail server, from a procmail directory, or from a
13326 maildir, for instance.
13328 @menu
13329 * Mail Source Specifiers::      How to specify what a mail source is.
13330 * Mail Source Customization::   Some variables that influence things.
13331 * Fetching Mail::               Using the mail source specifiers.
13332 @end menu
13335 @node Mail Source Specifiers
13336 @subsubsection Mail Source Specifiers
13337 @cindex POP
13338 @cindex mail server
13339 @cindex procmail
13340 @cindex mail spool
13341 @cindex mail source
13343 You tell Gnus how to fetch mail by setting @code{mail-sources}
13344 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13346 Here's an example:
13348 @lisp
13349 (pop :server "pop3.mailserver.com" :user "myname")
13350 @end lisp
13352 As can be observed, a mail source specifier is a list where the first
13353 element is a @dfn{mail source type}, followed by an arbitrary number of
13354 @dfn{keywords}.  Keywords that are not explicitly specified are given
13355 default values.
13357 The following mail source types are available:
13359 @table @code
13360 @item file
13361 Get mail from a single file; typically from the mail spool.
13363 Keywords:
13365 @table @code
13366 @item :path
13367 The file name.  Defaults to the value of the @env{MAIL}
13368 environment variable or the value of @code{rmail-spool-directory}
13369 (usually something like @file{/usr/mail/spool/user-name}).
13371 @item :prescript
13372 @itemx :postscript
13373 Script run before/after fetching mail.
13374 @end table
13376 An example file mail source:
13378 @lisp
13379 (file :path "/usr/spool/mail/user-name")
13380 @end lisp
13382 Or using the default file name:
13384 @lisp
13385 (file)
13386 @end lisp
13388 If the mail spool file is not located on the local machine, it's best
13389 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13390 You can not use ange-ftp file names here---it has no way to lock the
13391 mail spool while moving the mail.
13393 If it's impossible to set up a proper server, you can use ssh instead.
13395 @lisp
13396 (setq mail-sources
13397       '((file :prescript "ssh host bin/getmail >%t")))
13398 @end lisp
13400 The @samp{getmail} script would look something like the following:
13402 @example
13403 #!/bin/sh
13404 #  getmail - move mail from spool to stdout
13405 #  flu@@iki.fi
13407 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13408 TMP=$HOME/Mail/tmp
13409 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13410 @end example
13412 Alter this script to fit find the @samp{movemail} you want to use.
13415 @item directory
13416 @vindex nnmail-scan-directory-mail-source-once
13417 Get mail from several files in a directory.  This is typically used
13418 when you have procmail split the incoming mail into several files.
13419 That is, there is a one-to-one correspondence between files in that
13420 directory and groups, so that mail from the file @file{foo.bar.spool}
13421 will be put in the group @code{foo.bar}.  (You can change the suffix
13422 to be used instead of @code{.spool}.)  Setting
13423 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13424 Gnus to scan the mail source only once.  This is particularly useful
13425 if you want to scan mail groups at a specified level.
13427 @vindex nnmail-resplit-incoming
13428 There is also the variable @code{nnmail-resplit-incoming}, if you set
13429 that to a non-@code{nil} value, then the normal splitting process is
13430 applied to all the files from the directory, @ref{Splitting Mail}.
13432 Keywords:
13434 @table @code
13435 @item :path
13436 The name of the directory where the files are.  There is no default
13437 value.
13439 @item :suffix
13440 Only files ending with this suffix are used.  The default is
13441 @samp{.spool}.
13443 @item :predicate
13444 Only files that have this predicate return non-@code{nil} are returned.
13445 The default is @code{identity}.  This is used as an additional
13446 filter---only files that have the right suffix @emph{and} satisfy this
13447 predicate are considered.
13449 @item :prescript
13450 @itemx :postscript
13451 Script run before/after fetching mail.
13453 @end table
13455 An example directory mail source:
13457 @lisp
13458 (directory :path "/home/user-name/procmail-dir/"
13459            :suffix ".prcml")
13460 @end lisp
13462 @item pop
13463 Get mail from a @acronym{POP} server.
13465 Keywords:
13467 @table @code
13468 @item :server
13469 The name of the @acronym{POP} server.  The default is taken from the
13470 @env{MAILHOST} environment variable.
13472 @item :port
13473 The port number of the @acronym{POP} server.  This can be a number (eg,
13474 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13475 string, it should be a service name as listed in @file{/etc/services} on
13476 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13477 need to specify it as @samp{"pop-3"} instead.
13479 @item :user
13480 The user name to give to the @acronym{POP} server.  The default is the login
13481 name.
13483 @item :password
13484 The password to give to the @acronym{POP} server.  If not specified,
13485 the user is prompted.
13487 @item :program
13488 The program to use to fetch mail from the @acronym{POP} server.  This
13489 should be a @code{format}-like string.  Here's an example:
13491 @example
13492 fetchmail %u@@%s -P %p %t
13493 @end example
13495 The valid format specifier characters are:
13497 @table @samp
13498 @item t
13499 The name of the file the mail is to be moved to.  This must always be
13500 included in this string.
13502 @item s
13503 The name of the server.
13505 @item P
13506 The port number of the server.
13508 @item u
13509 The user name to use.
13511 @item p
13512 The password to use.
13513 @end table
13515 The values used for these specs are taken from the values you give the
13516 corresponding keywords.
13518 @item :prescript
13519 A script to be run before fetching the mail.  The syntax is the same as
13520 the @code{:program} keyword.  This can also be a function to be run.
13522 @item :postscript
13523 A script to be run after fetching the mail.  The syntax is the same as
13524 the @code{:program} keyword.  This can also be a function to be run.
13526 @item :function
13527 The function to use to fetch mail from the @acronym{POP} server.  The
13528 function is called with one parameter---the name of the file where the
13529 mail should be moved to.
13531 @item :authentication
13532 This can be either the symbol @code{password} or the symbol @code{apop}
13533 and says what authentication scheme to use.  The default is
13534 @code{password}.
13536 @end table
13538 @vindex pop3-movemail
13539 @vindex pop3-leave-mail-on-server
13540 If the @code{:program} and @code{:function} keywords aren't specified,
13541 @code{pop3-movemail} will be used.  If the
13542 @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be
13543 left on the @acronym{POP} server after fetching when using
13544 @code{pop3-movemail}.  Note that POP servers maintain no state
13545 information between sessions, so what the client believes is there and
13546 what is actually there may not match up.  If they do not, then the whole
13547 thing can fall apart and leave you with a corrupt mailbox.
13549 Here are some examples.  Fetch from the default @acronym{POP} server,
13550 using the default user name, and default fetcher:
13552 @lisp
13553 (pop)
13554 @end lisp
13556 Fetch from a named server with a named user and password:
13558 @lisp
13559 (pop :server "my.pop.server"
13560      :user "user-name" :password "secret")
13561 @end lisp
13563 Use @samp{movemail} to move the mail:
13565 @lisp
13566 (pop :program "movemail po:%u %t %p")
13567 @end lisp
13569 @item maildir
13570 Get mail from a maildir.  This is a type of mailbox that is supported by
13571 at least qmail and postfix, where each file in a special directory
13572 contains exactly one mail.
13574 Keywords:
13576 @table @code
13577 @item :path
13578 The name of the directory where the mails are stored.  The default is
13579 taken from the @env{MAILDIR} environment variable or
13580 @file{~/Maildir/}.
13581 @item :subdirs
13582 The subdirectories of the Maildir.  The default is
13583 @samp{("new" "cur")}.
13585 @c If you sometimes look at your mail through a pop3 daemon before fetching
13586 @c them with Gnus, you may also have to fetch your mails from the
13587 @c @code{cur} directory inside the maildir, like in the first example
13588 @c below.
13590 You can also get mails from remote hosts (because maildirs don't suffer
13591 from locking problems).
13593 @end table
13595 Two example maildir mail sources:
13597 @lisp
13598 (maildir :path "/home/user-name/Maildir/"
13599          :subdirs ("cur" "new"))
13600 @end lisp
13602 @lisp
13603 (maildir :path "/user@@remotehost.org:~/Maildir/"
13604          :subdirs ("new"))
13605 @end lisp
13607 @item imap
13608 Get mail from a @acronym{IMAP} server.  If you don't want to use
13609 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13610 with nnimap), for some reason or other, Gnus let you treat it similar
13611 to a @acronym{POP} server and fetches articles from a given
13612 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13614 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13615 may need external programs and libraries, @xref{IMAP}.
13617 Keywords:
13619 @table @code
13620 @item :server
13621 The name of the @acronym{IMAP} server.  The default is taken from the
13622 @env{MAILHOST} environment variable.
13624 @item :port
13625 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13626 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13628 @item :user
13629 The user name to give to the @acronym{IMAP} server.  The default is the login
13630 name.
13632 @item :password
13633 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13634 prompted.
13636 @item :stream
13637 What stream to use for connecting to the server, this is one of the
13638 symbols in @code{imap-stream-alist}.  Right now, this means
13639 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13640 @samp{ssl}, @samp{shell} or the default @samp{network}.
13642 @item :authentication
13643 Which authenticator to use for authenticating to the server, this is
13644 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13645 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13646 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13648 @item :program
13649 When using the `shell' :stream, the contents of this variable is
13650 mapped into the @code{imap-shell-program} variable.  This should be a
13651 @code{format}-like string (or list of strings).  Here's an example:
13653 @example
13654 ssh %s imapd
13655 @end example
13657 The valid format specifier characters are:
13659 @table @samp
13660 @item s
13661 The name of the server.
13663 @item l
13664 User name from @code{imap-default-user}.
13666 @item p
13667 The port number of the server.
13668 @end table
13670 The values used for these specs are taken from the values you give the
13671 corresponding keywords.
13673 @item :mailbox
13674 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13675 which normally is the mailbox which receive incoming mail.
13677 @item :predicate
13678 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13679 UNDELETED}, is probably the best choice for most people, but if you
13680 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13681 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13682 Then all articles in the mailbox is fetched, no matter what.  For a
13683 complete list of predicates, see RFC 2060 section 6.4.4.
13685 @item :fetchflag
13686 How to flag fetched articles on the server, the default @samp{\Deleted}
13687 will mark them as deleted, an alternative would be @samp{\Seen} which
13688 would simply mark them as read.  These are the two most likely choices,
13689 but more flags are defined in RFC 2060 section 2.3.2.
13691 @item :dontexpunge
13692 If non-@code{nil}, don't remove all articles marked as deleted in the
13693 mailbox after finishing the fetch.
13695 @end table
13697 An example @acronym{IMAP} mail source:
13699 @lisp
13700 (imap :server "mail.mycorp.com"
13701       :stream kerberos4
13702       :fetchflag "\\Seen")
13703 @end lisp
13705 @item webmail
13706 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13707 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13708 @uref{http://mail.yahoo.com/}.
13710 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13711 required for url "4.0pre.46".
13713 WARNING: Mails may be lost.  NO WARRANTY.
13715 Keywords:
13717 @table @code
13718 @item :subtype
13719 The type of the webmail server.  The default is @code{hotmail}.  The
13720 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13722 @item :user
13723 The user name to give to the webmail server.  The default is the login
13724 name.
13726 @item :password
13727 The password to give to the webmail server.  If not specified, the user is
13728 prompted.
13730 @item :dontexpunge
13731 If non-@code{nil}, only fetch unread articles and don't move them to
13732 trash folder after finishing the fetch.
13734 @end table
13736 An example webmail source:
13738 @lisp
13739 (webmail :subtype 'hotmail
13740          :user "user-name"
13741          :password "secret")
13742 @end lisp
13743 @end table
13745 @table @dfn
13746 @item Common Keywords
13747 Common keywords can be used in any type of mail source.
13749 Keywords:
13751 @table @code
13752 @item :plugged
13753 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13754 use directory source to get mail, you can specify it as in this
13755 example:
13757 @lisp
13758 (setq mail-sources
13759       '((directory :path "/home/pavel/.Spool/"
13760                    :suffix ""
13761                    :plugged t)))
13762 @end lisp
13764 Gnus will then fetch your mail even when you are unplugged.  This is
13765 useful when you use local mail and news.
13767 @end table
13768 @end table
13770 @subsubsection Function Interface
13772 Some of the above keywords specify a Lisp function to be executed.
13773 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13774 the value of the keyword while the function is executing.  For example,
13775 consider the following mail-source setting:
13777 @lisp
13778 (setq mail-sources '((pop :user "jrl"
13779                           :server "pophost" :function fetchfunc)))
13780 @end lisp
13782 While the function @code{fetchfunc} is executing, the symbol @code{user}
13783 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13784 @code{"pophost"}.  The symbols @code{port}, @code{password},
13785 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13786 and @code{authentication} are also bound (to their default values).
13788 See above for a list of keywords for each type of mail source.
13791 @node Mail Source Customization
13792 @subsubsection Mail Source Customization
13794 The following is a list of variables that influence how the mail is
13795 fetched.  You would normally not need to set or change any of these
13796 variables.
13798 @table @code
13799 @item mail-source-crash-box
13800 @vindex mail-source-crash-box
13801 File where mail will be stored while processing it.  The default is@*
13802 @file{~/.emacs-mail-crash-box}.
13804 @item mail-source-delete-incoming
13805 @vindex mail-source-delete-incoming
13806 If non-@code{nil}, delete incoming files after handling them.  If
13807 @code{t}, delete the files immediately, if @code{nil}, never delete any
13808 files.  If a positive number, delete files older than number of days
13809 (This will only happen, when receiving new mail).  You may also set
13810 @code{mail-source-delete-incoming} to @code{nil} and call
13811 @code{mail-source-delete-old-incoming} from a hook or interactively.
13813 @item mail-source-delete-old-incoming-confirm
13814 @vindex mail-source-delete-old-incoming-confirm
13815 If non-@code{nil}, ask for for confirmation before deleting old incoming
13816 files.  This variable only applies when
13817 @code{mail-source-delete-incoming} is a positive number.
13819 @item mail-source-ignore-errors
13820 @vindex mail-source-ignore-errors
13821 If non-@code{nil}, ignore errors when reading mail from a mail source.
13823 @item mail-source-directory
13824 @vindex mail-source-directory
13825 Directory where incoming mail source files (if any) will be stored.  The
13826 default is @file{~/Mail/}.  At present, the only thing this is used for
13827 is to say where the incoming files will be stored if the variable
13828 @code{mail-source-delete-incoming} is @code{nil} or a number.
13830 @item mail-source-incoming-file-prefix
13831 @vindex mail-source-incoming-file-prefix
13832 Prefix for file name for storing incoming mail.  The default is
13833 @file{Incoming}, in which case files will end up with names like
13834 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13835 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13837 @item mail-source-default-file-modes
13838 @vindex mail-source-default-file-modes
13839 All new mail files will get this file mode.  The default is 384.
13841 @item mail-source-movemail-program
13842 @vindex mail-source-movemail-program
13843 If non-@code{nil}, name of program for fetching new mail.  If
13844 @code{nil}, @code{movemail} in @var{exec-directory}.
13846 @end table
13849 @node Fetching Mail
13850 @subsubsection Fetching Mail
13852 @vindex mail-sources
13853 @vindex nnmail-spool-file
13854 The way to actually tell Gnus where to get new mail from is to set
13855 @code{mail-sources} to a list of mail source specifiers
13856 (@pxref{Mail Source Specifiers}).
13858 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13859 @code{nil}, the mail back ends will never attempt to fetch mail by
13860 themselves.
13862 If you want to fetch mail both from your local spool as well as a
13863 @acronym{POP} mail server, you'd say something like:
13865 @lisp
13866 (setq mail-sources
13867       '((file)
13868         (pop :server "pop3.mail.server"
13869              :password "secret")))
13870 @end lisp
13872 Or, if you don't want to use any of the keyword defaults:
13874 @lisp
13875 (setq mail-sources
13876       '((file :path "/var/spool/mail/user-name")
13877         (pop :server "pop3.mail.server"
13878              :user "user-name"
13879              :port "pop3"
13880              :password "secret")))
13881 @end lisp
13884 When you use a mail back end, Gnus will slurp all your mail from your
13885 inbox and plonk it down in your home directory.  Gnus doesn't move any
13886 mail if you're not using a mail back end---you have to do a lot of magic
13887 invocations first.  At the time when you have finished drawing the
13888 pentagram, lightened the candles, and sacrificed the goat, you really
13889 shouldn't be too surprised when Gnus moves your mail.
13893 @node Mail Back End Variables
13894 @subsection Mail Back End Variables
13896 These variables are (for the most part) pertinent to all the various
13897 mail back ends.
13899 @table @code
13900 @vindex nnmail-read-incoming-hook
13901 @item nnmail-read-incoming-hook
13902 The mail back ends all call this hook after reading new mail.  You can
13903 use this hook to notify any mail watch programs, if you want to.
13905 @vindex nnmail-split-hook
13906 @item nnmail-split-hook
13907 @findex gnus-article-decode-encoded-words
13908 @cindex RFC 1522 decoding
13909 @cindex RFC 2047 decoding
13910 Hook run in the buffer where the mail headers of each message is kept
13911 just before the splitting based on these headers is done.  The hook is
13912 free to modify the buffer contents in any way it sees fit---the buffer
13913 is discarded after the splitting has been done, and no changes performed
13914 in the buffer will show up in any files.
13915 @code{gnus-article-decode-encoded-words} is one likely function to add
13916 to this hook.
13918 @vindex nnmail-pre-get-new-mail-hook
13919 @vindex nnmail-post-get-new-mail-hook
13920 @item nnmail-pre-get-new-mail-hook
13921 @itemx nnmail-post-get-new-mail-hook
13922 These are two useful hooks executed when treating new incoming
13923 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13924 starting to handle the new mail) and
13925 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13926 is done).  Here's and example of using these two hooks to change the
13927 default file modes the new mail files get:
13929 @lisp
13930 (add-hook 'nnmail-pre-get-new-mail-hook
13931           (lambda () (set-default-file-modes 511)))
13933 (add-hook 'nnmail-post-get-new-mail-hook
13934           (lambda () (set-default-file-modes 551)))
13935 @end lisp
13937 @item nnmail-use-long-file-names
13938 @vindex nnmail-use-long-file-names
13939 If non-@code{nil}, the mail back ends will use long file and directory
13940 names.  Groups like @samp{mail.misc} will end up in directories
13941 (assuming use of @code{nnml} back end) or files (assuming use of
13942 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13943 the same group will end up in @file{mail/misc}.
13945 @item nnmail-delete-file-function
13946 @vindex nnmail-delete-file-function
13947 @findex delete-file
13948 Function called to delete files.  It is @code{delete-file} by default.
13950 @item nnmail-cache-accepted-message-ids
13951 @vindex nnmail-cache-accepted-message-ids
13952 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13953 the back end (via @code{Gcc}, for instance) into the mail duplication
13954 discovery cache.  The default is @code{nil}.
13956 @item nnmail-cache-ignore-groups
13957 @vindex nnmail-cache-ignore-groups
13958 This can be a regular expression or a list of regular expressions.
13959 Group names that match any of the regular expressions will never be
13960 recorded in the @code{Message-ID} cache.
13962 This can be useful, for example, when using Fancy Splitting
13963 (@pxref{Fancy Mail Splitting}) together with the function
13964 @code{nnmail-split-fancy-with-parent}.
13966 @end table
13969 @node Fancy Mail Splitting
13970 @subsection Fancy Mail Splitting
13971 @cindex mail splitting
13972 @cindex fancy mail splitting
13974 @vindex nnmail-split-fancy
13975 @findex nnmail-split-fancy
13976 If the rather simple, standard method for specifying how to split mail
13977 doesn't allow you to do what you want, you can set
13978 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13979 play with the @code{nnmail-split-fancy} variable.
13981 Let's look at an example value of this variable first:
13983 @lisp
13984 ;; @r{Messages from the mailer daemon are not crossposted to any of}
13985 ;; @r{the ordinary groups.  Warnings are put in a separate group}
13986 ;; @r{from real errors.}
13987 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13988                    "mail.misc"))
13989    ;; @r{Non-error messages are crossposted to all relevant}
13990    ;; @r{groups, but we don't crosspost between the group for the}
13991    ;; @r{(ding) list and the group for other (ding) related mail.}
13992    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13993          ("subject" "ding" "ding.misc"))
13994       ;; @r{Other mailing lists@dots{}}
13995       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13996       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13997       ;; @r{Both lists below have the same suffix, so prevent}
13998       ;; @r{cross-posting to mkpkg.list of messages posted only to}
13999       ;; @r{the bugs- list, but allow cross-posting when the}
14000       ;; @r{message was really cross-posted.}
14001       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
14002       (any "mypackage@@somewhere" - "bugs-mypackage" "mypkg.list")
14003       ;; @r{People@dots{}}
14004       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
14005    ;; @r{Unmatched mail goes to the catch all group.}
14006    "misc.misc")
14007 @end lisp
14009 This variable has the format of a @dfn{split}.  A split is a
14010 (possibly) recursive structure where each split may contain other
14011 splits.  Here are the possible split syntaxes:
14013 @table @code
14015 @item group
14016 If the split is a string, that will be taken as a group name.  Normal
14017 regexp match expansion will be done.  See below for examples.
14019 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14020 If the split is a list, the first element of which is a string, then
14021 store the message as specified by @var{split}, if header @var{field}
14022 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14023 (yet another regexp) matches some string after @var{field} and before
14024 the end of the matched @var{value}, the @var{split} is ignored.  If
14025 none of the @var{restrict} clauses match, @var{split} is processed.
14027 @item (| @var{split} @dots{})
14028 If the split is a list, and the first element is @code{|} (vertical
14029 bar), then process each @var{split} until one of them matches.  A
14030 @var{split} is said to match if it will cause the mail message to be
14031 stored in one or more groups.
14033 @item (& @var{split} @dots{})
14034 If the split is a list, and the first element is @code{&}, then
14035 process all @var{split}s in the list.
14037 @item junk
14038 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14039 this message.  Use with extreme caution.
14041 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14042 If the split is a list, and the first element is @samp{:}, then the
14043 second element will be called as a function with @var{args} given as
14044 arguments.  The function should return a @var{split}.
14046 @cindex body split
14047 For instance, the following function could be used to split based on the
14048 body of the messages:
14050 @lisp
14051 (defun split-on-body ()
14052   (save-excursion
14053     (save-restriction
14054       (widen)
14055       (goto-char (point-min))
14056       (when (re-search-forward "Some.*string" nil t)
14057         "string.group"))))
14058 @end lisp
14060 The buffer is narrowed to the message in question when @var{function}
14061 is run.  That's why @code{(widen)} needs to be called after
14062 @code{save-excursion} and @code{save-restriction} in the example
14063 above.  Also note that with the nnimap backend, message bodies will
14064 not be downloaded by default.  You need to set
14065 @code{nnimap-split-download-body} to @code{t} to do that
14066 (@pxref{Splitting in IMAP}).
14068 @item (! @var{func} @var{split})
14069 If the split is a list, and the first element is @code{!}, then
14070 @var{split} will be processed, and @var{func} will be called as a
14071 function with the result of @var{split} as argument.  @var{func}
14072 should return a split.
14074 @item nil
14075 If the split is @code{nil}, it is ignored.
14077 @end table
14079 In these splits, @var{field} must match a complete field name.
14080 @var{value} must match a complete word according to the fundamental mode
14081 syntax table.  You can use @code{.*} in the regexps to match partial
14082 field names or words.  In other words, all @var{value}'s are wrapped in
14083 @samp{\<} and @samp{\>} pairs.
14085 @vindex nnmail-split-abbrev-alist
14086 @var{field} and @var{value} can also be Lisp symbols, in that case
14087 they are expanded as specified by the variable
14088 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14089 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14090 contains the associated value.  Predefined entries in
14091 @code{nnmail-split-abbrev-alist} include:
14093 @table @code
14094 @item from
14095 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14096 @item to
14097 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14098 @samp{Resent-To} and @samp{Resent-Cc} fields.
14099 @item any
14100 Is the union of the @code{from} and @code{to} entries.
14101 @end table
14103 @vindex nnmail-split-fancy-syntax-table
14104 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14105 when all this splitting is performed.
14107 If you want to have Gnus create groups dynamically based on some
14108 information in the headers (i.e., do @code{replace-match}-like
14109 substitutions in the group names), you can say things like:
14111 @example
14112 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14113 @end example
14115 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14116 will be filed in @samp{mail.debian.foo}.
14118 If the string contains the element @samp{\&}, then the previously
14119 matched string will be substituted.  Similarly, the elements @samp{\\1}
14120 up to @samp{\\9} will be substituted with the text matched by the
14121 groupings 1 through 9.
14123 @vindex nnmail-split-lowercase-expanded
14124 Where @code{nnmail-split-lowercase-expanded} controls whether the
14125 lowercase of the matched string should be used for the substitution.
14126 Setting it as non-@code{nil} is useful to avoid the creation of multiple
14127 groups when users send to an address using different case
14128 (i.e. mailing-list@@domain vs Mailing-List@@Domain).  The default value
14129 is @code{t}.
14131 @vindex nnmail-split-fancy-match-partial-words
14132 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14133 words are matched during fancy splitting.
14135 Normally, regular expressions given in @code{nnmail-split-fancy} are
14136 implicitly surrounded by @code{\<...\>} markers, which are word
14137 delimiters.  If this variable is true, they are not implicitly
14138 surrounded by anything.
14140 @example
14141 (any "joe" "joemail")
14142 @end example
14144 In this example, messages sent from @samp{joedavis@@foo.org} will
14145 normally not be filed in @samp{joemail}.  With
14146 @code{nnmail-split-fancy-match-partial-words} set to @code{t},
14147 however, the match will happen.  In effect, the requirement of a word
14148 boundary is removed and instead the match becomes more like a grep.
14150 @findex nnmail-split-fancy-with-parent
14151 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14152 split followups into the same groups their parents are in.  Sometimes
14153 you can't make splitting rules for all your mail.  For example, your
14154 boss might send you personal mail regarding different projects you are
14155 working on, and as you can't tell your boss to put a distinguishing
14156 string into the subject line, you have to resort to manually moving the
14157 messages into the right group.  With this function, you only have to do
14158 it once per thread.
14160 To use this feature, you have to set @code{nnmail-treat-duplicates}
14161 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14162 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14163 using the colon feature, like so:
14164 @lisp
14165 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14166       nnmail-cache-accepted-message-ids t
14167       nnmail-split-fancy
14168       '(| (: nnmail-split-fancy-with-parent)
14169           ;; @r{other splits go here}
14170         ))
14171 @end lisp
14173 This feature works as follows: when @code{nnmail-treat-duplicates} is
14174 non-@code{nil}, Gnus records the message id of every message it sees
14175 in the file specified by the variable
14176 @code{nnmail-message-id-cache-file}, together with the group it is in
14177 (the group is omitted for non-mail messages).  When mail splitting is
14178 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14179 at the References (and In-Reply-To) header of each message to split
14180 and searches the file specified by @code{nnmail-message-id-cache-file}
14181 for the message ids.  When it has found a parent, it returns the
14182 corresponding group name unless the group name matches the regexp
14183 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14184 recommended that you set @code{nnmail-message-id-cache-length} to a
14185 somewhat higher number than the default so that the message ids are
14186 still in the cache.  (A value of 5000 appears to create a file some
14187 300 kBytes in size.)
14188 @vindex nnmail-cache-accepted-message-ids
14189 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14190 also records the message ids of moved articles, so that the followup
14191 messages goes into the new group.
14193 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14194 want certain groups to be recorded in the cache.  For example, if all
14195 outgoing messages are written to an ``outgoing'' group, you could set
14196 @code{nnmail-cache-ignore-groups} to match that group name.
14197 Otherwise, answers to all your messages would end up in the
14198 ``outgoing'' group.
14201 @node Group Mail Splitting
14202 @subsection Group Mail Splitting
14203 @cindex mail splitting
14204 @cindex group mail splitting
14206 @findex gnus-group-split
14207 If you subscribe to dozens of mailing lists but you don't want to
14208 maintain mail splitting rules manually, group mail splitting is for you.
14209 You just have to set @code{to-list} and/or @code{to-address} in group
14210 parameters or group customization and set @code{nnmail-split-methods} to
14211 @code{gnus-group-split}.  This splitting function will scan all groups
14212 for those parameters and split mail accordingly, i.e., messages posted
14213 from or to the addresses specified in the parameters @code{to-list} or
14214 @code{to-address} of a mail group will be stored in that group.
14216 Sometimes, mailing lists have multiple addresses, and you may want mail
14217 splitting to recognize them all: just set the @code{extra-aliases} group
14218 parameter to the list of additional addresses and it's done.  If you'd
14219 rather use a regular expression, set @code{split-regexp}.
14221 All these parameters in a group will be used to create an
14222 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14223 the @var{value} is a single regular expression that matches
14224 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14225 matches of @code{split-regexp}, and the @var{split} is the name of the
14226 group.  @var{restrict}s are also supported: just set the
14227 @code{split-exclude} parameter to a list of regular expressions.
14229 If you can't get the right split to be generated using all these
14230 parameters, or you just need something fancier, you can set the
14231 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14232 this case, all other aforementioned parameters will be ignored by
14233 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14234 @code{nil}, in which case the group will be ignored by
14235 @code{gnus-group-split}.
14237 @vindex gnus-group-split-default-catch-all-group
14238 @code{gnus-group-split} will do cross-posting on all groups that match,
14239 by defining a single @code{&} fancy split containing one split for each
14240 group.  If a message doesn't match any split, it will be stored in the
14241 group named in @code{gnus-group-split-default-catch-all-group}, unless
14242 some group has @code{split-spec} set to @code{catch-all}, in which case
14243 that group is used as the catch-all group.  Even though this variable is
14244 often used just to name a group, it may also be set to an arbitrarily
14245 complex fancy split (after all, a group name is a fancy split), and this
14246 may be useful to split mail that doesn't go to any mailing list to
14247 personal mail folders.  Note that this fancy split is added as the last
14248 element of a @code{|} split list that also contains a @code{&} split
14249 with the rules extracted from group parameters.
14251 It's time for an example.  Assume the following group parameters have
14252 been defined:
14254 @example
14255 nnml:mail.bar:
14256 ((to-address . "bar@@femail.com")
14257  (split-regexp . ".*@@femail\\.com"))
14258 nnml:mail.foo:
14259 ((to-list . "foo@@nowhere.gov")
14260  (extra-aliases "foo@@localhost" "foo-redist@@home")
14261  (split-exclude "bugs-foo" "rambling-foo")
14262  (admin-address . "foo-request@@nowhere.gov"))
14263 nnml:mail.others:
14264 ((split-spec . catch-all))
14265 @end example
14267 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14268 behave as if @code{nnmail-split-fancy} had been selected and variable
14269 @code{nnmail-split-fancy} had been set as follows:
14271 @lisp
14272 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14273       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14274            - "bugs-foo" - "rambling-foo" "mail.foo"))
14275    "mail.others")
14276 @end lisp
14278 @findex gnus-group-split-fancy
14279 If you'd rather not use group splitting for all your mail groups, you
14280 may use it for only some of them, by using @code{nnmail-split-fancy}
14281 splits like this:
14283 @lisp
14284 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14285 @end lisp
14287 @var{groups} may be a regular expression or a list of group names whose
14288 parameters will be scanned to generate the output split.
14289 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14290 single @code{|} split will be output.  @var{catch-all} is the fall back
14291 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14292 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14293 empty string in any selected group, no catch-all split will be issued.
14294 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14295 this group will override the value of the @var{catch-all} argument.
14297 @findex gnus-group-split-setup
14298 Unfortunately, scanning all groups and their parameters can be quite
14299 slow, especially considering that it has to be done for every message.
14300 But don't despair!  The function @code{gnus-group-split-setup} can be
14301 used to enable @code{gnus-group-split} in a much more efficient way.  It
14302 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14303 @code{nnmail-split-fancy} to the split produced by
14304 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14305 scanned once, no matter how many messages are split.
14307 @findex gnus-group-split-update
14308 However, if you change group parameters, you'd have to update
14309 @code{nnmail-split-fancy} manually.  You can do it by running
14310 @code{gnus-group-split-update}.  If you'd rather have it updated
14311 automatically, just tell @code{gnus-group-split-setup} to do it for
14312 you.  For example, add to your @file{~/.gnus.el}:
14314 @lisp
14315 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14316 @end lisp
14318 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14319 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14320 have to worry about updating @code{nnmail-split-fancy} again.  If you
14321 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14322 @code{gnus-group-split-default-catch-all-group} will be set to its
14323 value.
14325 @vindex gnus-group-split-updated-hook
14326 Because you may want to change @code{nnmail-split-fancy} after it is set
14327 by @code{gnus-group-split-update}, this function will run
14328 @code{gnus-group-split-updated-hook} just before finishing.
14330 @node Incorporating Old Mail
14331 @subsection Incorporating Old Mail
14332 @cindex incorporating old mail
14333 @cindex import old mail
14335 Most people have lots of old mail stored in various file formats.  If
14336 you have set up Gnus to read mail using one of the spiffy Gnus mail
14337 back ends, you'll probably wish to have that old mail incorporated into
14338 your mail groups.
14340 Doing so can be quite easy.
14342 To take an example: You're reading mail using @code{nnml}
14343 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14344 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14345 file filled with important, but old, mail.  You want to move it into
14346 your @code{nnml} groups.
14348 Here's how:
14350 @enumerate
14351 @item
14352 Go to the group buffer.
14354 @item
14355 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14356 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14358 @item
14359 Type @kbd{SPACE} to enter the newly created group.
14361 @item
14362 Type @kbd{M P b} to process-mark all articles in this group's buffer
14363 (@pxref{Setting Process Marks}).
14365 @item
14366 Type @kbd{B r} to respool all the process-marked articles, and answer
14367 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14368 @end enumerate
14370 All the mail messages in the mbox file will now also be spread out over
14371 all your @code{nnml} groups.  Try entering them and check whether things
14372 have gone without a glitch.  If things look ok, you may consider
14373 deleting the mbox file, but I wouldn't do that unless I was absolutely
14374 sure that all the mail has ended up where it should be.
14376 Respooling is also a handy thing to do if you're switching from one mail
14377 back end to another.  Just respool all the mail in the old mail groups
14378 using the new mail back end.
14381 @node Expiring Mail
14382 @subsection Expiring Mail
14383 @cindex article expiry
14385 Traditional mail readers have a tendency to remove mail articles when
14386 you mark them as read, in some way.  Gnus takes a fundamentally
14387 different approach to mail reading.
14389 Gnus basically considers mail just to be news that has been received in
14390 a rather peculiar manner.  It does not think that it has the power to
14391 actually change the mail, or delete any mail messages.  If you enter a
14392 mail group, and mark articles as ``read'', or kill them in some other
14393 fashion, the mail articles will still exist on the system.  I repeat:
14394 Gnus will not delete your old, read mail.  Unless you ask it to, of
14395 course.
14397 To make Gnus get rid of your unwanted mail, you have to mark the
14398 articles as @dfn{expirable}.  (With the default key bindings, this means
14399 that you have to type @kbd{E}.)  This does not mean that the articles
14400 will disappear right away, however.  In general, a mail article will be
14401 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14402 more than one week old.  If you do not mark an article as expirable, it
14403 will remain on your system until hell freezes over.  This bears
14404 repeating one more time, with some spurious capitalizations: IF you do
14405 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14407 You do not have to mark articles as expirable by hand.  Gnus provides
14408 two features, called ``auto-expire'' and ``total-expire'', that can help you
14409 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14410 for you when you select an article.  And ``total-expire'' means that Gnus
14411 considers all articles as expirable that are read.  So, in addition to
14412 the articles marked @samp{E}, also the articles marked @samp{r},
14413 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14414 expirable.
14416 When should either auto-expire or total-expire be used?  Most people
14417 who are subscribed to mailing lists split each list into its own group
14418 and then turn on auto-expire or total-expire for those groups.
14419 (@xref{Splitting Mail}, for more information on splitting each list
14420 into its own group.)
14422 Which one is better, auto-expire or total-expire?  It's not easy to
14423 answer.  Generally speaking, auto-expire is probably faster.  Another
14424 advantage of auto-expire is that you get more marks to work with: for
14425 the articles that are supposed to stick around, you can still choose
14426 between tick and dormant and read marks.  But with total-expire, you
14427 only have dormant and ticked to choose from.  The advantage of
14428 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14429 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14430 scoring.
14432 @vindex gnus-auto-expirable-newsgroups
14433 Groups that match the regular expression
14434 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14435 read marked as expirable automatically.  All articles marked as
14436 expirable have an @samp{E} in the first column in the summary buffer.
14438 By default, if you have auto expiry switched on, Gnus will mark all the
14439 articles you read as expirable, no matter if they were read or unread
14440 before.  To avoid having articles marked as read marked as expirable
14441 automatically, you can put something like the following in your
14442 @file{~/.gnus.el} file:
14444 @vindex gnus-mark-article-hook
14445 @lisp
14446 (remove-hook 'gnus-mark-article-hook
14447              'gnus-summary-mark-read-and-unread-as-read)
14448 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14449 @end lisp
14451 Note that making a group auto-expirable doesn't mean that all read
14452 articles are expired---only the articles marked as expirable
14453 will be expired.  Also note that using the @kbd{d} command won't make
14454 articles expirable---only semi-automatic marking of articles as read will
14455 mark the articles as expirable in auto-expirable groups.
14457 Let's say you subscribe to a couple of mailing lists, and you want the
14458 articles you have read to disappear after a while:
14460 @lisp
14461 (setq gnus-auto-expirable-newsgroups
14462       "mail.nonsense-list\\|mail.nice-list")
14463 @end lisp
14465 Another way to have auto-expiry happen is to have the element
14466 @code{auto-expire} in the group parameters of the group.
14468 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14469 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14470 don't really mix very well.
14472 @vindex nnmail-expiry-wait
14473 The @code{nnmail-expiry-wait} variable supplies the default time an
14474 expirable article has to live.  Gnus starts counting days from when the
14475 message @emph{arrived}, not from when it was sent.  The default is seven
14476 days.
14478 Gnus also supplies a function that lets you fine-tune how long articles
14479 are to live, based on what group they are in.  Let's say you want to
14480 have one month expiry period in the @samp{mail.private} group, a one day
14481 expiry period in the @samp{mail.junk} group, and a six day expiry period
14482 everywhere else:
14484 @vindex nnmail-expiry-wait-function
14485 @lisp
14486 (setq nnmail-expiry-wait-function
14487       (lambda (group)
14488        (cond ((string= group "mail.private")
14489                31)
14490              ((string= group "mail.junk")
14491                1)
14492              ((string= group "important")
14493                'never)
14494              (t
14495                6))))
14496 @end lisp
14498 The group names this function is fed are ``unadorned'' group
14499 names---no @samp{nnml:} prefixes and the like.
14501 The @code{nnmail-expiry-wait} variable and
14502 @code{nnmail-expiry-wait-function} function can either be a number (not
14503 necessarily an integer) or one of the symbols @code{immediate} or
14504 @code{never}.
14506 You can also use the @code{expiry-wait} group parameter to selectively
14507 change the expiry period (@pxref{Group Parameters}).
14509 @vindex nnmail-expiry-target
14510 The normal action taken when expiring articles is to delete them.
14511 However, in some circumstances it might make more sense to move them
14512 to other groups instead of deleting them.  The variable
14513 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14514 parameter) controls this.  The variable supplies a default value for
14515 all groups, which can be overridden for specific groups by the group
14516 parameter.  default value is @code{delete}, but this can also be a
14517 string (which should be the name of the group the message should be
14518 moved to), or a function (which will be called in a buffer narrowed to
14519 the message in question, and with the name of the group being moved
14520 from as its parameter) which should return a target---either a group
14521 name or @code{delete}.
14523 Here's an example for specifying a group name:
14524 @lisp
14525 (setq nnmail-expiry-target "nnml:expired")
14526 @end lisp
14528 @findex nnmail-fancy-expiry-target
14529 @vindex nnmail-fancy-expiry-targets
14530 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14531 expire mail to groups according to the variable
14532 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14534 @lisp
14535  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14536        nnmail-fancy-expiry-targets
14537        '((to-from "boss" "nnfolder:Work")
14538          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14539          ("from" ".*" "nnfolder:Archive-%Y")))
14540 @end lisp
14542 With this setup, any mail that has @code{IMPORTANT} in its Subject
14543 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14544 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14545 From or To header contains the string @code{boss}, it will get expired
14546 to @code{nnfolder:Work}.  All other mail will get expired to
14547 @code{nnfolder:Archive-YYYY}.
14549 @vindex nnmail-keep-last-article
14550 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14551 expire the final article in a mail newsgroup.  This is to make life
14552 easier for procmail users.
14554 @vindex gnus-total-expirable-newsgroups
14555 By the way: That line up there, about Gnus never expiring non-expirable
14556 articles, is a lie.  If you put @code{total-expire} in the group
14557 parameters, articles will not be marked as expirable, but all read
14558 articles will be put through the expiry process.  Use with extreme
14559 caution.  Even more dangerous is the
14560 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14561 this regexp will have all read articles put through the expiry process,
14562 which means that @emph{all} old mail articles in the groups in question
14563 will be deleted after a while.  Use with extreme caution, and don't come
14564 crying to me when you discover that the regexp you used matched the
14565 wrong group and all your important mail has disappeared.  Be a
14566 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14567 with!  So there!
14569 Most people make most of their mail groups total-expirable, though.
14571 @vindex gnus-inhibit-user-auto-expire
14572 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14573 commands will not mark an article as expirable, even if the group has
14574 auto-expire turned on.
14577 @node Washing Mail
14578 @subsection Washing Mail
14579 @cindex mail washing
14580 @cindex list server brain damage
14581 @cindex incoming mail treatment
14583 Mailers and list servers are notorious for doing all sorts of really,
14584 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14585 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14586 end of all lines passing through our server, so let's do that!!!!1!''
14587 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14588 considered to be self-evident were not discussed.  So.  Here we are.
14590 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14591 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14592 be shocked and dismayed by this, but I haven't got the energy.  It is to
14593 laugh.
14595 Gnus provides a plethora of functions for washing articles while
14596 displaying them, but it might be nicer to do the filtering before
14597 storing the mail to disk.  For that purpose, we have three hooks and
14598 various functions that can be put in these hooks.
14600 @table @code
14601 @item nnmail-prepare-incoming-hook
14602 @vindex nnmail-prepare-incoming-hook
14603 This hook is called before doing anything with the mail and is meant for
14604 grand, sweeping gestures.  It is called in a buffer that contains all
14605 the new, incoming mail.  Functions to be used include:
14607 @table @code
14608 @item nnheader-ms-strip-cr
14609 @findex nnheader-ms-strip-cr
14610 Remove trailing carriage returns from each line.  This is default on
14611 Emacs running on MS machines.
14613 @end table
14615 @item nnmail-prepare-incoming-header-hook
14616 @vindex nnmail-prepare-incoming-header-hook
14617 This hook is called narrowed to each header.  It can be used when
14618 cleaning up the headers.  Functions that can be used include:
14620 @table @code
14621 @item nnmail-remove-leading-whitespace
14622 @findex nnmail-remove-leading-whitespace
14623 Clear leading white space that ``helpful'' listservs have added to the
14624 headers to make them look nice.  Aaah.
14626 (Note that this function works on both the header on the body of all
14627 messages, so it is a potentially dangerous function to use (if a body
14628 of a message contains something that looks like a header line).  So
14629 rather than fix the bug, it is of course the right solution to make it
14630 into a feature by documenting it.)
14632 @item nnmail-remove-list-identifiers
14633 @findex nnmail-remove-list-identifiers
14634 Some list servers add an identifier---for example, @samp{(idm)}---to the
14635 beginning of all @code{Subject} headers.  I'm sure that's nice for
14636 people who use stone age mail readers.  This function will remove
14637 strings that match the @code{nnmail-list-identifiers} regexp, which can
14638 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14639 @code{\\(..\\)}.
14641 For instance, if you want to remove the @samp{(idm)} and the
14642 @samp{nagnagnag} identifiers:
14644 @lisp
14645 (setq nnmail-list-identifiers
14646       '("(idm)" "nagnagnag"))
14647 @end lisp
14649 This can also be done non-destructively with
14650 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14652 @item nnmail-remove-tabs
14653 @findex nnmail-remove-tabs
14654 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14656 @item nnmail-fix-eudora-headers
14657 @findex nnmail-fix-eudora-headers
14658 @cindex Eudora
14659 Eudora produces broken @code{References} headers, but OK
14660 @code{In-Reply-To} headers.  This function will get rid of the
14661 @code{References} headers.
14663 @end table
14665 @item nnmail-prepare-incoming-message-hook
14666 @vindex nnmail-prepare-incoming-message-hook
14667 This hook is called narrowed to each message.  Functions to be used
14668 include:
14670 @table @code
14671 @item article-de-quoted-unreadable
14672 @findex article-de-quoted-unreadable
14673 Decode Quoted Readable encoding.
14675 @end table
14676 @end table
14679 @node Duplicates
14680 @subsection Duplicates
14682 @vindex nnmail-treat-duplicates
14683 @vindex nnmail-message-id-cache-length
14684 @vindex nnmail-message-id-cache-file
14685 @cindex duplicate mails
14686 If you are a member of a couple of mailing lists, you will sometimes
14687 receive two copies of the same mail.  This can be quite annoying, so
14688 @code{nnmail} checks for and treats any duplicates it might find.  To do
14689 this, it keeps a cache of old @code{Message-ID}s---
14690 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14691 default.  The approximate maximum number of @code{Message-ID}s stored
14692 there is controlled by the @code{nnmail-message-id-cache-length}
14693 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14694 stored.) If all this sounds scary to you, you can set
14695 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14696 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14697 will insert a warning into the head of the mail saying that it thinks
14698 that this is a duplicate of a different message.
14700 This variable can also be a function.  If that's the case, the function
14701 will be called from a buffer narrowed to the message in question with
14702 the @code{Message-ID} as a parameter.  The function must return either
14703 @code{nil}, @code{warn}, or @code{delete}.
14705 You can turn this feature off completely by setting the variable to
14706 @code{nil}.
14708 If you want all the duplicate mails to be put into a special
14709 @dfn{duplicates} group, you could do that using the normal mail split
14710 methods:
14712 @lisp
14713 (setq nnmail-split-fancy
14714       '(| ;; @r{Messages duplicates go to a separate group.}
14715         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14716         ;; @r{Message from daemons, postmaster, and the like to another.}
14717         (any mail "mail.misc")
14718         ;; @r{Other rules.}
14719         [...] ))
14720 @end lisp
14721 @noindent
14722 Or something like:
14723 @lisp
14724 (setq nnmail-split-methods
14725       '(("duplicates" "^Gnus-Warning:.*duplicate")
14726         ;; @r{Other rules.}
14727         [...]))
14728 @end lisp
14730 Here's a neat feature: If you know that the recipient reads her mail
14731 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14732 @code{delete}, you can send her as many insults as you like, just by
14733 using a @code{Message-ID} of a mail that you know that she's already
14734 received.  Think of all the fun!  She'll never see any of it!  Whee!
14737 @node Not Reading Mail
14738 @subsection Not Reading Mail
14740 If you start using any of the mail back ends, they have the annoying
14741 habit of assuming that you want to read mail with them.  This might not
14742 be unreasonable, but it might not be what you want.
14744 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14745 @code{nil}, none of the back ends will ever attempt to read incoming
14746 mail, which should help.
14748 @vindex nnbabyl-get-new-mail
14749 @vindex nnmbox-get-new-mail
14750 @vindex nnml-get-new-mail
14751 @vindex nnmh-get-new-mail
14752 @vindex nnfolder-get-new-mail
14753 This might be too much, if, for instance, you are reading mail quite
14754 happily with @code{nnml} and just want to peek at some old Rmail
14755 file you have stashed away with @code{nnbabyl}.  All back ends have
14756 variables called back-end-@code{get-new-mail}.  If you want to disable
14757 the @code{nnbabyl} mail reading, you edit the virtual server for the
14758 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14760 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14761 narrowed to the article to be saved before saving it when reading
14762 incoming mail.
14765 @node Choosing a Mail Back End
14766 @subsection Choosing a Mail Back End
14768 Gnus will read the mail spool when you activate a mail group.  The mail
14769 file is first copied to your home directory.  What happens after that
14770 depends on what format you want to store your mail in.
14772 There are six different mail back ends in the standard Gnus, and more
14773 back ends are available separately.  The mail back end most people use
14774 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14775 Spool}).
14777 @menu
14778 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14779 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14780 * Mail Spool::                  Store your mail in a private spool?
14781 * MH Spool::                    An mhspool-like back end.
14782 * Maildir::                     Another one-file-per-message format.
14783 * Mail Folders::                Having one file for each group.
14784 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14785 @end menu
14788 @node Unix Mail Box
14789 @subsubsection Unix Mail Box
14790 @cindex nnmbox
14791 @cindex unix mail box
14793 @vindex nnmbox-active-file
14794 @vindex nnmbox-mbox-file
14795 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14796 mail.  @code{nnmbox} will add extra headers to each mail article to say
14797 which group it belongs in.
14799 Virtual server settings:
14801 @table @code
14802 @item nnmbox-mbox-file
14803 @vindex nnmbox-mbox-file
14804 The name of the mail box in the user's home directory.  Default is
14805 @file{~/mbox}.
14807 @item nnmbox-active-file
14808 @vindex nnmbox-active-file
14809 The name of the active file for the mail box.  Default is
14810 @file{~/.mbox-active}.
14812 @item nnmbox-get-new-mail
14813 @vindex nnmbox-get-new-mail
14814 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14815 into groups.  Default is @code{t}.
14816 @end table
14819 @node Rmail Babyl
14820 @subsubsection Rmail Babyl
14821 @cindex nnbabyl
14822 @cindex Rmail mbox
14824 @vindex nnbabyl-active-file
14825 @vindex nnbabyl-mbox-file
14826 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14827 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14828 mail article to say which group it belongs in.
14830 Virtual server settings:
14832 @table @code
14833 @item nnbabyl-mbox-file
14834 @vindex nnbabyl-mbox-file
14835 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14837 @item nnbabyl-active-file
14838 @vindex nnbabyl-active-file
14839 The name of the active file for the rmail box.  The default is
14840 @file{~/.rmail-active}
14842 @item nnbabyl-get-new-mail
14843 @vindex nnbabyl-get-new-mail
14844 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14845 @code{t}
14846 @end table
14849 @node Mail Spool
14850 @subsubsection Mail Spool
14851 @cindex nnml
14852 @cindex mail @acronym{NOV} spool
14854 The @dfn{nnml} spool mail format isn't compatible with any other known
14855 format.  It should be used with some caution.
14857 @vindex nnml-directory
14858 If you use this back end, Gnus will split all incoming mail into files,
14859 one file for each mail, and put the articles into the corresponding
14860 directories under the directory specified by the @code{nnml-directory}
14861 variable.  The default value is @file{~/Mail/}.
14863 You do not have to create any directories beforehand; Gnus will take
14864 care of all that.
14866 If you have a strict limit as to how many files you are allowed to store
14867 in your account, you should not use this back end.  As each mail gets its
14868 own file, you might very well occupy thousands of inodes within a few
14869 weeks.  If this is no problem for you, and it isn't a problem for you
14870 having your friendly systems administrator walking around, madly,
14871 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14872 know that this is probably the fastest format to use.  You do not have
14873 to trudge through a big mbox file just to read your new mail.
14875 @code{nnml} is probably the slowest back end when it comes to article
14876 splitting.  It has to create lots of files, and it also generates
14877 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14878 fastest back end when it comes to reading mail.
14880 @cindex self contained nnml servers
14881 @cindex marks
14882 When the marks file is used (which it is by default), @code{nnml}
14883 servers have the property that you may backup them using @code{tar} or
14884 similar, and later be able to restore them into Gnus (by adding the
14885 proper @code{nnml} server) and have all your marks be preserved.  Marks
14886 for a group is usually stored in the @code{.marks} file (but see
14887 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14888 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14889 to restore the group (after restoring the backup into the nnml
14890 directory).
14892 If for some reason you believe your @file{.marks} files are screwed
14893 up, you can just delete them all.  Gnus will then correctly regenerate
14894 them next time it starts.
14896 Virtual server settings:
14898 @table @code
14899 @item nnml-directory
14900 @vindex nnml-directory
14901 All @code{nnml} directories will be placed under this directory.  The
14902 default is the value of @code{message-directory} (whose default value
14903 is @file{~/Mail}).
14905 @item nnml-active-file
14906 @vindex nnml-active-file
14907 The active file for the @code{nnml} server.  The default is
14908 @file{~/Mail/active}.
14910 @item nnml-newsgroups-file
14911 @vindex nnml-newsgroups-file
14912 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14913 Format}.  The default is @file{~/Mail/newsgroups}.
14915 @item nnml-get-new-mail
14916 @vindex nnml-get-new-mail
14917 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14918 @code{t}.
14920 @item nnml-nov-is-evil
14921 @vindex nnml-nov-is-evil
14922 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14923 default is @code{nil}.
14925 @item nnml-nov-file-name
14926 @vindex nnml-nov-file-name
14927 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14929 @item nnml-prepare-save-mail-hook
14930 @vindex nnml-prepare-save-mail-hook
14931 Hook run narrowed to an article before saving.
14933 @item nnml-marks-is-evil
14934 @vindex nnml-marks-is-evil
14935 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14936 default is @code{nil}.
14938 @item nnml-marks-file-name
14939 @vindex nnml-marks-file-name
14940 The name of the @dfn{marks} files.  The default is @file{.marks}.
14942 @item nnml-use-compressed-files
14943 @vindex nnml-use-compressed-files
14944 If non-@code{nil}, @code{nnml} will allow using compressed message
14945 files.
14947 @end table
14949 @findex nnml-generate-nov-databases
14950 If your @code{nnml} groups and @acronym{NOV} files get totally out of
14951 whack, you can do a complete update by typing @kbd{M-x
14952 nnml-generate-nov-databases}.  This command will trawl through the
14953 entire @code{nnml} hierarchy, looking at each and every article, so it
14954 might take a while to complete.  A better interface to this
14955 functionality can be found in the server buffer (@pxref{Server
14956 Commands}).
14959 @node MH Spool
14960 @subsubsection MH Spool
14961 @cindex nnmh
14962 @cindex mh-e mail spool
14964 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14965 @acronym{NOV} databases and it doesn't keep an active file or marks
14966 file.  This makes @code{nnmh} a @emph{much} slower back end than
14967 @code{nnml}, but it also makes it easier to write procmail scripts
14968 for.
14970 Virtual server settings:
14972 @table @code
14973 @item nnmh-directory
14974 @vindex nnmh-directory
14975 All @code{nnmh} directories will be located under this directory.  The
14976 default is the value of @code{message-directory} (whose default is
14977 @file{~/Mail})
14979 @item nnmh-get-new-mail
14980 @vindex nnmh-get-new-mail
14981 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14982 @code{t}.
14984 @item nnmh-be-safe
14985 @vindex nnmh-be-safe
14986 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14987 sure that the articles in the folder are actually what Gnus thinks
14988 they are.  It will check date stamps and stat everything in sight, so
14989 setting this to @code{t} will mean a serious slow-down.  If you never
14990 use anything but Gnus to read the @code{nnmh} articles, you do not
14991 have to set this variable to @code{t}.  The default is @code{nil}.
14992 @end table
14995 @node Maildir
14996 @subsubsection Maildir
14997 @cindex nnmaildir
14998 @cindex maildir
15000 @code{nnmaildir} stores mail in the maildir format, with each maildir
15001 corresponding to a group in Gnus.  This format is documented here:
15002 @uref{http://cr.yp.to/proto/maildir.html} and here:
15003 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
15004 also stores extra information in the @file{.nnmaildir/} directory
15005 within a maildir.
15007 Maildir format was designed to allow concurrent deliveries and
15008 reading, without needing locks.  With other back ends, you would have
15009 your mail delivered to a spool of some kind, and then you would
15010 configure Gnus to split mail from that spool into your groups.  You
15011 can still do that with @code{nnmaildir}, but the more common
15012 configuration is to have your mail delivered directly to the maildirs
15013 that appear as group in Gnus.
15015 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
15016 never corrupt its data in memory, and @code{SIGKILL} will never
15017 corrupt its data in the filesystem.
15019 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
15020 maildir.  So you can copy a whole maildir from one Gnus setup to
15021 another, and you will keep your marks.
15023 Virtual server settings:
15025 @table @code
15026 @item directory
15027 For each of your @code{nnmaildir} servers (it's very unlikely that
15028 you'd need more than one), you need to create a directory and populate
15029 it with maildirs or symlinks to maildirs (and nothing else; do not
15030 choose a directory already used for other purposes).  Each maildir
15031 will be represented in Gnus as a newsgroup on that server; the
15032 filename of the symlink will be the name of the group.  Any filenames
15033 in the directory starting with @samp{.} are ignored.  The directory is
15034 scanned when you first start Gnus, and each time you type @kbd{g} in
15035 the group buffer; if any maildirs have been removed or added,
15036 @code{nnmaildir} notices at these times.
15038 The value of the @code{directory} parameter should be a Lisp form
15039 which is processed by @code{eval} and @code{expand-file-name} to get
15040 the path of the directory for this server.  The form is @code{eval}ed
15041 only when the server is opened; the resulting string is used until the
15042 server is closed.  (If you don't know about forms and @code{eval},
15043 don't worry---a simple string will work.)  This parameter is not
15044 optional; you must specify it.  I don't recommend using
15045 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15046 use that directory by default for various things, and may get confused
15047 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15048 value.
15050 @item target-prefix
15051 This should be a Lisp form which is processed by @code{eval} and
15052 @code{expand-file-name}.  The form is @code{eval}ed only when the
15053 server is opened; the resulting string is used until the server is
15054 closed.
15056 When you create a group on an @code{nnmaildir} server, the maildir is
15057 created with @code{target-prefix} prepended to its name, and a symlink
15058 pointing to that maildir is created, named with the plain group name.
15059 So if @code{directory} is @code{"~/.nnmaildir"} and
15060 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15061 the group @code{foo}, @code{nnmaildir} will create
15062 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15063 @file{~/.nnmaildir/foo} as a symlink pointing to
15064 @file{../maildirs/foo}.
15066 You can set @code{target-prefix} to a string without any slashes to
15067 create both maildirs and symlinks in the same @code{directory}; in
15068 this case, any maildirs found in @code{directory} whose names start
15069 with @code{target-prefix} will not be listed as groups (but the
15070 symlinks pointing to them will be).
15072 As a special case, if @code{target-prefix} is @code{""} (the default),
15073 then when you create a group, the maildir will be created in
15074 @code{directory} without a corresponding symlink.  Beware that you
15075 cannot use @code{gnus-group-delete-group} on such groups without the
15076 @code{force} argument.
15078 @item directory-files
15079 This should be a function with the same interface as
15080 @code{directory-files} (such as @code{directory-files} itself).  It is
15081 used to scan the server's @code{directory} for maildirs.  This
15082 parameter is optional; the default is
15083 @code{nnheader-directory-files-safe} if
15084 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15085 @code{directory-files} otherwise.
15086 (@code{nnheader-directory-files-is-safe} is checked only once when the
15087 server is opened; if you want to check it each time the directory is
15088 scanned, you'll have to provide your own function that does that.)
15090 @item get-new-mail
15091 If non-@code{nil}, then after scanning for new mail in the group
15092 maildirs themselves as usual, this server will also incorporate mail
15093 the conventional Gnus way, from @code{mail-sources} according to
15094 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15095 value is @code{nil}.
15097 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15098 an @code{nnmaildir} group.  The results might happen to be useful, but
15099 that would be by chance, not by design, and the results might be
15100 different in the future.  If your split rules create new groups,
15101 remember to supply a @code{create-directory} server parameter.
15102 @end table
15104 @subsubsection Group parameters
15106 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15107 all this; the default behavior for @code{nnmaildir} is the same as the
15108 default behavior for other mail back ends: articles are deleted after
15109 one week, etc.  Except for the expiry parameters, all this
15110 functionality is unique to @code{nnmaildir}, so you can ignore it if
15111 you're just trying to duplicate the behavior you already have with
15112 another back end.
15114 If the value of any of these parameters is a vector, the first element
15115 is evaluated as a Lisp form and the result is used, rather than the
15116 original value.  If the value is not a vector, the value itself is
15117 evaluated as a Lisp form.  (This is why these parameters use names
15118 different from those of other, similar parameters supported by other
15119 back ends: they have different, though similar, meanings.)  (For
15120 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15121 @code{eval} business again; for other values, remember to use an extra
15122 quote and wrap the value in a vector when appropriate.)
15124 @table @code
15125 @item expire-age
15126 An integer specifying the minimum age, in seconds, of an article
15127 before it will be expired, or the symbol @code{never} to specify that
15128 articles should never be expired.  If this parameter is not set,
15129 @code{nnmaildir} falls back to the usual
15130 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
15131 the @code{expiry-wait}(@code{-function}) group parameters.  If you
15132 wanted a value of 3 days, you could use something like @code{[(* 3 24
15133 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15134 An article's age is measured starting from the article file's
15135 modification time.  Normally, this is the same as the article's
15136 delivery time, but editing an article makes it younger.  Moving an
15137 article (other than via expiry) may also make an article younger.
15139 @item expire-group
15140 If this is set to a string such as a full Gnus group name, like
15141 @example
15142 "backend+server.address.string:group.name"
15143 @end example
15144 and if it is not the name of the same group that the parameter belongs
15145 to, then articles will be moved to the specified group during expiry
15146 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15147 group, the article will be just as old in the destination group as it
15148 was in the source group.}  So be careful with @code{expire-age} in the
15149 destination group.  If this is set to the name of the same group that
15150 the parameter belongs to, then the article is not expired at all.  If
15151 you use the vector form, the first element is evaluated once for each
15152 article.  So that form can refer to
15153 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15154 article.  @emph{If this parameter is not set, @code{nnmaildir} does
15155 not fall back to the @code{expiry-target} group parameter or the
15156 @code{nnmail-expiry-target} variable.}
15158 @item read-only
15159 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15160 in this maildir as read-only.  This means: articles are not renamed
15161 from @file{new/} into @file{cur/}; articles are only found in
15162 @file{new/}, not @file{cur/}; articles are never deleted; articles
15163 cannot be edited.  @file{new/} is expected to be a symlink to the
15164 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15165 containing a mailing list of common interest.  Everything in the
15166 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15167 a shared mailbox, you do still need to set up your own maildir (or
15168 have write permission to the shared mailbox); your maildir just won't
15169 contain extra copies of the articles.
15171 @item directory-files
15172 A function with the same interface as @code{directory-files}.  It is
15173 used to scan the directories in the maildir corresponding to this
15174 group to find articles.  The default is the function specified by the
15175 server's @code{directory-files} parameter.
15177 @item distrust-Lines:
15178 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15179 article, rather than use the @code{Lines:} header field.  If
15180 @code{nil}, the header field will be used if present.
15182 @item always-marks
15183 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15184 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15185 say that all articles have these marks, regardless of whether the
15186 marks stored in the filesystem say so.  This is a proof-of-concept
15187 feature that will probably be removed eventually; it ought to be done
15188 in Gnus proper, or abandoned if it's not worthwhile.
15190 @item never-marks
15191 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15192 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15193 say that no articles have these marks, regardless of whether the marks
15194 stored in the filesystem say so.  @code{never-marks} overrides
15195 @code{always-marks}.  This is a proof-of-concept feature that will
15196 probably be removed eventually; it ought to be done in Gnus proper, or
15197 abandoned if it's not worthwhile.
15199 @item nov-cache-size
15200 An integer specifying the size of the @acronym{NOV} memory cache.  To
15201 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15202 for a limited number of articles in each group.  (This is probably not
15203 worthwhile, and will probably be removed in the future.)  This
15204 parameter's value is noticed only the first time a group is seen after
15205 the server is opened---i.e., when you first start Gnus, typically.
15206 The @acronym{NOV} cache is never resized until the server is closed
15207 and reopened.  The default is an estimate of the number of articles
15208 that would be displayed in the summary buffer: a count of articles
15209 that are either marked with @code{tick} or not marked with
15210 @code{read}, plus a little extra.
15211 @end table
15213 @subsubsection Article identification
15214 Articles are stored in the @file{cur/} subdirectory of each maildir.
15215 Each article file is named like @code{uniq:info}, where @code{uniq}
15216 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15217 @code{:info} part.  (Other maildir readers typically use this part of
15218 the filename to store marks.)  The @code{uniq} part uniquely
15219 identifies the article, and is used in various places in the
15220 @file{.nnmaildir/} subdirectory of the maildir to store information
15221 about the corresponding article.  The full pathname of an article is
15222 available in the variable @code{nnmaildir-article-file-name} after you
15223 request the article in the summary buffer.
15225 @subsubsection NOV data
15226 An article identified by @code{uniq} has its @acronym{NOV} data (used
15227 to generate lines in the summary buffer) stored in
15228 @code{.nnmaildir/nov/uniq}.  There is no
15229 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15230 need for it---an article's @acronym{NOV} data is updated automatically
15231 when the article or @code{nnmail-extra-headers} has changed.)  You can
15232 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15233 single article simply by deleting the corresponding @acronym{NOV}
15234 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15235 assign a new article number for this article, which may cause trouble
15236 with @code{seen} marks, the Agent, and the cache.
15238 @subsubsection Article marks
15239 An article identified by @code{uniq} is considered to have the mark
15240 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15241 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15242 looks for such files and reports the set of marks it finds.  When Gnus
15243 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15244 creates and deletes the corresponding files as needed.  (Actually,
15245 rather than create a new file for each mark, it just creates hard
15246 links to @file{.nnmaildir/markfile}, to save inodes.)
15248 You can invent new marks by creating a new directory in
15249 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15250 your server, untar it later, and keep your marks.  You can add and
15251 remove marks yourself by creating and deleting mark files.  If you do
15252 this while Gnus is running and your @code{nnmaildir} server is open,
15253 it's best to exit all summary buffers for @code{nnmaildir} groups and
15254 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15255 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15256 pick up the changes, and might undo them.
15259 @node Mail Folders
15260 @subsubsection Mail Folders
15261 @cindex nnfolder
15262 @cindex mbox folders
15263 @cindex mail folders
15265 @code{nnfolder} is a back end for storing each mail group in a
15266 separate file.  Each file is in the standard Un*x mbox format.
15267 @code{nnfolder} will add extra headers to keep track of article
15268 numbers and arrival dates.
15270 @cindex self contained nnfolder servers
15271 @cindex marks
15272 When the marks file is used (which it is by default), @code{nnfolder}
15273 servers have the property that you may backup them using @code{tar} or
15274 similar, and later be able to restore them into Gnus (by adding the
15275 proper @code{nnfolder} server) and have all your marks be preserved.
15276 Marks for a group is usually stored in a file named as the mbox file
15277 with @code{.mrk} concatenated to it (but see
15278 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15279 directory.  Individual @code{nnfolder} groups are also possible to
15280 backup, use @kbd{G m} to restore the group (after restoring the backup
15281 into the @code{nnfolder} directory).
15283 Virtual server settings:
15285 @table @code
15286 @item nnfolder-directory
15287 @vindex nnfolder-directory
15288 All the @code{nnfolder} mail boxes will be stored under this
15289 directory.  The default is the value of @code{message-directory}
15290 (whose default is @file{~/Mail})
15292 @item nnfolder-active-file
15293 @vindex nnfolder-active-file
15294 The name of the active file.  The default is @file{~/Mail/active}.
15296 @item nnfolder-newsgroups-file
15297 @vindex nnfolder-newsgroups-file
15298 The name of the group descriptions file.  @xref{Newsgroups File
15299 Format}.  The default is @file{~/Mail/newsgroups}
15301 @item nnfolder-get-new-mail
15302 @vindex nnfolder-get-new-mail
15303 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15304 default is @code{t}
15306 @item nnfolder-save-buffer-hook
15307 @vindex nnfolder-save-buffer-hook
15308 @cindex backup files
15309 Hook run before saving the folders.  Note that Emacs does the normal
15310 backup renaming of files even with the @code{nnfolder} buffers.  If
15311 you wish to switch this off, you could say something like the
15312 following in your @file{.emacs} file:
15314 @lisp
15315 (defun turn-off-backup ()
15316   (set (make-local-variable 'backup-inhibited) t))
15318 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15319 @end lisp
15321 @item nnfolder-delete-mail-hook
15322 @vindex nnfolder-delete-mail-hook
15323 Hook run in a buffer narrowed to the message that is to be deleted.
15324 This function can be used to copy the message to somewhere else, or to
15325 extract some information from it before removing it.
15327 @item nnfolder-nov-is-evil
15328 @vindex nnfolder-nov-is-evil
15329 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15330 default is @code{nil}.
15332 @item nnfolder-nov-file-suffix
15333 @vindex nnfolder-nov-file-suffix
15334 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15336 @item nnfolder-nov-directory
15337 @vindex nnfolder-nov-directory
15338 The directory where the @acronym{NOV} files should be stored.  If
15339 @code{nil}, @code{nnfolder-directory} is used.
15341 @item nnfolder-marks-is-evil
15342 @vindex nnfolder-marks-is-evil
15343 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15344 default is @code{nil}.
15346 @item nnfolder-marks-file-suffix
15347 @vindex nnfolder-marks-file-suffix
15348 The extension for @sc{marks} files.  The default is @file{.mrk}.
15350 @item nnfolder-marks-directory
15351 @vindex nnfolder-marks-directory
15352 The directory where the @sc{marks} files should be stored.  If
15353 @code{nil}, @code{nnfolder-directory} is used.
15355 @end table
15358 @findex nnfolder-generate-active-file
15359 @kindex M-x nnfolder-generate-active-file
15360 If you have lots of @code{nnfolder}-like files you'd like to read with
15361 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15362 command to make @code{nnfolder} aware of all likely files in
15363 @code{nnfolder-directory}.  This only works if you use long file names,
15364 though.
15366 @node Comparing Mail Back Ends
15367 @subsubsection Comparing Mail Back Ends
15369 First, just for terminology, the @dfn{back end} is the common word for a
15370 low-level access method---a transport, if you will, by which something
15371 is acquired.  The sense is that one's mail has to come from somewhere,
15372 and so selection of a suitable back end is required in order to get that
15373 mail within spitting distance of Gnus.
15375 The same concept exists for Usenet itself: Though access to articles is
15376 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15377 in the world got at Usenet by running a reader on the machine where the
15378 articles lay (the machine which today we call an @acronym{NNTP} server), and
15379 access was by the reader stepping into the articles' directory spool
15380 area directly.  One can still select between either the @code{nntp} or
15381 @code{nnspool} back ends, to select between these methods, if one happens
15382 actually to live on the server (or can see its spool directly, anyway,
15383 via NFS).
15385 The goal in selecting a mail back end is to pick one which
15386 simultaneously represents a suitable way of dealing with the original
15387 format plus leaving mail in a form that is convenient to use in the
15388 future.  Here are some high and low points on each:
15390 @table @code
15391 @item nnmbox
15393 UNIX systems have historically had a single, very common, and well-
15394 defined format.  All messages arrive in a single @dfn{spool file}, and
15395 they are delineated by a line whose regular expression matches
15396 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15397 to make it clear in this instance that this is not the RFC-specified
15398 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15399 historically from the Unix environment, it is simplest if one does not
15400 mess a great deal with the original mailbox format, so if one chooses
15401 this back end, Gnus' primary activity in getting mail from the real spool
15402 area to Gnus' preferred directory is simply to copy it, with no
15403 (appreciable) format change in the process.  It is the ``dumbest'' way
15404 to move mail into availability in the Gnus environment.  This makes it
15405 fast to move into place, but slow to parse, when Gnus has to look at
15406 what's where.
15408 @item nnbabyl
15410 Once upon a time, there was the DEC-10 and DEC-20, running operating
15411 systems called TOPS and related things, and the usual (only?) mail
15412 reading environment was a thing called Babyl.  I don't know what format
15413 was used for mail landing on the system, but Babyl had its own internal
15414 format to which mail was converted, primarily involving creating a
15415 spool-file-like entity with a scheme for inserting Babyl-specific
15416 headers and status bits above the top of each message in the file.
15417 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15418 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15419 to understand the mail files folks already had in existence.  Gnus (and
15420 VM, for that matter) continue to support this format because it's
15421 perceived as having some good qualities in those mailer-specific
15422 headers/status bits stuff.  Rmail itself still exists as well, of
15423 course, and is still maintained by Stallman.
15425 Both of the above forms leave your mail in a single file on your
15426 file system, and they must parse that entire file each time you take a
15427 look at your mail.
15429 @item nnml
15431 @code{nnml} is the back end which smells the most as though you were
15432 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15433 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15434 lo these years ago.)  One's mail is taken from the original spool file,
15435 and is then cut up into individual message files, 1:1.  It maintains a
15436 Usenet-style active file (analogous to what one finds in an INN- or
15437 CNews-based news system in (for instance) @file{/var/lib/news/active},
15438 or what is returned via the @samp{NNTP LIST} verb) and also creates
15439 @dfn{overview} files for efficient group entry, as has been defined for
15440 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15441 due to the creation of lots of files, updates to the @code{nnml} active
15442 file, and additions to overview files on a per-message basis, but it is
15443 extremely fast on access because of what amounts to the indexing support
15444 provided by the active file and overviews.
15446 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15447 resource which defines available places in the file system to put new
15448 files.  Sysadmins take a dim view of heavy inode occupation within
15449 tight, shared file systems.  But if you live on a personal machine where
15450 the file system is your own and space is not at a premium, @code{nnml}
15451 wins big.
15453 It is also problematic using this back end if you are living in a
15454 FAT16-based Windows world, since much space will be wasted on all these
15455 tiny files.
15457 @item nnmh
15459 The Rand MH mail-reading system has been around UNIX systems for a very
15460 long time; it operates by splitting one's spool file of messages into
15461 individual files, but with little or no indexing support---@code{nnmh}
15462 is considered to be semantically equivalent to ``@code{nnml} without
15463 active file or overviews''.  This is arguably the worst choice, because
15464 one gets the slowness of individual file creation married to the
15465 slowness of access parsing when learning what's new in one's groups.
15467 @item nnfolder
15469 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15470 method described above) on a per-group basis.  That is, @code{nnmbox}
15471 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15472 little bit of optimization to this so that each of one's mail groups has
15473 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15474 can be parsed separately, and still provides the simple Unix mail box
15475 format requiring minimal effort in moving the mail around.  In addition,
15476 it maintains an ``active'' file making it much faster for Gnus to figure
15477 out how many messages there are in each separate group.
15479 If you have groups that are expected to have a massive amount of
15480 messages, @code{nnfolder} is not the best choice, but if you receive
15481 only a moderate amount of mail, @code{nnfolder} is probably the most
15482 friendly mail back end all over.
15484 @item nnmaildir
15486 For configuring expiry and other things, @code{nnmaildir} uses
15487 incompatible group parameters, slightly different from those of other
15488 mail back ends.
15490 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15491 differences.  Each message is stored in a separate file, but the
15492 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15493 also stores the equivalent of @code{nnml}'s overview files in one file
15494 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15495 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15496 you down or takes up very much space, consider switching to
15497 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15498 file system.
15500 Since maildirs don't require locking for delivery, the maildirs you use
15501 as groups can also be the maildirs your mail is directly delivered to.
15502 This means you can skip Gnus' mail splitting if your mail is already
15503 organized into different mailboxes during delivery.  A @code{directory}
15504 entry in @code{mail-sources} would have a similar effect, but would
15505 require one set of mailboxes for spooling deliveries (in mbox format,
15506 thus damaging message bodies), and another set to be used as groups (in
15507 whatever format you like).  A maildir has a built-in spool, in the
15508 @code{new/} subdirectory.  Beware that currently, mail moved from
15509 @code{new/} to @code{cur/} instead of via mail splitting will not
15510 undergo treatment such as duplicate checking.
15512 @code{nnmaildir} stores article marks for a given group in the
15513 corresponding maildir, in a way designed so that it's easy to manipulate
15514 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15515 else, and still have your marks.  @code{nnml} also stores marks, but
15516 it's not as easy to work with them from outside Gnus as with
15517 @code{nnmaildir}.
15519 @code{nnmaildir} uses a significant amount of memory to speed things up.
15520 (It keeps in memory some of the things that @code{nnml} stores in files
15521 and that @code{nnmh} repeatedly parses out of message files.)  If this
15522 is a problem for you, you can set the @code{nov-cache-size} group
15523 parameter to something small (0 would probably not work, but 1 probably
15524 would) to make it use less memory.  This caching will probably be
15525 removed in the future.
15527 Startup is likely to be slower with @code{nnmaildir} than with other
15528 back ends.  Everything else is likely to be faster, depending in part
15529 on your file system.
15531 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15532 to write an @code{nnmaildir}-derived back end.
15534 @end table
15537 @node Browsing the Web
15538 @section Browsing the Web
15539 @cindex web
15540 @cindex browsing the web
15541 @cindex www
15542 @cindex http
15544 Web-based discussion forums are getting more and more popular.  On many
15545 subjects, the web-based forums have become the most important forums,
15546 eclipsing the importance of mailing lists and news groups.  The reason
15547 is easy to understand---they are friendly to new users; you just point
15548 and click, and there's the discussion.  With mailing lists, you have to
15549 go through a cumbersome subscription procedure, and most people don't
15550 even know what a news group is.
15552 The problem with this scenario is that web browsers are not very good at
15553 being newsreaders.  They do not keep track of what articles you've read;
15554 they do not allow you to score on subjects you're interested in; they do
15555 not allow off-line browsing; they require you to click around and drive
15556 you mad in the end.
15558 So---if web browsers suck at reading discussion forums, why not use Gnus
15559 to do it instead?
15561 Gnus has been getting a bit of a collection of back ends for providing
15562 interfaces to these sources.
15564 @menu
15565 * Archiving Mail::
15566 * Web Searches::                Creating groups from articles that match a string.
15567 * Slashdot::                    Reading the Slashdot comments.
15568 * Ultimate::                    The Ultimate Bulletin Board systems.
15569 * Web Archive::                 Reading mailing list archived on web.
15570 * RSS::                         Reading RDF site summary.
15571 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15572 @end menu
15574 All the web sources require Emacs/w3 and the url library to work.
15576 The main caveat with all these web sources is that they probably won't
15577 work for a very long time.  Gleaning information from the @acronym{HTML} data
15578 is guesswork at best, and when the layout is altered, the Gnus back end
15579 will fail.  If you have reasonably new versions of these back ends,
15580 though, you should be ok.
15582 One thing all these Web methods have in common is that the Web sources
15583 are often down, unavailable or just plain too slow to be fun.  In those
15584 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15585 Unplugged}) handle downloading articles, and then you can read them at
15586 leisure from your local disk.  No more World Wide Wait for you.
15588 @node Archiving Mail
15589 @subsection Archiving Mail
15590 @cindex archiving mail
15591 @cindex backup of mail
15593 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15594 @code{nnmaildir}, now actually store the article marks with each group.
15595 For these servers, archiving and restoring a group while preserving
15596 marks is fairly simple.
15598 (Preserving the group level and group parameters as well still
15599 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15600 though.)
15602 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15603 server, take a recursive copy of the server directory.  There is no need
15604 to shut down Gnus, so archiving may be invoked by @code{cron} or
15605 similar.  You restore the data by restoring the directory tree, and
15606 adding a server definition pointing to that directory in Gnus.  The
15607 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15608 might interfere with overwriting data, so you may want to shut down Gnus
15609 before you restore the data.
15611 It is also possible to archive individual @code{nnml},
15612 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15613 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15614 directory.  For @code{nnfolder} you need to copy both the base folder
15615 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15616 this example).  Restoring the group is done with @kbd{G m} from the Group
15617 buffer.  The last step makes Gnus notice the new directory.
15618 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15619 is unnecessary in that case.
15621 @node Web Searches
15622 @subsection Web Searches
15623 @cindex nnweb
15624 @cindex Google
15625 @cindex dejanews
15626 @cindex gmane
15627 @cindex Usenet searches
15628 @cindex searching the Usenet
15630 It's, like, too neat to search the Usenet for articles that match a
15631 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15632 those, like, Web browsers, and you, like, have to, rilly, like, look at
15633 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15634 searches without having to use a browser.
15636 The @code{nnweb} back end allows an easy interface to the mighty search
15637 engine.  You create an @code{nnweb} group, enter a search pattern, and
15638 then enter the group and read the articles like you would any normal
15639 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15640 Groups}) will do this in an easy-to-use fashion.
15642 @code{nnweb} groups don't really lend themselves to being solid
15643 groups---they have a very fleeting idea of article numbers.  In fact,
15644 each time you enter an @code{nnweb} group (not even changing the search
15645 pattern), you are likely to get the articles ordered in a different
15646 manner.  Not even using duplicate suppression (@pxref{Duplicate
15647 Suppression}) will help, since @code{nnweb} doesn't even know the
15648 @code{Message-ID} of the articles before reading them using some search
15649 engines (Google, for instance).  The only possible way to keep track
15650 of which articles you've read is by scoring on the @code{Date}
15651 header---mark all articles posted before the last date you read the
15652 group as read.
15654 If the search engine changes its output substantially, @code{nnweb}
15655 won't be able to parse it and will fail.  One could hardly fault the Web
15656 providers if they were to do this---their @emph{raison d'être} is to
15657 make money off of advertisements, not to provide services to the
15658 community.  Since @code{nnweb} washes the ads off all the articles, one
15659 might think that the providers might be somewhat miffed.  We'll see.
15661 You must have the @code{url} and @code{w3} package installed to be able
15662 to use @code{nnweb}.
15664 Virtual server variables:
15666 @table @code
15667 @item nnweb-type
15668 @vindex nnweb-type
15669 What search engine type is being used.  The currently supported types
15670 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15671 @code{dejanews} is an alias to @code{google}.
15673 @item nnweb-search
15674 @vindex nnweb-search
15675 The search string to feed to the search engine.
15677 @item nnweb-max-hits
15678 @vindex nnweb-max-hits
15679 Advisory maximum number of hits per search to display.  The default is
15680 999.
15682 @item nnweb-type-definition
15683 @vindex nnweb-type-definition
15684 Type-to-definition alist.  This alist says what @code{nnweb} should do
15685 with the various search engine types.  The following elements must be
15686 present:
15688 @table @code
15689 @item article
15690 Function to decode the article and provide something that Gnus
15691 understands.
15693 @item map
15694 Function to create an article number to message header and URL alist.
15696 @item search
15697 Function to send the search string to the search engine.
15699 @item address
15700 The address the aforementioned function should send the search string
15703 @item id
15704 Format string URL to fetch an article by @code{Message-ID}.
15705 @end table
15707 @end table
15710 @node Slashdot
15711 @subsection Slashdot
15712 @cindex Slashdot
15713 @cindex nnslashdot
15715 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15716 lively discussion following the news articles.  @code{nnslashdot} will
15717 let you read this forum in a convenient manner.
15719 The easiest way to read this source is to put something like the
15720 following in your @file{~/.gnus.el} file:
15722 @lisp
15723 (setq gnus-secondary-select-methods
15724       '((nnslashdot "")))
15725 @end lisp
15727 This will make Gnus query the @code{nnslashdot} back end for new comments
15728 and groups.  The @kbd{F} command will subscribe each new news article as
15729 a new Gnus group, and you can read the comments by entering these
15730 groups.  (Note that the default subscription method is to subscribe new
15731 groups as zombies.  Other methods are available (@pxref{Subscription
15732 Methods}).
15734 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15735 command is the most handy tool (@pxref{Foreign Groups}).
15737 When following up to @code{nnslashdot} comments (or posting new
15738 comments), some light @acronym{HTML}izations will be performed.  In
15739 particular, text quoted with @samp{> } will be quoted with
15740 @samp{blockquote} instead, and signatures will have @samp{br} added to
15741 the end of each line.  Other than that, you can just write @acronym{HTML}
15742 directly into the message buffer.  Note that Slashdot filters out some
15743 @acronym{HTML} forms.
15745 The following variables can be altered to change its behavior:
15747 @table @code
15748 @item nnslashdot-threaded
15749 Whether @code{nnslashdot} should display threaded groups or not.  The
15750 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15751 has to retrieve absolutely all comments in a group upon entry.  If a
15752 threaded display is not required, @code{nnslashdot} will only retrieve
15753 the comments that are actually wanted by the user.  Threading is nicer,
15754 but much, much slower than unthreaded.
15756 @item nnslashdot-login-name
15757 @vindex nnslashdot-login-name
15758 The login name to use when posting.
15760 @item nnslashdot-password
15761 @vindex nnslashdot-password
15762 The password to use when posting.
15764 @item nnslashdot-directory
15765 @vindex nnslashdot-directory
15766 Where @code{nnslashdot} will store its files.  The default is
15767 @file{~/News/slashdot/}.
15769 @item nnslashdot-active-url
15770 @vindex nnslashdot-active-url
15771 The @acronym{URL} format string that will be used to fetch the
15772 information on news articles and comments.  The default is@*
15773 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15775 @item nnslashdot-comments-url
15776 @vindex nnslashdot-comments-url
15777 The @acronym{URL} format string that will be used to fetch comments.
15779 @item nnslashdot-article-url
15780 @vindex nnslashdot-article-url
15781 The @acronym{URL} format string that will be used to fetch the news
15782 article.  The default is
15783 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15785 @item nnslashdot-threshold
15786 @vindex nnslashdot-threshold
15787 The score threshold.  The default is -1.
15789 @item nnslashdot-group-number
15790 @vindex nnslashdot-group-number
15791 The number of old groups, in addition to the ten latest, to keep
15792 updated.  The default is 0.
15794 @end table
15798 @node Ultimate
15799 @subsection Ultimate
15800 @cindex nnultimate
15801 @cindex Ultimate Bulletin Board
15803 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15804 probably the most popular Web bulletin board system used.  It has a
15805 quite regular and nice interface, and it's possible to get the
15806 information Gnus needs to keep groups updated.
15808 The easiest way to get started with @code{nnultimate} is to say
15809 something like the following in the group buffer:  @kbd{B nnultimate RET
15810 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15811 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15812 you're interested in; there's quite a list of them on the Ultimate web
15813 site.)  Then subscribe to the groups you're interested in from the
15814 server buffer, and read them from the group buffer.
15816 The following @code{nnultimate} variables can be altered:
15818 @table @code
15819 @item nnultimate-directory
15820 @vindex nnultimate-directory
15821 The directory where @code{nnultimate} stores its files.  The default is@*
15822 @file{~/News/ultimate/}.
15823 @end table
15826 @node Web Archive
15827 @subsection Web Archive
15828 @cindex nnwarchive
15829 @cindex Web Archive
15831 Some mailing lists only have archives on Web servers, such as
15832 @uref{http://www.egroups.com/} and
15833 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15834 interface, and it's possible to get the information Gnus needs to keep
15835 groups updated.
15837 @findex gnus-group-make-warchive-group
15838 The easiest way to get started with @code{nnwarchive} is to say
15839 something like the following in the group buffer: @kbd{M-x
15840 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15841 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15842 @var{an_egroup} with the mailing list you subscribed, the
15843 @var{your@@email.address} with your email address.), or to browse the
15844 back end by @kbd{B nnwarchive RET mail-archive RET}.
15846 The following @code{nnwarchive} variables can be altered:
15848 @table @code
15849 @item nnwarchive-directory
15850 @vindex nnwarchive-directory
15851 The directory where @code{nnwarchive} stores its files.  The default is@*
15852 @file{~/News/warchive/}.
15854 @item nnwarchive-login
15855 @vindex nnwarchive-login
15856 The account name on the web server.
15858 @item nnwarchive-passwd
15859 @vindex nnwarchive-passwd
15860 The password for your account on the web server.
15861 @end table
15863 @node RSS
15864 @subsection RSS
15865 @cindex nnrss
15866 @cindex RSS
15868 Some web sites have an RDF Site Summary (@acronym{RSS}).
15869 @acronym{RSS} is a format for summarizing headlines from news related
15870 sites (such as BBC or CNN).  But basically anything list-like can be
15871 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
15872 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
15874 @acronym{RSS} has a quite regular and nice interface, and it's
15875 possible to get the information Gnus needs to keep groups updated.
15877 Note: you had better use Emacs which supports the @code{utf-8} coding
15878 system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII}
15879 text by default.  It is also used by default for non-@acronym{ASCII}
15880 group names.
15882 @kindex G R (Summary)
15883 Use @kbd{G R} from the summary buffer to subscribe to a feed---you will
15884 be prompted for the location, the title and the description of the feed.
15885 The title, which allows any characters, will be used for the group name
15886 and the name of the group data file.  The description can be omitted.
15888 An easy way to get started with @code{nnrss} is to say something like
15889 the following in the group buffer: @kbd{B nnrss RET RET y}, then
15890 subscribe to groups.
15892 The @code{nnrss} back end saves the group data file in
15893 @code{nnrss-directory} (see below) for each @code{nnrss} group.  File
15894 names containing non-@acronym{ASCII} characters will be encoded by the
15895 coding system specified with the @code{nnmail-pathname-coding-system}
15896 variable.  If it is @code{nil}, in Emacs the coding system defaults to
15897 the value of @code{default-file-name-coding-system}.  If you are using
15898 XEmacs and want to use non-@acronym{ASCII} group names, you should set
15899 the value for the @code{nnmail-pathname-coding-system} variable properly.
15901 @cindex OPML
15902 You can also use the following commands to import and export your
15903 subscriptions from a file in @acronym{OPML} format (Outline Processor
15904 Markup Language).
15906 @defun nnrss-opml-import file
15907 Prompt for an @acronym{OPML} file, and subscribe to each feed in the
15908 file.
15909 @end defun
15911 @defun nnrss-opml-export
15912 Write your current @acronym{RSS} subscriptions to a buffer in
15913 @acronym{OPML} format.
15914 @end defun
15916 The following @code{nnrss} variables can be altered:
15918 @table @code
15919 @item nnrss-directory
15920 @vindex nnrss-directory
15921 The directory where @code{nnrss} stores its files.  The default is
15922 @file{~/News/rss/}.
15924 @item nnrss-file-coding-system
15925 @vindex nnrss-file-coding-system
15926 The coding system used when reading and writing the @code{nnrss} groups
15927 data files.  The default is the value of
15928 @code{mm-universal-coding-system} (which defaults to @code{emacs-mule}
15929 in Emacs or @code{escape-quoted} in XEmacs).
15931 @item nnrss-use-local
15932 @vindex nnrss-use-local
15933 @findex nnrss-generate-download-script
15934 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15935 the feeds from local files in @code{nnrss-directory}.  You can use
15936 the command @code{nnrss-generate-download-script} to generate a
15937 download script using @command{wget}.
15938 @end table
15940 The following code may be helpful, if you want to show the description in
15941 the summary buffer.
15943 @lisp
15944 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15945 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15947 (defun gnus-user-format-function-X (header)
15948   (let ((descr
15949          (assq nnrss-description-field (mail-header-extra header))))
15950     (if descr (concat "\n\t" (cdr descr)) "")))
15951 @end lisp
15953 The following code may be useful to open an nnrss url directly from the
15954 summary buffer.
15955 @lisp
15956 (require 'browse-url)
15958 (defun browse-nnrss-url( arg )
15959   (interactive "p")
15960   (let ((url (assq nnrss-url-field
15961                    (mail-header-extra
15962                     (gnus-data-header
15963                      (assq (gnus-summary-article-number)
15964                            gnus-newsgroup-data))))))
15965     (if url
15966         (progn
15967           (browse-url (cdr url))
15968           (gnus-summary-mark-as-read-forward 1))
15969       (gnus-summary-scroll-up arg))))
15971 (eval-after-load "gnus"
15972   #'(define-key gnus-summary-mode-map
15973       (kbd "<RET>") 'browse-nnrss-url))
15974 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15975 @end lisp
15977 @node Customizing w3
15978 @subsection Customizing w3
15979 @cindex w3
15980 @cindex html
15981 @cindex url
15982 @cindex Netscape
15984 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15985 pages.  Emacs/w3 is documented in its own manual, but there are some
15986 things that may be more relevant for Gnus users.
15988 For instance, a common question is how to make Emacs/w3 follow links
15989 using the @code{browse-url} functions (which will call some external web
15990 browser like Netscape).  Here's one way:
15992 @lisp
15993 (eval-after-load "w3"
15994   '(progn
15995     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15996     (defun w3-fetch (&optional url target)
15997       (interactive (list (w3-read-url-with-default)))
15998       (if (eq major-mode 'gnus-article-mode)
15999           (browse-url url)
16000         (w3-fetch-orig url target)))))
16001 @end lisp
16003 Put that in your @file{.emacs} file, and hitting links in w3-rendered
16004 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
16005 follow the link.
16008 @node IMAP
16009 @section IMAP
16010 @cindex nnimap
16011 @cindex @acronym{IMAP}
16013 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
16014 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
16015 server is much similar to connecting to a news server, you just
16016 specify the network address of the server.
16018 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
16019 everything that @acronym{POP} can, it can hence be viewed as a
16020 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
16021 similar to @acronym{NNTP} being a news storage protocol---however,
16022 @acronym{IMAP} offers more features than @acronym{NNTP} because news
16023 is more or less read-only whereas mail is read-write.
16025 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
16026 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
16027 the @acronym{IMAP} server and store them on the local disk.  This is
16028 not the usage described in this section---@xref{Mail Sources}.
16030 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
16031 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
16032 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
16033 usage explained in this section.
16035 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
16036 servers might look something like the following.  (Note that for
16037 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
16038 see below.)
16040 @lisp
16041 (setq gnus-secondary-select-methods
16042       '((nnimap "simpleserver") ; @r{no special configuration}
16043         ; @r{perhaps a ssh port forwarded server:}
16044         (nnimap "dolk"
16045                 (nnimap-address "localhost")
16046                 (nnimap-server-port 1430))
16047         ; @r{a UW server running on localhost}
16048         (nnimap "barbar"
16049                 (nnimap-server-port 143)
16050                 (nnimap-address "localhost")
16051                 (nnimap-list-pattern ("INBOX" "mail/*")))
16052         ; @r{anonymous public cyrus server:}
16053         (nnimap "cyrus.andrew.cmu.edu"
16054                 (nnimap-authenticator anonymous)
16055                 (nnimap-list-pattern "archive.*")
16056                 (nnimap-stream network))
16057         ; @r{a ssl server on a non-standard port:}
16058         (nnimap "vic20"
16059                 (nnimap-address "vic20.somewhere.com")
16060                 (nnimap-server-port 9930)
16061                 (nnimap-stream ssl))))
16062 @end lisp
16064 After defining the new server, you can subscribe to groups on the
16065 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16066 (@pxref{Subscription Commands}) or via the Server Buffer
16067 (@pxref{Server Buffer}).
16069 The following variables can be used to create a virtual @code{nnimap}
16070 server:
16072 @table @code
16074 @item nnimap-address
16075 @vindex nnimap-address
16077 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16078 server name if not specified.
16080 @item nnimap-server-port
16081 @vindex nnimap-server-port
16082 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16084 Note that this should be an integer, example server specification:
16086 @lisp
16087 (nnimap "mail.server.com"
16088         (nnimap-server-port 4711))
16089 @end lisp
16091 @item nnimap-list-pattern
16092 @vindex nnimap-list-pattern
16093 String or list of strings of mailboxes to limit available groups to.
16094 This is used when the server has very many mailboxes and you're only
16095 interested in a few---some servers export your home directory via
16096 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16097 @file{~/Mail/*} then.
16099 The string can also be a cons of REFERENCE and the string as above, what
16100 REFERENCE is used for is server specific, but on the University of
16101 Washington server it's a directory that will be concatenated with the
16102 mailbox.
16104 Example server specification:
16106 @lisp
16107 (nnimap "mail.server.com"
16108         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16109                                ("~friend/Mail/" . "list/*"))))
16110 @end lisp
16112 @item nnimap-stream
16113 @vindex nnimap-stream
16114 The type of stream used to connect to your server.  By default, nnimap
16115 will detect and automatically use all of the below, with the exception
16116 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16117 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16118 be automatically detected, but it's not widely deployed yet.)
16120 Example server specification:
16122 @lisp
16123 (nnimap "mail.server.com"
16124         (nnimap-stream ssl))
16125 @end lisp
16127 Please note that the value of @code{nnimap-stream} is a symbol!
16129 @itemize @bullet
16130 @item
16131 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16132 @samp{gsasl} or @samp{imtest} program.
16133 @item
16134 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16135 @item
16136 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16137 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16138 @samp{starttls}.
16139 @item
16140 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16141 @samp{gnutls-cli}).
16142 @item
16143 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16144 @samp{openssl}) or SSLeay (@samp{s_client}).
16145 @item
16146 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16147 @item
16148 @dfn{network:} Plain, TCP/IP network connection.
16149 @end itemize
16151 @vindex imap-kerberos4-program
16152 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16153 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16154 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16155 to make @code{imap.el} use a pty instead of a pipe when communicating
16156 with @samp{imtest}.  You will then suffer from a line length
16157 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16158 indefinitely if you have many articles in a mailbox.  The variable
16159 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16160 program.
16162 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16163 needed.  It is available from
16164 @uref{http://www.gnu.org/software/gnutls/}.
16166 @vindex imap-gssapi-program
16167 This parameter specifies a list of command lines that invoke a GSSAPI
16168 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16169 sequentially until a connection is made, or the list has been
16170 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16171 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16172 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16173 tried.
16175 @vindex imap-ssl-program
16176 For @acronym{SSL} connections, the OpenSSL program is available from
16177 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16178 and nnimap support it too---although the most recent versions of
16179 SSLeay, 0.9.x, are known to have serious bugs making it
16180 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16181 work.  The variable @code{imap-ssl-program} contain parameters to pass
16182 to OpenSSL/SSLeay.
16184 @vindex imap-shell-program
16185 @vindex imap-shell-host
16186 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16187 @code{imap-shell-program} specify what program to call.
16189 @item nnimap-authenticator
16190 @vindex nnimap-authenticator
16192 The authenticator used to connect to the server.  By default, nnimap
16193 will use the most secure authenticator your server is capable of.
16195 Example server specification:
16197 @lisp
16198 (nnimap "mail.server.com"
16199         (nnimap-authenticator anonymous))
16200 @end lisp
16202 Please note that the value of @code{nnimap-authenticator} is a symbol!
16204 @itemize @bullet
16205 @item
16206 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16207 external program @code{gsasl} or @code{imtest}.
16208 @item
16209 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16210 @code{imtest}.
16211 @item
16212 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16213 external library @code{digest-md5.el}.
16214 @item
16215 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16216 @item
16217 @dfn{login:} Plain-text username/password via LOGIN.
16218 @item
16219 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16220 @end itemize
16222 @item nnimap-expunge-on-close
16223 @cindex expunging
16224 @vindex nnimap-expunge-on-close
16225 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16226 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16227 this concept of marking articles @code{Deleted} which doesn't actually
16228 delete them, and this (marking them @code{Deleted}, that is) is what
16229 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16230 similar).
16232 Since the articles aren't really removed when we mark them with the
16233 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16234 running in circles yet?
16236 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16237 when closing a mailbox but this is now configurable by this server
16238 variable.
16240 The possible options are:
16242 @table @code
16244 @item always
16245 The default behavior, delete all articles marked as ``Deleted'' when
16246 closing a mailbox.
16247 @item never
16248 Never actually delete articles.  Currently there is no way of showing
16249 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16250 may allow you to do this.  If you ever want to run the EXPUNGE command
16251 manually, @xref{Expunging mailboxes}.
16252 @item ask
16253 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16254 articles or not.
16256 @end table
16258 @item nnimap-importantize-dormant
16259 @vindex nnimap-importantize-dormant
16261 If non-@code{nil} (the default), marks dormant articles as ticked (as
16262 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16263 naturally still (only) be marked as dormant.  This is to make dormant
16264 articles stand out, just like ticked articles, in other @acronym{IMAP}
16265 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16266 has only one.)
16268 Probably the only reason for frobing this would be if you're trying
16269 enable per-user persistent dormant flags, using something like:
16271 @lisp
16272 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16273         (format "gnus-dormant-%s" (user-login-name)))
16274 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16275         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16276 @end lisp
16278 In this case, you would not want the per-user dormant flag showing up
16279 as ticked for other users.
16281 @item nnimap-expunge-search-string
16282 @cindex expunging
16283 @vindex nnimap-expunge-search-string
16285 This variable contain the @acronym{IMAP} search command sent to server when
16286 searching for articles eligible for expiring.  The default is
16287 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16288 UID set and the second @code{%s} is replaced by a date.
16290 Probably the only useful value to change this to is
16291 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16292 messages instead of the internal article date.  See section 6.4.4 of
16293 RFC 2060 for more information on valid strings.
16295 @item nnimap-authinfo-file
16296 @vindex nnimap-authinfo-file
16298 A file containing credentials used to log in on servers.  The format is
16299 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16300 variable @code{nntp-authinfo-file} for exact syntax; also see
16301 @ref{NNTP}.  An example of an .authinfo line for an IMAP server, is:
16303 @example
16304 machine students.uio.no login larsi password geheimnis port imap
16305 @end example
16307 Note that it should be @code{port imap}, or @code{port 143}, if you
16308 use a @code{nnimap-stream} of @code{tls} or @code{ssl}, even if the
16309 actual port number used is port 993 for secured IMAP.  For
16310 convenience, Gnus will accept @code{port imaps} as a synonym of
16311 @code{port imap}.
16313 @item nnimap-need-unselect-to-notice-new-mail
16314 @vindex nnimap-need-unselect-to-notice-new-mail
16316 Unselect mailboxes before looking for new mail in them.  Some servers
16317 seem to need this under some circumstances; it was reported that
16318 Courier 1.7.1 did.
16320 @end table
16322 @menu
16323 * Splitting in IMAP::           Splitting mail with nnimap.
16324 * Expiring in IMAP::            Expiring mail with nnimap.
16325 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16326 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16327 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16328 * Debugging IMAP::              What to do when things don't work.
16329 @end menu
16333 @node Splitting in IMAP
16334 @subsection Splitting in IMAP
16335 @cindex splitting imap mail
16337 Splitting is something Gnus users have loved and used for years, and now
16338 the rest of the world is catching up.  Yeah, dream on, not many
16339 @acronym{IMAP} servers have server side splitting and those that have
16340 splitting seem to use some non-standard protocol.  This means that
16341 @acronym{IMAP} support for Gnus has to do its own splitting.
16343 And it does.
16345 (Incidentally, people seem to have been dreaming on, and Sieve has
16346 gaining a market share and is supported by several IMAP servers.
16347 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16349 Here are the variables of interest:
16351 @table @code
16353 @item nnimap-split-crosspost
16354 @cindex splitting, crosspost
16355 @cindex crosspost
16356 @vindex nnimap-split-crosspost
16358 If non-@code{nil}, do crossposting if several split methods match the
16359 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16360 found will be used.
16362 Nnmail equivalent: @code{nnmail-crosspost}.
16364 @item nnimap-split-inbox
16365 @cindex splitting, inbox
16366 @cindex inbox
16367 @vindex nnimap-split-inbox
16369 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16370 mailboxes to split from.  Defaults to @code{nil}, which means that
16371 splitting is disabled!
16373 @lisp
16374 (setq nnimap-split-inbox
16375       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16376 @end lisp
16378 No nnmail equivalent.
16380 @item nnimap-split-rule
16381 @cindex splitting, rules
16382 @vindex nnimap-split-rule
16384 New mail found in @code{nnimap-split-inbox} will be split according to
16385 this variable.
16387 This variable contains a list of lists, where the first element in the
16388 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16389 matching the regexp in the second element in the sublist.  Got that?
16390 Neither did I, we need examples.
16392 @lisp
16393 (setq nnimap-split-rule
16394       '(("INBOX.nnimap"
16395          "^Sender: owner-nnimap@@vic20.globalcom.se")
16396         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16397         ("INBOX.private" "")))
16398 @end lisp
16400 This will put all articles from the nnimap mailing list into mailbox
16401 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16402 into INBOX.junk and everything else in INBOX.private.
16404 The first string may contain @samp{\\1} forms, like the ones used by
16405 replace-match to insert sub-expressions from the matched text.  For
16406 instance:
16408 @lisp
16409 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16410 @end lisp
16412 The first element can also be the symbol @code{junk} to indicate that
16413 matching messages should simply be deleted.  Use with care.
16415 The second element can also be a function.  In that case, it will be
16416 called with the first element of the rule as the argument, in a buffer
16417 containing the headers of the article.  It should return a
16418 non-@code{nil} value if it thinks that the mail belongs in that group.
16420 Nnmail users might recollect that the last regexp had to be empty to
16421 match all articles (like in the example above).  This is not required in
16422 nnimap.  Articles not matching any of the regexps will not be moved out
16423 of your inbox.  (This might affect performance if you keep lots of
16424 unread articles in your inbox, since the splitting code would go over
16425 them every time you fetch new mail.)
16427 These rules are processed from the beginning of the alist toward the
16428 end.  The first rule to make a match will ``win'', unless you have
16429 crossposting enabled.  In that case, all matching rules will ``win''.
16431 This variable can also have a function as its value, the function will
16432 be called with the headers narrowed and should return a group where it
16433 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16435 The splitting code tries to create mailboxes if it needs to.
16437 To allow for different split rules on different virtual servers, and
16438 even different split rules in different inboxes on the same server,
16439 the syntax of this variable have been extended along the lines of:
16441 @lisp
16442 (setq nnimap-split-rule
16443       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16444                                ("junk"    "From:.*Simon"))))
16445         ("my2server"    ("INBOX" nnimap-split-fancy))
16446         ("my[34]server" (".*" (("private" "To:.*Simon")
16447                                ("junk"    my-junk-func))))))
16448 @end lisp
16450 The virtual server name is in fact a regexp, so that the same rules
16451 may apply to several servers.  In the example, the servers
16452 @code{my3server} and @code{my4server} both use the same rules.
16453 Similarly, the inbox string is also a regexp.  The actual splitting
16454 rules are as before, either a function, or a list with group/regexp or
16455 group/function elements.
16457 Nnmail equivalent: @code{nnmail-split-methods}.
16459 @item nnimap-split-predicate
16460 @cindex splitting
16461 @vindex nnimap-split-predicate
16463 Mail matching this predicate in @code{nnimap-split-inbox} will be
16464 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16466 This might be useful if you use another @acronym{IMAP} client to read mail in
16467 your inbox but would like Gnus to split all articles in the inbox
16468 regardless of readedness.  Then you might change this to
16469 @samp{UNDELETED}.
16471 @item nnimap-split-fancy
16472 @cindex splitting, fancy
16473 @findex nnimap-split-fancy
16474 @vindex nnimap-split-fancy
16476 It's possible to set @code{nnimap-split-rule} to
16477 @code{nnmail-split-fancy} if you want to use fancy
16478 splitting.  @xref{Fancy Mail Splitting}.
16480 However, to be able to have different fancy split rules for nnmail and
16481 nnimap back ends you can set @code{nnimap-split-rule} to
16482 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16483 rule in @code{nnimap-split-fancy}.
16485 Example:
16487 @lisp
16488 (setq nnimap-split-rule 'nnimap-split-fancy
16489       nnimap-split-fancy ...)
16490 @end lisp
16492 Nnmail equivalent: @code{nnmail-split-fancy}.
16494 @item nnimap-split-download-body
16495 @findex nnimap-split-download-body
16496 @vindex nnimap-split-download-body
16498 Set to non-@code{nil} to download entire articles during splitting.
16499 This is generally not required, and will slow things down
16500 considerably.  You may need it if you want to use an advanced
16501 splitting function that analyzes the body to split the article.
16503 @end table
16505 @node Expiring in IMAP
16506 @subsection Expiring in IMAP
16507 @cindex expiring imap mail
16509 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16510 end, it supports most features in regular expiring (@pxref{Expiring
16511 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16512 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16513 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16514 follows below are the variables used by the @code{nnimap} expiry
16515 process.
16517 A note on how the expire mark is stored on the @acronym{IMAP} server is
16518 appropriate here as well.  The expire mark is translated into a
16519 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16520 message.  This means that likely only Gnus will understand and treat
16521 the @code{gnus-expire} mark properly, although other clients may allow
16522 you to view client specific flags on the message.  It also means that
16523 your server must support permanent storage of client specific flags on
16524 messages.  Most do, fortunately.
16526 @table @code
16528 @item nnmail-expiry-wait
16529 @item nnmail-expiry-wait-function
16531 These variables are fully supported.  The expire value can be a
16532 number, the symbol @code{immediate} or @code{never}.
16534 @item nnmail-expiry-target
16536 This variable is supported, and internally implemented by calling the
16537 @code{nnmail} functions that handle this.  It contains an optimization
16538 that if the destination is a @acronym{IMAP} group on the same server, the
16539 article is copied instead of appended (that is, uploaded again).
16541 @end table
16543 @node Editing IMAP ACLs
16544 @subsection Editing IMAP ACLs
16545 @cindex editing imap acls
16546 @cindex Access Control Lists
16547 @cindex Editing @acronym{IMAP} ACLs
16548 @kindex G l (Group)
16549 @findex gnus-group-nnimap-edit-acl
16551 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16552 limiting (or enabling) other users access to your mail boxes.  Not all
16553 @acronym{IMAP} servers support this, this function will give an error if it
16554 doesn't.
16556 To edit an ACL for a mailbox, type @kbd{G l}
16557 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16558 editing window with detailed instructions.
16560 Some possible uses:
16562 @itemize @bullet
16563 @item
16564 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16565 on your mailing list mailboxes enables other users on the same server to
16566 follow the list without subscribing to it.
16567 @item
16568 At least with the Cyrus server, you are required to give the user
16569 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16570 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16571 INBOX.mailbox).
16572 @end itemize
16574 @node Expunging mailboxes
16575 @subsection Expunging mailboxes
16576 @cindex expunging
16578 @cindex expunge
16579 @cindex manual expunging
16580 @kindex G x (Group)
16581 @findex gnus-group-nnimap-expunge
16583 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16584 you may want the option of expunging all deleted articles in a mailbox
16585 manually.  This is exactly what @kbd{G x} does.
16587 Currently there is no way of showing deleted articles, you can just
16588 delete them.
16590 @node A note on namespaces
16591 @subsection A note on namespaces
16592 @cindex IMAP namespace
16593 @cindex namespaces
16595 The @acronym{IMAP} protocol has a concept called namespaces, described
16596 by the following text in the RFC:
16598 @display
16599 5.1.2.  Mailbox Namespace Naming Convention
16601    By convention, the first hierarchical element of any mailbox name
16602    which begins with "#" identifies the "namespace" of the remainder of
16603    the name.  This makes it possible to disambiguate between different
16604    types of mailbox stores, each of which have their own namespaces.
16606       For example, implementations which offer access to USENET
16607       newsgroups MAY use the "#news" namespace to partition the USENET
16608       newsgroup namespace from that of other mailboxes.  Thus, the
16609       comp.mail.misc newsgroup would have an mailbox name of
16610       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16611       to a different object (e.g. a user's private mailbox).
16612 @end display
16614 While there is nothing in this text that warrants concern for the
16615 @acronym{IMAP} implementation in Gnus, some servers use namespace
16616 prefixes in a way that does not work with how Gnus uses mailbox names.
16618 Specifically, University of Washington's @acronym{IMAP} server uses
16619 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16620 in the @sc{create} and @sc{append} commands.  After the mailbox is
16621 created (or a messages is appended to a mailbox), it must be accessed
16622 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16623 not make it possible for the user to guarantee that user entered
16624 mailbox names will only be used with the CREATE and APPEND commands,
16625 you should simply not use the namespace prefixed mailbox names in
16626 Gnus.
16628 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16629 for more information on how to use the prefixes.  They are a power
16630 tool and should be used only if you are sure what the effects are.
16632 @node Debugging IMAP
16633 @subsection Debugging IMAP
16634 @cindex IMAP debugging
16635 @cindex protocol dump (IMAP)
16637 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16638 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16639 best to fix them right away.  If you encounter odd behavior, chances
16640 are that either the server or Gnus is buggy.
16642 If you are familiar with network protocols in general, you will
16643 probably be able to extract some clues from the protocol dump of the
16644 exchanges between Gnus and the server.  Even if you are not familiar
16645 with network protocols, when you include the protocol dump in
16646 @acronym{IMAP}-related bug reports you are helping us with data
16647 critical to solving the problem.  Therefore, we strongly encourage you
16648 to include the protocol dump when reporting IMAP bugs in Gnus.
16651 @vindex imap-log
16652 Because the protocol dump, when enabled, generates lots of data, it is
16653 disabled by default.  You can enable it by setting @code{imap-log} as
16654 follows:
16656 @lisp
16657 (setq imap-log t)
16658 @end lisp
16660 This instructs the @code{imap.el} package to log any exchanges with
16661 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16662 for error messages, which sometimes are tagged with the keyword
16663 @code{BAD}---but when submitting a bug, make sure to include all the
16664 data.
16666 @node Other Sources
16667 @section Other Sources
16669 Gnus can do more than just read news or mail.  The methods described
16670 below allow Gnus to view directories and files as if they were
16671 newsgroups.
16673 @menu
16674 * Directory Groups::            You can read a directory as if it was a newsgroup.
16675 * Anything Groups::             Dired?  Who needs dired?
16676 * Document Groups::             Single files can be the basis of a group.
16677 * SOUP::                        Reading @sc{soup} packets ``offline''.
16678 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16679 @end menu
16682 @node Directory Groups
16683 @subsection Directory Groups
16684 @cindex nndir
16685 @cindex directory groups
16687 If you have a directory that has lots of articles in separate files in
16688 it, you might treat it as a newsgroup.  The files have to have numerical
16689 names, of course.
16691 This might be an opportune moment to mention @code{ange-ftp} (and its
16692 successor @code{efs}), that most wonderful of all wonderful Emacs
16693 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16694 back end to read directories.  Big deal.
16696 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16697 enter the @code{ange-ftp} file name
16698 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16699 @code{ange-ftp} or @code{efs} will actually allow you to read this
16700 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16702 @code{nndir} will use @acronym{NOV} files if they are present.
16704 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16705 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16706 whatever you use @code{nndir} for, so you could switch to any of those
16707 methods if you feel the need to have a non-read-only @code{nndir}.
16710 @node Anything Groups
16711 @subsection Anything Groups
16712 @cindex nneething
16714 From the @code{nndir} back end (which reads a single spool-like
16715 directory), it's just a hop and a skip to @code{nneething}, which
16716 pretends that any arbitrary directory is a newsgroup.  Strange, but
16717 true.
16719 When @code{nneething} is presented with a directory, it will scan this
16720 directory and assign article numbers to each file.  When you enter such
16721 a group, @code{nneething} must create ``headers'' that Gnus can use.
16722 After all, Gnus is a newsreader, in case you're forgetting.
16723 @code{nneething} does this in a two-step process.  First, it snoops each
16724 file in question.  If the file looks like an article (i.e., the first
16725 few lines look like headers), it will use this as the head.  If this is
16726 just some arbitrary file without a head (e.g. a C source file),
16727 @code{nneething} will cobble up a header out of thin air.  It will use
16728 file ownership, name and date and do whatever it can with these
16729 elements.
16731 All this should happen automatically for you, and you will be presented
16732 with something that looks very much like a newsgroup.  Totally like a
16733 newsgroup, to be precise.  If you select an article, it will be displayed
16734 in the article buffer, just as usual.
16736 If you select a line that represents a directory, Gnus will pop you into
16737 a new summary buffer for this @code{nneething} group.  And so on.  You can
16738 traverse the entire disk this way, if you feel like, but remember that
16739 Gnus is not dired, really, and does not intend to be, either.
16741 There are two overall modes to this action---ephemeral or solid.  When
16742 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16743 will not store information on what files you have read, and what files
16744 are new, and so on.  If you create a solid @code{nneething} group the
16745 normal way with @kbd{G m}, Gnus will store a mapping table between
16746 article numbers and file names, and you can treat this group like any
16747 other groups.  When you activate a solid @code{nneething} group, you will
16748 be told how many unread articles it contains, etc., etc.
16750 Some variables:
16752 @table @code
16753 @item nneething-map-file-directory
16754 @vindex nneething-map-file-directory
16755 All the mapping files for solid @code{nneething} groups will be stored
16756 in this directory, which defaults to @file{~/.nneething/}.
16758 @item nneething-exclude-files
16759 @vindex nneething-exclude-files
16760 All files that match this regexp will be ignored.  Nice to use to exclude
16761 auto-save files and the like, which is what it does by default.
16763 @item nneething-include-files
16764 @vindex nneething-include-files
16765 Regexp saying what files to include in the group.  If this variable is
16766 non-@code{nil}, only files matching this regexp will be included.
16768 @item nneething-map-file
16769 @vindex nneething-map-file
16770 Name of the map files.
16771 @end table
16774 @node Document Groups
16775 @subsection Document Groups
16776 @cindex nndoc
16777 @cindex documentation group
16778 @cindex help group
16780 @code{nndoc} is a cute little thing that will let you read a single file
16781 as a newsgroup.  Several files types are supported:
16783 @table @code
16784 @cindex Babyl
16785 @cindex Rmail mbox
16787 @item babyl
16788 The Babyl (Rmail) mail box.
16789 @cindex mbox
16790 @cindex Unix mbox
16792 @item mbox
16793 The standard Unix mbox file.
16795 @cindex MMDF mail box
16796 @item mmdf
16797 The MMDF mail box format.
16799 @item news
16800 Several news articles appended into a file.
16802 @item rnews
16803 @cindex rnews batch files
16804 The rnews batch transport format.
16805 @cindex forwarded messages
16807 @item forward
16808 Forwarded articles.
16810 @item nsmail
16811 Netscape mail boxes.
16813 @item mime-parts
16814 @acronym{MIME} multipart messages.
16816 @item standard-digest
16817 The standard (RFC 1153) digest format.
16819 @item mime-digest
16820 A @acronym{MIME} digest of messages.
16822 @item lanl-gov-announce
16823 Announcement messages from LANL Gov Announce.
16825 @item rfc822-forward
16826 A message forwarded according to RFC822.
16828 @item outlook
16829 The Outlook mail box.
16831 @item oe-dbx
16832 The Outlook Express dbx mail box.
16834 @item exim-bounce
16835 A bounce message from the Exim MTA.
16837 @item forward
16838 A message forwarded according to informal rules.
16840 @item rfc934
16841 An RFC934-forwarded message.
16843 @item mailman
16844 A mailman digest.
16846 @item clari-briefs
16847 A digest of Clarinet brief news items.
16849 @item slack-digest
16850 Non-standard digest format---matches most things, but does it badly.
16852 @item mail-in-mail
16853 The last resort.
16854 @end table
16856 You can also use the special ``file type'' @code{guess}, which means
16857 that @code{nndoc} will try to guess what file type it is looking at.
16858 @code{digest} means that @code{nndoc} should guess what digest type the
16859 file is.
16861 @code{nndoc} will not try to change the file or insert any extra headers into
16862 it---it will simply, like, let you use the file as the basis for a
16863 group.  And that's it.
16865 If you have some old archived articles that you want to insert into your
16866 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16867 that.  Say you have an old @file{RMAIL} file with mail that you now want
16868 to split into your new @code{nnml} groups.  You look at that file using
16869 @code{nndoc} (using the @kbd{G f} command in the group buffer
16870 (@pxref{Foreign Groups})), set the process mark on all the articles in
16871 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16872 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16873 file is now also stored in lots of @code{nnml} directories, and you can
16874 delete that pesky @file{RMAIL} file.  If you have the guts!
16876 Virtual server variables:
16878 @table @code
16879 @item nndoc-article-type
16880 @vindex nndoc-article-type
16881 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16882 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16883 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16884 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16885 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16887 @item nndoc-post-type
16888 @vindex nndoc-post-type
16889 This variable says whether Gnus is to consider the group a news group or
16890 a mail group.  There are two valid values:  @code{mail} (the default)
16891 and @code{news}.
16892 @end table
16894 @menu
16895 * Document Server Internals::   How to add your own document types.
16896 @end menu
16899 @node Document Server Internals
16900 @subsubsection Document Server Internals
16902 Adding new document types to be recognized by @code{nndoc} isn't
16903 difficult.  You just have to whip up a definition of what the document
16904 looks like, write a predicate function to recognize that document type,
16905 and then hook into @code{nndoc}.
16907 First, here's an example document type definition:
16909 @example
16910 (mmdf
16911  (article-begin .  "^\^A\^A\^A\^A\n")
16912  (body-end .  "^\^A\^A\^A\^A\n"))
16913 @end example
16915 The definition is simply a unique @dfn{name} followed by a series of
16916 regexp pseudo-variable settings.  Below are the possible
16917 variables---don't be daunted by the number of variables; most document
16918 types can be defined with very few settings:
16920 @table @code
16921 @item first-article
16922 If present, @code{nndoc} will skip past all text until it finds
16923 something that match this regexp.  All text before this will be
16924 totally ignored.
16926 @item article-begin
16927 This setting has to be present in all document type definitions.  It
16928 says what the beginning of each article looks like.
16930 @item head-begin-function
16931 If present, this should be a function that moves point to the head of
16932 the article.
16934 @item nndoc-head-begin
16935 If present, this should be a regexp that matches the head of the
16936 article.
16938 @item nndoc-head-end
16939 This should match the end of the head of the article.  It defaults to
16940 @samp{^$}---the empty line.
16942 @item body-begin-function
16943 If present, this function should move point to the beginning of the body
16944 of the article.
16946 @item body-begin
16947 This should match the beginning of the body of the article.  It defaults
16948 to @samp{^\n}.
16950 @item body-end-function
16951 If present, this function should move point to the end of the body of
16952 the article.
16954 @item body-end
16955 If present, this should match the end of the body of the article.
16957 @item file-end
16958 If present, this should match the end of the file.  All text after this
16959 regexp will be totally ignored.
16961 @end table
16963 So, using these variables @code{nndoc} is able to dissect a document
16964 file into a series of articles, each with a head and a body.  However, a
16965 few more variables are needed since not all document types are all that
16966 news-like---variables needed to transform the head or the body into
16967 something that's palatable for Gnus:
16969 @table @code
16970 @item prepare-body-function
16971 If present, this function will be called when requesting an article.  It
16972 will be called with point at the start of the body, and is useful if the
16973 document has encoded some parts of its contents.
16975 @item article-transform-function
16976 If present, this function is called when requesting an article.  It's
16977 meant to be used for more wide-ranging transformation of both head and
16978 body of the article.
16980 @item generate-head-function
16981 If present, this function is called to generate a head that Gnus can
16982 understand.  It is called with the article number as a parameter, and is
16983 expected to generate a nice head for the article in question.  It is
16984 called when requesting the headers of all articles.
16986 @end table
16988 Let's look at the most complicated example I can come up with---standard
16989 digests:
16991 @example
16992 (standard-digest
16993  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16994  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16995  (prepare-body-function . nndoc-unquote-dashes)
16996  (body-end-function . nndoc-digest-body-end)
16997  (head-end . "^ ?$")
16998  (body-begin . "^ ?\n")
16999  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
17000  (subtype digest guess))
17001 @end example
17003 We see that all text before a 70-width line of dashes is ignored; all
17004 text after a line that starts with that @samp{^End of} is also ignored;
17005 each article begins with a 30-width line of dashes; the line separating
17006 the head from the body may contain a single space; and that the body is
17007 run through @code{nndoc-unquote-dashes} before being delivered.
17009 To hook your own document definition into @code{nndoc}, use the
17010 @code{nndoc-add-type} function.  It takes two parameters---the first
17011 is the definition itself and the second (optional) parameter says
17012 where in the document type definition alist to put this definition.
17013 The alist is traversed sequentially, and
17014 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
17015 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
17016 @code{mmdf} type, and so on.  These type predicates should return
17017 @code{nil} if the document is not of the correct type; @code{t} if it
17018 is of the correct type; and a number if the document might be of the
17019 correct type.  A high number means high probability; a low number
17020 means low probability with @samp{0} being the lowest valid number.
17023 @node SOUP
17024 @subsection SOUP
17025 @cindex SOUP
17026 @cindex offline
17028 In the PC world people often talk about ``offline'' newsreaders.  These
17029 are thingies that are combined reader/news transport monstrosities.
17030 With built-in modem programs.  Yecchh!
17032 Of course, us Unix Weenie types of human beans use things like
17033 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
17034 transport things like Ghod intended.  And then we just use normal
17035 newsreaders.
17037 However, it can sometimes be convenient to do something that's a bit
17038 easier on the brain if you have a very slow modem, and you're not really
17039 that interested in doing things properly.
17041 A file format called @sc{soup} has been developed for transporting news
17042 and mail from servers to home machines and back again.  It can be a bit
17043 fiddly.
17045 First some terminology:
17047 @table @dfn
17049 @item server
17050 This is the machine that is connected to the outside world and where you
17051 get news and/or mail from.
17053 @item home machine
17054 This is the machine that you want to do the actual reading and responding
17055 on.  It is typically not connected to the rest of the world in any way.
17057 @item packet
17058 Something that contains messages and/or commands.  There are two kinds
17059 of packets:
17061 @table @dfn
17062 @item message packets
17063 These are packets made at the server, and typically contain lots of
17064 messages for you to read.  These are called @file{SoupoutX.tgz} by
17065 default, where @var{x} is a number.
17067 @item response packets
17068 These are packets made at the home machine, and typically contains
17069 replies that you've written.  These are called @file{SoupinX.tgz} by
17070 default, where @var{x} is a number.
17072 @end table
17074 @end table
17077 @enumerate
17079 @item
17080 You log in on the server and create a @sc{soup} packet.  You can either
17081 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17082 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17083 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17085 @item
17086 You transfer the packet home.  Rail, boat, car or modem will do fine.
17088 @item
17089 You put the packet in your home directory.
17091 @item
17092 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17093 the native or secondary server.
17095 @item
17096 You read articles and mail and answer and followup to the things you
17097 want (@pxref{SOUP Replies}).
17099 @item
17100 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17101 packet.
17103 @item
17104 You transfer this packet to the server.
17106 @item
17107 You use Gnus to mail this packet out with the @kbd{G s s} command.
17109 @item
17110 You then repeat until you die.
17112 @end enumerate
17114 So you basically have a bipartite system---you use @code{nnsoup} for
17115 reading and Gnus for packing/sending these @sc{soup} packets.
17117 @menu
17118 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17119 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17120 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17121 @end menu
17124 @node SOUP Commands
17125 @subsubsection SOUP Commands
17127 These are commands for creating and manipulating @sc{soup} packets.
17129 @table @kbd
17130 @item G s b
17131 @kindex G s b (Group)
17132 @findex gnus-group-brew-soup
17133 Pack all unread articles in the current group
17134 (@code{gnus-group-brew-soup}).  This command understands the
17135 process/prefix convention.
17137 @item G s w
17138 @kindex G s w (Group)
17139 @findex gnus-soup-save-areas
17140 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17142 @item G s s
17143 @kindex G s s (Group)
17144 @findex gnus-soup-send-replies
17145 Send all replies from the replies packet
17146 (@code{gnus-soup-send-replies}).
17148 @item G s p
17149 @kindex G s p (Group)
17150 @findex gnus-soup-pack-packet
17151 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17153 @item G s r
17154 @kindex G s r (Group)
17155 @findex nnsoup-pack-replies
17156 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17158 @item O s
17159 @kindex O s (Summary)
17160 @findex gnus-soup-add-article
17161 This summary-mode command adds the current article to a @sc{soup} packet
17162 (@code{gnus-soup-add-article}).  It understands the process/prefix
17163 convention (@pxref{Process/Prefix}).
17165 @end table
17168 There are a few variables to customize where Gnus will put all these
17169 thingies:
17171 @table @code
17173 @item gnus-soup-directory
17174 @vindex gnus-soup-directory
17175 Directory where Gnus will save intermediate files while composing
17176 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17178 @item gnus-soup-replies-directory
17179 @vindex gnus-soup-replies-directory
17180 This is what Gnus will use as a temporary directory while sending our
17181 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17183 @item gnus-soup-prefix-file
17184 @vindex gnus-soup-prefix-file
17185 Name of the file where Gnus stores the last used prefix.  The default is
17186 @samp{gnus-prefix}.
17188 @item gnus-soup-packer
17189 @vindex gnus-soup-packer
17190 A format string command for packing a @sc{soup} packet.  The default is
17191 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17193 @item gnus-soup-unpacker
17194 @vindex gnus-soup-unpacker
17195 Format string command for unpacking a @sc{soup} packet.  The default is
17196 @samp{gunzip -c %s | tar xvf -}.
17198 @item gnus-soup-packet-directory
17199 @vindex gnus-soup-packet-directory
17200 Where Gnus will look for reply packets.  The default is @file{~/}.
17202 @item gnus-soup-packet-regexp
17203 @vindex gnus-soup-packet-regexp
17204 Regular expression matching @sc{soup} reply packets in
17205 @code{gnus-soup-packet-directory}.
17207 @end table
17210 @node SOUP Groups
17211 @subsubsection SOUP Groups
17212 @cindex nnsoup
17214 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17215 read incoming packets, unpack them, and put them in a directory where
17216 you can read them at leisure.
17218 These are the variables you can use to customize its behavior:
17220 @table @code
17222 @item nnsoup-tmp-directory
17223 @vindex nnsoup-tmp-directory
17224 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17225 directory.  (@file{/tmp/} by default.)
17227 @item nnsoup-directory
17228 @vindex nnsoup-directory
17229 @code{nnsoup} then moves each message and index file to this directory.
17230 The default is @file{~/SOUP/}.
17232 @item nnsoup-replies-directory
17233 @vindex nnsoup-replies-directory
17234 All replies will be stored in this directory before being packed into a
17235 reply packet.  The default is @file{~/SOUP/replies/}.
17237 @item nnsoup-replies-format-type
17238 @vindex nnsoup-replies-format-type
17239 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17240 (rnews), and I don't think you should touch that variable.  I probably
17241 shouldn't even have documented it.  Drats!  Too late!
17243 @item nnsoup-replies-index-type
17244 @vindex nnsoup-replies-index-type
17245 The index type of the replies packet.  The default is @samp{?n}, which
17246 means ``none''.  Don't fiddle with this one either!
17248 @item nnsoup-active-file
17249 @vindex nnsoup-active-file
17250 Where @code{nnsoup} stores lots of information.  This is not an ``active
17251 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17252 this file or mess it up in any way, you're dead.  The default is
17253 @file{~/SOUP/active}.
17255 @item nnsoup-packer
17256 @vindex nnsoup-packer
17257 Format string command for packing a reply @sc{soup} packet.  The default
17258 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17260 @item nnsoup-unpacker
17261 @vindex nnsoup-unpacker
17262 Format string command for unpacking incoming @sc{soup} packets.  The
17263 default is @samp{gunzip -c %s | tar xvf -}.
17265 @item nnsoup-packet-directory
17266 @vindex nnsoup-packet-directory
17267 Where @code{nnsoup} will look for incoming packets.  The default is
17268 @file{~/}.
17270 @item nnsoup-packet-regexp
17271 @vindex nnsoup-packet-regexp
17272 Regular expression matching incoming @sc{soup} packets.  The default is
17273 @samp{Soupout}.
17275 @item nnsoup-always-save
17276 @vindex nnsoup-always-save
17277 If non-@code{nil}, save the replies buffer after each posted message.
17279 @end table
17282 @node SOUP Replies
17283 @subsubsection SOUP Replies
17285 Just using @code{nnsoup} won't mean that your postings and mailings end
17286 up in @sc{soup} reply packets automagically.  You have to work a bit
17287 more for that to happen.
17289 @findex nnsoup-set-variables
17290 The @code{nnsoup-set-variables} command will set the appropriate
17291 variables to ensure that all your followups and replies end up in the
17292 @sc{soup} system.
17294 In specific, this is what it does:
17296 @lisp
17297 (setq message-send-news-function 'nnsoup-request-post)
17298 (setq message-send-mail-function 'nnsoup-request-mail)
17299 @end lisp
17301 And that's it, really.  If you only want news to go into the @sc{soup}
17302 system you just use the first line.  If you only want mail to be
17303 @sc{soup}ed you use the second.
17306 @node Mail-To-News Gateways
17307 @subsection Mail-To-News Gateways
17308 @cindex mail-to-news gateways
17309 @cindex gateways
17311 If your local @code{nntp} server doesn't allow posting, for some reason
17312 or other, you can post using one of the numerous mail-to-news gateways.
17313 The @code{nngateway} back end provides the interface.
17315 Note that you can't read anything from this back end---it can only be
17316 used to post with.
17318 Server variables:
17320 @table @code
17321 @item nngateway-address
17322 @vindex nngateway-address
17323 This is the address of the mail-to-news gateway.
17325 @item nngateway-header-transformation
17326 @vindex nngateway-header-transformation
17327 News headers often have to be transformed in some odd way or other
17328 for the mail-to-news gateway to accept it.  This variable says what
17329 transformation should be called, and defaults to
17330 @code{nngateway-simple-header-transformation}.  The function is called
17331 narrowed to the headers to be transformed and with one parameter---the
17332 gateway address.
17334 This default function just inserts a new @code{To} header based on the
17335 @code{Newsgroups} header and the gateway address.
17336 For instance, an article with this @code{Newsgroups} header:
17338 @example
17339 Newsgroups: alt.religion.emacs
17340 @end example
17342 will get this @code{To} header inserted:
17344 @example
17345 To: alt-religion-emacs@@GATEWAY
17346 @end example
17348 The following pre-defined functions exist:
17350 @findex nngateway-simple-header-transformation
17351 @table @code
17353 @item nngateway-simple-header-transformation
17354 Creates a @code{To} header that looks like
17355 @var{newsgroup}@@@code{nngateway-address}.
17357 @findex nngateway-mail2news-header-transformation
17359 @item nngateway-mail2news-header-transformation
17360 Creates a @code{To} header that looks like
17361 @code{nngateway-address}.
17362 @end table
17364 @end table
17366 Here's an example:
17368 @lisp
17369 (setq gnus-post-method
17370       '(nngateway
17371         "mail2news@@replay.com"
17372         (nngateway-header-transformation
17373          nngateway-mail2news-header-transformation)))
17374 @end lisp
17376 So, to use this, simply say something like:
17378 @lisp
17379 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17380 @end lisp
17384 @node Combined Groups
17385 @section Combined Groups
17387 Gnus allows combining a mixture of all the other group types into bigger
17388 groups.
17390 @menu
17391 * Virtual Groups::              Combining articles from many groups.
17392 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17393 @end menu
17396 @node Virtual Groups
17397 @subsection Virtual Groups
17398 @cindex nnvirtual
17399 @cindex virtual groups
17400 @cindex merging groups
17402 An @dfn{nnvirtual group} is really nothing more than a collection of
17403 other groups.
17405 For instance, if you are tired of reading many small groups, you can
17406 put them all in one big group, and then grow tired of reading one
17407 big, unwieldy group.  The joys of computing!
17409 You specify @code{nnvirtual} as the method.  The address should be a
17410 regexp to match component groups.
17412 All marks in the virtual group will stick to the articles in the
17413 component groups.  So if you tick an article in a virtual group, the
17414 article will also be ticked in the component group from whence it
17415 came.  (And vice versa---marks from the component groups will also be
17416 shown in the virtual group.).  To create an empty virtual group, run
17417 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17418 and edit the method regexp with @kbd{M-e}
17419 (@code{gnus-group-edit-group-method})
17421 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17422 newsgroups into one, big, happy newsgroup:
17424 @lisp
17425 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17426 @end lisp
17428 The component groups can be native or foreign; everything should work
17429 smoothly, but if your computer explodes, it was probably my fault.
17431 Collecting the same group from several servers might actually be a good
17432 idea if users have set the Distribution header to limit distribution.
17433 If you would like to read @samp{soc.motss} both from a server in Japan
17434 and a server in Norway, you could use the following as the group regexp:
17436 @example
17437 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17438 @end example
17440 (Remember, though, that if you're creating the group with @kbd{G m}, you
17441 shouldn't double the backslashes, and you should leave off the quote
17442 characters at the beginning and the end of the string.)
17444 This should work kinda smoothly---all articles from both groups should
17445 end up in this one, and there should be no duplicates.  Threading (and
17446 the rest) will still work as usual, but there might be problems with the
17447 sequence of articles.  Sorting on date might be an option here
17448 (@pxref{Selecting a Group}).
17450 One limitation, however---all groups included in a virtual
17451 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17452 zombie groups can't be component groups for @code{nnvirtual} groups.
17454 @vindex nnvirtual-always-rescan
17455 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17456 @code{nnvirtual} will always scan groups for unread articles when
17457 entering a virtual group.  If this variable is @code{nil} (which is the
17458 default) and you read articles in a component group after the virtual
17459 group has been activated, the read articles from the component group
17460 will show up when you enter the virtual group.  You'll also see this
17461 effect if you have two virtual groups that have a component group in
17462 common.  If that's the case, you should set this variable to @code{t}.
17463 Or you can just tap @code{M-g} on the virtual group every time before
17464 you enter it---it'll have much the same effect.
17466 @code{nnvirtual} can have both mail and news groups as component groups.
17467 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17468 has to ask the back end of the component group the article comes from
17469 whether it is a news or mail back end.  However, when you do a @kbd{^},
17470 there is typically no sure way for the component back end to know this,
17471 and in that case @code{nnvirtual} tells Gnus that the article came from a
17472 not-news back end.  (Just to be on the safe side.)
17474 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17475 line from the article you respond to in these cases.
17477 @code{nnvirtual} groups do not inherit anything but articles and marks
17478 from component groups---group parameters, for instance, are not
17479 inherited.
17482 @node Kibozed Groups
17483 @subsection Kibozed Groups
17484 @cindex nnkiboze
17485 @cindex kibozing
17487 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17488 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17489 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17490 down to a halt with useless requests!  Oh happiness!
17492 @kindex G k (Group)
17493 To create a kibozed group, use the @kbd{G k} command in the group
17494 buffer.
17496 The address field of the @code{nnkiboze} method is, as with
17497 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17498 @code{nnkiboze} group.  That's where most similarities between
17499 @code{nnkiboze} and @code{nnvirtual} end.
17501 In addition to this regexp detailing component groups, an
17502 @code{nnkiboze} group must have a score file to say what articles are
17503 to be included in the group (@pxref{Scoring}).
17505 @kindex M-x nnkiboze-generate-groups
17506 @findex nnkiboze-generate-groups
17507 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17508 @code{nnkiboze} groups you want to have.  This command will take time.
17509 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17510 headers from all the articles in all the component groups and run them
17511 through the scoring process to determine if there are any articles in
17512 the groups that are to be part of the @code{nnkiboze} groups.
17514 Please limit the number of component groups by using restrictive
17515 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17516 @acronym{NNTP} site may throw you off and never let you back in again.
17517 Stranger things have happened.
17519 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17520 and they can be foreign.  No restrictions.
17522 @vindex nnkiboze-directory
17523 The generation of an @code{nnkiboze} group means writing two files in
17524 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17525 One contains the @acronym{NOV} header lines for all the articles in
17526 the group, and the other is an additional @file{.newsrc} file to store
17527 information on what groups have been searched through to find
17528 component articles.
17530 Articles marked as read in the @code{nnkiboze} group will have
17531 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17534 @node Gnus Unplugged
17535 @section Gnus Unplugged
17536 @cindex offline
17537 @cindex unplugged
17538 @cindex agent
17539 @cindex Gnus agent
17540 @cindex Gnus unplugged
17542 In olden times (ca. February '88), people used to run their newsreaders
17543 on big machines with permanent connections to the net.  News transport
17544 was dealt with by news servers, and all the newsreaders had to do was to
17545 read news.  Believe it or not.
17547 Nowadays most people read news and mail at home, and use some sort of
17548 modem to connect to the net.  To avoid running up huge phone bills, it
17549 would be nice to have a way to slurp down all the news and mail, hang up
17550 the phone, read for several hours, and then upload any responses you
17551 have to make.  And then you repeat the procedure.
17553 Of course, you can use news servers for doing this as well.  I've used
17554 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17555 for some years, but doing that's a bore.  Moving the news server
17556 functionality up to the newsreader makes sense if you're the only person
17557 reading news on a machine.
17559 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17560 fact, you don't even have to configure anything.
17562 Of course, to use it as such, you have to learn a few new commands.
17564 @menu
17565 * Agent Basics::                How it all is supposed to work.
17566 * Agent Categories::            How to tell the Gnus Agent what to download.
17567 * Agent Commands::              New commands for all the buffers.
17568 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17569 * Agent as Cache::              The Agent is a big cache too.
17570 * Agent Expiry::                How to make old articles go away.
17571 * Agent Regeneration::          How to recover from lost connections and other accidents.
17572 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17573 * Outgoing Messages::           What happens when you post/mail something?
17574 * Agent Variables::             Customizing is fun.
17575 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17576 * Batching Agents::             How to fetch news from a @code{cron} job.
17577 * Agent Caveats::               What you think it'll do and what it does.
17578 @end menu
17581 @node Agent Basics
17582 @subsection Agent Basics
17584 First, let's get some terminology out of the way.
17586 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17587 connection to the net (and notified the Agent that this is the case).
17588 When the connection to the net is up again (and Gnus knows this), the
17589 Agent is @dfn{plugged}.
17591 The @dfn{local} machine is the one you're running on, and which isn't
17592 connected to the net continuously.
17594 @dfn{Downloading} means fetching things from the net to your local
17595 machine.  @dfn{Uploading} is doing the opposite.
17597 You know that Gnus gives you all the opportunity you'd ever want for
17598 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17599 is also customizable to a great extent, which means that the user has a
17600 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17601 you in your foot, but with Gnus, you have a choice!
17603 Gnus is never really in plugged or unplugged state.  Rather, it applies
17604 that state to each server individually.  This means that some servers
17605 can be plugged while others can be unplugged.  Additionally, some
17606 servers can be ignored by the Agent altogether (which means that
17607 they're kinda like plugged always).
17609 So when you unplug the Agent and then wonder why is Gnus opening a
17610 connection to the Net, the next step to do is to look whether all
17611 servers are agentized.  If there is an unagentized server, you found
17612 the culprit.
17614 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17615 reachable.  When Gnus notices this, it asks you whether you want the
17616 server to be switched to offline state.  If you say yes, then the
17617 server will behave somewhat as if it was unplugged, except that Gnus
17618 will ask you whether you want to switch it back online again.
17620 Let's take a typical Gnus session using the Agent.
17622 @itemize @bullet
17624 @item
17625 @findex gnus-unplugged
17626 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17627 Agent in a disconnected state.  You can read all the news that you have
17628 already fetched while in this mode.
17630 @item
17631 You then decide to see whether any new news has arrived.  You connect
17632 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17633 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17634 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17635 Source Specifiers}).
17637 @item
17638 You can then read the new news immediately, or you can download the
17639 news onto your local machine.  If you want to do the latter, you press
17640 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17641 all the eligible articles in all the groups.  (To let Gnus know which
17642 articles you want to download, @pxref{Agent Categories}).
17644 @item
17645 After fetching the articles, you press @kbd{J j} to make Gnus become
17646 unplugged again, and you shut down the PPP thing (or whatever).  And
17647 then you read the news offline.
17649 @item
17650 And then you go to step 2.
17651 @end itemize
17653 Here are some things you should do the first time (or so) that you use
17654 the Agent.
17656 @itemize @bullet
17658 @item
17659 Decide which servers should be covered by the Agent.  If you have a mail
17660 back end, it would probably be nonsensical to have it covered by the
17661 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17662 @kbd{J a} on the server (or servers) that you wish to have covered by the
17663 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17664 added servers you do not wish to have covered by the Agent.  By default,
17665 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17666 @code{gnus-secondary-select-methods} are agentized.
17668 @item
17669 Decide on download policy.  It's fairly simple once you decide whether
17670 you are going to use agent categories, topic parameters, and/or group
17671 parameters to implement your policy.  If you're new to gnus, it
17672 is probably best to start with a category, @xref{Agent Categories}.
17674 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17675 (@pxref{Agent Categories}) provide for setting a policy that applies
17676 to multiple groups.  Which you use is entirely up to you.  Topic
17677 parameters do override categories so, if you mix the two, you'll have
17678 to take that into account.  If you have a few groups that deviate from
17679 your policy, you can use group parameters (@pxref{Group Parameters}) to
17680 configure them.
17682 @item
17683 Uhm@dots{} that's it.
17684 @end itemize
17687 @node Agent Categories
17688 @subsection Agent Categories
17690 One of the main reasons to integrate the news transport layer into the
17691 newsreader is to allow greater control over what articles to download.
17692 There's not much point in downloading huge amounts of articles, just to
17693 find out that you're not interested in reading any of them.  It's better
17694 to be somewhat more conservative in choosing what to download, and then
17695 mark the articles for downloading manually if it should turn out that
17696 you're interested in the articles anyway.
17698 One of the more effective methods for controlling what is to be
17699 downloaded is to create a @dfn{category} and then assign some (or all)
17700 groups to this category.  Groups that do not belong in any other
17701 category belong to the @code{default} category.  Gnus has its own
17702 buffer for creating and managing categories.
17704 If you prefer, you can also use group parameters (@pxref{Group
17705 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17706 alternative approach to controlling the agent.  The only real
17707 difference is that categories are specific to the agent (so there is
17708 less to learn) while group and topic parameters include the kitchen
17709 sink.
17711 Since you can set agent parameters in several different places we have
17712 a rule to decide which source to believe.  This rule specifies that
17713 the parameter sources are checked in the following order: group
17714 parameters, topic parameters, agent category, and finally customizable
17715 variables.  So you can mix all of these sources to produce a wide range
17716 of behavior, just don't blame me if you don't remember where you put
17717 your settings.
17719 @menu
17720 * Category Syntax::             What a category looks like.
17721 * Category Buffer::             A buffer for maintaining categories.
17722 * Category Variables::          Customize'r'Us.
17723 @end menu
17726 @node Category Syntax
17727 @subsubsection Category Syntax
17729 A category consists of a name, the list of groups belonging to the
17730 category, and a number of optional parameters that override the
17731 customizable variables.  The complete list of agent parameters are
17732 listed below.
17734 @cindex Agent Parameters
17735 @table @code
17736 @item gnus-agent-cat-name
17737 The name of the category.
17739 @item gnus-agent-cat-groups
17740 The list of groups that are in this category.
17742 @item gnus-agent-cat-predicate
17743 A predicate which (generally) gives a rough outline of which articles
17744 are eligible for downloading; and
17746 @item gnus-agent-cat-score-file
17747 a score rule which (generally) gives you a finer granularity when
17748 deciding what articles to download.  (Note that this @dfn{download
17749 score} is not necessarily related to normal scores.)
17751 @item gnus-agent-cat-enable-expiration
17752 a boolean indicating whether the agent should expire old articles in
17753 this group.  Most groups should be expired to conserve disk space.  In
17754 fact, its probably safe to say that the gnus.* hierarchy contains the
17755 only groups that should not be expired.
17757 @item gnus-agent-cat-days-until-old
17758 an integer indicating the number of days that the agent should wait
17759 before deciding that a read article is safe to expire.
17761 @item gnus-agent-cat-low-score
17762 an integer that overrides the value of @code{gnus-agent-low-score}.
17764 @item gnus-agent-cat-high-score
17765 an integer that overrides the value of @code{gnus-agent-high-score}.
17767 @item gnus-agent-cat-length-when-short
17768 an integer that overrides the value of
17769 @code{gnus-agent-short-article}.
17771 @item gnus-agent-cat-length-when-long
17772 an integer that overrides the value of @code{gnus-agent-long-article}.
17774 @c @item gnus-agent-cat-disable-undownloaded-faces
17775 @c a symbol indicating whether the summary buffer should @emph{not} display
17776 @c undownloaded articles using the gnus-summary-*-undownloaded-face
17777 @c faces.  The symbol nil will enable the use of undownloaded faces while
17778 @c all other symbols disable them.
17780 @item gnus-agent-cat-enable-undownloaded-faces
17781 a symbol indicating whether the summary buffer should display
17782 undownloaded articles using the gnus-summary-*-undownloaded-face
17783 faces.  The symbol nil will disable the use of undownloaded faces while
17784 all other symbols enable them.
17785 @end table
17787 The name of a category can not be changed once the category has been
17788 created.
17790 Each category maintains a list of groups that are exclusive members of
17791 that category.  The exclusivity rule is automatically enforced, add a
17792 group to a new category and it is automatically removed from its old
17793 category.
17795 A predicate in its simplest form can be a single predicate such as
17796 @code{true} or @code{false}.  These two will download every available
17797 article or nothing respectively.  In the case of these two special
17798 predicates an additional score rule is superfluous.
17800 Predicates of @code{high} or @code{low} download articles in respect of
17801 their scores in relationship to @code{gnus-agent-high-score} and
17802 @code{gnus-agent-low-score} as described below.
17804 To gain even finer control of what is to be regarded eligible for
17805 download a predicate can consist of a number of predicates with logical
17806 operators sprinkled in between.
17808 Perhaps some examples are in order.
17810 Here's a simple predicate.  (It's the default predicate, in fact, used
17811 for all groups that don't belong to any other category.)
17813 @lisp
17814 short
17815 @end lisp
17817 Quite simple, eh?  This predicate is true if and only if the article is
17818 short (for some value of ``short'').
17820 Here's a more complex predicate:
17822 @lisp
17823 (or high
17824     (and
17825      (not low)
17826      (not long)))
17827 @end lisp
17829 This means that an article should be downloaded if it has a high score,
17830 or if the score is not low and the article is not long.  You get the
17831 drift.
17833 The available logical operators are @code{or}, @code{and} and
17834 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17835 @samp{|}, @code{&} and @code{!} instead.)
17837 The following predicates are pre-defined, but if none of these fit what
17838 you want to do, you can write your own.
17840 When evaluating each of these predicates, the named constant will be
17841 bound to the value determined by calling
17842 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17843 example, gnus-agent-short-article will be bound to
17844 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17845 means that you can specify a predicate in your category then tune that
17846 predicate to individual groups.
17848 @table @code
17849 @item short
17850 True iff the article is shorter than @code{gnus-agent-short-article}
17851 lines; default 100.
17853 @item long
17854 True iff the article is longer than @code{gnus-agent-long-article}
17855 lines; default 200.
17857 @item low
17858 True iff the article has a download score less than
17859 @code{gnus-agent-low-score}; default 0.
17861 @item high
17862 True iff the article has a download score greater than
17863 @code{gnus-agent-high-score}; default 0.
17865 @item spam
17866 True iff the Gnus Agent guesses that the article is spam.  The
17867 heuristics may change over time, but at present it just computes a
17868 checksum and sees whether articles match.
17870 @item true
17871 Always true.
17873 @item false
17874 Always false.
17875 @end table
17877 If you want to create your own predicate function, here's what you have
17878 to know:  The functions are called with no parameters, but the
17879 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17880 useful values.
17882 For example, you could decide that you don't want to download articles
17883 that were posted more than a certain number of days ago (e.g. posted
17884 more than @code{gnus-agent-expire-days} ago) you might write a function
17885 something along the lines of the following:
17887 @lisp
17888 (defun my-article-old-p ()
17889   "Say whether an article is old."
17890   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17891      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17892 @end lisp
17894 with the predicate then defined as:
17896 @lisp
17897 (not my-article-old-p)
17898 @end lisp
17900 or you could append your predicate to the predefined
17901 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17902 wherever.
17904 @lisp
17905 (require 'gnus-agent)
17906 (setq  gnus-category-predicate-alist
17907   (append gnus-category-predicate-alist
17908          '((old . my-article-old-p))))
17909 @end lisp
17911 and simply specify your predicate as:
17913 @lisp
17914 (not old)
17915 @end lisp
17917 If/when using something like the above, be aware that there are many
17918 misconfigured systems/mailers out there and so an article's date is not
17919 always a reliable indication of when it was posted.  Hell, some people
17920 just don't give a damn.
17922 The above predicates apply to @emph{all} the groups which belong to the
17923 category.  However, if you wish to have a specific predicate for an
17924 individual group within a category, or you're just too lazy to set up a
17925 new category, you can enter a group's individual predicate in its group
17926 parameters like so:
17928 @lisp
17929 (agent-predicate . short)
17930 @end lisp
17932 This is the group/topic parameter equivalent of the agent category default.
17933 Note that when specifying a single word predicate like this, the
17934 @code{agent-predicate} specification must be in dotted pair notation.
17936 The equivalent of the longer example from above would be:
17938 @lisp
17939 (agent-predicate or high (and (not low) (not long)))
17940 @end lisp
17942 The outer parenthesis required in the category specification are not
17943 entered here as, not being in dotted pair notation, the value of the
17944 predicate is assumed to be a list.
17947 Now, the syntax of the download score is the same as the syntax of
17948 normal score files, except that all elements that require actually
17949 seeing the article itself are verboten.  This means that only the
17950 following headers can be scored on: @code{Subject}, @code{From},
17951 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17952 @code{Lines}, and @code{Xref}.
17954 As with predicates, the specification of the @code{download score rule}
17955 to use in respect of a group can be in either the category definition if
17956 it's to be applicable to all groups in therein, or a group's parameters
17957 if it's to be specific to that group.
17959 In both of these places the @code{download score rule} can take one of
17960 three forms:
17962 @enumerate
17963 @item
17964 Score rule
17966 This has the same syntax as a normal Gnus score file except only a
17967 subset of scoring keywords are available as mentioned above.
17969 example:
17971 @itemize @bullet
17972 @item
17973 Category specification
17975 @lisp
17976 (("from"
17977        ("Lars Ingebrigtsen" 1000000 nil s))
17978 ("lines"
17979        (500 -100 nil <)))
17980 @end lisp
17982 @item
17983 Group/Topic Parameter specification
17985 @lisp
17986 (agent-score ("from"
17987                    ("Lars Ingebrigtsen" 1000000 nil s))
17988              ("lines"
17989                    (500 -100 nil <)))
17990 @end lisp
17992 Again, note the omission of the outermost parenthesis here.
17993 @end itemize
17995 @item
17996 Agent score file
17998 These score files must @emph{only} contain the permitted scoring
17999 keywords stated above.
18001 example:
18003 @itemize @bullet
18004 @item
18005 Category specification
18007 @lisp
18008 ("~/News/agent.SCORE")
18009 @end lisp
18011 or perhaps
18013 @lisp
18014 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
18015 @end lisp
18017 @item
18018 Group Parameter specification
18020 @lisp
18021 (agent-score "~/News/agent.SCORE")
18022 @end lisp
18024 Additional score files can be specified as above.  Need I say anything
18025 about parenthesis?
18026 @end itemize
18028 @item
18029 Use @code{normal} score files
18031 If you don't want to maintain two sets of scoring rules for a group, and
18032 your desired @code{downloading} criteria for a group are the same as your
18033 @code{reading} criteria then you can tell the agent to refer to your
18034 @code{normal} score files when deciding what to download.
18036 These directives in either the category definition or a group's
18037 parameters will cause the agent to read in all the applicable score
18038 files for a group, @emph{filtering out} those sections that do not
18039 relate to one of the permitted subset of scoring keywords.
18041 @itemize @bullet
18042 @item
18043 Category Specification
18045 @lisp
18046 file
18047 @end lisp
18049 @item
18050 Group Parameter specification
18052 @lisp
18053 (agent-score . file)
18054 @end lisp
18055 @end itemize
18056 @end enumerate
18058 @node Category Buffer
18059 @subsubsection Category Buffer
18061 You'd normally do all category maintenance from the category buffer.
18062 When you enter it for the first time (with the @kbd{J c} command from
18063 the group buffer), you'll only see the @code{default} category.
18065 The following commands are available in this buffer:
18067 @table @kbd
18068 @item q
18069 @kindex q (Category)
18070 @findex gnus-category-exit
18071 Return to the group buffer (@code{gnus-category-exit}).
18073 @item e
18074 @kindex e (Category)
18075 @findex gnus-category-customize-category
18076 Use a customization buffer to set all of the selected category's
18077 parameters at one time (@code{gnus-category-customize-category}).
18079 @item k
18080 @kindex k (Category)
18081 @findex gnus-category-kill
18082 Kill the current category (@code{gnus-category-kill}).
18084 @item c
18085 @kindex c (Category)
18086 @findex gnus-category-copy
18087 Copy the current category (@code{gnus-category-copy}).
18089 @item a
18090 @kindex a (Category)
18091 @findex gnus-category-add
18092 Add a new category (@code{gnus-category-add}).
18094 @item p
18095 @kindex p (Category)
18096 @findex gnus-category-edit-predicate
18097 Edit the predicate of the current category
18098 (@code{gnus-category-edit-predicate}).
18100 @item g
18101 @kindex g (Category)
18102 @findex gnus-category-edit-groups
18103 Edit the list of groups belonging to the current category
18104 (@code{gnus-category-edit-groups}).
18106 @item s
18107 @kindex s (Category)
18108 @findex gnus-category-edit-score
18109 Edit the download score rule of the current category
18110 (@code{gnus-category-edit-score}).
18112 @item l
18113 @kindex l (Category)
18114 @findex gnus-category-list
18115 List all the categories (@code{gnus-category-list}).
18116 @end table
18119 @node Category Variables
18120 @subsubsection Category Variables
18122 @table @code
18123 @item gnus-category-mode-hook
18124 @vindex gnus-category-mode-hook
18125 Hook run in category buffers.
18127 @item gnus-category-line-format
18128 @vindex gnus-category-line-format
18129 Format of the lines in the category buffer (@pxref{Formatting
18130 Variables}).  Valid elements are:
18132 @table @samp
18133 @item c
18134 The name of the category.
18136 @item g
18137 The number of groups in the category.
18138 @end table
18140 @item gnus-category-mode-line-format
18141 @vindex gnus-category-mode-line-format
18142 Format of the category mode line (@pxref{Mode Line Formatting}).
18144 @item gnus-agent-short-article
18145 @vindex gnus-agent-short-article
18146 Articles that have fewer lines than this are short.  Default 100.
18148 @item gnus-agent-long-article
18149 @vindex gnus-agent-long-article
18150 Articles that have more lines than this are long.  Default 200.
18152 @item gnus-agent-low-score
18153 @vindex gnus-agent-low-score
18154 Articles that have a score lower than this have a low score.  Default
18157 @item gnus-agent-high-score
18158 @vindex gnus-agent-high-score
18159 Articles that have a score higher than this have a high score.  Default
18162 @item gnus-agent-expire-days
18163 @vindex gnus-agent-expire-days
18164 The number of days that a @samp{read} article must stay in the agent's
18165 local disk before becoming eligible for expiration (While the name is
18166 the same, this doesn't mean expiring the article on the server.  It
18167 just means deleting the local copy of the article).  What is also
18168 important to understand is that the counter starts with the time the
18169 article was written to the local disk and not the time the article was
18170 read.
18171 Default 7.
18173 @item gnus-agent-enable-expiration
18174 @vindex gnus-agent-enable-expiration
18175 Determines whether articles in a group are, by default, expired or
18176 retained indefinitely.  The default is @code{ENABLE} which means that
18177 you'll have to disable expiration when desired.  On the other hand,
18178 you could set this to @code{DISABLE}.  In that case, you would then
18179 have to enable expiration in selected groups.
18181 @end table
18184 @node Agent Commands
18185 @subsection Agent Commands
18186 @findex gnus-agent-toggle-plugged
18187 @kindex J j (Agent)
18189 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18190 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18191 toggles the plugged/unplugged state of the Gnus Agent.
18194 @menu
18195 * Group Agent Commands::        Configure groups and fetch their contents.
18196 * Summary Agent Commands::      Manually select then fetch specific articles.
18197 * Server Agent Commands::       Select the servers that are supported by the agent.
18198 @end menu
18203 @node Group Agent Commands
18204 @subsubsection Group Agent Commands
18206 @table @kbd
18207 @item J u
18208 @kindex J u (Agent Group)
18209 @findex gnus-agent-fetch-groups
18210 Fetch all eligible articles in the current group
18211 (@code{gnus-agent-fetch-groups}).
18213 @item J c
18214 @kindex J c (Agent Group)
18215 @findex gnus-enter-category-buffer
18216 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18218 @item J s
18219 @kindex J s (Agent Group)
18220 @findex gnus-agent-fetch-session
18221 Fetch all eligible articles in all groups
18222 (@code{gnus-agent-fetch-session}).
18224 @item J S
18225 @kindex J S (Agent Group)
18226 @findex gnus-group-send-queue
18227 Send all sendable messages in the queue group
18228 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18230 @item J a
18231 @kindex J a (Agent Group)
18232 @findex gnus-agent-add-group
18233 Add the current group to an Agent category
18234 (@code{gnus-agent-add-group}).  This command understands the
18235 process/prefix convention (@pxref{Process/Prefix}).
18237 @item J r
18238 @kindex J r (Agent Group)
18239 @findex gnus-agent-remove-group
18240 Remove the current group from its category, if any
18241 (@code{gnus-agent-remove-group}).  This command understands the
18242 process/prefix convention (@pxref{Process/Prefix}).
18244 @item J Y
18245 @kindex J Y (Agent Group)
18246 @findex gnus-agent-synchronize-flags
18247 Synchronize flags changed while unplugged with remote server, if any.
18250 @end table
18253 @node Summary Agent Commands
18254 @subsubsection Summary Agent Commands
18256 @table @kbd
18257 @item J #
18258 @kindex J # (Agent Summary)
18259 @findex gnus-agent-mark-article
18260 Mark the article for downloading (@code{gnus-agent-mark-article}).
18262 @item J M-#
18263 @kindex J M-# (Agent Summary)
18264 @findex gnus-agent-unmark-article
18265 Remove the downloading mark from the article
18266 (@code{gnus-agent-unmark-article}).
18268 @cindex %
18269 @item @@
18270 @kindex @@ (Agent Summary)
18271 @findex gnus-agent-toggle-mark
18272 Toggle whether to download the article
18273 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18274 default.
18276 @item J c
18277 @kindex J c (Agent Summary)
18278 @findex gnus-agent-catchup
18279 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18281 @item J S
18282 @kindex J S (Agent Summary)
18283 @findex gnus-agent-fetch-group
18284 Download all eligible (@pxref{Agent Categories}) articles in this group.
18285 (@code{gnus-agent-fetch-group}).
18287 @item J s
18288 @kindex J s (Agent Summary)
18289 @findex gnus-agent-fetch-series
18290 Download all processable articles in this group.
18291 (@code{gnus-agent-fetch-series}).
18293 @item J u
18294 @kindex J u (Agent Summary)
18295 @findex gnus-agent-summary-fetch-group
18296 Download all downloadable articles in the current group
18297 (@code{gnus-agent-summary-fetch-group}).
18299 @end table
18302 @node Server Agent Commands
18303 @subsubsection Server Agent Commands
18305 @table @kbd
18306 @item J a
18307 @kindex J a (Agent Server)
18308 @findex gnus-agent-add-server
18309 Add the current server to the list of servers covered by the Gnus Agent
18310 (@code{gnus-agent-add-server}).
18312 @item J r
18313 @kindex J r (Agent Server)
18314 @findex gnus-agent-remove-server
18315 Remove the current server from the list of servers covered by the Gnus
18316 Agent (@code{gnus-agent-remove-server}).
18318 @end table
18321 @node Agent Visuals
18322 @subsection Agent Visuals
18324 If you open a summary while unplugged and, Gnus knows from the group's
18325 active range that there are more articles than the headers currently
18326 stored in the Agent, you may see some articles whose subject looks
18327 something like @samp{[Undownloaded article #####]}.  These are
18328 placeholders for the missing headers.  Aside from setting a mark,
18329 there is not much that can be done with one of these placeholders.
18330 When Gnus finally gets a chance to fetch the group's headers, the
18331 placeholders will automatically be replaced by the actual headers.
18332 You can configure the summary buffer's maneuvering to skip over the
18333 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18335 While it may be obvious to all, the only headers and articles
18336 available while unplugged are those headers and articles that were
18337 fetched into the Agent while previously plugged.  To put it another
18338 way, ``If you forget to fetch something while plugged, you might have a
18339 less than satisfying unplugged session''.  For this reason, the Agent
18340 adds two visual effects to your summary buffer.  These effects display
18341 the download status of each article so that you always know which
18342 articles will be available when unplugged.
18344 The first visual effect is the @samp{%O} spec.  If you customize
18345 @code{gnus-summary-line-format} to include this specifier, you will add
18346 a single character field that indicates an article's download status.
18347 Articles that have been fetched into either the Agent or the Cache,
18348 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18349 other articles will display @code{gnus-undownloaded-mark} (defaults to
18350 @samp{-}).  If you open a group that has not been agentized, a space
18351 (@samp{ }) will be displayed.
18353 The second visual effect are the undownloaded faces.  The faces, there
18354 are three indicating the article's score (low, normal, high), seem to
18355 result in a love/hate response from many Gnus users.  The problem is
18356 that the face selection is controlled by a list of condition tests and
18357 face names (See @code{gnus-summary-highlight}).  Each condition is
18358 tested in the order in which it appears in the list so early
18359 conditions have precedence over later conditions.  All of this means
18360 that, if you tick an undownloaded article, the article will continue
18361 to be displayed in the undownloaded face rather than the ticked face.
18363 If you use the Agent as a cache (to avoid downloading the same article
18364 each time you visit it or to minimize your connection time), the
18365 undownloaded face will probably seem like a good idea.  The reason
18366 being that you do all of our work (marking, reading, deleting) with
18367 downloaded articles so the normal faces always appear.
18369 For occasional Agent users, the undownloaded faces may appear to be an
18370 absolutely horrible idea.  The issue being that, since most of their
18371 articles have not been fetched into the Agent, most of the normal
18372 faces will be obscured by the undownloaded faces.  If this is your
18373 situation, you have two choices available.  First, you can completely
18374 disable the undownload faces by customizing
18375 @code{gnus-summary-highlight} to delete the three cons-cells that
18376 refer to the @code{gnus-summary-*-undownloaded-face} faces.  Second,
18377 if you prefer to take a more fine-grained approach, you may set the
18378 @code{agent-disable-undownloaded-faces} group parameter to @code{t}.
18379 This parameter, like all other agent parameters, may be set on an
18380 Agent Category (@pxref{Agent Categories}), a Group Topic (@pxref{Topic
18381 Parameters}), or an individual group (@pxref{Group Parameters}).
18383 @node Agent as Cache
18384 @subsection Agent as Cache
18386 When Gnus is plugged, it is not efficient to download headers or
18387 articles from the server again, if they are already stored in the
18388 Agent.  So, Gnus normally only downloads headers once, and stores them
18389 in the Agent.  These headers are later used when generating the summary
18390 buffer, regardless of whether you are plugged or unplugged.  Articles
18391 are not cached in the Agent by default though (that would potentially
18392 consume lots of disk space), but if you have already downloaded an
18393 article into the Agent, Gnus will not download the article from the
18394 server again but use the locally stored copy instead.
18396 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18397 @pxref{Agent Variables}) to always download headers and articles while
18398 plugged.  Gnus will almost certainly be slower, but it will be kept
18399 synchronized with the server.  That last point probably won't make any
18400 sense if you are using a nntp or nnimap back end.
18402 @node Agent Expiry
18403 @subsection Agent Expiry
18405 @vindex gnus-agent-expire-days
18406 @findex gnus-agent-expire
18407 @kindex M-x gnus-agent-expire
18408 @kindex M-x gnus-agent-expire-group
18409 @findex gnus-agent-expire-group
18410 @cindex agent expiry
18411 @cindex Gnus agent expiry
18412 @cindex expiry
18414 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18415 least it doesn't handle it like other back ends.  Instead, there are
18416 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18417 commands that will expire all read articles that are older than
18418 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18419 that you're running out of space.  Neither are particularly fast or
18420 efficient, and it's not a particularly good idea to interrupt them (with
18421 @kbd{C-g} or anything else) once you've started one of them.
18423 Note that other functions, e.g. @code{gnus-request-expire-articles},
18424 might run @code{gnus-agent-expire} for you to keep the agent
18425 synchronized with the group.
18427 The agent parameter @code{agent-enable-expiration} may be used to
18428 prevent expiration in selected groups.
18430 @vindex gnus-agent-expire-all
18431 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18432 expiration commands will expire all articles---unread, read, ticked
18433 and dormant.  If @code{nil} (which is the default), only read articles
18434 are eligible for expiry, and unread, ticked and dormant articles will
18435 be kept indefinitely.
18437 If you find that some articles eligible for expiry are never expired,
18438 perhaps some Gnus Agent files are corrupted.  There's are special
18439 commands, @code{gnus-agent-regenerate} and
18440 @code{gnus-agent-regenerate-group}, to fix possible problems.
18442 @node Agent Regeneration
18443 @subsection Agent Regeneration
18445 @cindex agent regeneration
18446 @cindex Gnus agent regeneration
18447 @cindex regeneration
18449 The local data structures used by @code{nnagent} may become corrupted
18450 due to certain exceptional conditions.  When this happens,
18451 @code{nnagent} functionality may degrade or even fail.  The solution
18452 to this problem is to repair the local data structures by removing all
18453 internal inconsistencies.
18455 For example, if your connection to your server is lost while
18456 downloaded articles into the agent, the local data structures will not
18457 know about articles successfully downloaded prior to the connection
18458 failure.  Running @code{gnus-agent-regenerate} or
18459 @code{gnus-agent-regenerate-group} will update the data structures
18460 such that you don't need to download these articles a second time.
18462 @findex gnus-agent-regenerate
18463 @kindex M-x gnus-agent-regenerate
18464 The command @code{gnus-agent-regenerate} will perform
18465 @code{gnus-agent-regenerate-group} on every agentized group.  While
18466 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18467 recommended that you first close all summary buffers.
18469 @findex gnus-agent-regenerate-group
18470 @kindex M-x gnus-agent-regenerate-group
18471 The command @code{gnus-agent-regenerate-group} uses the local copies
18472 of individual articles to repair the local @acronym{NOV}(header) database.  It
18473 then updates the internal data structures that document which articles
18474 are stored locally.  An optional argument will mark articles in the
18475 agent as unread.
18477 @node Agent and IMAP
18478 @subsection Agent and IMAP
18480 The Agent works with any Gnus back end, including nnimap.  However,
18481 since there are some conceptual differences between @acronym{NNTP} and
18482 @acronym{IMAP}, this section (should) provide you with some information to
18483 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18485 The first thing to keep in mind is that all flags (read, ticked, etc)
18486 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18487 case for nntp.  Thus Gnus need to remember flag changes when
18488 disconnected, and synchronize these flags when you plug back in.
18490 Gnus keeps track of flag changes when reading nnimap groups under the
18491 Agent.  When you plug back in, Gnus will check if you have any changed
18492 any flags and ask if you wish to synchronize these with the server.
18493 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18495 @vindex gnus-agent-synchronize-flags
18496 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18497 never automatically synchronize flags.  If it is @code{ask}, which is
18498 the default, the Agent will check if you made any changes and if so
18499 ask if you wish to synchronize these when you re-connect.  If it has
18500 any other value, all flags will be synchronized automatically.
18502 If you do not wish to synchronize flags automatically when you
18503 re-connect, you can do it manually with the
18504 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18505 in the group buffer.
18507 Some things are currently not implemented in the Agent that you'd might
18508 expect from a disconnected @acronym{IMAP} client, including:
18510 @itemize @bullet
18512 @item
18513 Copying/moving articles into nnimap groups when unplugged.
18515 @item
18516 Creating/deleting nnimap groups when unplugged.
18518 @end itemize
18520 Technical note: the synchronization algorithm does not work by ``pushing''
18521 all local flags to the server, but rather incrementally update the
18522 server view of flags by changing only those flags that were changed by
18523 the user.  Thus, if you set one flag on an article, quit the group and
18524 re-select the group and remove the flag; the flag will be set and
18525 removed from the server when you ``synchronize''.  The queued flag
18526 operations can be found in the per-server @code{flags} file in the Agent
18527 directory.  It's emptied when you synchronize flags.
18530 @node Outgoing Messages
18531 @subsection Outgoing Messages
18533 When Gnus is unplugged, all outgoing messages (both mail and news) are
18534 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
18535 them there after posting, and edit them at will.
18537 When Gnus is plugged again, you can send the messages either from the
18538 draft group with the special commands available there, or you can use
18539 the @kbd{J S} command in the group buffer to send all the sendable
18540 messages in the draft group.
18544 @node Agent Variables
18545 @subsection Agent Variables
18547 @table @code
18548 @item gnus-agent-directory
18549 @vindex gnus-agent-directory
18550 Where the Gnus Agent will store its files.  The default is
18551 @file{~/News/agent/}.
18553 @item gnus-agent-handle-level
18554 @vindex gnus-agent-handle-level
18555 Groups on levels (@pxref{Group Levels}) higher than this variable will
18556 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18557 which means that only subscribed group will be considered by the Agent
18558 by default.
18560 @item gnus-agent-plugged-hook
18561 @vindex gnus-agent-plugged-hook
18562 Hook run when connecting to the network.
18564 @item gnus-agent-unplugged-hook
18565 @vindex gnus-agent-unplugged-hook
18566 Hook run when disconnecting from the network.
18568 @item gnus-agent-fetched-hook
18569 @vindex gnus-agent-fetched-hook
18570 Hook run when finished fetching articles.
18572 @item gnus-agent-cache
18573 @vindex gnus-agent-cache
18574 Variable to control whether use the locally stored @acronym{NOV} and
18575 articles when plugged, e.g. essentially using the Agent as a cache.
18576 The default is non-@code{nil}, which means to use the Agent as a cache.
18578 @item gnus-agent-go-online
18579 @vindex gnus-agent-go-online
18580 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18581 automatically switch offline servers into online status.  If it is
18582 @code{ask}, the default, the Agent will ask if you wish to switch
18583 offline servers into online status when you re-connect.  If it has any
18584 other value, all offline servers will be automatically switched into
18585 online status.
18587 @item gnus-agent-mark-unread-after-downloaded
18588 @vindex gnus-agent-mark-unread-after-downloaded
18589 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18590 mark articles as unread after downloading.  This is usually a safe
18591 thing to do as the newly downloaded article has obviously not been
18592 read.  The default is @code{t}.
18594 @item gnus-agent-consider-all-articles
18595 @vindex gnus-agent-consider-all-articles
18596 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18597 agent will let the agent predicate decide whether articles need to be
18598 downloaded or not, for all articles.  When @code{nil}, the default,
18599 the agent will only let the predicate decide whether unread articles
18600 are downloaded or not.  If you enable this, you may also want to look
18601 into the agent expiry settings (@pxref{Category Variables}), so that
18602 the agent doesn't download articles which the agent will later expire,
18603 over and over again.
18605 @item gnus-agent-max-fetch-size
18606 @vindex gnus-agent-max-fetch-size
18607 The agent fetches articles into a temporary buffer prior to parsing
18608 them into individual files.  To avoid exceeding the max. buffer size,
18609 the agent alternates between fetching and parsing until all articles
18610 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18611 limit to control how often the cycling occurs.  A large value improves
18612 performance.  A small value minimizes the time lost should the
18613 connection be lost while fetching (You may need to run
18614 @code{gnus-agent-regenerate-group} to update the group's state.
18615 However, all articles parsed prior to loosing the connection will be
18616 available while unplugged).  The default is 10M so it is unusual to
18617 see any cycling.
18619 @item gnus-server-unopen-status
18620 @vindex gnus-server-unopen-status
18621 Perhaps not an Agent variable, but closely related to the Agent, this
18622 variable says what will happen if Gnus cannot open a server.  If the
18623 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18624 whether to deny the server or whether to unplug the agent.  If the
18625 Agent is disabled, Gnus always simply deny the server.  Other choices
18626 for this variable include @code{denied} and @code{offline} the latter
18627 is only valid if the Agent is used.
18629 @item gnus-auto-goto-ignores
18630 @vindex gnus-auto-goto-ignores
18631 Another variable that isn't an Agent variable, yet so closely related
18632 that most will look for it here, this variable tells the summary
18633 buffer how to maneuver around undownloaded (only headers stored in the
18634 agent) and unfetched (neither article nor headers stored) articles.
18636 The valid values are @code{nil} (maneuver to any article),
18637 @code{undownloaded} (maneuvering while unplugged ignores articles that
18638 have not been fetched), @code{always-undownloaded} (maneuvering always
18639 ignores articles that have not been fetched), @code{unfetched}
18640 (maneuvering ignores articles whose headers have not been fetched).
18642 @item gnus-agent-auto-agentize-methods
18643 @vindex gnus-agent-auto-agentize-methods
18644 If you have never used the Agent before (or more technically, if
18645 @file{~/News/agent/lib/servers} does not exist), Gnus will
18646 automatically agentize a few servers for you.  This variable control
18647 which backends should be auto-agentized.  It is typically only useful
18648 to agentize remote backends.  The auto-agentizing has the same effect
18649 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
18650 If the file exist, you must manage the servers manually by adding or
18651 removing them, this variable is only applicable the first time you
18652 start Gnus.  The default is @samp{(nntp nnimap)}.
18654 @end table
18657 @node Example Setup
18658 @subsection Example Setup
18660 If you don't want to read this manual, and you have a fairly standard
18661 setup, you may be able to use something like the following as your
18662 @file{~/.gnus.el} file to get started.
18664 @lisp
18665 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18666 ;;; @r{from your ISP's server.}
18667 (setq gnus-select-method '(nntp "news.your-isp.com"))
18669 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18670 ;;; @r{your ISP's @acronym{POP} server.}
18671 (setq mail-sources '((pop :server "pop.your-isp.com")))
18673 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18674 (setq gnus-secondary-select-methods '((nnml "")))
18676 ;;; @r{Make Gnus into an offline newsreader.}
18677 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18678 ;;; (setq gnus-agent t) ; @r{Now the default.}
18679 @end lisp
18681 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18682 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18683 gnus}.
18685 If this is the first time you've run Gnus, you will be subscribed
18686 automatically to a few default newsgroups.  You'll probably want to
18687 subscribe to more groups, and to do that, you have to query the
18688 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18689 command.  This usually takes quite a while, but you only have to do it
18690 once.
18692 After reading and parsing a while, you'll be presented with a list of
18693 groups.  Subscribe to the ones you want to read with the @kbd{u}
18694 command.  @kbd{l} to make all the killed groups disappear after you've
18695 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18696 back all the killed groups.)
18698 You can now read the groups at once, or you can download the articles
18699 with the @kbd{J s} command.  And then read the rest of this manual to
18700 find out which of the other gazillion things you want to customize.
18703 @node Batching Agents
18704 @subsection Batching Agents
18705 @findex gnus-agent-batch
18707 Having the Gnus Agent fetch articles (and post whatever messages you've
18708 written) is quite easy once you've gotten things set up properly.  The
18709 following shell script will do everything that is necessary:
18711 You can run a complete batch command from the command line with the
18712 following incantation:
18714 @example
18715 #!/bin/sh
18716 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18717 @end example
18720 @node Agent Caveats
18721 @subsection Agent Caveats
18723 The Gnus Agent doesn't seem to work like most other offline
18724 newsreaders.  Here are some common questions that some imaginary people
18725 may ask:
18727 @table @dfn
18728 @item If I read an article while plugged, do they get entered into the Agent?
18730 @strong{No}.  If you want this behavior, add
18731 @code{gnus-agent-fetch-selected-article} to
18732 @code{gnus-select-article-hook}.
18734 @item If I read an article while plugged, and the article already exists in
18735 the Agent, will it get downloaded once more?
18737 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18739 @end table
18741 In short, when Gnus is unplugged, it only looks into the locally stored
18742 articles; when it's plugged, it talks to your ISP and may also use the
18743 locally stored articles.
18746 @node Scoring
18747 @chapter Scoring
18748 @cindex scoring
18750 Other people use @dfn{kill files}, but we here at Gnus Towers like
18751 scoring better than killing, so we'd rather switch than fight.  They do
18752 something completely different as well, so sit up straight and pay
18753 attention!
18755 @vindex gnus-summary-mark-below
18756 All articles have a default score (@code{gnus-summary-default-score}),
18757 which is 0 by default.  This score may be raised or lowered either
18758 interactively or by score files.  Articles that have a score lower than
18759 @code{gnus-summary-mark-below} are marked as read.
18761 Gnus will read any @dfn{score files} that apply to the current group
18762 before generating the summary buffer.
18764 There are several commands in the summary buffer that insert score
18765 entries based on the current article.  You can, for instance, ask Gnus to
18766 lower or increase the score of all articles with a certain subject.
18768 There are two sorts of scoring entries: Permanent and temporary.
18769 Temporary score entries are self-expiring entries.  Any entries that are
18770 temporary and have not been used for, say, a week, will be removed
18771 silently to help keep the sizes of the score files down.
18773 @menu
18774 * Summary Score Commands::      Adding score entries for the current group.
18775 * Group Score Commands::        General score commands.
18776 * Score Variables::             Customize your scoring.  (My, what terminology).
18777 * Score File Format::           What a score file may contain.
18778 * Score File Editing::          You can edit score files by hand as well.
18779 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18780 * Home Score File::             How to say where new score entries are to go.
18781 * Followups To Yourself::       Having Gnus notice when people answer you.
18782 * Scoring On Other Headers::    Scoring on non-standard headers.
18783 * Scoring Tips::                How to score effectively.
18784 * Reverse Scoring::             That problem child of old is not problem.
18785 * Global Score Files::          Earth-spanning, ear-splitting score files.
18786 * Kill Files::                  They are still here, but they can be ignored.
18787 * Converting Kill Files::       Translating kill files to score files.
18788 * GroupLens::                   Getting predictions on what you like to read.
18789 * Advanced Scoring::            Using logical expressions to build score rules.
18790 * Score Decays::                It can be useful to let scores wither away.
18791 @end menu
18794 @node Summary Score Commands
18795 @section Summary Score Commands
18796 @cindex score commands
18798 The score commands that alter score entries do not actually modify real
18799 score files.  That would be too inefficient.  Gnus maintains a cache of
18800 previously loaded score files, one of which is considered the
18801 @dfn{current score file alist}.  The score commands simply insert
18802 entries into this list, and upon group exit, this list is saved.
18804 The current score file is by default the group's local score file, even
18805 if no such score file actually exists.  To insert score commands into
18806 some other score file (e.g. @file{all.SCORE}), you must first make this
18807 score file the current one.
18809 General score commands that don't actually change the score file:
18811 @table @kbd
18813 @item V s
18814 @kindex V s (Summary)
18815 @findex gnus-summary-set-score
18816 Set the score of the current article (@code{gnus-summary-set-score}).
18818 @item V S
18819 @kindex V S (Summary)
18820 @findex gnus-summary-current-score
18821 Display the score of the current article
18822 (@code{gnus-summary-current-score}).
18824 @item V t
18825 @kindex V t (Summary)
18826 @findex gnus-score-find-trace
18827 Display all score rules that have been used on the current article
18828 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18829 may type @kbd{e} to edit score file corresponding to the score rule on
18830 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
18831 score file and edit it.
18833 @item V w
18834 @kindex V w (Summary)
18835 @findex gnus-score-find-favourite-words
18836 List words used in scoring (@code{gnus-score-find-favourite-words}).
18838 @item V R
18839 @kindex V R (Summary)
18840 @findex gnus-summary-rescore
18841 Run the current summary through the scoring process
18842 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18843 around with your score files behind Gnus' back and want to see the
18844 effect you're having.
18846 @item V c
18847 @kindex V c (Summary)
18848 @findex gnus-score-change-score-file
18849 Make a different score file the current
18850 (@code{gnus-score-change-score-file}).
18852 @item V e
18853 @kindex V e (Summary)
18854 @findex gnus-score-edit-current-scores
18855 Edit the current score file (@code{gnus-score-edit-current-scores}).
18856 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18857 File Editing}).
18859 @item V f
18860 @kindex V f (Summary)
18861 @findex gnus-score-edit-file
18862 Edit a score file and make this score file the current one
18863 (@code{gnus-score-edit-file}).
18865 @item V F
18866 @kindex V F (Summary)
18867 @findex gnus-score-flush-cache
18868 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18869 after editing score files.
18871 @item V C
18872 @kindex V C (Summary)
18873 @findex gnus-score-customize
18874 Customize a score file in a visually pleasing manner
18875 (@code{gnus-score-customize}).
18877 @end table
18879 The rest of these commands modify the local score file.
18881 @table @kbd
18883 @item V m
18884 @kindex V m (Summary)
18885 @findex gnus-score-set-mark-below
18886 Prompt for a score, and mark all articles with a score below this as
18887 read (@code{gnus-score-set-mark-below}).
18889 @item V x
18890 @kindex V x (Summary)
18891 @findex gnus-score-set-expunge-below
18892 Prompt for a score, and add a score rule to the current score file to
18893 expunge all articles below this score
18894 (@code{gnus-score-set-expunge-below}).
18895 @end table
18897 The keystrokes for actually making score entries follow a very regular
18898 pattern, so there's no need to list all the commands.  (Hundreds of
18899 them.)
18901 @findex gnus-summary-increase-score
18902 @findex gnus-summary-lower-score
18904 @enumerate
18905 @item
18906 The first key is either @kbd{I} (upper case i) for increasing the score
18907 or @kbd{L} for lowering the score.
18908 @item
18909 The second key says what header you want to score on.  The following
18910 keys are available:
18911 @table @kbd
18913 @item a
18914 Score on the author name.
18916 @item s
18917 Score on the subject line.
18919 @item x
18920 Score on the @code{Xref} line---i.e., the cross-posting line.
18922 @item r
18923 Score on the @code{References} line.
18925 @item d
18926 Score on the date.
18928 @item l
18929 Score on the number of lines.
18931 @item i
18932 Score on the @code{Message-ID} header.
18934 @item e
18935 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18936 if your @acronym{NNTP} server tracks additional header data in overviews.
18938 @item f
18939 Score on followups---this matches the author name, and adds scores to
18940 the followups to this author.  (Using this key leads to the creation of
18941 @file{ADAPT} files.)
18943 @item b
18944 Score on the body.
18946 @item h
18947 Score on the head.
18949 @item t
18950 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18951 files.)
18953 @end table
18955 @item
18956 The third key is the match type.  Which match types are valid depends on
18957 what headers you are scoring on.
18959 @table @code
18961 @item strings
18963 @table @kbd
18965 @item e
18966 Exact matching.
18968 @item s
18969 Substring matching.
18971 @item f
18972 Fuzzy matching (@pxref{Fuzzy Matching}).
18974 @item r
18975 Regexp matching
18976 @end table
18978 @item date
18979 @table @kbd
18981 @item b
18982 Before date.
18984 @item a
18985 After date.
18987 @item n
18988 This date.
18989 @end table
18991 @item number
18992 @table @kbd
18994 @item <
18995 Less than number.
18997 @item =
18998 Equal to number.
19000 @item >
19001 Greater than number.
19002 @end table
19003 @end table
19005 @item
19006 The fourth and usually final key says whether this is a temporary (i.e.,
19007 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
19008 or whether it is to be done immediately, without adding to the score
19009 file.
19010 @table @kbd
19012 @item t
19013 Temporary score entry.
19015 @item p
19016 Permanent score entry.
19018 @item i
19019 Immediately scoring.
19020 @end table
19022 @item
19023 If you are scoring on `e' (extra) headers, you will then be prompted for
19024 the header name on which you wish to score.  This must be a header named
19025 in gnus-extra-headers, and @samp{TAB} completion is available.
19027 @end enumerate
19029 So, let's say you want to increase the score on the current author with
19030 exact matching permanently: @kbd{I a e p}.  If you want to lower the
19031 score based on the subject line, using substring matching, and make a
19032 temporary score entry: @kbd{L s s t}.  Pretty easy.
19034 To make things a bit more complicated, there are shortcuts.  If you use
19035 a capital letter on either the second or third keys, Gnus will use
19036 defaults for the remaining one or two keystrokes.  The defaults are
19037 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
19038 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19040 These functions take both the numerical prefix and the symbolic prefix
19041 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
19042 (or increase) the score of the article.  A symbolic prefix of @code{a}
19043 says to use the @file{all.SCORE} file for the command instead of the
19044 current score file.
19046 @vindex gnus-score-mimic-keymap
19047 The @code{gnus-score-mimic-keymap} says whether these commands will
19048 pretend they are keymaps or not.
19051 @node Group Score Commands
19052 @section Group Score Commands
19053 @cindex group score commands
19055 There aren't many of these as yet, I'm afraid.
19057 @table @kbd
19059 @item W f
19060 @kindex W f (Group)
19061 @findex gnus-score-flush-cache
19062 Gnus maintains a cache of score alists to avoid having to reload them
19063 all the time.  This command will flush the cache
19064 (@code{gnus-score-flush-cache}).
19066 @end table
19068 You can do scoring from the command line by saying something like:
19070 @findex gnus-batch-score
19071 @cindex batch scoring
19072 @example
19073 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19074 @end example
19077 @node Score Variables
19078 @section Score Variables
19079 @cindex score variables
19081 @table @code
19083 @item gnus-use-scoring
19084 @vindex gnus-use-scoring
19085 If @code{nil}, Gnus will not check for score files, and will not, in
19086 general, do any score-related work.  This is @code{t} by default.
19088 @item gnus-kill-killed
19089 @vindex gnus-kill-killed
19090 If this variable is @code{nil}, Gnus will never apply score files to
19091 articles that have already been through the kill process.  While this
19092 may save you lots of time, it also means that if you apply a kill file
19093 to a group, and then change the kill file and want to run it over you
19094 group again to kill more articles, it won't work.  You have to set this
19095 variable to @code{t} to do that.  (It is @code{t} by default.)
19097 @item gnus-kill-files-directory
19098 @vindex gnus-kill-files-directory
19099 All kill and score files will be stored in this directory, which is
19100 initialized from the @env{SAVEDIR} environment variable by default.
19101 This is @file{~/News/} by default.
19103 @item gnus-score-file-suffix
19104 @vindex gnus-score-file-suffix
19105 Suffix to add to the group name to arrive at the score file name
19106 (@file{SCORE} by default.)
19108 @item gnus-score-uncacheable-files
19109 @vindex gnus-score-uncacheable-files
19110 @cindex score cache
19111 All score files are normally cached to avoid excessive re-loading of
19112 score files.  However, if this might make your Emacs grow big and
19113 bloated, so this regexp can be used to weed out score files unlikely
19114 to be needed again.  It would be a bad idea to deny caching of
19115 @file{all.SCORE}, while it might be a good idea to not cache
19116 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19117 variable is @samp{ADAPT$} by default, so no adaptive score files will
19118 be cached.
19120 @item gnus-save-score
19121 @vindex gnus-save-score
19122 If you have really complicated score files, and do lots of batch
19123 scoring, then you might set this variable to @code{t}.  This will make
19124 Gnus save the scores into the @file{.newsrc.eld} file.
19126 If you do not set this to @code{t}, then manual scores (like those set
19127 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19128 across group visits.
19130 @item gnus-score-interactive-default-score
19131 @vindex gnus-score-interactive-default-score
19132 Score used by all the interactive raise/lower commands to raise/lower
19133 score with.  Default is 1000, which may seem excessive, but this is to
19134 ensure that the adaptive scoring scheme gets enough room to play with.
19135 We don't want the small changes from the adaptive scoring to overwrite
19136 manually entered data.
19138 @item gnus-summary-default-score
19139 @vindex gnus-summary-default-score
19140 Default score of an article, which is 0 by default.
19142 @item gnus-summary-expunge-below
19143 @vindex gnus-summary-expunge-below
19144 Don't display the summary lines of articles that have scores lower than
19145 this variable.  This is @code{nil} by default, which means that no
19146 articles will be hidden.  This variable is local to the summary buffers,
19147 and has to be set from @code{gnus-summary-mode-hook}.
19149 @item gnus-score-over-mark
19150 @vindex gnus-score-over-mark
19151 Mark (in the third column) used for articles with a score over the
19152 default.  Default is @samp{+}.
19154 @item gnus-score-below-mark
19155 @vindex gnus-score-below-mark
19156 Mark (in the third column) used for articles with a score below the
19157 default.  Default is @samp{-}.
19159 @item gnus-score-find-score-files-function
19160 @vindex gnus-score-find-score-files-function
19161 Function used to find score files for the current group.  This function
19162 is called with the name of the group as the argument.
19164 Predefined functions available are:
19165 @table @code
19167 @item gnus-score-find-single
19168 @findex gnus-score-find-single
19169 Only apply the group's own score file.
19171 @item gnus-score-find-bnews
19172 @findex gnus-score-find-bnews
19173 Apply all score files that match, using bnews syntax.  This is the
19174 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19175 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19176 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19177 @samp{all} in the score file names are translated into @samp{.*}, and
19178 then a regexp match is done.
19180 This means that if you have some score entries that you want to apply to
19181 all groups, then you put those entries in the @file{all.SCORE} file.
19183 The score files are applied in a semi-random order, although Gnus will
19184 try to apply the more general score files before the more specific score
19185 files.  It does this by looking at the number of elements in the score
19186 file names---discarding the @samp{all} elements.
19188 @item gnus-score-find-hierarchical
19189 @findex gnus-score-find-hierarchical
19190 Apply all score files from all the parent groups.  This means that you
19191 can't have score files like @file{all.SCORE}, but you can have
19192 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19193 server.
19195 @end table
19196 This variable can also be a list of functions.  In that case, all
19197 these functions will be called with the group name as argument, and
19198 all the returned lists of score files will be applied.  These
19199 functions can also return lists of lists of score alists directly.  In
19200 that case, the functions that return these non-file score alists
19201 should probably be placed before the ``real'' score file functions, to
19202 ensure that the last score file returned is the local score file.
19203 Phu.
19205 For example, to do hierarchical scoring but use a non-server-specific
19206 overall score file, you could use the value
19207 @example
19208 (list (lambda (group) ("all.SCORE"))
19209       'gnus-score-find-hierarchical)
19210 @end example
19212 @item gnus-score-expiry-days
19213 @vindex gnus-score-expiry-days
19214 This variable says how many days should pass before an unused score file
19215 entry is expired.  If this variable is @code{nil}, no score file entries
19216 are expired.  It's 7 by default.
19218 @item gnus-update-score-entry-dates
19219 @vindex gnus-update-score-entry-dates
19220 If this variable is non-@code{nil}, temporary score entries that have
19221 been triggered (matched) will have their dates updated.  (This is how Gnus
19222 controls expiry---all non-matched-entries will become too old while
19223 matched entries will stay fresh and young.)  However, if you set this
19224 variable to @code{nil}, even matched entries will grow old and will
19225 have to face that oh-so grim reaper.
19227 @item gnus-score-after-write-file-function
19228 @vindex gnus-score-after-write-file-function
19229 Function called with the name of the score file just written.
19231 @item gnus-score-thread-simplify
19232 @vindex gnus-score-thread-simplify
19233 If this variable is non-@code{nil}, article subjects will be
19234 simplified for subject scoring purposes in the same manner as with
19235 threading---according to the current value of
19236 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19237 @code{substring} or @code{exact} matching, the match will also be
19238 simplified in this manner.
19240 @end table
19243 @node Score File Format
19244 @section Score File Format
19245 @cindex score file format
19247 A score file is an @code{emacs-lisp} file that normally contains just a
19248 single form.  Casual users are not expected to edit these files;
19249 everything can be changed from the summary buffer.
19251 Anyway, if you'd like to dig into it yourself, here's an example:
19253 @lisp
19254 (("from"
19255   ("Lars Ingebrigtsen" -10000)
19256   ("Per Abrahamsen")
19257   ("larsi\\|lmi" -50000 nil R))
19258  ("subject"
19259   ("Ding is Badd" nil 728373))
19260  ("xref"
19261   ("alt.politics" -1000 728372 s))
19262  ("lines"
19263   (2 -100 nil <))
19264  (mark 0)
19265  (expunge -1000)
19266  (mark-and-expunge -10)
19267  (read-only nil)
19268  (orphan -10)
19269  (adapt t)
19270  (files "/hom/larsi/News/gnu.SCORE")
19271  (exclude-files "all.SCORE")
19272  (local (gnus-newsgroup-auto-expire t)
19273         (gnus-summary-make-false-root empty))
19274  (eval (ding)))
19275 @end lisp
19277 This example demonstrates most score file elements.  @xref{Advanced
19278 Scoring}, for a different approach.
19280 Even though this looks much like Lisp code, nothing here is actually
19281 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19282 has to be valid syntactically, if not semantically.
19284 Six keys are supported by this alist:
19286 @table @code
19288 @item STRING
19289 If the key is a string, it is the name of the header to perform the
19290 match on.  Scoring can only be performed on these eight headers:
19291 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19292 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19293 these headers, there are three strings to tell Gnus to fetch the entire
19294 article and do the match on larger parts of the article: @code{Body}
19295 will perform the match on the body of the article, @code{Head} will
19296 perform the match on the head of the article, and @code{All} will
19297 perform the match on the entire article.  Note that using any of these
19298 last three keys will slow down group entry @emph{considerably}.  The
19299 final ``header'' you can score on is @code{Followup}.  These score
19300 entries will result in new score entries being added for all follow-ups
19301 to articles that matches these score entries.
19303 Following this key is an arbitrary number of score entries, where each
19304 score entry has one to four elements.
19305 @enumerate
19307 @item
19308 The first element is the @dfn{match element}.  On most headers this will
19309 be a string, but on the Lines and Chars headers, this must be an
19310 integer.
19312 @item
19313 If the second element is present, it should be a number---the @dfn{score
19314 element}.  This number should be an integer in the neginf to posinf
19315 interval.  This number is added to the score of the article if the match
19316 is successful.  If this element is not present, the
19317 @code{gnus-score-interactive-default-score} number will be used
19318 instead.  This is 1000 by default.
19320 @item
19321 If the third element is present, it should be a number---the @dfn{date
19322 element}.  This date says when the last time this score entry matched,
19323 which provides a mechanism for expiring the score entries.  It this
19324 element is not present, the score entry is permanent.  The date is
19325 represented by the number of days since December 31, 1 BCE.
19327 @item
19328 If the fourth element is present, it should be a symbol---the @dfn{type
19329 element}.  This element specifies what function should be used to see
19330 whether this score entry matches the article.  What match types that can
19331 be used depends on what header you wish to perform the match on.
19332 @table @dfn
19334 @item From, Subject, References, Xref, Message-ID
19335 For most header types, there are the @code{r} and @code{R} (regexp), as
19336 well as @code{s} and @code{S} (substring) types, and @code{e} and
19337 @code{E} (exact match), and @code{w} (word match) types.  If this
19338 element is not present, Gnus will assume that substring matching should
19339 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19340 that the matches will be done in a case-sensitive manner.  All these
19341 one-letter types are really just abbreviations for the @code{regexp},
19342 @code{string}, @code{exact}, and @code{word} types, which you can use
19343 instead, if you feel like.
19345 @item Extra
19346 Just as for the standard string overview headers, if you are using
19347 gnus-extra-headers, you can score on these headers' values.  In this
19348 case, there is a 5th element in the score entry, being the name of the
19349 header to be scored.  The following entry is useful in your
19350 @file{all.SCORE} file in case of spam attacks from a single origin
19351 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19352 overviews:
19354 @lisp
19355 ("111.222.333.444" -1000 nil s
19356  "NNTP-Posting-Host")
19357 @end lisp
19359 @item Lines, Chars
19360 These two headers use different match types: @code{<}, @code{>},
19361 @code{=}, @code{>=} and @code{<=}.
19363 These predicates are true if
19365 @example
19366 (PREDICATE HEADER MATCH)
19367 @end example
19369 evaluates to non-@code{nil}.  For instance, the advanced match
19370 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19371 following form:
19373 @lisp
19374 (< header-value 4)
19375 @end lisp
19377 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19378 the match, we get the score added if the article has less than 4 lines.
19379 (It's easy to get confused and think it's the other way around.  But
19380 it's not.  I think.)
19382 When matching on @code{Lines}, be careful because some back ends (like
19383 @code{nndir}) do not generate @code{Lines} header, so every article ends
19384 up being marked as having 0 lines.  This can lead to strange results if
19385 you happen to lower score of the articles with few lines.
19387 @item Date
19388 For the Date header we have three kinda silly match types:
19389 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19390 ever being useful, but, like, it would feel kinda silly not to provide
19391 this function.  Just in case.  You never know.  Better safe than sorry.
19392 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19393 sex on a first date.  (I have been told that at least one person, and I
19394 quote, ``found this function indispensable'', however.)
19396 @cindex ISO8601
19397 @cindex date
19398 A more useful match type is @code{regexp}.  With it, you can match the
19399 date string using a regular expression.  The date is normalized to
19400 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19401 you want to match all articles that have been posted on April 1st in
19402 every year, you could use @samp{....0401.........} as a match string,
19403 for instance.  (Note that the date is kept in its original time zone, so
19404 this will match articles that were posted when it was April 1st where
19405 the article was posted from.  Time zones are such wholesome fun for the
19406 whole family, eh?)
19408 @item Head, Body, All
19409 These three match keys use the same match types as the @code{From} (etc)
19410 header uses.
19412 @item Followup
19413 This match key is somewhat special, in that it will match the
19414 @code{From} header, and affect the score of not only the matching
19415 articles, but also all followups to the matching articles.  This allows
19416 you e.g. increase the score of followups to your own articles, or
19417 decrease the score of followups to the articles of some known
19418 trouble-maker.  Uses the same match types as the @code{From} header
19419 uses.  (Using this match key will lead to creation of @file{ADAPT}
19420 files.)
19422 @item Thread
19423 This match key works along the same lines as the @code{Followup} match
19424 key.  If you say that you want to score on a (sub-)thread started by an
19425 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19426 match.  This will add a new @samp{thread} match for each article that
19427 has @var{x} in its @code{References} header.  (These new @samp{thread}
19428 matches will use the @code{Message-ID}s of these matching articles.)
19429 This will ensure that you can raise/lower the score of an entire thread,
19430 even though some articles in the thread may not have complete
19431 @code{References} headers.  Note that using this may lead to
19432 undeterministic scores of the articles in the thread.  (Using this match
19433 key will lead to creation of @file{ADAPT} files.)
19434 @end table
19435 @end enumerate
19437 @cindex score file atoms
19438 @item mark
19439 The value of this entry should be a number.  Any articles with a score
19440 lower than this number will be marked as read.
19442 @item expunge
19443 The value of this entry should be a number.  Any articles with a score
19444 lower than this number will be removed from the summary buffer.
19446 @item mark-and-expunge
19447 The value of this entry should be a number.  Any articles with a score
19448 lower than this number will be marked as read and removed from the
19449 summary buffer.
19451 @item thread-mark-and-expunge
19452 The value of this entry should be a number.  All articles that belong to
19453 a thread that has a total score below this number will be marked as read
19454 and removed from the summary buffer.  @code{gnus-thread-score-function}
19455 says how to compute the total score for a thread.
19457 @item files
19458 The value of this entry should be any number of file names.  These files
19459 are assumed to be score files as well, and will be loaded the same way
19460 this one was.
19462 @item exclude-files
19463 The clue of this entry should be any number of files.  These files will
19464 not be loaded, even though they would normally be so, for some reason or
19465 other.
19467 @item eval
19468 The value of this entry will be @code{eval}el.  This element will be
19469 ignored when handling global score files.
19471 @item read-only
19472 Read-only score files will not be updated or saved.  Global score files
19473 should feature this atom (@pxref{Global Score Files}).  (Note:
19474 @dfn{Global} here really means @dfn{global}; not your personal
19475 apply-to-all-groups score files.)
19477 @item orphan
19478 The value of this entry should be a number.  Articles that do not have
19479 parents will get this number added to their scores.  Imagine you follow
19480 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19481 will only follow a few of the threads, also want to see any new threads.
19483 You can do this with the following two score file entries:
19485 @example
19486         (orphan -500)
19487         (mark-and-expunge -100)
19488 @end example
19490 When you enter the group the first time, you will only see the new
19491 threads.  You then raise the score of the threads that you find
19492 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19493 rest.  Next time you enter the group, you will see new articles in the
19494 interesting threads, plus any new threads.
19496 I.e.---the orphan score atom is for high-volume groups where a few
19497 interesting threads which can't be found automatically by ordinary
19498 scoring rules exist.
19500 @item adapt
19501 This entry controls the adaptive scoring.  If it is @code{t}, the
19502 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19503 adaptive scoring will be performed on this group.  If it is a list, this
19504 list will be used as the adaptive scoring rules.  If it isn't present,
19505 or is something other than @code{t} or @code{ignore}, the default
19506 adaptive scoring rules will be used.  If you want to use adaptive
19507 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19508 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19509 not want adaptive scoring.  If you only want adaptive scoring in a few
19510 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19511 insert @code{(adapt t)} in the score files of the groups where you want
19514 @item adapt-file
19515 All adaptive score entries will go to the file named by this entry.  It
19516 will also be applied when entering the group.  This atom might be handy
19517 if you want to adapt on several groups at once, using the same adaptive
19518 file for a number of groups.
19520 @item local
19521 @cindex local variables
19522 The value of this entry should be a list of @code{(@var{var}
19523 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19524 current summary buffer, and set to the value specified.  This is a
19525 convenient, if somewhat strange, way of setting variables in some
19526 groups if you don't like hooks much.  Note that the @var{value} won't
19527 be evaluated.
19528 @end table
19531 @node Score File Editing
19532 @section Score File Editing
19534 You normally enter all scoring commands from the summary buffer, but you
19535 might feel the urge to edit them by hand as well, so we've supplied you
19536 with a mode for that.
19538 It's simply a slightly customized @code{emacs-lisp} mode, with these
19539 additional commands:
19541 @table @kbd
19543 @item C-c C-c
19544 @kindex C-c C-c (Score)
19545 @findex gnus-score-edit-done
19546 Save the changes you have made and return to the summary buffer
19547 (@code{gnus-score-edit-done}).
19549 @item C-c C-d
19550 @kindex C-c C-d (Score)
19551 @findex gnus-score-edit-insert-date
19552 Insert the current date in numerical format
19553 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19554 you were wondering.
19556 @item C-c C-p
19557 @kindex C-c C-p (Score)
19558 @findex gnus-score-pretty-print
19559 The adaptive score files are saved in an unformatted fashion.  If you
19560 intend to read one of these files, you want to @dfn{pretty print} it
19561 first.  This command (@code{gnus-score-pretty-print}) does that for
19562 you.
19564 @end table
19566 Type @kbd{M-x gnus-score-mode} to use this mode.
19568 @vindex gnus-score-mode-hook
19569 @code{gnus-score-menu-hook} is run in score mode buffers.
19571 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
19572 @kbd{V t} to begin editing score files.
19575 @node Adaptive Scoring
19576 @section Adaptive Scoring
19577 @cindex adaptive scoring
19579 If all this scoring is getting you down, Gnus has a way of making it all
19580 happen automatically---as if by magic.  Or rather, as if by artificial
19581 stupidity, to be precise.
19583 @vindex gnus-use-adaptive-scoring
19584 When you read an article, or mark an article as read, or kill an
19585 article, you leave marks behind.  On exit from the group, Gnus can sniff
19586 these marks and add score elements depending on what marks it finds.
19587 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19588 @code{t} or @code{(line)}.  If you want score adaptively on separate
19589 words appearing in the subjects, you should set this variable to
19590 @code{(word)}.  If you want to use both adaptive methods, set this
19591 variable to @code{(word line)}.
19593 @vindex gnus-default-adaptive-score-alist
19594 To give you complete control over the scoring process, you can customize
19595 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19596 might look something like this:
19598 @lisp
19599 (setq gnus-default-adaptive-score-alist
19600   '((gnus-unread-mark)
19601     (gnus-ticked-mark (from 4))
19602     (gnus-dormant-mark (from 5))
19603     (gnus-del-mark (from -4) (subject -1))
19604     (gnus-read-mark (from 4) (subject 2))
19605     (gnus-expirable-mark (from -1) (subject -1))
19606     (gnus-killed-mark (from -1) (subject -3))
19607     (gnus-kill-file-mark)
19608     (gnus-ancient-mark)
19609     (gnus-low-score-mark)
19610     (gnus-catchup-mark (from -1) (subject -1))))
19611 @end lisp
19613 As you see, each element in this alist has a mark as a key (either a
19614 variable name or a ``real'' mark---a character).  Following this key is
19615 a arbitrary number of header/score pairs.  If there are no header/score
19616 pairs following the key, no adaptive scoring will be done on articles
19617 that have that key as the article mark.  For instance, articles with
19618 @code{gnus-unread-mark} in the example above will not get adaptive score
19619 entries.
19621 Each article can have only one mark, so just a single of these rules
19622 will be applied to each article.
19624 To take @code{gnus-del-mark} as an example---this alist says that all
19625 articles that have that mark (i.e., are marked with @samp{e}) will have a
19626 score entry added to lower based on the @code{From} header by -4, and
19627 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19629 If you have marked 10 articles with the same subject with
19630 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19631 That means that that subject will get a score of ten times -1, which
19632 should be, unless I'm much mistaken, -10.
19634 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19635 the read articles will be marked with the @samp{E} mark.  This'll
19636 probably make adaptive scoring slightly impossible, so auto-expiring and
19637 adaptive scoring doesn't really mix very well.
19639 The headers you can score on are @code{from}, @code{subject},
19640 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19641 @code{chars} and @code{date}.  In addition, you can score on
19642 @code{followup}, which will create an adaptive score entry that matches
19643 on the @code{References} header using the @code{Message-ID} of the
19644 current article, thereby matching the following thread.
19646 If you use this scheme, you should set the score file atom @code{mark}
19647 to something small---like -300, perhaps, to avoid having small random
19648 changes result in articles getting marked as read.
19650 After using adaptive scoring for a week or so, Gnus should start to
19651 become properly trained and enhance the authors you like best, and kill
19652 the authors you like least, without you having to say so explicitly.
19654 You can control what groups the adaptive scoring is to be performed on
19655 by using the score files (@pxref{Score File Format}).  This will also
19656 let you use different rules in different groups.
19658 @vindex gnus-adaptive-file-suffix
19659 The adaptive score entries will be put into a file where the name is the
19660 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19661 is @file{ADAPT}.
19663 @vindex gnus-score-exact-adapt-limit
19664 When doing adaptive scoring, substring or fuzzy matching would probably
19665 give you the best results in most cases.  However, if the header one
19666 matches is short, the possibility for false positives is great, so if
19667 the length of the match is less than
19668 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19669 this variable is @code{nil}, exact matching will always be used to avoid
19670 this problem.
19672 @vindex gnus-default-adaptive-word-score-alist
19673 As mentioned above, you can adapt either on individual words or entire
19674 headers.  If you adapt on words, the
19675 @code{gnus-default-adaptive-word-score-alist} variable says what score
19676 each instance of a word should add given a mark.
19678 @lisp
19679 (setq gnus-default-adaptive-word-score-alist
19680       `((,gnus-read-mark . 30)
19681         (,gnus-catchup-mark . -10)
19682         (,gnus-killed-mark . -20)
19683         (,gnus-del-mark . -15)))
19684 @end lisp
19686 This is the default value.  If you have adaption on words enabled, every
19687 word that appears in subjects of articles marked with
19688 @code{gnus-read-mark} will result in a score rule that increase the
19689 score with 30 points.
19691 @vindex gnus-default-ignored-adaptive-words
19692 @vindex gnus-ignored-adaptive-words
19693 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19694 will be ignored.  If you wish to add more words to be ignored, use the
19695 @code{gnus-ignored-adaptive-words} list instead.
19697 @vindex gnus-adaptive-word-length-limit
19698 Some may feel that short words shouldn't count when doing adaptive
19699 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19700 an integer.  Words shorter than this number will be ignored.  This
19701 variable defaults to @code{nil}.
19703 @vindex gnus-adaptive-word-syntax-table
19704 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19705 syntax table in effect.  It is similar to the standard syntax table, but
19706 it considers numbers to be non-word-constituent characters.
19708 @vindex gnus-adaptive-word-minimum
19709 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19710 word scoring process will never bring down the score of an article to
19711 below this number.  The default is @code{nil}.
19713 @vindex gnus-adaptive-word-no-group-words
19714 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19715 won't adaptively word score any of the words in the group name.  Useful
19716 for groups like @samp{comp.editors.emacs}, where most of the subject
19717 lines contain the word @samp{emacs}.
19719 After using this scheme for a while, it might be nice to write a
19720 @code{gnus-psychoanalyze-user} command to go through the rules and see
19721 what words you like and what words you don't like.  Or perhaps not.
19723 Note that the adaptive word scoring thing is highly experimental and is
19724 likely to change in the future.  Initial impressions seem to indicate
19725 that it's totally useless as it stands.  Some more work (involving more
19726 rigorous statistical methods) will have to be done to make this useful.
19729 @node Home Score File
19730 @section Home Score File
19732 The score file where new score file entries will go is called the
19733 @dfn{home score file}.  This is normally (and by default) the score file
19734 for the group itself.  For instance, the home score file for
19735 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19737 However, this may not be what you want.  It is often convenient to share
19738 a common home score file among many groups---all @samp{emacs} groups
19739 could perhaps use the same home score file.
19741 @vindex gnus-home-score-file
19742 The variable that controls this is @code{gnus-home-score-file}.  It can
19745 @enumerate
19746 @item
19747 A string.  Then this file will be used as the home score file for all
19748 groups.
19750 @item
19751 A function.  The result of this function will be used as the home score
19752 file.  The function will be called with the name of the group as the
19753 parameter.
19755 @item
19756 A list.  The elements in this list can be:
19758 @enumerate
19759 @item
19760 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19761 group name, the @var{file-name} will be used as the home score file.
19763 @item
19764 A function.  If the function returns non-@code{nil}, the result will
19765 be used as the home score file.
19767 @item
19768 A string.  Use the string as the home score file.
19769 @end enumerate
19771 The list will be traversed from the beginning towards the end looking
19772 for matches.
19774 @end enumerate
19776 So, if you want to use just a single score file, you could say:
19778 @lisp
19779 (setq gnus-home-score-file
19780       "my-total-score-file.SCORE")
19781 @end lisp
19783 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19784 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19786 @findex gnus-hierarchial-home-score-file
19787 @lisp
19788 (setq gnus-home-score-file
19789       'gnus-hierarchial-home-score-file)
19790 @end lisp
19792 This is a ready-made function provided for your convenience.
19793 Other functions include
19795 @table @code
19796 @item gnus-current-home-score-file
19797 @findex gnus-current-home-score-file
19798 Return the ``current'' regular score file.  This will make scoring
19799 commands add entry to the ``innermost'' matching score file.
19801 @end table
19803 If you want to have one score file for the @samp{emacs} groups and
19804 another for the @samp{comp} groups, while letting all other groups use
19805 their own home score files:
19807 @lisp
19808 (setq gnus-home-score-file
19809       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19810       '(("\\.emacs" "emacs.SCORE")
19811         ;; @r{All the comp groups in one score file}
19812         ("^comp" "comp.SCORE")))
19813 @end lisp
19815 @vindex gnus-home-adapt-file
19816 @code{gnus-home-adapt-file} works exactly the same way as
19817 @code{gnus-home-score-file}, but says what the home adaptive score file
19818 is instead.  All new adaptive file entries will go into the file
19819 specified by this variable, and the same syntax is allowed.
19821 In addition to using @code{gnus-home-score-file} and
19822 @code{gnus-home-adapt-file}, you can also use group parameters
19823 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19824 Parameters}) to achieve much the same.  Group and topic parameters take
19825 precedence over this variable.
19828 @node Followups To Yourself
19829 @section Followups To Yourself
19831 Gnus offers two commands for picking out the @code{Message-ID} header in
19832 the current buffer.  Gnus will then add a score rule that scores using
19833 this @code{Message-ID} on the @code{References} header of other
19834 articles.  This will, in effect, increase the score of all articles that
19835 respond to the article in the current buffer.  Quite useful if you want
19836 to easily note when people answer what you've said.
19838 @table @code
19840 @item gnus-score-followup-article
19841 @findex gnus-score-followup-article
19842 This will add a score to articles that directly follow up your own
19843 article.
19845 @item gnus-score-followup-thread
19846 @findex gnus-score-followup-thread
19847 This will add a score to all articles that appear in a thread ``below''
19848 your own article.
19849 @end table
19851 @vindex message-sent-hook
19852 These two functions are both primarily meant to be used in hooks like
19853 @code{message-sent-hook}, like this:
19854 @lisp
19855 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19856 @end lisp
19859 If you look closely at your own @code{Message-ID}, you'll notice that
19860 the first two or three characters are always the same.  Here's two of
19861 mine:
19863 @example
19864 <x6u3u47icf.fsf@@eyesore.no>
19865 <x6sp9o7ibw.fsf@@eyesore.no>
19866 @end example
19868 So ``my'' ident on this machine is @samp{x6}.  This can be
19869 exploited---the following rule will raise the score on all followups to
19870 myself:
19872 @lisp
19873 ("references"
19874  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19875   1000 nil r))
19876 @end lisp
19878 Whether it's the first two or first three characters that are ``yours''
19879 is system-dependent.
19882 @node Scoring On Other Headers
19883 @section Scoring On Other Headers
19884 @cindex scoring on other headers
19886 Gnus is quite fast when scoring the ``traditional''
19887 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19888 other headers requires writing a @code{head} scoring rule, which means
19889 that Gnus has to request every single article from the back end to find
19890 matches.  This takes a long time in big groups.
19892 Now, there's not much you can do about this for news groups, but for
19893 mail groups, you have greater control.  In @ref{To From Newsgroups},
19894 it's explained in greater detail what this mechanism does, but here's
19895 a cookbook example for @code{nnml} on how to allow scoring on the
19896 @samp{To} and @samp{Cc} headers.
19898 Put the following in your @file{~/.gnus.el} file.
19900 @lisp
19901 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19902       nnmail-extra-headers gnus-extra-headers)
19903 @end lisp
19905 Restart Gnus and rebuild your @code{nnml} overview files with the
19906 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19907 time if you have much mail.
19909 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19910 so: @kbd{I e s p To RET <your name> RET}.
19912 See?  Simple.
19915 @node Scoring Tips
19916 @section Scoring Tips
19917 @cindex scoring tips
19919 @table @dfn
19921 @item Crossposts
19922 @cindex crossposts
19923 @cindex scoring crossposts
19924 If you want to lower the score of crossposts, the line to match on is
19925 the @code{Xref} header.
19926 @lisp
19927 ("xref" (" talk.politics.misc:" -1000))
19928 @end lisp
19930 @item Multiple crossposts
19931 If you want to lower the score of articles that have been crossposted to
19932 more than, say, 3 groups:
19933 @lisp
19934 ("xref"
19935   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19936    -1000 nil r))
19937 @end lisp
19939 @item Matching on the body
19940 This is generally not a very good idea---it takes a very long time.
19941 Gnus actually has to fetch each individual article from the server.  But
19942 you might want to anyway, I guess.  Even though there are three match
19943 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19944 and stick with it in each score file.  If you use any two, each article
19945 will be fetched @emph{twice}.  If you want to match a bit on the
19946 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19947 the matches.
19949 @item Marking as read
19950 You will probably want to mark articles that have scores below a certain
19951 number as read.  This is most easily achieved by putting the following
19952 in your @file{all.SCORE} file:
19953 @lisp
19954 ((mark -100))
19955 @end lisp
19956 You may also consider doing something similar with @code{expunge}.
19958 @item Negated character classes
19959 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19960 That will match newlines, which might lead to, well, The Unknown.  Say
19961 @code{[^abcd\n]*} instead.
19962 @end table
19965 @node Reverse Scoring
19966 @section Reverse Scoring
19967 @cindex reverse scoring
19969 If you want to keep just articles that have @samp{Sex with Emacs} in the
19970 subject header, and expunge all other articles, you could put something
19971 like this in your score file:
19973 @lisp
19974 (("subject"
19975   ("Sex with Emacs" 2))
19976  (mark 1)
19977  (expunge 1))
19978 @end lisp
19980 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19981 rest as read, and expunge them to boot.
19984 @node Global Score Files
19985 @section Global Score Files
19986 @cindex global score files
19988 Sure, other newsreaders have ``global kill files''.  These are usually
19989 nothing more than a single kill file that applies to all groups, stored
19990 in the user's home directory.  Bah!  Puny, weak newsreaders!
19992 What I'm talking about here are Global Score Files.  Score files from
19993 all over the world, from users everywhere, uniting all nations in one
19994 big, happy score file union!  Ange-score!  New and untested!
19996 @vindex gnus-global-score-files
19997 All you have to do to use other people's score files is to set the
19998 @code{gnus-global-score-files} variable.  One entry for each score file,
19999 or each score file directory.  Gnus will decide by itself what score
20000 files are applicable to which group.
20002 To use the score file
20003 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
20004 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
20005 say this:
20007 @lisp
20008 (setq gnus-global-score-files
20009       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
20010         "/ftp@@ftp.some-where:/pub/score/"))
20011 @end lisp
20013 @findex gnus-score-search-global-directories
20014 @noindent
20015 Simple, eh?  Directory names must end with a @samp{/}.  These
20016 directories are typically scanned only once during each Gnus session.
20017 If you feel the need to manually re-scan the remote directories, you can
20018 use the @code{gnus-score-search-global-directories} command.
20020 Note that, at present, using this option will slow down group entry
20021 somewhat.  (That is---a lot.)
20023 If you want to start maintaining score files for other people to use,
20024 just put your score file up for anonymous ftp and announce it to the
20025 world.  Become a retro-moderator!  Participate in the retro-moderator
20026 wars sure to ensue, where retro-moderators battle it out for the
20027 sympathy of the people, luring them to use their score files on false
20028 premises!  Yay!  The net is saved!
20030 Here are some tips for the would-be retro-moderator, off the top of my
20031 head:
20033 @itemize @bullet
20035 @item
20036 Articles heavily crossposted are probably junk.
20037 @item
20038 To lower a single inappropriate article, lower by @code{Message-ID}.
20039 @item
20040 Particularly brilliant authors can be raised on a permanent basis.
20041 @item
20042 Authors that repeatedly post off-charter for the group can safely be
20043 lowered out of existence.
20044 @item
20045 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20046 articles completely.
20048 @item
20049 Use expiring score entries to keep the size of the file down.  You
20050 should probably have a long expiry period, though, as some sites keep
20051 old articles for a long time.
20052 @end itemize
20054 @dots{} I wonder whether other newsreaders will support global score files
20055 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20056 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20057 holding our breath yet?
20060 @node Kill Files
20061 @section Kill Files
20062 @cindex kill files
20064 Gnus still supports those pesky old kill files.  In fact, the kill file
20065 entries can now be expiring, which is something I wrote before Daniel
20066 Quinlan thought of doing score files, so I've left the code in there.
20068 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20069 than score processing, so it might be a good idea to rewrite your kill
20070 files into score files.
20072 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20073 forms into this file, which means that you can use kill files as some
20074 sort of primitive hook function to be run on group entry, even though
20075 that isn't a very good idea.
20077 Normal kill files look like this:
20079 @lisp
20080 (gnus-kill "From" "Lars Ingebrigtsen")
20081 (gnus-kill "Subject" "ding")
20082 (gnus-expunge "X")
20083 @end lisp
20085 This will mark every article written by me as read, and remove the
20086 marked articles from the summary buffer.  Very useful, you'll agree.
20088 Other programs use a totally different kill file syntax.  If Gnus
20089 encounters what looks like a @code{rn} kill file, it will take a stab at
20090 interpreting it.
20092 Two summary functions for editing a @sc{gnus} kill file:
20094 @table @kbd
20096 @item M-k
20097 @kindex M-k (Summary)
20098 @findex gnus-summary-edit-local-kill
20099 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20101 @item M-K
20102 @kindex M-K (Summary)
20103 @findex gnus-summary-edit-global-kill
20104 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20105 @end table
20107 Two group mode functions for editing the kill files:
20109 @table @kbd
20111 @item M-k
20112 @kindex M-k (Group)
20113 @findex gnus-group-edit-local-kill
20114 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20116 @item M-K
20117 @kindex M-K (Group)
20118 @findex gnus-group-edit-global-kill
20119 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20120 @end table
20122 Kill file variables:
20124 @table @code
20125 @item gnus-kill-file-name
20126 @vindex gnus-kill-file-name
20127 A kill file for the group @samp{soc.motss} is normally called
20128 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20129 this file name is detailed by the @code{gnus-kill-file-name} variable.
20130 The ``global'' kill file (not in the score file sense of ``global'', of
20131 course) is just called @file{KILL}.
20133 @vindex gnus-kill-save-kill-file
20134 @item gnus-kill-save-kill-file
20135 If this variable is non-@code{nil}, Gnus will save the
20136 kill file after processing, which is necessary if you use expiring
20137 kills.
20139 @item gnus-apply-kill-hook
20140 @vindex gnus-apply-kill-hook
20141 @findex gnus-apply-kill-file-unless-scored
20142 @findex gnus-apply-kill-file
20143 A hook called to apply kill files to a group.  It is
20144 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20145 kill file if you have a score file for the same group, you can set this
20146 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20147 kill files to be processed, you should set this variable to @code{nil}.
20149 @item gnus-kill-file-mode-hook
20150 @vindex gnus-kill-file-mode-hook
20151 A hook called in kill-file mode buffers.
20153 @end table
20156 @node Converting Kill Files
20157 @section Converting Kill Files
20158 @cindex kill files
20159 @cindex converting kill files
20161 If you have loads of old kill files, you may want to convert them into
20162 score files.  If they are ``regular'', you can use
20163 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20164 by hand.
20166 The kill to score conversion package isn't included in Gnus by default.
20167 You can fetch it from
20168 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20170 If your old kill files are very complex---if they contain more
20171 non-@code{gnus-kill} forms than not, you'll have to convert them by
20172 hand.  Or just let them be as they are.  Gnus will still use them as
20173 before.
20176 @node GroupLens
20177 @section GroupLens
20178 @cindex GroupLens
20180 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
20181 so this section is mostly of historical interest.
20183 @uref{http://www.cs.umn.edu/Research/GroupLens/, GroupLens} is a
20184 collaborative filtering system that helps you work together with other
20185 people to find the quality news articles out of the huge volume of
20186 news articles generated every day.
20188 To accomplish this the GroupLens system combines your opinions about
20189 articles you have already read with the opinions of others who have done
20190 likewise and gives you a personalized prediction for each unread news
20191 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
20192 rate articles, and finds other people that rate articles the same way.
20193 Once it has found some people you agree with it tells you, in the form
20194 of a prediction, what they thought of the article.  You can use this
20195 prediction to help you decide whether or not you want to read the
20196 article.
20198 @menu
20199 * Using GroupLens::             How to make Gnus use GroupLens.
20200 * Rating Articles::             Letting GroupLens know how you rate articles.
20201 * Displaying Predictions::      Displaying predictions given by GroupLens.
20202 * GroupLens Variables::         Customizing GroupLens.
20203 @end menu
20206 @node Using GroupLens
20207 @subsection Using GroupLens
20209 To use GroupLens you must register a pseudonym with your local
20210 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html, Better Bit
20211 Bureau (BBB)} is the only better bit in town at the moment.
20213 Once you have registered you'll need to set a couple of variables.
20215 @table @code
20217 @item gnus-use-grouplens
20218 @vindex gnus-use-grouplens
20219 Setting this variable to a non-@code{nil} value will make Gnus hook into
20220 all the relevant GroupLens functions.
20222 @item grouplens-pseudonym
20223 @vindex grouplens-pseudonym
20224 This variable should be set to the pseudonym you got when registering
20225 with the Better Bit Bureau.
20227 @item grouplens-newsgroups
20228 @vindex grouplens-newsgroups
20229 A list of groups that you want to get GroupLens predictions for.
20231 @end table
20233 That's the minimum of what you need to get up and running with GroupLens.
20234 Once you've registered, GroupLens will start giving you scores for
20235 articles based on the average of what other people think.  But, to get
20236 the real benefit of GroupLens you need to start rating articles
20237 yourself.  Then the scores GroupLens gives you will be personalized for
20238 you, based on how the people you usually agree with have already rated.
20241 @node Rating Articles
20242 @subsection Rating Articles
20244 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
20245 Where 1 means something like this article is a waste of bandwidth and 5
20246 means that the article was really good.  The basic question to ask
20247 yourself is, ``on a scale from 1 to 5 would I like to see more articles
20248 like this one?''
20250 There are four ways to enter a rating for an article in GroupLens.
20252 @table @kbd
20254 @item r
20255 @kindex r (GroupLens)
20256 @findex bbb-summary-rate-article
20257 This function will prompt you for a rating on a scale of one to five.
20259 @item k
20260 @kindex k (GroupLens)
20261 @findex grouplens-score-thread
20262 This function will prompt you for a rating, and rate all the articles in
20263 the thread.  This is really useful for some of those long running giant
20264 threads in rec.humor.
20266 @end table
20268 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
20269 the score of the article you're reading.
20271 @table @kbd
20273 @item 1-5 n
20274 @kindex n (GroupLens)
20275 @findex grouplens-next-unread-article
20276 Rate the article and go to the next unread article.
20278 @item 1-5 ,
20279 @kindex , (GroupLens)
20280 @findex grouplens-best-unread-article
20281 Rate the article and go to the next unread article with the highest score.
20283 @end table
20285 If you want to give the current article a score of 4 and then go to the
20286 next article, just type @kbd{4 n}.
20289 @node Displaying Predictions
20290 @subsection Displaying Predictions
20292 GroupLens makes a prediction for you about how much you will like a
20293 news article.  The predictions from GroupLens are on a scale from 1 to
20294 5, where 1 is the worst and 5 is the best.  You can use the predictions
20295 from GroupLens in one of three ways controlled by the variable
20296 @code{gnus-grouplens-override-scoring}.
20298 @vindex gnus-grouplens-override-scoring
20299 There are three ways to display predictions in grouplens.  You may
20300 choose to have the GroupLens scores contribute to, or override the
20301 regular Gnus scoring mechanism.  override is the default; however, some
20302 people prefer to see the Gnus scores plus the grouplens scores.  To get
20303 the separate scoring behavior you need to set
20304 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
20305 GroupLens predictions combined with the grouplens scores set it to
20306 @code{'override} and to combine the scores set
20307 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
20308 the combine option you will also want to set the values for
20309 @code{grouplens-prediction-offset} and
20310 @code{grouplens-score-scale-factor}.
20312 @vindex grouplens-prediction-display
20313 In either case, GroupLens gives you a few choices for how you would like
20314 to see your predictions displayed.  The display of predictions is
20315 controlled by the @code{grouplens-prediction-display} variable.
20317 The following are valid values for that variable.
20319 @table @code
20320 @item prediction-spot
20321 The higher the prediction, the further to the right an @samp{*} is
20322 displayed.
20324 @item confidence-interval
20325 A numeric confidence interval.
20327 @item prediction-bar
20328 The higher the prediction, the longer the bar.
20330 @item confidence-bar
20331 Numerical confidence.
20333 @item confidence-spot
20334 The spot gets bigger with more confidence.
20336 @item prediction-num
20337 Plain-old numeric value.
20339 @item confidence-plus-minus
20340 Prediction +/- confidence.
20342 @end table
20345 @node GroupLens Variables
20346 @subsection GroupLens Variables
20348 @table @code
20350 @item gnus-summary-grouplens-line-format
20351 The summary line format used in GroupLens-enhanced summary buffers.  It
20352 accepts the same specs as the normal summary line format (@pxref{Summary
20353 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
20354 %s\n}.
20356 @item grouplens-bbb-host
20357 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
20358 default.
20360 @item grouplens-bbb-port
20361 Port of the host running the bbbd server.  The default is 9000.
20363 @item grouplens-score-offset
20364 Offset the prediction by this value.  In other words, subtract the
20365 prediction value by this number to arrive at the effective score.  The
20366 default is 0.
20368 @item grouplens-score-scale-factor
20369 This variable allows the user to magnify the effect of GroupLens scores.
20370 The scale factor is applied after the offset.  The default is 1.
20372 @end table
20375 @node Advanced Scoring
20376 @section Advanced Scoring
20378 Scoring on Subjects and From headers is nice enough, but what if you're
20379 really interested in what a person has to say only when she's talking
20380 about a particular subject?  Or what if you really don't want to
20381 read what person A has to say when she's following up to person B, but
20382 want to read what she says when she's following up to person C?
20384 By using advanced scoring rules you may create arbitrarily complex
20385 scoring patterns.
20387 @menu
20388 * Advanced Scoring Syntax::     A definition.
20389 * Advanced Scoring Examples::   What they look like.
20390 * Advanced Scoring Tips::       Getting the most out of it.
20391 @end menu
20394 @node Advanced Scoring Syntax
20395 @subsection Advanced Scoring Syntax
20397 Ordinary scoring rules have a string as the first element in the rule.
20398 Advanced scoring rules have a list as the first element.  The second
20399 element is the score to be applied if the first element evaluated to a
20400 non-@code{nil} value.
20402 These lists may consist of three logical operators, one redirection
20403 operator, and various match operators.
20405 Logical operators:
20407 @table @code
20408 @item &
20409 @itemx and
20410 This logical operator will evaluate each of its arguments until it finds
20411 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20412 evaluate to @code{true} values, then this operator will return
20413 @code{true}.
20415 @item |
20416 @itemx or
20417 This logical operator will evaluate each of its arguments until it finds
20418 one that evaluates to @code{true}.  If no arguments are @code{true},
20419 then this operator will return @code{false}.
20421 @item !
20422 @itemx not
20423 @itemx Â¬
20424 This logical operator only takes a single argument.  It returns the
20425 logical negation of the value of its argument.
20427 @end table
20429 There is an @dfn{indirection operator} that will make its arguments
20430 apply to the ancestors of the current article being scored.  For
20431 instance, @code{1-} will make score rules apply to the parent of the
20432 current article.  @code{2-} will make score rules apply to the
20433 grandparent of the current article.  Alternatively, you can write
20434 @code{^^}, where the number of @code{^}s (carets) says how far back into
20435 the ancestry you want to go.
20437 Finally, we have the match operators.  These are the ones that do the
20438 real work.  Match operators are header name strings followed by a match
20439 and a match type.  A typical match operator looks like @samp{("from"
20440 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20441 simple scoring, and the match types are also the same.
20444 @node Advanced Scoring Examples
20445 @subsection Advanced Scoring Examples
20447 Please note that the following examples are score file rules.  To
20448 make a complete score file from them, surround them with another pair
20449 of parentheses.
20451 Let's say you want to increase the score of articles written by Lars
20452 when he's talking about Gnus:
20454 @example
20455 @group
20457   ("from" "Lars Ingebrigtsen")
20458   ("subject" "Gnus"))
20459  1000)
20460 @end group
20461 @end example
20463 Quite simple, huh?
20465 When he writes long articles, he sometimes has something nice to say:
20467 @example
20469   ("from" "Lars Ingebrigtsen")
20470   (|
20471    ("subject" "Gnus")
20472    ("lines" 100 >)))
20473  1000)
20474 @end example
20476 However, when he responds to things written by Reig Eigil Logge, you
20477 really don't want to read what he's written:
20479 @example
20481   ("from" "Lars Ingebrigtsen")
20482   (1- ("from" "Reig Eigir Logge")))
20483  -100000)
20484 @end example
20486 Everybody that follows up Redmondo when he writes about disappearing
20487 socks should have their scores raised, but only when they talk about
20488 white socks.  However, when Lars talks about socks, it's usually not
20489 very interesting:
20491 @example
20493   (1-
20494    (&
20495     ("from" "redmondo@@.*no" r)
20496     ("body" "disappearing.*socks" t)))
20497   (! ("from" "Lars Ingebrigtsen"))
20498   ("body" "white.*socks"))
20499  1000)
20500 @end example
20502 The possibilities are endless.
20505 @node Advanced Scoring Tips
20506 @subsection Advanced Scoring Tips
20508 The @code{&} and @code{|} logical operators do short-circuit logic.
20509 That is, they stop processing their arguments when it's clear what the
20510 result of the operation will be.  For instance, if one of the arguments
20511 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20512 the rest of the arguments.  This means that you should put slow matches
20513 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20514 @samp{subject}) first.
20516 The indirection arguments (@code{1-} and so on) will make their
20517 arguments work on previous generations of the thread.  If you say
20518 something like:
20520 @example
20523  (1-
20524   ("from" "lars")))
20526 @end example
20528 Then that means ``score on the from header of the grandparent of the
20529 current article''.  An indirection is quite fast, but it's better to say:
20531 @example
20533  (&
20534   ("from" "Lars")
20535   ("subject" "Gnus")))
20536 @end example
20538 than it is to say:
20540 @example
20542  (1- ("from" "Lars"))
20543  (1- ("subject" "Gnus")))
20544 @end example
20547 @node Score Decays
20548 @section Score Decays
20549 @cindex score decays
20550 @cindex decays
20552 You may find that your scores have a tendency to grow without
20553 bounds, especially if you're using adaptive scoring.  If scores get too
20554 big, they lose all meaning---they simply max out and it's difficult to
20555 use them in any sensible way.
20557 @vindex gnus-decay-scores
20558 @findex gnus-decay-score
20559 @vindex gnus-decay-score-function
20560 Gnus provides a mechanism for decaying scores to help with this problem.
20561 When score files are loaded and @code{gnus-decay-scores} is
20562 non-@code{nil}, Gnus will run the score files through the decaying
20563 mechanism thereby lowering the scores of all non-permanent score rules.
20564 The decay itself if performed by the @code{gnus-decay-score-function}
20565 function, which is @code{gnus-decay-score} by default.  Here's the
20566 definition of that function:
20568 @lisp
20569 (defun gnus-decay-score (score)
20570   "Decay SCORE according to `gnus-score-decay-constant'
20571 and `gnus-score-decay-scale'."
20572   (let ((n (- score
20573               (* (if (< score 0) -1 1)
20574                  (min (abs score)
20575                       (max gnus-score-decay-constant
20576                            (* (abs score)
20577                               gnus-score-decay-scale)))))))
20578     (if (and (featurep 'xemacs)
20579              ;; XEmacs' floor can handle only the floating point
20580              ;; number below the half of the maximum integer.
20581              (> (abs n) (lsh -1 -2)))
20582         (string-to-number
20583          (car (split-string (number-to-string n) "\\.")))
20584       (floor n))))
20585 @end lisp
20587 @vindex gnus-score-decay-scale
20588 @vindex gnus-score-decay-constant
20589 @code{gnus-score-decay-constant} is 3 by default and
20590 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20592 @enumerate
20593 @item
20594 Scores between -3 and 3 will be set to 0 when this function is called.
20596 @item
20597 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20599 @item
20600 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20601 score.
20602 @end enumerate
20604 If you don't like this decay function, write your own.  It is called
20605 with the score to be decayed as its only parameter, and it should return
20606 the new score, which should be an integer.
20608 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20609 four days, Gnus will decay the scores four times, for instance.
20611 @iftex
20612 @iflatex
20613 @chapter Message
20614 @include message.texi
20615 @chapter Emacs MIME
20616 @include emacs-mime.texi
20617 @chapter Sieve
20618 @include sieve.texi
20619 @chapter PGG
20620 @include pgg.texi
20621 @end iflatex
20622 @end iftex
20624 @node Various
20625 @chapter Various
20627 @menu
20628 * Process/Prefix::              A convention used by many treatment commands.
20629 * Interactive::                 Making Gnus ask you many questions.
20630 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20631 * Formatting Variables::        You can specify what buffers should look like.
20632 * Window Layout::               Configuring the Gnus buffer windows.
20633 * Faces and Fonts::             How to change how faces look.
20634 * Compilation::                 How to speed Gnus up.
20635 * Mode Lines::                  Displaying information in the mode lines.
20636 * Highlighting and Menus::      Making buffers look all nice and cozy.
20637 * Buttons::                     Get tendinitis in ten easy steps!
20638 * Daemons::                     Gnus can do things behind your back.
20639 * NoCeM::                       How to avoid spam and other fatty foods.
20640 * Undo::                        Some actions can be undone.
20641 * Predicate Specifiers::        Specifying predicates.
20642 * Moderation::                  What to do if you're a moderator.
20643 * Fetching a Group::            Starting Gnus just to read a group.
20644 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20645 * Fuzzy Matching::              What's the big fuzz?
20646 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20647 * Other modes::                 Interaction with other modes.
20648 * Various Various::             Things that are really various.
20649 @end menu
20652 @node Process/Prefix
20653 @section Process/Prefix
20654 @cindex process/prefix convention
20656 Many functions, among them functions for moving, decoding and saving
20657 articles, use what is known as the @dfn{Process/Prefix convention}.
20659 This is a method for figuring out what articles the user wants the
20660 command to be performed on.
20662 It goes like this:
20664 If the numeric prefix is N, perform the operation on the next N
20665 articles, starting with the current one.  If the numeric prefix is
20666 negative, perform the operation on the previous N articles, starting
20667 with the current one.
20669 @vindex transient-mark-mode
20670 If @code{transient-mark-mode} in non-@code{nil} and the region is
20671 active, all articles in the region will be worked upon.
20673 If there is no numeric prefix, but some articles are marked with the
20674 process mark, perform the operation on the articles marked with
20675 the process mark.
20677 If there is neither a numeric prefix nor any articles marked with the
20678 process mark, just perform the operation on the current article.
20680 Quite simple, really, but it needs to be made clear so that surprises
20681 are avoided.
20683 Commands that react to the process mark will push the current list of
20684 process marked articles onto a stack and will then clear all process
20685 marked articles.  You can restore the previous configuration with the
20686 @kbd{M P y} command (@pxref{Setting Process Marks}).
20688 @vindex gnus-summary-goto-unread
20689 One thing that seems to shock & horrify lots of people is that, for
20690 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20691 Since each @kbd{d} (which marks the current article as read) by default
20692 goes to the next unread article after marking, this means that @kbd{3 d}
20693 will mark the next three unread articles as read, no matter what the
20694 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20695 @code{nil} for a more straightforward action.
20697 Many commands do not use the process/prefix convention.  All commands
20698 that do explicitly say so in this manual.  To apply the process/prefix
20699 convention to commands that do not use it, you can use the @kbd{M-&}
20700 command.  For instance, to mark all the articles in the group as
20701 expirable, you could say @kbd{M P b M-& E}.
20704 @node Interactive
20705 @section Interactive
20706 @cindex interaction
20708 @table @code
20710 @item gnus-novice-user
20711 @vindex gnus-novice-user
20712 If this variable is non-@code{nil}, you are either a newcomer to the
20713 World of Usenet, or you are very cautious, which is a nice thing to be,
20714 really.  You will be given questions of the type ``Are you sure you want
20715 to do this?'' before doing anything dangerous.  This is @code{t} by
20716 default.
20718 @item gnus-expert-user
20719 @vindex gnus-expert-user
20720 If this variable is non-@code{nil}, you will seldom be asked any
20721 questions by Gnus.  It will simply assume you know what you're doing, no
20722 matter how strange.
20724 @item gnus-interactive-catchup
20725 @vindex gnus-interactive-catchup
20726 Require confirmation before catching up a group if non-@code{nil}.  It
20727 is @code{t} by default.
20729 @item gnus-interactive-exit
20730 @vindex gnus-interactive-exit
20731 Require confirmation before exiting Gnus.  This variable is @code{t} by
20732 default.
20733 @end table
20736 @node Symbolic Prefixes
20737 @section Symbolic Prefixes
20738 @cindex symbolic prefixes
20740 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20741 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20742 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20743 rule of 900 to the current article.
20745 This is all nice and well, but what if you want to give a command some
20746 additional information?  Well, what most commands do is interpret the
20747 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20748 doesn't want a backup file to be created when saving the current buffer,
20749 for instance.  But what if you want to save without making a backup
20750 file, and you want Emacs to flash lights and play a nice tune at the
20751 same time?  You can't, and you're probably perfectly happy that way.
20753 @kindex M-i (Summary)
20754 @findex gnus-symbolic-argument
20755 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20756 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20757 character typed in is the value.  You can stack as many @kbd{M-i}
20758 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20759 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20760 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20761 @code{b}''.  You get the drift.
20763 Typing in symbolic prefixes to commands that don't accept them doesn't
20764 hurt, but it doesn't do any good either.  Currently not many Gnus
20765 functions make use of the symbolic prefix.
20767 If you're interested in how Gnus implements this, @pxref{Extended
20768 Interactive}.
20771 @node Formatting Variables
20772 @section Formatting Variables
20773 @cindex formatting variables
20775 Throughout this manual you've probably noticed lots of variables called
20776 things like @code{gnus-group-line-format} and
20777 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20778 output lines in the various buffers.  There's quite a lot of them.
20779 Fortunately, they all use the same syntax, so there's not that much to
20780 be annoyed by.
20782 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20783 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20784 lots of percentages everywhere.
20786 @menu
20787 * Formatting Basics::           A formatting variable is basically a format string.
20788 * Mode Line Formatting::        Some rules about mode line formatting variables.
20789 * Advanced Formatting::         Modifying output in various ways.
20790 * User-Defined Specs::          Having Gnus call your own functions.
20791 * Formatting Fonts::            Making the formatting look colorful and nice.
20792 * Positioning Point::           Moving point to a position after an operation.
20793 * Tabulation::                  Tabulating your output.
20794 * Wide Characters::             Dealing with wide characters.
20795 @end menu
20797 Currently Gnus uses the following formatting variables:
20798 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20799 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20800 @code{gnus-group-mode-line-format},
20801 @code{gnus-summary-mode-line-format},
20802 @code{gnus-article-mode-line-format},
20803 @code{gnus-server-mode-line-format}, and
20804 @code{gnus-summary-pick-line-format}.
20806 All these format variables can also be arbitrary elisp forms.  In that
20807 case, they will be @code{eval}ed to insert the required lines.
20809 @kindex M-x gnus-update-format
20810 @findex gnus-update-format
20811 Gnus includes a command to help you while creating your own format
20812 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20813 update the spec in question and pop you to a buffer where you can
20814 examine the resulting Lisp code to be run to generate the line.
20818 @node Formatting Basics
20819 @subsection Formatting Basics
20821 Each @samp{%} element will be replaced by some string or other when the
20822 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20823 spec, and pad with spaces to get a 5-character field''.
20825 As with normal C and Emacs Lisp formatting strings, the numerical
20826 modifier between the @samp{%} and the formatting type character will
20827 @dfn{pad} the output so that it is always at least that long.
20828 @samp{%5y} will make the field always (at least) five characters wide by
20829 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20830 the right instead.
20832 You may also wish to limit the length of the field to protect against
20833 particularly wide values.  For that you can say @samp{%4,6y}, which
20834 means that the field will never be more than 6 characters wide and never
20835 less than 4 characters wide.
20837 Also Gnus supports some extended format specifications, such as
20838 @samp{%&user-date;}.
20841 @node Mode Line Formatting
20842 @subsection Mode Line Formatting
20844 Mode line formatting variables (e.g.,
20845 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20846 buffer line oriented formatting variables (@pxref{Formatting Basics})
20847 with the following two differences:
20849 @enumerate
20851 @item
20852 There must be no newline (@samp{\n}) at the end.
20854 @item
20855 The special @samp{%%b} spec can be used to display the buffer name.
20856 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20857 @samp{%} to allow it to pass through the formatting machinery unmangled,
20858 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20859 display interprets to mean ``show the buffer name''.  For a full list of
20860 mode line specs Emacs understands, see the documentation of the
20861 @code{mode-line-format} variable.
20863 @end enumerate
20866 @node Advanced Formatting
20867 @subsection Advanced Formatting
20869 It is frequently useful to post-process the fields in some way.
20870 Padding, limiting, cutting off parts and suppressing certain values can
20871 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20872 look like @samp{%~(cut 3)~(ignore "0")y}.
20874 These are the valid modifiers:
20876 @table @code
20877 @item pad
20878 @itemx pad-left
20879 Pad the field to the left with spaces until it reaches the required
20880 length.
20882 @item pad-right
20883 Pad the field to the right with spaces until it reaches the required
20884 length.
20886 @item max
20887 @itemx max-left
20888 Cut off characters from the left until it reaches the specified length.
20890 @item max-right
20891 Cut off characters from the right until it reaches the specified
20892 length.
20894 @item cut
20895 @itemx cut-left
20896 Cut off the specified number of characters from the left.
20898 @item cut-right
20899 Cut off the specified number of characters from the right.
20901 @item ignore
20902 Return an empty string if the field is equal to the specified value.
20904 @item form
20905 Use the specified form as the field value when the @samp{@@} spec is
20906 used.
20908 Here's an example:
20910 @lisp
20911 "~(form (current-time-string))@@"
20912 @end lisp
20914 @end table
20916 Let's take an example.  The @samp{%o} spec in the summary mode lines
20917 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20918 This is quite a mouthful, so we want to shave off the century number and
20919 the time, leaving us with a six-character date.  That would be
20920 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20921 maxing, and we need the padding to ensure that the date is never less
20922 than 6 characters to make it look nice in columns.)
20924 Ignoring is done first; then cutting; then maxing; and then as the very
20925 last operation, padding.
20927 If you use lots of these advanced thingies, you'll find that Gnus gets
20928 quite slow.  This can be helped enormously by running @kbd{M-x
20929 gnus-compile} when you are satisfied with the look of your lines.
20930 @xref{Compilation}.
20933 @node User-Defined Specs
20934 @subsection User-Defined Specs
20936 All the specs allow for inserting user defined specifiers---@samp{u}.
20937 The next character in the format string should be a letter.  Gnus
20938 will call the function @code{gnus-user-format-function-}@samp{X}, where
20939 @samp{X} is the letter following @samp{%u}.  The function will be passed
20940 a single parameter---what the parameter means depends on what buffer
20941 it's being called from.  The function should return a string, which will
20942 be inserted into the buffer just like information from any other
20943 specifier.  This function may also be called with dummy values, so it
20944 should protect against that.
20946 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20947 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20949 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20950 much the same without defining new functions.  Here's an example:
20951 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20952 given here will be evaluated to yield the current line number, and then
20953 inserted.
20956 @node Formatting Fonts
20957 @subsection Formatting Fonts
20959 There are specs for highlighting, and these are shared by all the format
20960 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20961 the special @code{mouse-face} property set, which means that it will be
20962 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20963 over it.
20965 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20966 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20967 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20968 and so on.  Create as many faces as you wish.  The same goes for the
20969 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20970 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20972 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20973 special @code{balloon-help} property set to
20974 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20975 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20976 variables should be either strings or symbols naming functions that
20977 return a string.  When the mouse passes over text with this property
20978 set, a balloon window will appear and display the string.  Please
20979 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20980 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20981 XEmacs) for more information on this.  (For technical reasons, the
20982 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20983 paragraph.)
20985 Here's an alternative recipe for the group buffer:
20987 @lisp
20988 ;; @r{Create three face types.}
20989 (setq gnus-face-1 'bold)
20990 (setq gnus-face-3 'italic)
20992 ;; @r{We want the article count to be in}
20993 ;; @r{a bold and green face.  So we create}
20994 ;; @r{a new face called @code{my-green-bold}.}
20995 (copy-face 'bold 'my-green-bold)
20996 ;; @r{Set the color.}
20997 (set-face-foreground 'my-green-bold "ForestGreen")
20998 (setq gnus-face-2 'my-green-bold)
21000 ;; @r{Set the new & fancy format.}
21001 (setq gnus-group-line-format
21002       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
21003 @end lisp
21005 I'm sure you'll be able to use this scheme to create totally unreadable
21006 and extremely vulgar displays.  Have fun!
21008 Note that the @samp{%(} specs (and friends) do not make any sense on the
21009 mode-line variables.
21011 @node Positioning Point
21012 @subsection Positioning Point
21014 Gnus usually moves point to a pre-defined place on each line in most
21015 buffers.  By default, point move to the first colon character on the
21016 line.  You can customize this behavior in three different ways.
21018 You can move the colon character to somewhere else on the line.
21020 @findex gnus-goto-colon
21021 You can redefine the function that moves the point to the colon.  The
21022 function is called @code{gnus-goto-colon}.
21024 But perhaps the most convenient way to deal with this, if you don't want
21025 to have a colon in your line, is to use the @samp{%*} specifier.  If you
21026 put a @samp{%*} somewhere in your format line definition, Gnus will
21027 place point there.
21030 @node Tabulation
21031 @subsection Tabulation
21033 You can usually line up your displays by padding and cutting your
21034 strings.  However, when combining various strings of different size, it
21035 can often be more convenient to just output the strings, and then worry
21036 about lining up the following text afterwards.
21038 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
21039 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
21041 @samp{%50=} will insert space characters to pad the line up to column
21042 50.  If the text is already past column 50, nothing will be inserted.
21043 This is the soft tabulator.
21045 @samp{%-50=} will insert space characters to pad the line up to column
21046 50.  If the text is already past column 50, the excess text past column
21047 50 will be removed.  This is the hard tabulator.
21050 @node Wide Characters
21051 @subsection Wide Characters
21053 Fixed width fonts in most countries have characters of the same width.
21054 Some countries, however, use Latin characters mixed with wider
21055 characters---most notable East Asian countries.
21057 The problem is that when formatting, Gnus assumes that if a string is 10
21058 characters wide, it'll be 10 Latin characters wide on the screen.  In
21059 these countries, that's not true.
21061 @vindex gnus-use-correct-string-widths
21062 To help fix this, you can set @code{gnus-use-correct-string-widths} to
21063 @code{t}.  This makes buffer generation slower, but the results will be
21064 prettier.  The default value under XEmacs is @code{t} but @code{nil}
21065 for Emacs.
21068 @node Window Layout
21069 @section Window Layout
21070 @cindex window layout
21072 No, there's nothing here about X, so be quiet.
21074 @vindex gnus-use-full-window
21075 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
21076 other windows and occupy the entire Emacs screen by itself.  It is
21077 @code{t} by default.
21079 Setting this variable to @code{nil} kinda works, but there are
21080 glitches.  Use at your own peril.
21082 @vindex gnus-buffer-configuration
21083 @code{gnus-buffer-configuration} describes how much space each Gnus
21084 buffer should be given.  Here's an excerpt of this variable:
21086 @lisp
21087 ((group (vertical 1.0 (group 1.0 point)
21088                       (if gnus-carpal (group-carpal 4))))
21089  (article (vertical 1.0 (summary 0.25 point)
21090                         (article 1.0))))
21091 @end lisp
21093 This is an alist.  The @dfn{key} is a symbol that names some action or
21094 other.  For instance, when displaying the group buffer, the window
21095 configuration function will use @code{group} as the key.  A full list of
21096 possible names is listed below.
21098 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
21099 should occupy.  To take the @code{article} split as an example -
21101 @lisp
21102 (article (vertical 1.0 (summary 0.25 point)
21103                        (article 1.0)))
21104 @end lisp
21106 This @dfn{split} says that the summary buffer should occupy 25% of upper
21107 half of the screen, and that it is placed over the article buffer.  As
21108 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
21109 reaching for that calculator there).  However, the special number
21110 @code{1.0} is used to signal that this buffer should soak up all the
21111 rest of the space available after the rest of the buffers have taken
21112 whatever they need.  There should be only one buffer with the @code{1.0}
21113 size spec per split.
21115 Point will be put in the buffer that has the optional third element
21116 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
21117 split where the tag @code{frame-focus} is a member (i.e. is the third or
21118 fourth element in the list, depending on whether the @code{point} tag is
21119 present) gets focus.
21121 Here's a more complicated example:
21123 @lisp
21124 (article (vertical 1.0 (group 4)
21125                        (summary 0.25 point)
21126                        (if gnus-carpal (summary-carpal 4))
21127                        (article 1.0)))
21128 @end lisp
21130 If the size spec is an integer instead of a floating point number,
21131 then that number will be used to say how many lines a buffer should
21132 occupy, not a percentage.
21134 If the @dfn{split} looks like something that can be @code{eval}ed (to be
21135 precise---if the @code{car} of the split is a function or a subr), this
21136 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
21137 be used as a split.  This means that there will be three buffers if
21138 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
21139 is non-@code{nil}.
21141 Not complicated enough for you?  Well, try this on for size:
21143 @lisp
21144 (article (horizontal 1.0
21145              (vertical 0.5
21146                  (group 1.0)
21147                  (gnus-carpal 4))
21148              (vertical 1.0
21149                  (summary 0.25 point)
21150                  (summary-carpal 4)
21151                  (article 1.0))))
21152 @end lisp
21154 Whoops.  Two buffers with the mystery 100% tag.  And what's that
21155 @code{horizontal} thingie?
21157 If the first element in one of the split is @code{horizontal}, Gnus will
21158 split the window horizontally, giving you two windows side-by-side.
21159 Inside each of these strips you may carry on all you like in the normal
21160 fashion.  The number following @code{horizontal} says what percentage of
21161 the screen is to be given to this strip.
21163 For each split, there @emph{must} be one element that has the 100% tag.
21164 The splitting is never accurate, and this buffer will eat any leftover
21165 lines from the splits.
21167 To be slightly more formal, here's a definition of what a valid split
21168 may look like:
21170 @example
21171 @group
21172 split      = frame | horizontal | vertical | buffer | form
21173 frame      = "(frame " size *split ")"
21174 horizontal = "(horizontal " size *split ")"
21175 vertical   = "(vertical " size *split ")"
21176 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
21177 size       = number | frame-params
21178 buf-name   = group | article | summary ...
21179 @end group
21180 @end example
21182 The limitations are that the @code{frame} split can only appear as the
21183 top-level split.  @var{form} should be an Emacs Lisp form that should
21184 return a valid split.  We see that each split is fully recursive, and
21185 may contain any number of @code{vertical} and @code{horizontal} splits.
21187 @vindex gnus-window-min-width
21188 @vindex gnus-window-min-height
21189 @cindex window height
21190 @cindex window width
21191 Finding the right sizes can be a bit complicated.  No window may be less
21192 than @code{gnus-window-min-height} (default 1) characters high, and all
21193 windows must be at least @code{gnus-window-min-width} (default 1)
21194 characters wide.  Gnus will try to enforce this before applying the
21195 splits.  If you want to use the normal Emacs window width/height limit,
21196 you can just set these two variables to @code{nil}.
21198 If you're not familiar with Emacs terminology, @code{horizontal} and
21199 @code{vertical} splits may work the opposite way of what you'd expect.
21200 Windows inside a @code{horizontal} split are shown side-by-side, and
21201 windows within a @code{vertical} split are shown above each other.
21203 @findex gnus-configure-frame
21204 If you want to experiment with window placement, a good tip is to call
21205 @code{gnus-configure-frame} directly with a split.  This is the function
21206 that does all the real work when splitting buffers.  Below is a pretty
21207 nonsensical configuration with 5 windows; two for the group buffer and
21208 three for the article buffer.  (I said it was nonsensical.)  If you
21209 @code{eval} the statement below, you can get an idea of how that would
21210 look straight away, without going through the normal Gnus channels.
21211 Play with it until you're satisfied, and then use
21212 @code{gnus-add-configuration} to add your new creation to the buffer
21213 configuration list.
21215 @lisp
21216 (gnus-configure-frame
21217  '(horizontal 1.0
21218     (vertical 10
21219       (group 1.0)
21220       (article 0.3 point))
21221     (vertical 1.0
21222       (article 1.0)
21223       (horizontal 4
21224         (group 1.0)
21225         (article 10)))))
21226 @end lisp
21228 You might want to have several frames as well.  No prob---just use the
21229 @code{frame} split:
21231 @lisp
21232 (gnus-configure-frame
21233  '(frame 1.0
21234          (vertical 1.0
21235                    (summary 0.25 point frame-focus)
21236                    (article 1.0))
21237          (vertical ((height . 5) (width . 15)
21238                     (user-position . t)
21239                     (left . -1) (top . 1))
21240                    (picon 1.0))))
21242 @end lisp
21244 This split will result in the familiar summary/article window
21245 configuration in the first (or ``main'') frame, while a small additional
21246 frame will be created where picons will be shown.  As you can see,
21247 instead of the normal @code{1.0} top-level spec, each additional split
21248 should have a frame parameter alist as the size spec.
21249 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21250 Reference Manual}.  Under XEmacs, a frame property list will be
21251 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21252 is such a plist.
21253 The list of all possible keys for @code{gnus-buffer-configuration} can
21254 be found in its default value.
21256 Note that the @code{message} key is used for both
21257 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21258 it is desirable to distinguish between the two, something like this
21259 might be used:
21261 @lisp
21262 (message (horizontal 1.0
21263                      (vertical 1.0 (message 1.0 point))
21264                      (vertical 0.24
21265                                (if (buffer-live-p gnus-summary-buffer)
21266                                    '(summary 0.5))
21267                                (group 1.0))))
21268 @end lisp
21270 One common desire for a multiple frame split is to have a separate frame
21271 for composing mail and news while leaving the original frame intact.  To
21272 accomplish that, something like the following can be done:
21274 @lisp
21275 (message
21276   (frame 1.0
21277          (if (not (buffer-live-p gnus-summary-buffer))
21278              (car (cdr (assoc 'group gnus-buffer-configuration)))
21279            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21280          (vertical ((user-position . t) (top . 1) (left . 1)
21281                     (name . "Message"))
21282                    (message 1.0 point))))
21283 @end lisp
21285 @findex gnus-add-configuration
21286 Since the @code{gnus-buffer-configuration} variable is so long and
21287 complicated, there's a function you can use to ease changing the config
21288 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21289 you want to change the @code{article} setting, you could say:
21291 @lisp
21292 (gnus-add-configuration
21293  '(article (vertical 1.0
21294                (group 4)
21295                (summary .25 point)
21296                (article 1.0))))
21297 @end lisp
21299 You'd typically stick these @code{gnus-add-configuration} calls in your
21300 @file{~/.gnus.el} file or in some startup hook---they should be run after
21301 Gnus has been loaded.
21303 @vindex gnus-always-force-window-configuration
21304 If all windows mentioned in the configuration are already visible, Gnus
21305 won't change the window configuration.  If you always want to force the
21306 ``right'' window configuration, you can set
21307 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21309 If you're using tree displays (@pxref{Tree Display}), and the tree
21310 window is displayed vertically next to another window, you may also want
21311 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21312 windows resized.
21314 @subsection Example Window Configurations
21316 @itemize @bullet
21317 @item
21318 Narrow left hand side occupied by group buffer.  Right hand side split
21319 between summary buffer (top one-sixth) and article buffer (bottom).
21321 @ifinfo
21322 @example
21323 +---+---------+
21324 | G | Summary |
21325 | r +---------+
21326 | o |         |
21327 | u | Article |
21328 | p |         |
21329 +---+---------+
21330 @end example
21331 @end ifinfo
21333 @lisp
21334 (gnus-add-configuration
21335  '(article
21336    (horizontal 1.0
21337                (vertical 25 (group 1.0))
21338                (vertical 1.0
21339                          (summary 0.16 point)
21340                          (article 1.0)))))
21342 (gnus-add-configuration
21343  '(summary
21344    (horizontal 1.0
21345                (vertical 25 (group 1.0))
21346                (vertical 1.0 (summary 1.0 point)))))
21347 @end lisp
21349 @end itemize
21352 @node Faces and Fonts
21353 @section Faces and Fonts
21354 @cindex faces
21355 @cindex fonts
21356 @cindex colors
21358 Fiddling with fonts and faces used to be very difficult, but these days
21359 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21360 the face you want to alter, and alter it via the standard Customize
21361 interface.
21364 @node Compilation
21365 @section Compilation
21366 @cindex compilation
21367 @cindex byte-compilation
21369 @findex gnus-compile
21371 Remember all those line format specification variables?
21372 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21373 on.  Now, Gnus will of course heed whatever these variables are, but,
21374 unfortunately, changing them will mean a quite significant slow-down.
21375 (The default values of these variables have byte-compiled functions
21376 associated with them, while the user-generated versions do not, of
21377 course.)
21379 To help with this, you can run @kbd{M-x gnus-compile} after you've
21380 fiddled around with the variables and feel that you're (kind of)
21381 satisfied.  This will result in the new specs being byte-compiled, and
21382 you'll get top speed again.  Gnus will save these compiled specs in the
21383 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
21384 this function, though---you should compile them yourself by sticking
21385 them into the @file{~/.gnus.el} file and byte-compiling that file.)
21388 @node Mode Lines
21389 @section Mode Lines
21390 @cindex mode lines
21392 @vindex gnus-updated-mode-lines
21393 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21394 lines updated.  It is a list of symbols.  Supported symbols include
21395 @code{group}, @code{article}, @code{summary}, @code{server},
21396 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21397 Gnus will keep that mode line updated with information that may be
21398 pertinent.  If this variable is @code{nil}, screen refresh may be
21399 quicker.
21401 @cindex display-time
21403 @vindex gnus-mode-non-string-length
21404 By default, Gnus displays information on the current article in the mode
21405 lines of the summary and article buffers.  The information Gnus wishes
21406 to display (e.g. the subject of the article) is often longer than the
21407 mode lines, and therefore have to be cut off at some point.  The
21408 @code{gnus-mode-non-string-length} variable says how long the other
21409 elements on the line is (i.e., the non-info part).  If you put
21410 additional elements on the mode line (e.g. a clock), you should modify
21411 this variable:
21413 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21414 @lisp
21415 (add-hook 'display-time-hook
21416           (lambda () (setq gnus-mode-non-string-length
21417                            (+ 21
21418                               (if line-number-mode 5 0)
21419                               (if column-number-mode 4 0)
21420                               (length display-time-string)))))
21421 @end lisp
21423 If this variable is @code{nil} (which is the default), the mode line
21424 strings won't be chopped off, and they won't be padded either.  Note
21425 that the default is unlikely to be desirable, as even the percentage
21426 complete in the buffer may be crowded off the mode line; the user should
21427 configure this variable appropriately for her configuration.
21430 @node Highlighting and Menus
21431 @section Highlighting and Menus
21432 @cindex visual
21433 @cindex highlighting
21434 @cindex menus
21436 @vindex gnus-visual
21437 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21438 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21439 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21440 file.
21442 This variable can be a list of visual properties that are enabled.  The
21443 following elements are valid, and are all included by default:
21445 @table @code
21446 @item group-highlight
21447 Do highlights in the group buffer.
21448 @item summary-highlight
21449 Do highlights in the summary buffer.
21450 @item article-highlight
21451 Do highlights in the article buffer.
21452 @item highlight
21453 Turn on highlighting in all buffers.
21454 @item group-menu
21455 Create menus in the group buffer.
21456 @item summary-menu
21457 Create menus in the summary buffers.
21458 @item article-menu
21459 Create menus in the article buffer.
21460 @item browse-menu
21461 Create menus in the browse buffer.
21462 @item server-menu
21463 Create menus in the server buffer.
21464 @item score-menu
21465 Create menus in the score buffers.
21466 @item menu
21467 Create menus in all buffers.
21468 @end table
21470 So if you only want highlighting in the article buffer and menus in all
21471 buffers, you could say something like:
21473 @lisp
21474 (setq gnus-visual '(article-highlight menu))
21475 @end lisp
21477 If you want highlighting only and no menus whatsoever, you'd say:
21479 @lisp
21480 (setq gnus-visual '(highlight))
21481 @end lisp
21483 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21484 in all Gnus buffers.
21486 Other general variables that influence the look of all buffers include:
21488 @table @code
21489 @item gnus-mouse-face
21490 @vindex gnus-mouse-face
21491 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21492 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21494 @end table
21496 There are hooks associated with the creation of all the different menus:
21498 @table @code
21500 @item gnus-article-menu-hook
21501 @vindex gnus-article-menu-hook
21502 Hook called after creating the article mode menu.
21504 @item gnus-group-menu-hook
21505 @vindex gnus-group-menu-hook
21506 Hook called after creating the group mode menu.
21508 @item gnus-summary-menu-hook
21509 @vindex gnus-summary-menu-hook
21510 Hook called after creating the summary mode menu.
21512 @item gnus-server-menu-hook
21513 @vindex gnus-server-menu-hook
21514 Hook called after creating the server mode menu.
21516 @item gnus-browse-menu-hook
21517 @vindex gnus-browse-menu-hook
21518 Hook called after creating the browse mode menu.
21520 @item gnus-score-menu-hook
21521 @vindex gnus-score-menu-hook
21522 Hook called after creating the score mode menu.
21524 @end table
21527 @node Buttons
21528 @section Buttons
21529 @cindex buttons
21530 @cindex mouse
21531 @cindex click
21533 Those new-fangled @dfn{mouse} contraptions is very popular with the
21534 young, hep kids who don't want to learn the proper way to do things
21535 these days.  Why, I remember way back in the summer of '89, when I was
21536 using Emacs on a Tops 20 system.  Three hundred users on one single
21537 machine, and every user was running Simula compilers.  Bah!
21539 Right.
21541 @vindex gnus-carpal
21542 Well, you can make Gnus display bufferfuls of buttons you can click to
21543 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21544 really.  Tell the chiropractor I sent you.
21547 @table @code
21549 @item gnus-carpal-mode-hook
21550 @vindex gnus-carpal-mode-hook
21551 Hook run in all carpal mode buffers.
21553 @item gnus-carpal-button-face
21554 @vindex gnus-carpal-button-face
21555 Face used on buttons.
21557 @item gnus-carpal-header-face
21558 @vindex gnus-carpal-header-face
21559 Face used on carpal buffer headers.
21561 @item gnus-carpal-group-buffer-buttons
21562 @vindex gnus-carpal-group-buffer-buttons
21563 Buttons in the group buffer.
21565 @item gnus-carpal-summary-buffer-buttons
21566 @vindex gnus-carpal-summary-buffer-buttons
21567 Buttons in the summary buffer.
21569 @item gnus-carpal-server-buffer-buttons
21570 @vindex gnus-carpal-server-buffer-buttons
21571 Buttons in the server buffer.
21573 @item gnus-carpal-browse-buffer-buttons
21574 @vindex gnus-carpal-browse-buffer-buttons
21575 Buttons in the browse buffer.
21576 @end table
21578 All the @code{buttons} variables are lists.  The elements in these list
21579 are either cons cells where the @code{car} contains a text to be displayed and
21580 the @code{cdr} contains a function symbol, or a simple string.
21583 @node Daemons
21584 @section Daemons
21585 @cindex demons
21586 @cindex daemons
21588 Gnus, being larger than any program ever written (allegedly), does lots
21589 of strange stuff that you may wish to have done while you're not
21590 present.  For instance, you may want it to check for new mail once in a
21591 while.  Or you may want it to close down all connections to all servers
21592 when you leave Emacs idle.  And stuff like that.
21594 Gnus will let you do stuff like that by defining various
21595 @dfn{handlers}.  Each handler consists of three elements:  A
21596 @var{function}, a @var{time}, and an @var{idle} parameter.
21598 Here's an example of a handler that closes connections when Emacs has
21599 been idle for thirty minutes:
21601 @lisp
21602 (gnus-demon-close-connections nil 30)
21603 @end lisp
21605 Here's a handler that scans for @acronym{PGP} headers every hour when
21606 Emacs is idle:
21608 @lisp
21609 (gnus-demon-scan-pgp 60 t)
21610 @end lisp
21612 This @var{time} parameter and that @var{idle} parameter work together
21613 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21614 @code{nil}, then the function will be called every @var{time} minutes.
21616 If @var{idle} is @code{t}, then the function will be called after
21617 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21618 the function will never be called.  But once Emacs goes idle, the
21619 function will be called every @var{time} minutes.
21621 If @var{idle} is a number and @var{time} is a number, the function will
21622 be called every @var{time} minutes only when Emacs has been idle for
21623 @var{idle} minutes.
21625 If @var{idle} is a number and @var{time} is @code{nil}, the function
21626 will be called once every time Emacs has been idle for @var{idle}
21627 minutes.
21629 And if @var{time} is a string, it should look like @samp{07:31}, and
21630 the function will then be called once every day somewhere near that
21631 time.  Modified by the @var{idle} parameter, of course.
21633 @vindex gnus-demon-timestep
21634 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21635 seconds.  This is 60 by default.  If you change that variable,
21636 all the timings in the handlers will be affected.)
21638 So, if you want to add a handler, you could put something like this in
21639 your @file{~/.gnus.el} file:
21641 @findex gnus-demon-add-handler
21642 @lisp
21643 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21644 @end lisp
21646 @findex gnus-demon-add-nocem
21647 @findex gnus-demon-add-scanmail
21648 @findex gnus-demon-add-rescan
21649 @findex gnus-demon-add-scan-timestamps
21650 @findex gnus-demon-add-disconnection
21651 Some ready-made functions to do this have been created:
21652 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21653 @code{gnus-demon-add-nntp-close-connection},
21654 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21655 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21656 @file{~/.gnus.el} if you want those abilities.
21658 @findex gnus-demon-init
21659 @findex gnus-demon-cancel
21660 @vindex gnus-demon-handlers
21661 If you add handlers to @code{gnus-demon-handlers} directly, you should
21662 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21663 daemons, you can use the @code{gnus-demon-cancel} function.
21665 Note that adding daemons can be pretty naughty if you over do it.  Adding
21666 functions that scan all news and mail from all servers every two seconds
21667 is a sure-fire way of getting booted off any respectable system.  So
21668 behave.
21671 @node NoCeM
21672 @section NoCeM
21673 @cindex nocem
21674 @cindex spam
21676 @dfn{Spamming} is posting the same article lots and lots of times.
21677 Spamming is bad.  Spamming is evil.
21679 Spamming is usually canceled within a day or so by various anti-spamming
21680 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21681 NoCeM is pronounced ``no see-'em'', and means what the name
21682 implies---these are messages that make the offending articles, like, go
21683 away.
21685 What use are these NoCeM messages if the articles are canceled anyway?
21686 Some sites do not honor cancel messages and some sites just honor cancels
21687 from a select few people.  Then you may wish to make use of the NoCeM
21688 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21690 Gnus can read and parse the messages in this group automatically, and
21691 this will make spam disappear.
21693 There are some variables to customize, of course:
21695 @table @code
21696 @item gnus-use-nocem
21697 @vindex gnus-use-nocem
21698 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21699 by default.
21701 @item gnus-nocem-groups
21702 @vindex gnus-nocem-groups
21703 Gnus will look for NoCeM messages in the groups in this list.  The
21704 default is
21705 @lisp
21706 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21707  "alt.nocem.misc" "news.admin.net-abuse.announce")
21708 @end lisp
21710 @item gnus-nocem-issuers
21711 @vindex gnus-nocem-issuers
21712 There are many people issuing NoCeM messages.  This list says what
21713 people you want to listen to.  The default is
21714 @lisp
21715 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21716  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21717 @end lisp
21718 fine, upstanding citizens all of them.
21720 Known despammers that you can put in this list are listed at@*
21721 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21723 You do not have to heed NoCeM messages from all these people---just the
21724 ones you want to listen to.  You also don't have to accept all NoCeM
21725 messages from the people you like.  Each NoCeM message has a @dfn{type}
21726 header that gives the message a (more or less, usually less) rigorous
21727 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21728 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21729 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21730 Each condition is either a string (which is a regexp that matches types
21731 you want to use) or a list on the form @code{(not @var{string})}, where
21732 @var{string} is a regexp that matches types you don't want to use.
21734 For instance, if you want all NoCeM messages from Chris Lewis except his
21735 @samp{troll} messages, you'd say:
21737 @lisp
21738 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21739 @end lisp
21741 On the other hand, if you just want nothing but his @samp{spam} and
21742 @samp{spew} messages, you'd say:
21744 @lisp
21745 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21746 @end lisp
21748 The specs are applied left-to-right.
21751 @item gnus-nocem-verifyer
21752 @vindex gnus-nocem-verifyer
21753 @findex pgg-verify
21754 This should be a function for verifying that the NoCeM issuer is who she
21755 says she is.  The default is @code{pgg-verify}, which returns
21756 non-@code{nil} if the verification is successful, otherwise (including
21757 the case the NoCeM message was not signed) returns @code{nil}.  If this
21758 is too slow and you don't care for verification (which may be dangerous),
21759 you can set this variable to @code{nil}.
21761 Formerly the default was @code{mc-verify}, which is a Mailcrypt
21762 function.  While you can still use it, you can change it into
21763 @code{pgg-verify} running with GnuPG if you are willing to add the
21764 @acronym{PGP} public keys to GnuPG's keyring.
21766 @item gnus-nocem-directory
21767 @vindex gnus-nocem-directory
21768 This is where Gnus will store its NoCeM cache files.  The default is@*
21769 @file{~/News/NoCeM/}.
21771 @item gnus-nocem-expiry-wait
21772 @vindex gnus-nocem-expiry-wait
21773 The number of days before removing old NoCeM entries from the cache.
21774 The default is 15.  If you make it shorter Gnus will be faster, but you
21775 might then see old spam.
21777 @item gnus-nocem-check-from
21778 @vindex gnus-nocem-check-from
21779 Non-@code{nil} means check for valid issuers in message bodies.
21780 Otherwise don't bother fetching articles unless their author matches a
21781 valid issuer; that is much faster if you are selective about the
21782 issuers.
21784 @item gnus-nocem-check-article-limit
21785 @vindex gnus-nocem-check-article-limit
21786 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21787 group.  NoCeM groups can be huge and very slow to process.
21789 @end table
21791 Using NoCeM could potentially be a memory hog.  If you have many living
21792 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21793 big.  If this is a problem, you should kill off all (or most) of your
21794 unsubscribed groups (@pxref{Subscription Commands}).
21797 @node Undo
21798 @section Undo
21799 @cindex undo
21801 It is very useful to be able to undo actions one has done.  In normal
21802 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21803 In Gnus buffers, however, it isn't that simple.
21805 The things Gnus displays in its buffer is of no value whatsoever to
21806 Gnus---it's all just data designed to look nice to the user.
21807 Killing a group in the group buffer with @kbd{C-k} makes the line
21808 disappear, but that's just a side-effect of the real action---the
21809 removal of the group in question from the internal Gnus structures.
21810 Undoing something like that can't be done by the normal Emacs
21811 @code{undo} function.
21813 Gnus tries to remedy this somewhat by keeping track of what the user
21814 does and coming up with actions that would reverse the actions the user
21815 takes.  When the user then presses the @code{undo} key, Gnus will run
21816 the code to reverse the previous action, or the previous actions.
21817 However, not all actions are easily reversible, so Gnus currently offers
21818 a few key functions to be undoable.  These include killing groups,
21819 yanking groups, and changing the list of read articles of groups.
21820 That's it, really.  More functions may be added in the future, but each
21821 added function means an increase in data to be stored, so Gnus will
21822 never be totally undoable.
21824 @findex gnus-undo-mode
21825 @vindex gnus-use-undo
21826 @findex gnus-undo
21827 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21828 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21829 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21830 command, which should feel kinda like the normal Emacs @code{undo}
21831 command.
21834 @node Predicate Specifiers
21835 @section Predicate Specifiers
21836 @cindex predicate specifiers
21838 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21839 form that allows flexible specification of predicates without having
21840 to type all that much.
21842 These specifiers are lists consisting of functions, symbols and lists.
21844 Here's an example:
21846 @lisp
21847 (or gnus-article-unseen-p
21848     gnus-article-unread-p)
21849 @end lisp
21851 The available symbols are @code{or}, @code{and} and @code{not}.  The
21852 functions all take one parameter.
21854 @findex gnus-make-predicate
21855 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21856 to create a function that can be called.  This input parameter to this
21857 function will be passed along to all the functions in the predicate
21858 specifier.
21861 @node Moderation
21862 @section Moderation
21863 @cindex moderation
21865 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21866 It is not included in the standard Gnus package.  Write a mail to
21867 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21868 get a copy.
21870 The moderation package is implemented as a minor mode for summary
21871 buffers.  Put
21873 @lisp
21874 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21875 @end lisp
21877 in your @file{~/.gnus.el} file.
21879 If you are the moderator of @samp{rec.zoofle}, this is how it's
21880 supposed to work:
21882 @enumerate
21883 @item
21884 You split your incoming mail by matching on
21885 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21886 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21888 @item
21889 You enter that group once in a while and post articles using the @kbd{e}
21890 (edit-and-post) or @kbd{s} (just send unedited) commands.
21892 @item
21893 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21894 articles that weren't approved by you, you can cancel them with the
21895 @kbd{c} command.
21896 @end enumerate
21898 To use moderation mode in these two groups, say:
21900 @lisp
21901 (setq gnus-moderated-list
21902       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21903 @end lisp
21906 @node Fetching a Group
21907 @section Fetching a Group
21908 @cindex fetching a group
21910 @findex gnus-fetch-group
21911 It is sometimes convenient to be able to just say ``I want to read this
21912 group and I don't care whether Gnus has been started or not''.  This is
21913 perhaps more useful for people who write code than for users, but the
21914 command @code{gnus-fetch-group} provides this functionality in any case.
21915 It takes the group name as a parameter.
21918 @node Image Enhancements
21919 @section Image Enhancements
21921 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21922 support images yet.}, is able to display pictures and stuff, so Gnus has
21923 taken advantage of that.
21925 @menu
21926 * X-Face::                      Display a funky, teensy black-and-white image.
21927 * Face::                        Display a funkier, teensier colored image.
21928 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21929 * Picons::                      How to display pictures of what you're reading.
21930 * XVarious::                    Other XEmacsy Gnusey variables.
21931 @end menu
21934 @node X-Face
21935 @subsection X-Face
21936 @cindex x-face
21938 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21939 depth) image that's supposed to represent the author of the message.
21940 It seems to be supported by an ever-growing number of mail and news
21941 readers.
21943 @cindex x-face
21944 @findex gnus-article-display-x-face
21945 @vindex gnus-article-x-face-command
21946 @vindex gnus-article-x-face-too-ugly
21947 @iftex
21948 @iflatex
21949 \include{xface}
21950 @end iflatex
21951 @end iftex
21952 @c @anchor{X-Face}
21954 Decoding an @code{X-Face} header either requires an Emacs that has
21955 @samp{compface} support (which most XEmacs versions has), or that you
21956 have @samp{compface} installed on your system.  If either is true,
21957 Gnus will default to displaying @code{X-Face} headers.
21959 The variable that controls this is the
21960 @code{gnus-article-x-face-command} variable.  If this variable is a
21961 string, this string will be executed in a sub-shell.  If it is a
21962 function, this function will be called with the face as the argument.
21963 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21964 the @code{From} header, the face will not be shown.
21966 The default action under Emacs 20 is to fork off the @code{display}
21967 program@footnote{@code{display} is from the ImageMagick package.  For
21968 the @code{uncompface} and @code{icontopbm} programs look for a package
21969 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21970 view the face.
21972 Under XEmacs or Emacs 21+ with suitable image support, the default
21973 action is to display the face before the @code{From} header.  (It's
21974 nicer if XEmacs has been compiled with @code{X-Face} support---that
21975 will make display somewhat faster.  If there's no native @code{X-Face}
21976 support, Gnus will try to convert the @code{X-Face} header using
21977 external programs from the @code{pbmplus} package and
21978 friends.@footnote{On a GNU/Linux system look for packages with names
21979 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21981 (Note: @code{x-face} is used in the variable/function names, not
21982 @code{xface}).
21984 @noindent
21985 Face and variable:
21987 @table @code
21988 @item gnus-x-face
21989 @vindex gnus-x-face
21990 Face to show X-Face.  The colors from this face are used as the
21991 foreground and background colors of the displayed X-Faces.  The
21992 default colors are black and white.
21993 @end table
21995 Gnus provides a few convenience functions and variables to allow
21996 easier insertion of X-Face headers in outgoing messages.
21998 @findex gnus-random-x-face
21999 @vindex gnus-convert-pbm-to-x-face-command
22000 @vindex gnus-x-face-directory
22001 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
22002 @code{gnus-x-face-directory} and picks one at random, and then
22003 converts it to the X-Face format by using the
22004 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
22005 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
22006 header data as a string.
22008 @findex gnus-insert-random-x-face-header
22009 @code{gnus-insert-random-x-face-header} calls
22010 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
22011 randomly generated data.
22013 @findex gnus-x-face-from-file
22014 @vindex gnus-convert-image-to-x-face-command
22015 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
22016 converts the file to X-Face format by using the
22017 @code{gnus-convert-image-to-x-face-command} shell command.
22019 Here's how you would typically use the first function.  Put something
22020 like the following in your @file{~/.gnus.el} file:
22022 @lisp
22023 (setq message-required-news-headers
22024       (nconc message-required-news-headers
22025              (list '(X-Face . gnus-random-x-face))))
22026 @end lisp
22028 Using the last function would be something like this:
22030 @lisp
22031 (setq message-required-news-headers
22032       (nconc message-required-news-headers
22033              (list '(X-Face . (lambda ()
22034                                 (gnus-x-face-from-file
22035                                  "~/My-face.gif"))))))
22036 @end lisp
22039 @node Face
22040 @subsection Face
22041 @cindex face
22043 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
22045 @code{Face} headers are essentially a funkier version of @code{X-Face}
22046 ones. They describe a 48x48 pixel colored image that's supposed to
22047 represent the author of the message.
22049 @cindex face
22050 @findex gnus-article-display-face
22051 The contents of a @code{Face} header must be a base64 encoded PNG image.
22052 See @uref{http://quimby.gnus.org/circus/face/} for the precise
22053 specifications.
22055 Gnus provides a few convenience functions and variables to allow
22056 easier insertion of Face headers in outgoing messages.
22058 @findex gnus-convert-png-to-face
22059 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
22060 726 bytes long, and converts it to a face.
22062 @findex gnus-face-from-file
22063 @vindex gnus-convert-image-to-face-command
22064 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
22065 converts the file to Face format by using the
22066 @code{gnus-convert-image-to-face-command} shell command.
22068 Here's how you would typically use this function. Put something like the
22069 following in your @file{~/.gnus.el} file:
22071 @lisp
22072 (setq message-required-news-headers
22073       (nconc message-required-news-headers
22074              (list '(Face . (lambda ()
22075                               (gnus-face-from-file "~/face.jpg"))))))
22076 @end lisp
22079 @node Smileys
22080 @subsection Smileys
22081 @cindex smileys
22083 @iftex
22084 @iflatex
22085 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
22086 \input{smiley}
22087 @end iflatex
22088 @end iftex
22090 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
22091 currently the only package that uses Smiley, it is documented here.
22093 In short---to use Smiley in Gnus, put the following in your
22094 @file{~/.gnus.el} file:
22096 @lisp
22097 (setq gnus-treat-display-smileys t)
22098 @end lisp
22100 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
22101 the like---to pictures and displays those instead of the text smiley
22102 faces.  The conversion is controlled by a list of regexps that matches
22103 text and maps that to file names.
22105 @vindex smiley-regexp-alist
22106 The alist used is specified by the @code{smiley-regexp-alist}
22107 variable.  The first item in each element is the regexp to be matched;
22108 the second element is the regexp match group that is to be replaced by
22109 the picture; and the third element is the name of the file to be
22110 displayed.
22112 The following variables customize where Smiley will look for these
22113 files:
22115 @table @code
22117 @item smiley-data-directory
22118 @vindex smiley-data-directory
22119 Where Smiley will look for smiley faces files.
22121 @item gnus-smiley-file-types
22122 @vindex gnus-smiley-file-types
22123 List of suffixes on smiley file names to try.
22125 @end table
22128 @node Picons
22129 @subsection Picons
22131 @iftex
22132 @iflatex
22133 \include{picons}
22134 @end iflatex
22135 @end iftex
22137 So@dots{}  You want to slow down your news reader even more!  This is a
22138 good way to do so.  It's also a great way to impress people staring
22139 over your shoulder as you read news.
22141 What are Picons?  To quote directly from the Picons Web site:
22143 @iftex
22144 @iflatex
22145 \margindex{}
22146 @end iflatex
22147 @end iftex
22149 @quotation
22150 @dfn{Picons} is short for ``personal icons''.  They're small,
22151 constrained images used to represent users and domains on the net,
22152 organized into databases so that the appropriate image for a given
22153 e-mail address can be found.  Besides users and domains, there are picon
22154 databases for Usenet newsgroups and weather forecasts.  The picons are
22155 in either monochrome @code{XBM} format or color @code{XPM} and
22156 @code{GIF} formats.
22157 @end quotation
22159 @vindex gnus-picon-databases
22160 For instructions on obtaining and installing the picons databases,
22161 point your Web browser at
22162 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
22164 If you are using Debian GNU/Linux, saying @samp{apt-get install
22165 picons.*} will install the picons where Gnus can find them.
22167 To enable displaying picons, simply make sure that
22168 @code{gnus-picon-databases} points to the directory containing the
22169 Picons databases.
22171 The following variables offer control over where things are located.
22173 @table @code
22175 @item gnus-picon-databases
22176 @vindex gnus-picon-databases
22177 The location of the picons database.  This is a list of directories
22178 containing the @file{news}, @file{domains}, @file{users} (and so on)
22179 subdirectories.  Defaults to @code{("/usr/lib/picon"
22180 "/usr/local/faces")}.
22182 @item gnus-picon-news-directories
22183 @vindex gnus-picon-news-directories
22184 List of subdirectories to search in @code{gnus-picon-databases} for
22185 newsgroups faces.  @code{("news")} is the default.
22187 @item gnus-picon-user-directories
22188 @vindex gnus-picon-user-directories
22189 List of subdirectories to search in @code{gnus-picon-databases} for user
22190 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22192 @item gnus-picon-domain-directories
22193 @vindex gnus-picon-domain-directories
22194 List of subdirectories to search in @code{gnus-picon-databases} for
22195 domain name faces.  Defaults to @code{("domains")}.  Some people may
22196 want to add @samp{"unknown"} to this list.
22198 @item gnus-picon-file-types
22199 @vindex gnus-picon-file-types
22200 Ordered list of suffixes on picon file names to try.  Defaults to
22201 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22203 @end table
22206 @node XVarious
22207 @subsection Various XEmacs Variables
22209 @table @code
22210 @item gnus-xmas-glyph-directory
22211 @vindex gnus-xmas-glyph-directory
22212 This is where Gnus will look for pictures.  Gnus will normally
22213 auto-detect this directory, but you may set it manually if you have an
22214 unusual directory structure.
22216 @item gnus-xmas-logo-color-alist
22217 @vindex gnus-xmas-logo-color-alist
22218 This is an alist where the key is a type symbol and the values are the
22219 foreground and background color of the splash page glyph.
22221 @item gnus-xmas-logo-color-style
22222 @vindex gnus-xmas-logo-color-style
22223 This is the key used to look up the color in the alist described above.
22224 Valid values include @code{flame}, @code{pine}, @code{moss},
22225 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22226 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22228 @item gnus-xmas-modeline-glyph
22229 @vindex gnus-xmas-modeline-glyph
22230 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22231 default.
22233 @end table
22235 @subsubsection Toolbar
22237 @table @code
22239 @item gnus-use-toolbar
22240 @vindex gnus-use-toolbar
22241 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22242 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22243 @code{right-toolbar}, or @code{left-toolbar}.
22245 @item gnus-group-toolbar
22246 @vindex gnus-group-toolbar
22247 The toolbar in the group buffer.
22249 @item gnus-summary-toolbar
22250 @vindex gnus-summary-toolbar
22251 The toolbar in the summary buffer.
22253 @item gnus-summary-mail-toolbar
22254 @vindex gnus-summary-mail-toolbar
22255 The toolbar in the summary buffer of mail groups.
22257 @end table
22259 @iftex
22260 @iflatex
22261 \margindex{}
22262 @end iflatex
22263 @end iftex
22266 @node Fuzzy Matching
22267 @section Fuzzy Matching
22268 @cindex fuzzy matching
22270 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22271 things like scoring, thread gathering and thread comparison.
22273 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22274 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22275 means, and the implementation has changed over time.
22277 Basically, it tries to remove all noise from lines before comparing.
22278 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22279 out of the strings before comparing the results.  This often leads to
22280 adequate results---even when faced with strings generated by text
22281 manglers masquerading as newsreaders.
22284 @node Thwarting Email Spam
22285 @section Thwarting Email Spam
22286 @cindex email spam
22287 @cindex spam
22288 @cindex UCE
22289 @cindex unsolicited commercial email
22291 In these last days of the Usenet, commercial vultures are hanging about
22292 and grepping through news like crazy to find email addresses they can
22293 foist off their scams and products to.  As a reaction to this, many
22294 people have started putting nonsense addresses into their @code{From}
22295 lines.  I think this is counterproductive---it makes it difficult for
22296 people to send you legitimate mail in response to things you write, as
22297 well as making it difficult to see who wrote what.  This rewriting may
22298 perhaps be a bigger menace than the unsolicited commercial email itself
22299 in the end.
22301 The biggest problem I have with email spam is that it comes in under
22302 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22303 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22304 mail group, only to find two pyramid schemes, seven advertisements
22305 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22306 and one mail asking me to repent and find some god.
22308 This is annoying.  Here's what you can do about it.
22310 @menu
22311 * The problem of spam::         Some background, and some solutions
22312 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22313 * SpamAssassin::                How to use external anti-spam tools.
22314 * Hashcash::                    Reduce spam by burning CPU time.
22315 * Filtering Spam Using The Spam ELisp Package::
22316 * Filtering Spam Using Statistics with spam-stat::
22317 @end menu
22319 @node The problem of spam
22320 @subsection The problem of spam
22321 @cindex email spam
22322 @cindex spam filtering approaches
22323 @cindex filtering approaches, spam
22324 @cindex UCE
22325 @cindex unsolicited commercial email
22327 First, some background on spam.
22329 If you have access to e-mail, you are familiar with spam (technically
22330 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22331 exists because e-mail delivery is very cheap compared to paper mail,
22332 so only a very small percentage of people need to respond to an UCE to
22333 make it worthwhile to the advertiser.  Ironically, one of the most
22334 common spams is the one offering a database of e-mail addresses for
22335 further spamming.  Senders of spam are usually called @emph{spammers},
22336 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22337 @emph{morons} are in common use as well.
22339 Spam comes from a wide variety of sources.  It is simply impossible to
22340 dispose of all spam without discarding useful messages.  A good
22341 example is the TMDA system, which requires senders
22342 unknown to you to confirm themselves as legitimate senders before
22343 their e-mail can reach you.  Without getting into the technical side
22344 of TMDA, a downside is clearly that e-mail from legitimate sources may
22345 be discarded if those sources can't or won't confirm themselves
22346 through the TMDA system.  Another problem with TMDA is that it
22347 requires its users to have a basic understanding of e-mail delivery
22348 and processing.
22350 The simplest approach to filtering spam is filtering, at the mail
22351 server or when you sort through incoming mail.  If you get 200 spam
22352 messages per day from @samp{random-address@@vmadmin.com}, you block
22353 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22354 discard all messages with @samp{VIAGRA} in the message.  If you get
22355 lots of spam from Bulgaria, for example, you try to filter all mail
22356 from Bulgarian IPs.
22358 This, unfortunately, is a great way to discard legitimate e-mail.  The
22359 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22360 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22361 you should be obvious, so don't do it if you have the choice.
22363 In another instance, the very informative and useful RISKS digest has
22364 been blocked by overzealous mail filters because it @strong{contained}
22365 words that were common in spam messages.  Nevertheless, in isolated
22366 cases, with great care, direct filtering of mail can be useful.
22368 Another approach to filtering e-mail is the distributed spam
22369 processing, for instance DCC implements such a system.  In essence,
22370 @var{N} systems around the world agree that a machine @var{X} in
22371 Ghana, Estonia, or California is sending out spam e-mail, and these
22372 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22373 database.  The criteria for spam detection vary---it may be the number
22374 of messages sent, the content of the messages, and so on.  When a user
22375 of the distributed processing system wants to find out if a message is
22376 spam, he consults one of those @var{N} systems.
22378 Distributed spam processing works very well against spammers that send
22379 a large number of messages at once, but it requires the user to set up
22380 fairly complicated checks.  There are commercial and free distributed
22381 spam processing systems.  Distributed spam processing has its risks as
22382 well.  For instance legitimate e-mail senders have been accused of
22383 sending spam, and their web sites and mailing lists have been shut
22384 down for some time because of the incident.
22386 The statistical approach to spam filtering is also popular.  It is
22387 based on a statistical analysis of previous spam messages.  Usually
22388 the analysis is a simple word frequency count, with perhaps pairs of
22389 words or 3-word combinations thrown into the mix.  Statistical
22390 analysis of spam works very well in most of the cases, but it can
22391 classify legitimate e-mail as spam in some cases.  It takes time to
22392 run the analysis, the full message must be analyzed, and the user has
22393 to store the database of spam analyses.  Statistical analysis on the
22394 server is gaining popularity.  This has the advantage of letting the
22395 user Just Read Mail, but has the disadvantage that it's harder to tell
22396 the server that it has misclassified mail.
22398 Fighting spam is not easy, no matter what anyone says.  There is no
22399 magic switch that will distinguish Viagra ads from Mom's e-mails.
22400 Even people are having a hard time telling spam apart from non-spam,
22401 because spammers are actively looking to fool us into thinking they
22402 are Mom, essentially.  Spamming is irritating, irresponsible, and
22403 idiotic behavior from a bunch of people who think the world owes them
22404 a favor.  We hope the following sections will help you in fighting the
22405 spam plague.
22407 @node Anti-Spam Basics
22408 @subsection Anti-Spam Basics
22409 @cindex email spam
22410 @cindex spam
22411 @cindex UCE
22412 @cindex unsolicited commercial email
22414 One way of dealing with spam is having Gnus split out all spam into a
22415 @samp{spam} mail group (@pxref{Splitting Mail}).
22417 First, pick one (1) valid mail address that you can be reached at, and
22418 put it in your @code{From} header of all your news articles.  (I've
22419 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22420 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22421 sysadmin whether your sendmail installation accepts keywords in the local
22422 part of the mail address.)
22424 @lisp
22425 (setq message-default-news-headers
22426       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22427 @end lisp
22429 Then put the following split rule in @code{nnmail-split-fancy}
22430 (@pxref{Fancy Mail Splitting}):
22432 @lisp
22433 (...
22434  (to "larsi@@trym.ifi.uio.no"
22435      (| ("subject" "re:.*" "misc")
22436         ("references" ".*@@.*" "misc")
22437         "spam"))
22438  ...)
22439 @end lisp
22441 This says that all mail to this address is suspect, but if it has a
22442 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22443 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22444 (This idea probably comes from Tim Pierce.)
22446 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22447 and do not include your email address explicitly in the @code{To}
22448 header.  Why they do this is unknown---perhaps it's to thwart this
22449 thwarting scheme?  In any case, this is trivial to deal with---you just
22450 put anything not addressed to you in the @samp{spam} group by ending
22451 your fancy split rule in this way:
22453 @lisp
22455  ...
22456  (to "larsi" "misc")
22457  "spam")
22458 @end lisp
22460 In my experience, this will sort virtually everything into the right
22461 group.  You still have to check the @samp{spam} group from time to time to
22462 check for legitimate mail, though.  If you feel like being a good net
22463 citizen, you can even send off complaints to the proper authorities on
22464 each unsolicited commercial email---at your leisure.
22466 This works for me.  It allows people an easy way to contact me (they can
22467 just press @kbd{r} in the usual way), and I'm not bothered at all with
22468 spam.  It's a win-win situation.  Forging @code{From} headers to point
22469 to non-existent domains is yucky, in my opinion.
22471 Be careful with this approach.  Spammers are wise to it.
22474 @node SpamAssassin
22475 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22476 @cindex SpamAssassin
22477 @cindex Vipul's Razor
22478 @cindex DCC
22480 The days where the hints in the previous section were sufficient in
22481 avoiding spam are coming to an end.  There are many tools out there
22482 that claim to reduce the amount of spam you get.  This section could
22483 easily become outdated fast, as new products replace old, but
22484 fortunately most of these tools seem to have similar interfaces.  Even
22485 though this section will use SpamAssassin as an example, it should be
22486 easy to adapt it to most other tools.
22488 Note that this section does not involve the @code{spam.el} package,
22489 which is discussed in the next section.  If you don't care for all
22490 the features of @code{spam.el}, you can make do with these simple
22491 recipes.
22493 If the tool you are using is not installed on the mail server, you
22494 need to invoke it yourself.  Ideas on how to use the
22495 @code{:postscript} mail source parameter (@pxref{Mail Source
22496 Specifiers}) follow.
22498 @lisp
22499 (setq mail-sources
22500       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22501         (pop :user "jrl"
22502              :server "pophost"
22503              :postscript
22504              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22505 @end lisp
22507 Once you manage to process your incoming spool somehow, thus making
22508 the mail contain e.g.@: a header indicating it is spam, you are ready to
22509 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22511 @lisp
22512 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22513                              ...))
22514 @end lisp
22516 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22518 @lisp
22519 (setq nnmail-split-methods 'nnmail-split-fancy
22520       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22521                              ...))
22522 @end lisp
22524 Some people might not like the idea of piping the mail through various
22525 programs using a @code{:prescript} (if some program is buggy, you
22526 might lose all mail).  If you are one of them, another solution is to
22527 call the external tools during splitting.  Example fancy split method:
22529 @lisp
22530 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22531                              ...))
22532 (defun kevin-spamassassin ()
22533   (save-excursion
22534     (save-restriction
22535       (widen)
22536       (if (eq 1 (call-process-region (point-min) (point-max)
22537                                      "spamc" nil nil nil "-c"))
22538           "spam"))))
22539 @end lisp
22541 Note that with the nnimap backend, message bodies will not be
22542 downloaded by default.  You need to set
22543 @code{nnimap-split-download-body} to @code{t} to do that
22544 (@pxref{Splitting in IMAP}).
22546 That is about it.  As some spam is likely to get through anyway, you
22547 might want to have a nifty function to call when you happen to read
22548 spam.  And here is the nifty function:
22550 @lisp
22551  (defun my-gnus-raze-spam ()
22552   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22553   (interactive)
22554   (gnus-summary-show-raw-article)
22555   (gnus-summary-save-in-pipe "razor-report -f -d")
22556   (gnus-summary-mark-as-expirable 1))
22557 @end lisp
22559 @node Hashcash
22560 @subsection Hashcash
22561 @cindex hashcash
22563 A novel technique to fight spam is to require senders to do something
22564 costly for each message they send.  This has the obvious drawback that
22565 you cannot rely on everyone in the world using this technique,
22566 since it is not part of the Internet standards, but it may be useful
22567 in smaller communities.
22569 While the tools in the previous section work well in practice, they
22570 work only because the tools are constantly maintained and updated as
22571 new form of spam appears.  This means that a small percentage of spam
22572 will always get through.  It also means that somewhere, someone needs
22573 to read lots of spam to update these tools.  Hashcash avoids that, but
22574 instead prefers that everyone you contact through e-mail supports the
22575 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22576 The approaches have their own advantages and disadvantages, but as
22577 often in the real world, a combination of them is stronger than either
22578 one of them separately.
22580 @cindex X-Hashcash
22581 The ``something costly'' is to burn CPU time, more specifically to
22582 compute a hash collision up to a certain number of bits.  The
22583 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22584 header.  For more details, and for the external application
22585 @code{hashcash} you need to install to use this feature, see
22586 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22587 information can be found at @uref{http://www.camram.org/}.
22589 If you wish to call hashcash for each message you send, say something
22590 like:
22592 @lisp
22593 (require 'hashcash)
22594 (add-hook 'message-send-hook 'mail-add-payment)
22595 @end lisp
22597 The @file{hashcash.el} library can be found in the Gnus development
22598 contrib directory or at
22599 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22601 You will need to set up some additional variables as well:
22603 @table @code
22605 @item hashcash-default-payment
22606 @vindex hashcash-default-payment
22607 This variable indicates the default number of bits the hash collision
22608 should consist of.  By default this is 0, meaning nothing will be
22609 done.  Suggested useful values include 17 to 29.
22611 @item hashcash-payment-alist
22612 @vindex hashcash-payment-alist
22613 Some receivers may require you to spend burn more CPU time than the
22614 default.  This variable contains a list of @samp{(@var{addr}
22615 @var{amount})} cells, where @var{addr} is the receiver (email address
22616 or newsgroup) and @var{amount} is the number of bits in the collision
22617 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22618 @var{amount})} cells, where the @var{string} is the string to use
22619 (normally the email address or newsgroup name is used).
22621 @item hashcash
22622 @vindex hashcash
22623 Where the @code{hashcash} binary is installed.
22625 @end table
22627 Currently there is no built in functionality in Gnus to verify
22628 hashcash cookies, it is expected that this is performed by your hand
22629 customized mail filtering scripts.  Improvements in this area would be
22630 a useful contribution, however.
22632 @node Filtering Spam Using The Spam ELisp Package
22633 @subsection Filtering Spam Using The Spam ELisp Package
22634 @cindex spam filtering
22635 @cindex spam
22637 The idea behind @file{spam.el} is to have a control center for spam detection
22638 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22639 filters new mail, and it analyzes mail known to be spam or ham.
22640 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22641 non-spam messages.
22643 @cindex spam-initialize
22644 First of all, you @strong{must} run the function
22645 @code{spam-initialize} to autoload @code{spam.el} and to install the
22646 @code{spam.el} hooks.  There is one exception: if you use the
22647 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
22648 should turn it on before @code{spam-initialize}:
22650 @example
22651 (setq spam-use-stat t) ;; if needed
22652 (spam-initialize)
22653 @end example
22655 So, what happens when you load @file{spam.el}?
22657 First, some hooks will get installed by @code{spam-initialize}.  There
22658 are some hooks for @code{spam-stat} so it can save its databases, and
22659 there are hooks so interesting things will happen when you enter and
22660 leave a group.  More on the sequence of events later (@pxref{Spam
22661 ELisp Package Sequence of Events}).
22663 You get the following keyboard commands:
22665 @table @kbd
22667 @item M-d
22668 @itemx M s x
22669 @itemx S x
22670 @kindex M-d
22671 @kindex S x
22672 @kindex M s x
22673 @findex gnus-summary-mark-as-spam
22674 @code{gnus-summary-mark-as-spam}.
22676 Mark current article as spam, showing it with the @samp{$} mark.
22677 Whenever you see a spam article, make sure to mark its summary line
22678 with @kbd{M-d} before leaving the group.  This is done automatically
22679 for unread articles in @emph{spam} groups.
22681 @item M s t
22682 @itemx S t
22683 @kindex M s t
22684 @kindex S t
22685 @findex spam-bogofilter-score
22686 @code{spam-bogofilter-score}.
22688 You must have Bogofilter installed for that command to work properly.
22690 @xref{Bogofilter}.
22692 @end table
22694 Also, when you load @file{spam.el}, you will be able to customize its
22695 variables.  Try @code{customize-group} on the @samp{spam} variable
22696 group.
22698 @menu
22699 * Spam ELisp Package Sequence of Events::
22700 * Spam ELisp Package Filtering of Incoming Mail::
22701 * Spam ELisp Package Global Variables::
22702 * Spam ELisp Package Configuration Examples::
22703 * Blacklists and Whitelists::
22704 * BBDB Whitelists::
22705 * Gmane Spam Reporting::
22706 * Anti-spam Hashcash Payments::
22707 * Blackholes::
22708 * Regular Expressions Header Matching::
22709 * Bogofilter::
22710 * ifile spam filtering::
22711 * spam-stat spam filtering::
22712 * SpamOracle::
22713 * Extending the Spam ELisp package::
22714 @end menu
22716 @node Spam ELisp Package Sequence of Events
22717 @subsubsection Spam ELisp Package Sequence of Events
22718 @cindex spam filtering
22719 @cindex spam filtering sequence of events
22720 @cindex spam
22722 You must read this section to understand how @code{spam.el} works.
22723 Do not skip, speed-read, or glance through this section.
22725 There are two @emph{contact points}, if you will, between
22726 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
22727 leaving a group.
22729 Getting new mail is done in one of two ways.  You can either split
22730 your incoming mail or you can classify new articles as ham or spam
22731 when you enter the group.
22733 Splitting incoming mail is better suited to mail backends such as
22734 @code{nnml} or @code{nnimap} where new mail appears in a single file
22735 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
22736 Incoming Mail}.
22738 For backends such as @code{nntp} there is no incoming mail spool, so
22739 an alternate mechanism must be used.  This may also happen for
22740 backends where the server is in charge of splitting incoming mail, and
22741 Gnus does not do further splitting.  The @code{spam-autodetect} and
22742 @code{spam-autodetect-methods} group parameters (accessible with
22743 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
22744 @code{gnus-spam-autodetect-methods} and
22745 @code{gnus-spam-autodetect-methods} (accessible with @kbd{M-x
22746 customize-variable} as usual).
22748 When @code{spam-autodetect} is used, it hooks into the process of
22749 entering a group.  Thus, entering a group with unseen or unread
22750 articles becomes the substitute for checking incoming mail.  Whether
22751 only unseen articles or all unread articles will be processed is
22752 determined by the @code{spam-autodetect-recheck-messages}.  When set
22753 to @code{t}, unread messages will be rechecked.
22755 @code{spam-autodetect} grants the user at once more and less control
22756 of spam filtering.  The user will have more control over each group's
22757 spam methods, so for instance the @samp{ding} group may have
22758 @code{spam-use-BBDB} as the autodetection method, while the
22759 @samp{suspect} group may have the @code{spam-use-blacklist} and
22760 @code{spam-use-bogofilter} methods enabled.  Every article detected to
22761 be spam will be marked with the spam mark @samp{$} and processed on
22762 exit from the group as normal spam.  The user has less control over
22763 the @emph{sequence} of checks, as he might with @code{spam-split}.
22765 When the newly split mail goes into groups, or messages are
22766 autodetected to be ham or spam, those groups must be exited (after
22767 entering, if needed) for further spam processing to happen.  It
22768 matters whether the group is considered a ham group, a spam group, or
22769 is unclassified, based on its @code{spam-content} parameter
22770 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
22771 additional characteristic that, when entered, any unseen or unread
22772 articles (depending on the @code{spam-mark-only-unseen-as-spam}
22773 variable) will be marked as spam.  Thus, mail split into a spam group
22774 gets automatically marked as spam when you enter the group.
22776 So, when you exit a group, the @code{spam-processors} are applied, if
22777 any are set, and the processed mail is moved to the
22778 @code{ham-process-destination} or the @code{spam-process-destination}
22779 depending on the article's classification.  If the
22780 @code{ham-process-destination} or the @code{spam-process-destination},
22781 whichever is appropriate, are @code{nil}, the article is left in the
22782 current group.
22784 If a spam is found in any group (this can be changed to only non-spam
22785 groups with @code{spam-move-spam-nonspam-groups-only}), it is
22786 processed by the active @code{spam-processors} (@pxref{Spam ELisp
22787 Package Global Variables}) when the group is exited.  Furthermore, the
22788 spam is moved to the @code{spam-process-destination} (@pxref{Spam
22789 ELisp Package Global Variables}) for further training or deletion.
22790 You have to load the @code{gnus-registry.el} package and enable the
22791 @code{spam-log-to-registry} variable if you want spam to be processed
22792 no more than once.  Thus, spam is detected and processed everywhere,
22793 which is what most people want.  If the
22794 @code{spam-process-destination} is @code{nil}, the spam is marked as
22795 expired, which is usually the right thing to do.
22797 If spam can not be moved---because of a read-only backend such as
22798 @acronym{NNTP}, for example, it will be copied.
22800 If a ham mail is found in a ham group, as determined by the
22801 @code{ham-marks} parameter, it is processed as ham by the active ham
22802 @code{spam-processor} when the group is exited.  With the variables
22803 @code{spam-process-ham-in-spam-groups} and
22804 @code{spam-process-ham-in-nonham-groups} the behavior can be further
22805 altered so ham found anywhere can be processed.  You have to load the
22806 @code{gnus-registry.el} package and enable the
22807 @code{spam-log-to-registry} variable if you want ham to be processed
22808 no more than once.  Thus, ham is detected and processed only when
22809 necessary, which is what most people want.  More on this in
22810 @xref{Spam ELisp Package Configuration Examples}.
22812 If ham can not be moved---because of a read-only backend such as
22813 @acronym{NNTP}, for example, it will be copied.
22815 If all this seems confusing, don't worry.  Soon it will be as natural
22816 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
22817 50 years in the future yet.  Just trust us, it's not so bad.
22819 @node Spam ELisp Package Filtering of Incoming Mail
22820 @subsubsection Spam ELisp Package Filtering of Incoming Mail
22821 @cindex spam filtering
22822 @cindex spam filtering incoming mail
22823 @cindex spam
22825 To use the @file{spam.el} facilities for incoming mail filtering, you
22826 must add the following to your fancy split list
22827 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22829 @example
22830 (: spam-split)
22831 @end example
22833 Note that the fancy split may be called @code{nnmail-split-fancy} or
22834 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22835 nnimap back ends to retrieve your mail.
22837 Also, @code{spam-split} will not modify incoming mail in any way.
22839 The @code{spam-split} function will process incoming mail and send the
22840 mail considered to be spam into the group name given by the variable
22841 @code{spam-split-group}.  By default that group name is @samp{spam},
22842 but you can customize @code{spam-split-group}.  Make sure the contents
22843 of @code{spam-split-group} are an @emph{unqualified} group name, for
22844 instance in an @code{nnimap} server @samp{your-server} the value
22845 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
22846 value @samp{nnimap+server:spam}, therefore, is wrong and will
22847 actually give you the group
22848 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
22849 work depending on your server's tolerance for strange group names.
22851 You can also give @code{spam-split} a parameter,
22852 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
22853 this useful?
22855 Take these split rules (with @code{spam-use-regex-headers} and
22856 @code{spam-use-blackholes} set):
22858 @example
22859  nnimap-split-fancy '(|
22860                       (any "ding" "ding")
22861                       (: spam-split)
22862                       ;; @r{default mailbox}
22863                       "mail")
22864 @end example
22866 Now, the problem is that you want all ding messages to make it to the
22867 ding folder.  But that will let obvious spam (for example, spam
22868 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22869 when it's sent to the ding list.  On the other hand, some messages to
22870 the ding list are from a mail server in the blackhole list, so the
22871 invocation of @code{spam-split} can't be before the ding rule.
22873 You can let SpamAssassin headers supersede ding rules, but all other
22874 @code{spam-split} rules (including a second invocation of the
22875 regex-headers check) will be after the ding rule:
22877 @example
22878 nnimap-split-fancy
22879       '(|
22880         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
22881         (: spam-split "regex-spam" 'spam-use-regex-headers)
22882         (any "ding" "ding")
22883         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
22884         (: spam-split)
22885         ;; @r{default mailbox}
22886         "mail")
22887 @end example
22889 This lets you invoke specific @code{spam-split} checks depending on
22890 your particular needs, and to target the results of those checks to a
22891 particular spam group.  You don't have to throw all mail into all the
22892 spam tests.  Another reason why this is nice is that messages to
22893 mailing lists you have rules for don't have to have resource-intensive
22894 blackhole checks performed on them.  You could also specify different
22895 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
22897 You should still have specific checks such as
22898 @code{spam-use-regex-headers} set to @code{t}, even if you
22899 specifically invoke @code{spam-split} with the check.  The reason is
22900 that when loading @file{spam.el}, some conditional loading is done
22901 depending on what @code{spam-use-xyz} variables you have set.  This
22902 is usually not critical, though.
22904 @emph{Note for IMAP users}
22906 The boolean variable @code{nnimap-split-download-body} needs to be
22907 set, if you want to split based on the whole message instead of just
22908 the headers.  By default, the nnimap back end will only retrieve the
22909 message headers.  If you use @code{spam-check-bogofilter},
22910 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22911 can benefit from the full message body), you should set this variable.
22912 It is not set by default because it will slow @acronym{IMAP} down, and
22913 that is not an appropriate decision to make on behalf of the user.
22915 @xref{Splitting in IMAP}.
22917 @emph{TODO: spam.el needs to provide a uniform way of training all the
22918 statistical databases.  Some have that functionality built-in, others
22919 don't.}
22921 @node Spam ELisp Package Global Variables
22922 @subsubsection Spam ELisp Package Global Variables
22923 @cindex spam filtering
22924 @cindex spam filtering variables
22925 @cindex spam variables
22926 @cindex spam
22928 @vindex gnus-spam-process-newsgroups
22929 The concepts of ham processors and spam processors are very important.
22930 Ham processors and spam processors for a group can be set with the
22931 @code{spam-process} group parameter, or the
22932 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22933 mail known to be non-spam (@emph{ham}) and process it in some way so
22934 that later similar mail will also be considered non-spam.  Spam
22935 processors take mail known to be spam and process it so similar spam
22936 will be detected later.
22938 The format of the spam or ham processor entry used to be a symbol,
22939 but now it is a @sc{cons} cell.  See the individual spam processor entries
22940 for more information.
22942 @vindex gnus-spam-newsgroup-contents
22943 Gnus learns from the spam you get.  You have to collect your spam in
22944 one or more spam groups, and set or customize the variable
22945 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22946 groups to contain spam by setting their group parameter
22947 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22948 by customizing the corresponding variable
22949 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22950 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22951 also be used to declare groups as @emph{ham} groups if you set their
22952 classification to @code{gnus-group-spam-classification-ham}.  If
22953 groups are not classified by means of @code{spam-junk-mailgroups},
22954 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22955 considered @emph{unclassified}.  All groups are unclassified by
22956 default.
22958 @vindex gnus-spam-mark
22959 @cindex $
22960 In spam groups, all messages are considered to be spam by default:
22961 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22962 group.  If you have seen a message, had it marked as spam, then
22963 unmarked it, it won't be marked as spam when you enter the group
22964 thereafter.  You can disable that behavior, so all unread messages
22965 will get the @samp{$} mark, if you set the
22966 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22967 should remove the @samp{$} mark when you are in the group summary
22968 buffer for every message that is not spam after all.  To remove the
22969 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22970 @kbd{d} for declaring it read the non-spam way.  When you leave a
22971 group, all spam-marked (@samp{$}) articles are sent to a spam
22972 processor which will study them as spam samples.
22974 Messages may also be deleted in various other ways, and unless
22975 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22976 and @samp{r} for default read or explicit delete, marks @samp{X} and
22977 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22978 low scores, are all considered to be associated with articles which
22979 are not spam.  This assumption might be false, in particular if you
22980 use kill files or score files as means for detecting genuine spam, you
22981 should then adjust the @code{ham-marks} group parameter.
22983 @defvar ham-marks
22984 You can customize this group or topic parameter to be the list of
22985 marks you want to consider ham.  By default, the list contains the
22986 deleted, read, killed, kill-filed, and low-score marks (the idea is
22987 that these articles have been read, but are not spam).  It can be
22988 useful to also include the tick mark in the ham marks.  It is not
22989 recommended to make the unread mark a ham mark, because it normally
22990 indicates a lack of classification.  But you can do it, and we'll be
22991 happy for you.
22992 @end defvar
22994 @defvar spam-marks
22995 You can customize this group or topic parameter to be the list of
22996 marks you want to consider spam.  By default, the list contains only
22997 the spam mark.  It is not recommended to change that, but you can if
22998 you really want to.
22999 @end defvar
23001 When you leave @emph{any} group, regardless of its
23002 @code{spam-contents} classification, all spam-marked articles are sent
23003 to a spam processor, which will study these as spam samples.  If you
23004 explicit kill a lot, you might sometimes end up with articles marked
23005 @samp{K} which you never saw, and which might accidentally contain
23006 spam.  Best is to make sure that real spam is marked with @samp{$},
23007 and nothing else.
23009 @vindex gnus-ham-process-destinations
23010 When you leave a @emph{spam} group, all spam-marked articles are
23011 marked as expired after processing with the spam processor.  This is
23012 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
23013 @strong{ham} articles in a spam group will be moved to a location
23014 determined by either the @code{ham-process-destination} group
23015 parameter or a match in the @code{gnus-ham-process-destinations}
23016 variable, which is a list of regular expressions matched with group
23017 names (it's easiest to customize this variable with @kbd{M-x
23018 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
23019 group name list is a standard Lisp list, if you prefer to customize
23020 the variable manually.  If the @code{ham-process-destination}
23021 parameter is not set, ham articles are left in place.  If the
23022 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
23023 set, the ham articles are marked as unread before being moved.
23025 If ham can not be moved---because of a read-only backend such as
23026 @acronym{NNTP}, for example, it will be copied.
23028 Note that you can use multiples destinations per group or regular
23029 expression!  This enables you to send your ham to a regular mail
23030 group and to a @emph{ham training} group.
23032 When you leave a @emph{ham} group, all ham-marked articles are sent to
23033 a ham processor, which will study these as non-spam samples.
23035 @vindex spam-process-ham-in-spam-groups
23036 By default the variable @code{spam-process-ham-in-spam-groups} is
23037 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
23038 to be processed.  Normally this is not done, you are expected instead
23039 to send your ham to a ham group and process it there.
23041 @vindex spam-process-ham-in-nonham-groups
23042 By default the variable @code{spam-process-ham-in-nonham-groups} is
23043 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
23044 or unclassified) groups to be processed.  Normally this is not done,
23045 you are expected instead to send your ham to a ham group and process
23046 it there.
23048 @vindex gnus-spam-process-destinations
23049 When you leave a @emph{ham} or @emph{unclassified} group, all
23050 @strong{spam} articles are moved to a location determined by either
23051 the @code{spam-process-destination} group parameter or a match in the
23052 @code{gnus-spam-process-destinations} variable, which is a list of
23053 regular expressions matched with group names (it's easiest to
23054 customize this variable with @kbd{M-x customize-variable @key{RET}
23055 gnus-spam-process-destinations}).  Each group name list is a standard
23056 Lisp list, if you prefer to customize the variable manually.  If the
23057 @code{spam-process-destination} parameter is not set, the spam
23058 articles are only expired.  The group name is fully qualified, meaning
23059 that if you see @samp{nntp:servername} before the group name in the
23060 group buffer then you need it here as well.
23062 If spam can not be moved---because of a read-only backend such as
23063 @acronym{NNTP}, for example, it will be copied.
23065 Note that you can use multiples destinations per group or regular
23066 expression!  This enables you to send your spam to multiple @emph{spam
23067 training} groups.
23069 @vindex spam-log-to-registry
23070 The problem with processing ham and spam is that Gnus doesn't track
23071 this processing by default.  Enable the @code{spam-log-to-registry}
23072 variable so @code{spam.el} will use @code{gnus-registry.el} to track
23073 what articles have been processed, and avoid processing articles
23074 multiple times.  Keep in mind that if you limit the number of registry
23075 entries, this won't work as well as it does without a limit.
23077 @vindex spam-mark-only-unseen-as-spam
23078 Set this variable if you want only unseen articles in spam groups to
23079 be marked as spam.  By default, it is set.  If you set it to
23080 @code{nil}, unread articles will also be marked as spam.
23082 @vindex spam-mark-ham-unread-before-move-from-spam-group
23083 Set this variable if you want ham to be unmarked before it is moved
23084 out of the spam group.  This is very useful when you use something
23085 like the tick mark @samp{!} to mark ham---the article will be placed
23086 in your @code{ham-process-destination}, unmarked as if it came fresh
23087 from the mail server.
23089 @vindex spam-autodetect-recheck-messages
23090 When autodetecting spam, this variable tells @code{spam.el} whether
23091 only unseen articles or all unread articles should be checked for
23092 spam.  It is recommended that you leave it off.
23094 @node Spam ELisp Package Configuration Examples
23095 @subsubsection Spam ELisp Package Configuration Examples
23096 @cindex spam filtering
23097 @cindex spam filtering configuration examples
23098 @cindex spam configuration examples
23099 @cindex spam
23101 @subsubheading Ted's setup
23103 From Ted Zlatanov <tzz@@lifelogs.com>.
23104 @example
23105 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
23106 ;; @r{see @file{gnus-registry.el} for more information}
23107 (gnus-registry-initialize)
23108 (spam-initialize)
23110 ;; @r{I like @kbd{C-s} for marking spam}
23111 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
23113 (setq
23114  spam-log-to-registry t     ; @r{for spam autodetection}
23115  spam-use-BBDB t
23116  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
23117  ;; @r{all groups with @samp{spam} in the name contain spam}
23118  gnus-spam-newsgroup-contents
23119   '(("spam" gnus-group-spam-classification-spam))
23120  ;; @r{see documentation for these}
23121  spam-move-spam-nonspam-groups-only nil
23122  spam-mark-only-unseen-as-spam t
23123  spam-mark-ham-unread-before-move-from-spam-group t
23124  nnimap-split-rule 'nnimap-split-fancy
23125  ;; @r{understand what this does before you copy it to your own setup!}
23126  nnimap-split-fancy '(|
23127                       ;; @r{trace references to parents and put in their group}
23128                       (: gnus-registry-split-fancy-with-parent)
23129                       ;; @r{this will catch server-side SpamAssassin tags}
23130                       (: spam-split 'spam-use-regex-headers)
23131                       (any "ding" "ding")
23132                       ;; @r{note that spam by default will go to @samp{spam}}
23133                       (: spam-split)
23134                       ;; @r{default mailbox}
23135                       "mail"))
23137 ;; @r{my parameters, set with @kbd{G p}}
23139 ;; @r{all nnml groups, and all nnimap groups except}
23140 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
23141 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
23142 ;; @r{because it must have been detected manually}
23144 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23146 ;; @r{all @acronym{NNTP} groups}
23147 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
23148 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
23149 ;; @r{send all spam to the training group}
23150  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23152 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
23153 ((spam-autodetect . t))
23155 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
23157 ;; @r{this is a spam group}
23158 ((spam-contents gnus-group-spam-classification-spam)
23160  ;; @r{any spam (which happens when I enter for all unseen messages,}
23161  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
23162  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
23164  (spam-process-destination "nnimap+mail.lifelogs.com:train")
23166  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23167  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23169  (ham-process-destination "nnimap+mail.lifelogs.com:mail"
23170                           "nnimap+mail.lifelogs.com:trainham")
23171  ;; @r{in this group, only @samp{!} marks are ham}
23172  (ham-marks
23173   (gnus-ticked-mark))
23174  ;; @r{remembers senders in the blacklist on the way out---this is}
23175  ;; @r{definitely not needed, it just makes me feel better}
23176  (spam-process (gnus-group-spam-exit-processor-blacklist)))
23178 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
23179 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
23180 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
23182 @end example
23184 @subsubheading Using @file{spam.el} on an IMAP server with a statistical filter on the server
23185 From Reiner Steib <reiner.steib@@gmx.de>.
23187 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23188 the mail server (@acronym{IMAP}).  Recognized spam goes to
23189 @samp{spam.detected}, the rest goes through the normal filter rules,
23190 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23191 positives or negatives is done by copying or moving the article to
23192 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23193 the server feeds those to bogofilter with the suitable ham or spam
23194 options and deletes them from the @samp{training.ham} and
23195 @samp{training.spam} folders.
23197 With the following entries in @code{gnus-parameters}, @code{spam.el}
23198 does most of the job for me:
23200 @lisp
23201    ("nnimap:spam\\.detected"
23202     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23203     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23204     (spam-contents gnus-group-spam-classification-spam))
23205    ("nnimap:\\(INBOX\\|other-folders\\)"
23206     (spam-process-destination . "nnimap:training.spam")
23207     (spam-contents gnus-group-spam-classification-ham))
23208 @end lisp
23210 @itemize
23212 @item @b{The Spam folder:}
23214 In the folder @samp{spam.detected}, I have to check for false positives
23215 (i.e. legitimate mails, that were wrongly judged as spam by
23216 bogofilter or DCC).
23218 Because of the @code{gnus-group-spam-classification-spam} entry, all
23219 messages are marked as spam (with @code{$}).  When I find a false
23220 positive, I mark the message with some other ham mark (@code{ham-marks},
23221 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23222 messages are copied to both groups, @samp{INBOX} (where I want to have
23223 the article) and @samp{training.ham} (for training bogofilter) and
23224 deleted from the @samp{spam.detected} folder.
23226 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23227 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23228 have a similar size.  Grouping them by size (i.e. chars) makes finding
23229 other false positives easier.  (Of course worms aren't @i{spam}
23230 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23231 an excellent tool for filtering those unwanted mails for me.)
23233 @item @b{Ham folders:}
23235 In my ham folders, I just hit @kbd{S x}
23236 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23237 mail (false negative).  On group exit, those messages are moved to
23238 @samp{training.ham}.
23239 @end itemize
23241 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23243 From Reiner Steib <reiner.steib@@gmx.de>.
23245 With following entry in @code{gnus-parameters}, @kbd{S x}
23246 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23247 groups as spam and reports the to Gmane at group exit:
23249 @lisp
23250    ("^gmane\\."
23251     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23252 @end lisp
23254 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23255 because I don't read the groups directly from news.gmane.org, but
23256 through my local news server (leafnode).  I.e. the article numbers are
23257 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23258 the @code{X-Report-Spam} header to find the correct number.
23260 @node Blacklists and Whitelists
23261 @subsubsection Blacklists and Whitelists
23262 @cindex spam filtering
23263 @cindex whitelists, spam filtering
23264 @cindex blacklists, spam filtering
23265 @cindex spam
23267 @defvar spam-use-blacklist
23269 Set this variable to @code{t} if you want to use blacklists when
23270 splitting incoming mail.  Messages whose senders are in the blacklist
23271 will be sent to the @code{spam-split-group}.  This is an explicit
23272 filter, meaning that it acts only on mail senders @emph{declared} to
23273 be spammers.
23275 @end defvar
23277 @defvar spam-use-whitelist
23279 Set this variable to @code{t} if you want to use whitelists when
23280 splitting incoming mail.  Messages whose senders are not in the
23281 whitelist will be sent to the next spam-split rule.  This is an
23282 explicit filter, meaning that unless someone is in the whitelist, their
23283 messages are not assumed to be spam or ham.
23285 @end defvar
23287 @defvar spam-use-whitelist-exclusive
23289 Set this variable to @code{t} if you want to use whitelists as an
23290 implicit filter, meaning that every message will be considered spam
23291 unless the sender is in the whitelist.  Use with care.
23293 @end defvar
23295 @defvar gnus-group-spam-exit-processor-blacklist
23297 Add this symbol to a group's @code{spam-process} parameter by
23298 customizing the group parameters or the
23299 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23300 added to a group's @code{spam-process} parameter, the senders of
23301 spam-marked articles will be added to the blacklist.
23303 @emph{WARNING}
23305 Instead of the obsolete
23306 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23307 that you use @code{'(spam spam-use-blacklist)}.  Everything will work
23308 the same way, we promise.
23310 @end defvar
23312 @defvar gnus-group-ham-exit-processor-whitelist
23314 Add this symbol to a group's @code{spam-process} parameter by
23315 customizing the group parameters or the
23316 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23317 added to a group's @code{spam-process} parameter, the senders of
23318 ham-marked articles in @emph{ham} groups will be added to the
23319 whitelist.  Note that this ham processor has no effect in @emph{spam}
23320 or @emph{unclassified} groups.
23322 @emph{WARNING}
23324 Instead of the obsolete
23325 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23326 that you use @code{'(ham spam-use-whitelist)}.  Everything will work
23327 the same way, we promise.
23329 @end defvar
23331 Blacklists are lists of regular expressions matching addresses you
23332 consider to be spam senders.  For instance, to block mail from any
23333 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23334 blacklist.  You start out with an empty blacklist.  Blacklist entries
23335 use the Emacs regular expression syntax.
23337 Conversely, whitelists tell Gnus what addresses are considered
23338 legitimate.  All messages from whitelisted addresses are considered
23339 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23340 Emacs regular expression syntax.
23342 The blacklist and whitelist file locations can be customized with the
23343 @code{spam-directory} variable (@file{~/News/spam} by default), or
23344 the @code{spam-whitelist} and @code{spam-blacklist} variables
23345 directly.  The whitelist and blacklist files will by default be in the
23346 @code{spam-directory} directory, named @file{whitelist} and
23347 @file{blacklist} respectively.
23349 @node BBDB Whitelists
23350 @subsubsection BBDB Whitelists
23351 @cindex spam filtering
23352 @cindex BBDB whitelists, spam filtering
23353 @cindex BBDB, spam filtering
23354 @cindex spam
23356 @defvar spam-use-BBDB
23358 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23359 Whitelists}), but uses the BBDB as the source of whitelisted
23360 addresses, without regular expressions.  You must have the BBDB loaded
23361 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23362 not in the BBDB will be sent to the next spam-split rule.  This is an
23363 explicit filter, meaning that unless someone is in the BBDB, their
23364 messages are not assumed to be spam or ham.
23366 @end defvar
23368 @defvar spam-use-BBDB-exclusive
23370 Set this variable to @code{t} if you want to use the BBDB as an
23371 implicit filter, meaning that every message will be considered spam
23372 unless the sender is in the BBDB.  Use with care.  Only sender
23373 addresses in the BBDB will be allowed through; all others will be
23374 classified as spammers.
23376 @end defvar
23378 @defvar gnus-group-ham-exit-processor-BBDB
23380 Add this symbol to a group's @code{spam-process} parameter by
23381 customizing the group parameters or the
23382 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23383 added to a group's @code{spam-process} parameter, the senders of
23384 ham-marked articles in @emph{ham} groups will be added to the
23385 BBDB.  Note that this ham processor has no effect in @emph{spam}
23386 or @emph{unclassified} groups.
23388 @emph{WARNING}
23390 Instead of the obsolete
23391 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23392 that you use @code{'(ham spam-use-BBDB)}.  Everything will work
23393 the same way, we promise.
23395 @end defvar
23397 @node Gmane Spam Reporting
23398 @subsubsection Gmane Spam Reporting
23399 @cindex spam reporting
23400 @cindex Gmane, spam reporting
23401 @cindex Gmane, spam reporting
23402 @cindex spam
23404 @defvar gnus-group-spam-exit-processor-report-gmane
23406 Add this symbol to a group's @code{spam-process} parameter by
23407 customizing the group parameters or the
23408 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23409 added to a group's @code{spam-process} parameter, the spam-marked
23410 articles groups will be reported to the Gmane administrators via a
23411 HTTP request.
23413 Gmane can be found at @uref{http://gmane.org}.
23415 @emph{WARNING}
23417 Instead of the obsolete
23418 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23419 that you use @code{'(spam spam-use-gmane)}.  Everything will work the
23420 same way, we promise.
23422 @end defvar
23424 @defvar spam-report-gmane-use-article-number
23426 This variable is @code{t} by default.  Set it to @code{nil} if you are
23427 running your own news server, for instance, and the local article
23428 numbers don't correspond to the Gmane article numbers.  When
23429 @code{spam-report-gmane-use-article-number} is @code{nil},
23430 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23431 Gmane provides.
23433 @end defvar
23435 @node Anti-spam Hashcash Payments
23436 @subsubsection Anti-spam Hashcash Payments
23437 @cindex spam filtering
23438 @cindex hashcash, spam filtering
23439 @cindex spam
23441 @defvar spam-use-hashcash
23443 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23444 Whitelists}), but uses hashcash tokens for whitelisting messages
23445 instead of the sender address.  You must have the @code{hashcash.el}
23446 package loaded for @code{spam-use-hashcash} to work properly.
23447 Messages without a hashcash payment token will be sent to the next
23448 spam-split rule.  This is an explicit filter, meaning that unless a
23449 hashcash token is found, the messages are not assumed to be spam or
23450 ham.
23452 @end defvar
23454 @node Blackholes
23455 @subsubsection Blackholes
23456 @cindex spam filtering
23457 @cindex blackholes, spam filtering
23458 @cindex spam
23460 @defvar spam-use-blackholes
23462 This option is disabled by default.  You can let Gnus consult the
23463 blackhole-type distributed spam processing systems (DCC, for instance)
23464 when you set this option.  The variable @code{spam-blackhole-servers}
23465 holds the list of blackhole servers Gnus will consult.  The current
23466 list is fairly comprehensive, but make sure to let us know if it
23467 contains outdated servers.
23469 The blackhole check uses the @code{dig.el} package, but you can tell
23470 @file{spam.el} to use @code{dns.el} instead for better performance if
23471 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23472 this time to set @code{spam-use-dig} to @code{nil} despite the
23473 possible performance improvements, because some users may be unable to
23474 use it, but you can try it and see if it works for you.
23476 @end defvar
23478 @defvar spam-blackhole-servers
23480 The list of servers to consult for blackhole checks.
23482 @end defvar
23484 @defvar spam-blackhole-good-server-regex
23486 A regular expression for IPs that should not be checked against the
23487 blackhole server list.  When set to @code{nil}, it has no effect.
23489 @end defvar
23491 @defvar spam-use-dig
23493 Use the @code{dig.el} package instead of the @code{dns.el} package.
23494 The default setting of @code{t} is recommended.
23496 @end defvar
23498 Blackhole checks are done only on incoming mail.  There is no spam or
23499 ham processor for blackholes.
23501 @node Regular Expressions Header Matching
23502 @subsubsection Regular Expressions Header Matching
23503 @cindex spam filtering
23504 @cindex regular expressions header matching, spam filtering
23505 @cindex spam
23507 @defvar spam-use-regex-headers
23509 This option is disabled by default.  You can let Gnus check the
23510 message headers against lists of regular expressions when you set this
23511 option.  The variables @code{spam-regex-headers-spam} and
23512 @code{spam-regex-headers-ham} hold the list of regular expressions.
23513 Gnus will check against the message headers to determine if the
23514 message is spam or ham, respectively.
23516 @end defvar
23518 @defvar spam-regex-headers-spam
23520 The list of regular expressions that, when matched in the headers of
23521 the message, positively identify it as spam.
23523 @end defvar
23525 @defvar spam-regex-headers-ham
23527 The list of regular expressions that, when matched in the headers of
23528 the message, positively identify it as ham.
23530 @end defvar
23532 Regular expression header checks are done only on incoming mail.
23533 There is no specific spam or ham processor for regular expressions.
23535 @node Bogofilter
23536 @subsubsection Bogofilter
23537 @cindex spam filtering
23538 @cindex bogofilter, spam filtering
23539 @cindex spam
23541 @defvar spam-use-bogofilter
23543 Set this variable if you want @code{spam-split} to use Eric Raymond's
23544 speedy Bogofilter.
23546 With a minimum of care for associating the @samp{$} mark for spam
23547 articles only, Bogofilter training all gets fairly automatic.  You
23548 should do this until you get a few hundreds of articles in each
23549 category, spam or not.  The command @kbd{S t} in summary mode, either
23550 for debugging or for curiosity, shows the @emph{spamicity} score of
23551 the current article (between 0.0 and 1.0).
23553 Bogofilter determines if a message is spam based on a specific
23554 threshold.  That threshold can be customized, consult the Bogofilter
23555 documentation.
23557 If the @code{bogofilter} executable is not in your path, Bogofilter
23558 processing will be turned off.
23560 You should not enable this if you use @code{spam-use-bogofilter-headers}.
23562 @end defvar
23564 @defvar spam-use-bogofilter-headers
23566 Set this variable if you want @code{spam-split} to use Eric Raymond's
23567 speedy Bogofilter, looking only at the message headers.  It works
23568 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
23569 must be in the message already.  Normally you would do this with a
23570 procmail recipe or something similar; consult the Bogofilter
23571 installation documents for details.
23573 You should not enable this if you use @code{spam-use-bogofilter}.
23575 @end defvar
23577 @defvar gnus-group-spam-exit-processor-bogofilter
23578 Add this symbol to a group's @code{spam-process} parameter by
23579 customizing the group parameters or the
23580 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23581 added to a group's @code{spam-process} parameter, spam-marked articles
23582 will be added to the Bogofilter spam database.
23584 @emph{WARNING}
23586 Instead of the obsolete
23587 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
23588 that you use @code{'(spam spam-use-bogofilter)}.  Everything will work
23589 the same way, we promise.
23590 @end defvar
23592 @defvar gnus-group-ham-exit-processor-bogofilter
23593 Add this symbol to a group's @code{spam-process} parameter by
23594 customizing the group parameters or the
23595 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23596 added to a group's @code{spam-process} parameter, the ham-marked
23597 articles in @emph{ham} groups will be added to the Bogofilter database
23598 of non-spam messages.  Note that this ham processor has no effect in
23599 @emph{spam} or @emph{unclassified} groups.
23601 @emph{WARNING}
23603 Instead of the obsolete
23604 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
23605 that you use @code{'(ham spam-use-bogofilter)}.  Everything will work
23606 the same way, we promise.
23607 @end defvar
23609 @defvar spam-bogofilter-database-directory
23611 This is the directory where Bogofilter will store its databases.  It
23612 is not specified by default, so Bogofilter will use its own default
23613 database directory.
23615 @end defvar
23617 The Bogofilter mail classifier is similar to @command{ifile} in intent and
23618 purpose.  A ham and a spam processor are provided, plus the
23619 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
23620 variables to indicate to spam-split that Bogofilter should either be
23621 used, or has already been used on the article.  The 0.9.2.1 version of
23622 Bogofilter was used to test this functionality.
23624 @node ifile spam filtering
23625 @subsubsection ifile spam filtering
23626 @cindex spam filtering
23627 @cindex ifile, spam filtering
23628 @cindex spam
23630 @defvar spam-use-ifile
23632 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
23633 statistical analyzer similar to Bogofilter.
23635 @end defvar
23637 @defvar spam-ifile-all-categories
23639 Enable this variable if you want @code{spam-use-ifile} to give you all
23640 the ifile categories, not just spam/non-spam.  If you use this, make
23641 sure you train ifile as described in its documentation.
23643 @end defvar
23645 @defvar spam-ifile-spam-category
23647 This is the category of spam messages as far as ifile is concerned.
23648 The actual string used is irrelevant, but you probably want to leave
23649 the default value of @samp{spam}.
23650 @end defvar
23652 @defvar spam-ifile-database-path
23654 This is the filename for the ifile database.  It is not specified by
23655 default, so ifile will use its own default database name.
23657 @end defvar
23659 The ifile mail classifier is similar to Bogofilter in intent and
23660 purpose.  A ham and a spam processor are provided, plus the
23661 @code{spam-use-ifile} variable to indicate to spam-split that ifile
23662 should be used.  The 1.2.1 version of ifile was used to test this
23663 functionality.
23665 @node spam-stat spam filtering
23666 @subsubsection spam-stat spam filtering
23667 @cindex spam filtering
23668 @cindex spam-stat, spam filtering
23669 @cindex spam-stat
23670 @cindex spam
23672 @xref{Filtering Spam Using Statistics with spam-stat}.
23674 @defvar spam-use-stat
23676 Enable this variable if you want @code{spam-split} to use
23677 spam-stat.el, an Emacs Lisp statistical analyzer.
23679 @end defvar
23681 @defvar gnus-group-spam-exit-processor-stat
23682 Add this symbol to a group's @code{spam-process} parameter by
23683 customizing the group parameters or the
23684 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23685 added to a group's @code{spam-process} parameter, the spam-marked
23686 articles will be added to the spam-stat database of spam messages.
23688 @emph{WARNING}
23690 Instead of the obsolete
23691 @code{gnus-group-spam-exit-processor-stat}, it is recommended
23692 that you use @code{'(spam spam-use-stat)}.  Everything will work
23693 the same way, we promise.
23694 @end defvar
23696 @defvar gnus-group-ham-exit-processor-stat
23697 Add this symbol to a group's @code{spam-process} parameter by
23698 customizing the group parameters or the
23699 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23700 added to a group's @code{spam-process} parameter, the ham-marked
23701 articles in @emph{ham} groups will be added to the spam-stat database
23702 of non-spam messages.  Note that this ham processor has no effect in
23703 @emph{spam} or @emph{unclassified} groups.
23705 @emph{WARNING}
23707 Instead of the obsolete
23708 @code{gnus-group-ham-exit-processor-stat}, it is recommended
23709 that you use @code{'(ham spam-use-stat)}.  Everything will work
23710 the same way, we promise.
23711 @end defvar
23713 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
23714 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
23715 which unlike ifile or Bogofilter does not require external programs.
23716 A spam and a ham processor, and the @code{spam-use-stat} variable for
23717 @code{spam-split} are provided.
23719 @node SpamOracle
23720 @subsubsection Using SpamOracle with Gnus
23721 @cindex spam filtering
23722 @cindex SpamOracle
23723 @cindex spam
23725 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
23726 statistical mail filtering tool written by Xavier Leroy and needs to be
23727 installed separately.
23729 There are several ways to use SpamOracle with Gnus.  In all cases, your
23730 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
23731 then enter an @samp{X-Spam} header indicating whether it regards the
23732 mail as a spam mail or not.
23734 One possibility is to run SpamOracle as a @code{:prescript} from the
23735 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
23736 the advantage that the user can see the @emph{X-Spam} headers.
23738 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
23739 Using The Spam ELisp Package}) call SpamOracle.
23741 @vindex spam-use-spamoracle
23742 To enable SpamOracle usage by @file{spam.el}, set the variable
23743 @code{spam-use-spamoracle} to @code{t} and configure the
23744 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
23745 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
23746 this example the @samp{INBOX} of an nnimap server is filtered using
23747 SpamOracle.  Mails recognized as spam mails will be moved to
23748 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23749 in @samp{INBOX}:
23751 @example
23752 (setq spam-use-spamoracle t
23753       spam-split-group "Junk"
23754       nnimap-split-inbox '("INBOX")
23755       nnimap-split-rule 'nnimap-split-fancy
23756       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23757 @end example
23759 @defvar spam-use-spamoracle
23760 Set to @code{t} if you want Gnus to enable spam filtering using
23761 SpamOracle.
23762 @end defvar
23764 @defvar spam-spamoracle-binary
23765 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23766 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23767 can be customized.
23768 @end defvar
23770 @defvar spam-spamoracle-database
23771 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23772 store its analyses.  This is controlled by the variable
23773 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23774 the default SpamOracle database will be used.  In case you want your
23775 database to live somewhere special, set
23776 @code{spam-spamoracle-database} to this path.
23777 @end defvar
23779 SpamOracle employs a statistical algorithm to determine whether a
23780 message is spam or ham.  In order to get good results, meaning few
23781 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23782 characteristics of your spam mails.  Using the @emph{add} mode
23783 (training mode) one has to feed good (ham) and spam mails to
23784 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23785 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23786 spam- and ham-processors, which is much more convenient.  For a
23787 detailed description of spam- and ham-processors, @xref{Filtering Spam
23788 Using The Spam ELisp Package}.
23790 @defvar gnus-group-spam-exit-processor-spamoracle
23791 Add this symbol to a group's @code{spam-process} parameter by
23792 customizing the group parameter or the
23793 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23794 to a group's @code{spam-process} parameter, spam-marked articles will be
23795 sent to SpamOracle as spam samples.
23797 @emph{WARNING}
23799 Instead of the obsolete
23800 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
23801 that you use @code{'(spam spam-use-spamoracle)}.  Everything will work
23802 the same way, we promise.
23803 @end defvar
23805 @defvar gnus-group-ham-exit-processor-spamoracle
23806 Add this symbol to a group's @code{spam-process} parameter by
23807 customizing the group parameter or the
23808 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23809 to a group's @code{spam-process} parameter, the ham-marked articles in
23810 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23811 messages.  Note that this ham processor has no effect in @emph{spam} or
23812 @emph{unclassified} groups.
23814 @emph{WARNING}
23816 Instead of the obsolete
23817 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
23818 that you use @code{'(ham spam-use-spamoracle)}.  Everything will work
23819 the same way, we promise.
23820 @end defvar
23822 @emph{Example:} These are the Group Parameters of a group that has been
23823 classified as a ham group, meaning that it should only contain ham
23824 messages.
23825 @example
23826  ((spam-contents gnus-group-spam-classification-ham)
23827   (spam-process ((ham spam-use-spamoracle)
23828                  (spam spam-use-spamoracle))))
23829 @end example
23830 For this group the @code{spam-use-spamoracle} is installed for both
23831 ham and spam processing.  If the group contains spam message
23832 (e.g. because SpamOracle has not had enough sample messages yet) and
23833 the user marks some messages as spam messages, these messages will be
23834 processed by SpamOracle.  The processor sends the messages to
23835 SpamOracle as new samples for spam.
23837 @node Extending the Spam ELisp package
23838 @subsubsection Extending the Spam ELisp package
23839 @cindex spam filtering
23840 @cindex spam elisp package, extending
23841 @cindex extending the spam elisp package
23843 Say you want to add a new back end called blackbox.  For filtering
23844 incoming mail, provide the following:
23846 @enumerate
23848 @item
23849 Code
23851 @lisp
23852 (defvar spam-use-blackbox nil
23853   "True if blackbox should be used.")
23854 @end lisp
23857 @lisp
23858 (spam-use-blackbox   . spam-check-blackbox)
23859 @end lisp
23860 to @code{spam-list-of-checks}.
23863 @lisp
23864 (gnus-group-ham-exit-processor-blackbox  ham spam-use-blackbox)
23865 (gnus-group-spam-exit-processor-blackbox spam spam-use-blackbox)
23866 @end lisp
23868 to @code{spam-list-of-processors}.
23871 @lisp
23872 (spam-use-blackbox spam-blackbox-register-routine
23873                    nil
23874                    spam-blackbox-unregister-routine
23875                    nil)
23876 @end lisp
23878 to @code{spam-registration-functions}.  Write the register/unregister
23879 routines using the bogofilter register/unregister routines as a
23880 start, or other restister/unregister routines more appropriate to
23881 Blackbox.
23883 @item
23884 Functionality
23886 Write the @code{spam-check-blackbox} function.  It should return
23887 @samp{nil} or @code{spam-split-group}, observing the other
23888 conventions.  See the existing @code{spam-check-*} functions for
23889 examples of what you can do, and stick to the template unless you
23890 fully understand the reasons why you aren't.
23892 Make sure to add @code{spam-use-blackbox} to
23893 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23894 mail analyzer that needs the full message body to operate.
23896 @end enumerate
23898 For processing spam and ham messages, provide the following:
23900 @enumerate
23902 @item
23903 Code
23905 Note you don't have to provide a spam or a ham processor.  Only
23906 provide them if Blackbox supports spam or ham processing.
23908 Also, ham and spam processors are being phased out as single
23909 variables.  Instead the form @code{'(spam spam-use-blackbox)} or
23910 @code{'(ham spam-use-blackbox)} is favored.  For now, spam/ham
23911 processor variables are still around but they won't be for long.
23913 @lisp
23914 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
23915   "The Blackbox summary exit spam processor.
23916 Only applicable to spam groups.")
23918 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
23919   "The whitelist summary exit ham processor.
23920 Only applicable to non-spam (unclassified and ham) groups.")
23922 @end lisp
23924 @item
23925 Gnus parameters
23928 @lisp
23929 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
23930 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
23931 @end lisp
23932 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
23933 sure you do it twice, once for the parameter and once for the
23934 variable customization.
23937 @lisp
23938 (variable-item spam-use-blackbox)
23939 @end lisp
23940 to the @code{spam-autodetect-methods} group parameter in
23941 @code{gnus.el}.
23943 @end enumerate
23946 @node Filtering Spam Using Statistics with spam-stat
23947 @subsection Filtering Spam Using Statistics with spam-stat
23948 @cindex Paul Graham
23949 @cindex Graham, Paul
23950 @cindex naive Bayesian spam filtering
23951 @cindex Bayesian spam filtering, naive
23952 @cindex spam filtering, naive Bayesian
23954 Paul Graham has written an excellent essay about spam filtering using
23955 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23956 Spam}.  In it he describes the inherent deficiency of rule-based
23957 filtering as used by SpamAssassin, for example: Somebody has to write
23958 the rules, and everybody else has to install these rules.  You are
23959 always late.  It would be much better, he argues, to filter mail based
23960 on whether it somehow resembles spam or non-spam.  One way to measure
23961 this is word distribution.  He then goes on to describe a solution
23962 that checks whether a new mail resembles any of your other spam mails
23963 or not.
23965 The basic idea is this:  Create a two collections of your mail, one
23966 with spam, one with non-spam.  Count how often each word appears in
23967 either collection, weight this by the total number of mails in the
23968 collections, and store this information in a dictionary.  For every
23969 word in a new mail, determine its probability to belong to a spam or a
23970 non-spam mail.  Use the 15 most conspicuous words, compute the total
23971 probability of the mail being spam.  If this probability is higher
23972 than a certain threshold, the mail is considered to be spam.
23974 Gnus supports this kind of filtering.  But it needs some setting up.
23975 First, you need two collections of your mail, one with spam, one with
23976 non-spam.  Then you need to create a dictionary using these two
23977 collections, and save it.  And last but not least, you need to use
23978 this dictionary in your fancy mail splitting rules.
23980 @menu
23981 * Creating a spam-stat dictionary::
23982 * Splitting mail using spam-stat::
23983 * Low-level interface to the spam-stat dictionary::
23984 @end menu
23986 @node Creating a spam-stat dictionary
23987 @subsubsection Creating a spam-stat dictionary
23989 Before you can begin to filter spam based on statistics, you must
23990 create these statistics based on two mail collections, one with spam,
23991 one with non-spam.  These statistics are then stored in a dictionary
23992 for later use.  In order for these statistics to be meaningful, you
23993 need several hundred emails in both collections.
23995 Gnus currently supports only the nnml back end for automated dictionary
23996 creation.  The nnml back end stores all mails in a directory, one file
23997 per mail.  Use the following:
23999 @defun spam-stat-process-spam-directory
24000 Create spam statistics for every file in this directory.  Every file
24001 is treated as one spam mail.
24002 @end defun
24004 @defun spam-stat-process-non-spam-directory
24005 Create non-spam statistics for every file in this directory.  Every
24006 file is treated as one non-spam mail.
24007 @end defun
24009 Usually you would call @code{spam-stat-process-spam-directory} on a
24010 directory such as @file{~/Mail/mail/spam} (this usually corresponds
24011 the the group @samp{nnml:mail.spam}), and you would call
24012 @code{spam-stat-process-non-spam-directory} on a directory such as
24013 @file{~/Mail/mail/misc} (this usually corresponds the the group
24014 @samp{nnml:mail.misc}).
24016 When you are using @acronym{IMAP}, you won't have the mails available
24017 locally, so that will not work.  One solution is to use the Gnus Agent
24018 to cache the articles.  Then you can use directories such as
24019 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
24020 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
24022 @defvar spam-stat
24023 This variable holds the hash-table with all the statistics---the
24024 dictionary we have been talking about.  For every word in either
24025 collection, this hash-table stores a vector describing how often the
24026 word appeared in spam and often it appeared in non-spam mails.
24027 @end defvar
24029 If you want to regenerate the statistics from scratch, you need to
24030 reset the dictionary.
24032 @defun spam-stat-reset
24033 Reset the @code{spam-stat} hash-table, deleting all the statistics.
24034 @end defun
24036 When you are done, you must save the dictionary.  The dictionary may
24037 be rather large.  If you will not update the dictionary incrementally
24038 (instead, you will recreate it once a month, for example), then you
24039 can reduce the size of the dictionary by deleting all words that did
24040 not appear often enough or that do not clearly belong to only spam or
24041 only non-spam mails.
24043 @defun spam-stat-reduce-size
24044 Reduce the size of the dictionary.  Use this only if you do not want
24045 to update the dictionary incrementally.
24046 @end defun
24048 @defun spam-stat-save
24049 Save the dictionary.
24050 @end defun
24052 @defvar spam-stat-file
24053 The filename used to store the dictionary.  This defaults to
24054 @file{~/.spam-stat.el}.
24055 @end defvar
24057 @node Splitting mail using spam-stat
24058 @subsubsection Splitting mail using spam-stat
24060 In order to use @code{spam-stat} to split your mail, you need to add the
24061 following to your @file{~/.gnus.el} file:
24063 @lisp
24064 (require 'spam-stat)
24065 (spam-stat-load)
24066 @end lisp
24068 This will load the necessary Gnus code, and the dictionary you
24069 created.
24071 Next, you need to adapt your fancy splitting rules:  You need to
24072 determine how to use @code{spam-stat}.  The following examples are for
24073 the nnml back end.  Using the nnimap back end works just as well.  Just
24074 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
24076 In the simplest case, you only have two groups, @samp{mail.misc} and
24077 @samp{mail.spam}.  The following expression says that mail is either
24078 spam or it should go into @samp{mail.misc}.  If it is spam, then
24079 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
24081 @lisp
24082 (setq nnmail-split-fancy
24083       `(| (: spam-stat-split-fancy)
24084           "mail.misc"))
24085 @end lisp
24087 @defvar spam-stat-split-fancy-spam-group
24088 The group to use for spam.  Default is @samp{mail.spam}.
24089 @end defvar
24091 If you also filter mail with specific subjects into other groups, use
24092 the following expression.  Only mails not matching the regular
24093 expression are considered potential spam.
24095 @lisp
24096 (setq nnmail-split-fancy
24097       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
24098           (: spam-stat-split-fancy)
24099           "mail.misc"))
24100 @end lisp
24102 If you want to filter for spam first, then you must be careful when
24103 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
24104 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
24105 non-spam, therefore both should be in your collection of non-spam
24106 mails, when creating the dictionary!
24108 @lisp
24109 (setq nnmail-split-fancy
24110       `(| (: spam-stat-split-fancy)
24111           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24112           "mail.misc"))
24113 @end lisp
24115 You can combine this with traditional filtering.  Here, we move all
24116 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
24117 @code{spam-stat-split-fancy} will never see them, the mails in
24118 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
24119 nor in your collection of non-spam mails, when creating the
24120 dictionary!
24122 @lisp
24123 (setq nnmail-split-fancy
24124       `(| ("Content-Type" "text/html" "mail.spam.filtered")
24125           (: spam-stat-split-fancy)
24126           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24127           "mail.misc"))
24128 @end lisp
24131 @node Low-level interface to the spam-stat dictionary
24132 @subsubsection Low-level interface to the spam-stat dictionary
24134 The main interface to using @code{spam-stat}, are the following functions:
24136 @defun spam-stat-buffer-is-spam
24137 Called in a buffer, that buffer is considered to be a new spam mail.
24138 Use this for new mail that has not been processed before.
24139 @end defun
24141 @defun spam-stat-buffer-is-no-spam
24142 Called in a buffer, that buffer is considered to be a new non-spam
24143 mail.  Use this for new mail that has not been processed before.
24144 @end defun
24146 @defun spam-stat-buffer-change-to-spam
24147 Called in a buffer, that buffer is no longer considered to be normal
24148 mail but spam.  Use this to change the status of a mail that has
24149 already been processed as non-spam.
24150 @end defun
24152 @defun spam-stat-buffer-change-to-non-spam
24153 Called in a buffer, that buffer is no longer considered to be spam but
24154 normal mail.  Use this to change the status of a mail that has already
24155 been processed as spam.
24156 @end defun
24158 @defun spam-stat-save
24159 Save the hash table to the file.  The filename used is stored in the
24160 variable @code{spam-stat-file}.
24161 @end defun
24163 @defun spam-stat-load
24164 Load the hash table from a file.  The filename used is stored in the
24165 variable @code{spam-stat-file}.
24166 @end defun
24168 @defun spam-stat-score-word
24169 Return the spam score for a word.
24170 @end defun
24172 @defun spam-stat-score-buffer
24173 Return the spam score for a buffer.
24174 @end defun
24176 @defun spam-stat-split-fancy
24177 Use this function for fancy mail splitting.  Add the rule @samp{(:
24178 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
24179 @end defun
24181 Make sure you load the dictionary before using it.  This requires the
24182 following in your @file{~/.gnus.el} file:
24184 @lisp
24185 (require 'spam-stat)
24186 (spam-stat-load)
24187 @end lisp
24189 Typical test will involve calls to the following functions:
24191 @smallexample
24192 Reset: (setq spam-stat (make-hash-table :test 'equal))
24193 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24194 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24195 Save table: (spam-stat-save)
24196 File size: (nth 7 (file-attributes spam-stat-file))
24197 Number of words: (hash-table-count spam-stat)
24198 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24199 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24200 Reduce table size: (spam-stat-reduce-size)
24201 Save table: (spam-stat-save)
24202 File size: (nth 7 (file-attributes spam-stat-file))
24203 Number of words: (hash-table-count spam-stat)
24204 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24205 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24206 @end smallexample
24208 Here is how you would create your dictionary:
24210 @smallexample
24211 Reset: (setq spam-stat (make-hash-table :test 'equal))
24212 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24213 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24214 Repeat for any other non-spam group you need...
24215 Reduce table size: (spam-stat-reduce-size)
24216 Save table: (spam-stat-save)
24217 @end smallexample
24219 @node Other modes
24220 @section Interaction with other modes
24222 @subsection Dired
24223 @cindex dired
24225 @code{gnus-dired-minor-mode} provided some useful functions for dired
24226 buffers.  It is enabled with
24227 @lisp
24228 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24229 @end lisp
24231 @table @kbd
24232 @item C-c C-m C-a
24233 @findex gnus-dired-attach
24234 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24235 You will be prompted for a message buffer.
24237 @item C-c C-m C-l
24238 @findex gnus-dired-find-file-mailcap
24239 Visit a file according to the appropriate mailcap entry
24240 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24241 buffer.
24243 @item C-c C-m C-p
24244 @findex gnus-dired-print
24245 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24246 there is no print command, print in a PostScript image.
24247 @end table
24249 @node Various Various
24250 @section Various Various
24251 @cindex mode lines
24252 @cindex highlights
24254 @table @code
24256 @item gnus-home-directory
24257 @vindex gnus-home-directory
24258 All Gnus file and directory variables will be initialized from this
24259 variable, which defaults to @file{~/}.
24261 @item gnus-directory
24262 @vindex gnus-directory
24263 Most Gnus storage file and directory variables will be initialized from
24264 this variable, which defaults to the @env{SAVEDIR} environment
24265 variable, or @file{~/News/} if that variable isn't set.
24267 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
24268 This means that other directory variables that are initialized from this
24269 variable won't be set properly if you set this variable in
24270 @file{~/.gnus.el}.  Set this variable in @file{.emacs} instead.
24272 @item gnus-default-directory
24273 @vindex gnus-default-directory
24274 Not related to the above variable at all---this variable says what the
24275 default directory of all Gnus buffers should be.  If you issue commands
24276 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24277 default directory.  If this variable is @code{nil} (which is the
24278 default), the default directory will be the default directory of the
24279 buffer you were in when you started Gnus.
24281 @item gnus-verbose
24282 @vindex gnus-verbose
24283 This variable is an integer between zero and ten.  The higher the value,
24284 the more messages will be displayed.  If this variable is zero, Gnus
24285 will never flash any messages, if it is seven (which is the default),
24286 most important messages will be shown, and if it is ten, Gnus won't ever
24287 shut up, but will flash so many messages it will make your head swim.
24289 @item gnus-verbose-backends
24290 @vindex gnus-verbose-backends
24291 This variable works the same way as @code{gnus-verbose}, but it applies
24292 to the Gnus back ends instead of Gnus proper.
24294 @item nnheader-max-head-length
24295 @vindex nnheader-max-head-length
24296 When the back ends read straight heads of articles, they all try to read
24297 as little as possible.  This variable (default 4096) specifies
24298 the absolute max length the back ends will try to read before giving up
24299 on finding a separator line between the head and the body.  If this
24300 variable is @code{nil}, there is no upper read bound.  If it is
24301 @code{t}, the back ends won't try to read the articles piece by piece,
24302 but read the entire articles.  This makes sense with some versions of
24303 @code{ange-ftp} or @code{efs}.
24305 @item nnheader-head-chop-length
24306 @vindex nnheader-head-chop-length
24307 This variable (default 2048) says how big a piece of each article to
24308 read when doing the operation described above.
24310 @item nnheader-file-name-translation-alist
24311 @vindex nnheader-file-name-translation-alist
24312 @cindex file names
24313 @cindex invalid characters in file names
24314 @cindex characters in file names
24315 This is an alist that says how to translate characters in file names.
24316 For instance, if @samp{:} is invalid as a file character in file names
24317 on your system (you OS/2 user you), you could say something like:
24319 @lisp
24320 @group
24321 (setq nnheader-file-name-translation-alist
24322       '((?: . ?_)))
24323 @end group
24324 @end lisp
24326 In fact, this is the default value for this variable on OS/2 and MS
24327 Windows (phooey) systems.
24329 @item gnus-hidden-properties
24330 @vindex gnus-hidden-properties
24331 This is a list of properties to use to hide ``invisible'' text.  It is
24332 @code{(invisible t intangible t)} by default on most systems, which
24333 makes invisible text invisible and intangible.
24335 @item gnus-parse-headers-hook
24336 @vindex gnus-parse-headers-hook
24337 A hook called before parsing headers.  It can be used, for instance, to
24338 gather statistics on the headers fetched, or perhaps you'd like to prune
24339 some headers.  I don't see why you'd want that, though.
24341 @item gnus-shell-command-separator
24342 @vindex gnus-shell-command-separator
24343 String used to separate two shell commands.  The default is @samp{;}.
24345 @item gnus-invalid-group-regexp
24346 @vindex gnus-invalid-group-regexp
24348 Regexp to match ``invalid'' group names when querying user for a group
24349 name.  The default value catches some @strong{really} invalid group
24350 names who could possibly mess up Gnus internally (like allowing
24351 @samp{:} in a group name, which is normally used to delimit method and
24352 group).
24354 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24357 @end table
24359 @node The End
24360 @chapter The End
24362 Well, that's the manual---you can get on with your life now.  Keep in
24363 touch.  Say hello to your cats from me.
24365 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24367 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24369 @quotation
24370 @strong{Te Deum}
24372 @sp 1
24373 Not because of victories @*
24374 I sing,@*
24375 having none,@*
24376 but for the common sunshine,@*
24377 the breeze,@*
24378 the largess of the spring.
24380 @sp 1
24381 Not for victory@*
24382 but for the day's work done@*
24383 as well as I was able;@*
24384 not for a seat upon the dais@*
24385 but at the common table.@*
24386 @end quotation
24389 @node Appendices
24390 @chapter Appendices
24392 @menu
24393 * XEmacs::                      Requirements for installing under XEmacs.
24394 * History::                     How Gnus got where it is today.
24395 * On Writing Manuals::          Why this is not a beginner's guide.
24396 * Terminology::                 We use really difficult, like, words here.
24397 * Customization::               Tailoring Gnus to your needs.
24398 * Troubleshooting::             What you might try if things do not work.
24399 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24400 * Emacs for Heathens::          A short introduction to Emacsian terms.
24401 * Frequently Asked Questions::  The Gnus FAQ
24402 @end menu
24405 @node XEmacs
24406 @section XEmacs
24407 @cindex XEmacs
24408 @cindex installing under XEmacs
24410 XEmacs is distributed as a collection of packages.  You should install
24411 whatever packages the Gnus XEmacs package requires.  The current
24412 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
24413 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
24414 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{w3},
24415 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
24418 @node History
24419 @section History
24421 @cindex history
24422 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
24423 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
24425 If you want to investigate the person responsible for this outrage,
24426 you can point your (feh!) web browser to
24427 @uref{http://quimby.gnus.org/}.  This is also the primary
24428 distribution point for the new and spiffy versions of Gnus, and is
24429 known as The Site That Destroys Newsrcs And Drives People Mad.
24431 During the first extended alpha period of development, the new Gnus was
24432 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
24433 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
24434 (Besides, the ``Gnus'' in this abbreviation should probably be
24435 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
24436 appropriate name, don't you think?)
24438 In any case, after spending all that energy on coming up with a new and
24439 spunky name, we decided that the name was @emph{too} spunky, so we
24440 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
24441 ``@sc{gnus}''.  New vs. old.
24443 @menu
24444 * Gnus Versions::               What Gnus versions have been released.
24445 * Other Gnus Versions::         Other Gnus versions that also have been released.
24446 * Why?::                        What's the point of Gnus?
24447 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
24448 * Conformity::                  Gnus tries to conform to all standards.
24449 * Emacsen::                     Gnus can be run on a few modern Emacsen.
24450 * Gnus Development::            How Gnus is developed.
24451 * Contributors::                Oodles of people.
24452 * New Features::                Pointers to some of the new stuff in Gnus.
24453 @end menu
24456 @node Gnus Versions
24457 @subsection Gnus Versions
24458 @cindex ding Gnus
24459 @cindex September Gnus
24460 @cindex Red Gnus
24461 @cindex Quassia Gnus
24462 @cindex Pterodactyl Gnus
24463 @cindex Oort Gnus
24464 @cindex No Gnus
24465 @cindex Gnus versions
24467 The first ``proper'' release of Gnus 5 was done in November 1995 when it
24468 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
24469 plus 15 Gnus 5.0 releases).
24471 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
24472 releases)) was released under the name ``Gnus 5.2'' (40 releases).
24474 On July 28th 1996 work on Red Gnus was begun, and it was released on
24475 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
24477 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
24478 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
24480 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24481 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
24482 1999.
24484 On the 26th of October 2000, Oort Gnus was begun.
24486 If you happen upon a version of Gnus that has a prefixed name --
24487 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24488 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
24489 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
24490 run.  Walk away, calmly, until you're out of its reach.  Find a proper
24491 released version of Gnus and snuggle up to that instead.
24494 @node Other Gnus Versions
24495 @subsection Other Gnus Versions
24496 @cindex Semi-gnus
24498 In addition to the versions of Gnus which have had their releases
24499 coordinated by Lars, one major development has been Semi-gnus from
24500 Japan.  It's based on a library called @acronym{SEMI}, which provides
24501 @acronym{MIME} capabilities.
24503 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
24504 Collectively, they are called ``Semi-gnus'', and different strains are
24505 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
24506 @acronym{MIME} and multilingualization things, especially important for
24507 Japanese users.
24510 @node Why?
24511 @subsection Why?
24513 What's the point of Gnus?
24515 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
24516 newsreader, that lets you do anything you can think of.  That was my
24517 original motivation, but while working on Gnus, it has become clear to
24518 me that this generation of newsreaders really belong in the stone age.
24519 Newsreaders haven't developed much since the infancy of the net.  If the
24520 volume continues to rise with the current rate of increase, all current
24521 newsreaders will be pretty much useless.  How do you deal with
24522 newsgroups that have thousands of new articles each day?  How do you
24523 keep track of millions of people who post?
24525 Gnus offers no real solutions to these questions, but I would very much
24526 like to see Gnus being used as a testing ground for new methods of
24527 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
24528 to separate the newsreader from the back ends, Gnus now offers a simple
24529 interface for anybody who wants to write new back ends for fetching mail
24530 and news from different sources.  I have added hooks for customizations
24531 everywhere I could imagine it being useful.  By doing so, I'm inviting
24532 every one of you to explore and invent.
24534 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
24535 @kbd{C-u 100 M-x all-hail-xemacs}.
24538 @node Compatibility
24539 @subsection Compatibility
24541 @cindex compatibility
24542 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
24543 bindings have been kept.  More key bindings have been added, of course,
24544 but only in one or two obscure cases have old bindings been changed.
24546 Our motto is:
24547 @quotation
24548 @cartouche
24549 @center In a cloud bones of steel.
24550 @end cartouche
24551 @end quotation
24553 All commands have kept their names.  Some internal functions have changed
24554 their names.
24556 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
24557 Articles}.
24559 One major compatibility question is the presence of several summary
24560 buffers.  All variables relevant while reading a group are
24561 buffer-local to the summary buffer they belong in.  Although many
24562 important variables have their values copied into their global
24563 counterparts whenever a command is executed in the summary buffer, this
24564 change might lead to incorrect values being used unless you are careful.
24566 All code that relies on knowledge of @sc{gnus} internals will probably
24567 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
24568 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
24569 maintains a hash table that points to the entries in this alist (which
24570 speeds up many functions), and changing the alist directly will lead to
24571 peculiar results.
24573 @cindex hilit19
24574 @cindex highlighting
24575 Old hilit19 code does not work at all.  In fact, you should probably
24576 remove all hilit code from all Gnus hooks
24577 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
24578 Gnus provides various integrated functions for highlighting.  These are
24579 faster and more accurate.  To make life easier for everybody, Gnus will
24580 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
24581 Away!
24583 Packages like @code{expire-kill} will no longer work.  As a matter of
24584 fact, you should probably remove all old @sc{gnus} packages (and other
24585 code) when you start using Gnus.  More likely than not, Gnus already
24586 does what you have written code to make @sc{gnus} do.  (Snicker.)
24588 Even though old methods of doing things are still supported, only the
24589 new methods are documented in this manual.  If you detect a new method of
24590 doing something while reading this manual, that does not mean you have
24591 to stop doing it the old way.
24593 Gnus understands all @sc{gnus} startup files.
24595 @kindex M-x gnus-bug
24596 @findex gnus-bug
24597 @cindex reporting bugs
24598 @cindex bugs
24599 Overall, a casual user who hasn't written much code that depends on
24600 @sc{gnus} internals should suffer no problems.  If problems occur,
24601 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
24603 @vindex gnus-bug-create-help-buffer
24604 If you are in the habit of sending bug reports @emph{very} often, you
24605 may find the helpful help buffer annoying after a while.  If so, set
24606 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
24607 up at you.
24610 @node Conformity
24611 @subsection Conformity
24613 No rebels without a clue here, ma'am.  We conform to all standards known
24614 to (wo)man.  Except for those standards and/or conventions we disagree
24615 with, of course.
24617 @table @strong
24619 @item RFC (2)822
24620 @cindex RFC 822
24621 @cindex RFC 2822
24622 There are no known breaches of this standard.
24624 @item RFC 1036
24625 @cindex RFC 1036
24626 There are no known breaches of this standard, either.
24628 @item Son-of-RFC 1036
24629 @cindex Son-of-RFC 1036
24630 We do have some breaches to this one.
24632 @table @emph
24634 @item X-Newsreader
24635 @itemx User-Agent
24636 These are considered to be ``vanity headers'', while I consider them
24637 to be consumer information.  After seeing so many badly formatted
24638 articles coming from @code{tin} and @code{Netscape} I know not to use
24639 either of those for posting articles.  I would not have known that if
24640 it wasn't for the @code{X-Newsreader} header.
24641 @end table
24643 @item USEFOR
24644 @cindex USEFOR
24645 USEFOR is an IETF working group writing a successor to RFC 1036, based
24646 on Son-of-RFC 1036.  They have produced a number of drafts proposing
24647 various changes to the format of news articles.  The Gnus towers will
24648 look into implementing the changes when the draft is accepted as an RFC.
24650 @item MIME - RFC 2045-2049 etc
24651 @cindex @acronym{MIME}
24652 All the various @acronym{MIME} RFCs are supported.
24654 @item Disposition Notifications - RFC 2298
24655 Message Mode is able to request notifications from the receiver.
24657 @item PGP - RFC 1991 and RFC 2440
24658 @cindex RFC 1991
24659 @cindex RFC 2440
24660 RFC 1991 is the original @acronym{PGP} message specification,
24661 published as an informational RFC.  RFC 2440 was the follow-up, now
24662 called Open PGP, and put on the Standards Track.  Both document a
24663 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
24664 encoding (signing and encryption) and decoding (verification and
24665 decryption).
24667 @item PGP/MIME - RFC 2015/3156
24668 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
24669 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
24670 Gnus supports both encoding and decoding.
24672 @item S/MIME - RFC 2633
24673 RFC 2633 describes the @acronym{S/MIME} format.
24675 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
24676 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
24677 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
24678 authentication for @acronym{IMAP}.  RFC 2086 describes access control
24679 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
24680 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
24681 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
24682 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
24684 @end table
24686 If you ever notice Gnus acting non-compliant with regards to the texts
24687 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
24688 know.
24691 @node Emacsen
24692 @subsection Emacsen
24693 @cindex Emacsen
24694 @cindex XEmacs
24695 @cindex Mule
24696 @cindex Emacs
24698 Gnus should work on:
24700 @itemize @bullet
24702 @item
24703 Emacs 20.7 and up.
24705 @item
24706 XEmacs 21.1 and up.
24708 @end itemize
24710 This Gnus version will absolutely not work on any Emacsen older than
24711 that.  Not reliably, at least.  Older versions of Gnus may work on older
24712 Emacs versions.
24714 There are some vague differences between Gnus on the various
24715 platforms---XEmacs features more graphics (a logo and a toolbar)---but
24716 other than that, things should look pretty much the same under all
24717 Emacsen.
24720 @node Gnus Development
24721 @subsection Gnus Development
24723 Gnus is developed in a two-phased cycle.  The first phase involves much
24724 discussion on the @samp{ding@@gnus.org} mailing list, where people
24725 propose changes and new features, post patches and new back ends.  This
24726 phase is called the @dfn{alpha} phase, since the Gnusae released in this
24727 phase are @dfn{alpha releases}, or (perhaps more commonly in other
24728 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
24729 unstable and should not be used by casual users.  Gnus alpha releases
24730 have names like ``Red Gnus'' and ``Quassia Gnus''.
24732 After futzing around for 50-100 alpha releases, Gnus is declared
24733 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
24734 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
24735 supposed to be able to use these, and these are mostly discussed on the
24736 @samp{gnu.emacs.gnus} newsgroup.
24738 @cindex Incoming*
24739 @vindex mail-source-delete-incoming
24740 Some variable defaults differ between alpha Gnusae and released Gnusae.
24741 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
24742 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
24743 lossage of mail if an alpha release hiccups while handling the mail.
24745 The division of discussion between the ding mailing list and the Gnus
24746 newsgroup is not purely based on publicity concerns.  It's true that
24747 having people write about the horrible things that an alpha Gnus release
24748 can do (sometimes) in a public forum may scare people off, but more
24749 importantly, talking about new experimental features that have been
24750 introduced may confuse casual users.  New features are frequently
24751 introduced, fiddled with, and judged to be found wanting, and then
24752 either discarded or totally rewritten.  People reading the mailing list
24753 usually keep up with these rapid changes, while people on the newsgroup
24754 can't be assumed to do so.
24758 @node Contributors
24759 @subsection Contributors
24760 @cindex contributors
24762 The new Gnus version couldn't have been done without the help of all the
24763 people on the (ding) mailing list.  Every day for over a year I have
24764 gotten billions of nice bug reports from them, filling me with joy,
24765 every single one of them.  Smooches.  The people on the list have been
24766 tried beyond endurance, what with my ``oh, that's a neat idea <type
24767 type>, yup, I'll release it right away <ship off> no wait, that doesn't
24768 work at all <type type>, yup, I'll ship that one off right away <ship
24769 off> no, wait, that absolutely does not work'' policy for releases.
24770 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
24771 ``worser''? ``much worser''?  ``worsest''?)
24773 I would like to take this opportunity to thank the Academy for@dots{}  oops,
24774 wrong show.
24776 @itemize @bullet
24778 @item
24779 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
24781 @item
24782 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
24783 nnwarchive and many, many other things connected with @acronym{MIME} and
24784 other types of en/decoding, as well as general bug fixing, new
24785 functionality and stuff.
24787 @item
24788 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
24789 well as numerous other things).
24791 @item
24792 Luis Fernandes---design and graphics.
24794 @item
24795 Joe Reiss---creator of the smiley faces.
24797 @item
24798 Justin Sheehy---the @acronym{FAQ} maintainer.
24800 @item
24801 Erik Naggum---help, ideas, support, code and stuff.
24803 @item
24804 Wes Hardaker---@file{gnus-picon.el} and the manual section on
24805 @dfn{picons} (@pxref{Picons}).
24807 @item
24808 Kim-Minh Kaplan---further work on the picon code.
24810 @item
24811 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
24812 (@pxref{GroupLens}).
24814 @item
24815 Sudish Joseph---innumerable bug fixes.
24817 @item
24818 Ilja Weis---@file{gnus-topic.el}.
24820 @item
24821 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24823 @item
24824 Vladimir Alexiev---the refcard and reference booklets.
24826 @item
24827 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24828 distribution by Felix Lee and JWZ.
24830 @item
24831 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24833 @item
24834 Peter Mutsaers---orphan article scoring code.
24836 @item
24837 Ken Raeburn---POP mail support.
24839 @item
24840 Hallvard B Furuseth---various bits and pieces, especially dealing with
24841 .newsrc files.
24843 @item
24844 Brian Edmonds---@file{gnus-bbdb.el}.
24846 @item
24847 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24849 @item
24850 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24852 @item
24853 François Pinard---many, many interesting and thorough bug reports, as
24854 well as autoconf support.
24856 @end itemize
24858 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24859 Borges, and Jost Krieger proof-reading parts of the manual.
24861 The following people have contributed many patches and suggestions:
24863 Christopher Davis,
24864 Andrew Eskilsson,
24865 Kai Grossjohann,
24866 Kevin Greiner,
24867 Jesper Harder,
24868 Paul Jarc,
24869 Simon Josefsson,
24870 David KÃ¥gedal,
24871 Richard Pieri,
24872 Fabrice Popineau,
24873 Daniel Quinlan,
24874 Michael Shields,
24875 Reiner Steib,
24876 Jason L. Tibbitts, III,
24877 Jack Vinson,
24878 Katsumi Yamaoka, @c Yamaoka
24880 Teodor Zlatanov.
24882 Also thanks to the following for patches and stuff:
24884 Jari Aalto,
24885 Adrian Aichner,
24886 Vladimir Alexiev,
24887 Russ Allbery,
24888 Peter Arius,
24889 Matt Armstrong,
24890 Marc Auslander,
24891 Miles Bader,
24892 Alexei V. Barantsev,
24893 Frank Bennett,
24894 Robert Bihlmeyer,
24895 Chris Bone,
24896 Mark Borges,
24897 Mark Boyns,
24898 Lance A. Brown,
24899 Rob Browning,
24900 Kees de Bruin,
24901 Martin Buchholz,
24902 Joe Buehler,
24903 Kevin Buhr,
24904 Alastair Burt,
24905 Joao Cachopo,
24906 Zlatko Calusic,
24907 Massimo Campostrini,
24908 Castor,
24909 David Charlap,
24910 Dan Christensen,
24911 Kevin Christian,
24912 Jae-you Chung, @c ?
24913 James H. Cloos, Jr.,
24914 Laura Conrad,
24915 Michael R. Cook,
24916 Glenn Coombs,
24917 Andrew J. Cosgriff,
24918 Neil Crellin,
24919 Frank D. Cringle,
24920 Geoffrey T. Dairiki,
24921 Andre Deparade,
24922 Ulrik Dickow,
24923 Dave Disser,
24924 Rui-Tao Dong, @c ?
24925 Joev Dubach,
24926 Michael Welsh Duggan,
24927 Dave Edmondson,
24928 Paul Eggert,
24929 Mark W. Eichin,
24930 Karl Eichwalder,
24931 Enami Tsugutomo, @c Enami
24932 Michael Ernst,
24933 Luc Van Eycken,
24934 Sam Falkner,
24935 Nelson Jose dos Santos Ferreira,
24936 Sigbjorn Finne,
24937 Sven Fischer,
24938 Paul Fisher,
24939 Decklin Foster,
24940 Gary D. Foster,
24941 Paul Franklin,
24942 Guy Geens,
24943 Arne Georg Gleditsch,
24944 David S. Goldberg,
24945 Michelangelo Grigni,
24946 Dale Hagglund,
24947 D. Hall,
24948 Magnus Hammerin,
24949 Kenichi Handa, @c Handa
24950 Raja R. Harinath,
24951 Yoshiki Hayashi, @c Hayashi
24952 P. E. Jareth Hein,
24953 Hisashige Kenji, @c Hisashige
24954 Scott Hofmann,
24955 Marc Horowitz,
24956 Gunnar Horrigmo,
24957 Richard Hoskins,
24958 Brad Howes,
24959 Miguel de Icaza,
24960 François Felix Ingrand,
24961 Tatsuya Ichikawa, @c Ichikawa
24962 Ishikawa Ichiro, @c Ishikawa
24963 Lee Iverson,
24964 Iwamuro Motonori, @c Iwamuro
24965 Rajappa Iyer,
24966 Andreas Jaeger,
24967 Adam P. Jenkins,
24968 Randell Jesup,
24969 Fred Johansen,
24970 Gareth Jones,
24971 Greg Klanderman,
24972 Karl Kleinpaste,
24973 Michael Klingbeil,
24974 Peter Skov Knudsen,
24975 Shuhei Kobayashi, @c Kobayashi
24976 Petr Konecny,
24977 Koseki Yoshinori, @c Koseki
24978 Thor Kristoffersen,
24979 Jens Lautenbacher,
24980 Martin Larose,
24981 Seokchan Lee, @c Lee
24982 Joerg Lenneis,
24983 Carsten Leonhardt,
24984 James LewisMoss,
24985 Christian Limpach,
24986 Markus Linnala,
24987 Dave Love,
24988 Mike McEwan,
24989 Tonny Madsen,
24990 Shlomo Mahlab,
24991 Nat Makarevitch,
24992 Istvan Marko,
24993 David Martin,
24994 Jason R. Mastaler,
24995 Gordon Matzigkeit,
24996 Timo Metzemakers,
24997 Richard Mlynarik,
24998 Lantz Moore,
24999 Morioka Tomohiko, @c Morioka
25000 Erik Toubro Nielsen,
25001 Hrvoje Niksic,
25002 Andy Norman,
25003 Fred Oberhauser,
25004 C. R. Oldham,
25005 Alexandre Oliva,
25006 Ken Olstad,
25007 Masaharu Onishi, @c Onishi
25008 Hideki Ono, @c Ono
25009 Ettore Perazzoli,
25010 William Perry,
25011 Stephen Peters,
25012 Jens-Ulrik Holger Petersen,
25013 Ulrich Pfeifer,
25014 Matt Pharr,
25015 Andy Piper,
25016 John McClary Prevost,
25017 Bill Pringlemeir,
25018 Mike Pullen,
25019 Jim Radford,
25020 Colin Rafferty,
25021 Lasse Rasinen,
25022 Lars Balker Rasmussen,
25023 Joe Reiss,
25024 Renaud Rioboo,
25025 Roland B. Roberts,
25026 Bart Robinson,
25027 Christian von Roques,
25028 Markus Rost,
25029 Jason Rumney,
25030 Wolfgang Rupprecht,
25031 Jay Sachs,
25032 Dewey M. Sasser,
25033 Conrad Sauerwald,
25034 Loren Schall,
25035 Dan Schmidt,
25036 Ralph Schleicher,
25037 Philippe Schnoebelen,
25038 Andreas Schwab,
25039 Randal L. Schwartz,
25040 Danny Siu,
25041 Matt Simmons,
25042 Paul D. Smith,
25043 Jeff Sparkes,
25044 Toby Speight,
25045 Michael Sperber,
25046 Darren Stalder,
25047 Richard Stallman,
25048 Greg Stark,
25049 Sam Steingold,
25050 Paul Stevenson,
25051 Jonas Steverud,
25052 Paul Stodghill,
25053 Kiyokazu Suto, @c Suto
25054 Kurt Swanson,
25055 Samuel Tardieu,
25056 Teddy,
25057 Chuck Thompson,
25058 Tozawa Akihiko, @c Tozawa
25059 Philippe Troin,
25060 James Troup,
25061 Trung Tran-Duc,
25062 Jack Twilley,
25063 Aaron M. Ucko,
25064 Aki Vehtari,
25065 Didier Verna,
25066 Vladimir Volovich,
25067 Jan Vroonhof,
25068 Stefan Waldherr,
25069 Pete Ware,
25070 Barry A. Warsaw,
25071 Christoph Wedler,
25072 Joe Wells,
25073 Lee Willis,
25075 Lloyd Zusman.
25078 For a full overview of what each person has done, the ChangeLogs
25079 included in the Gnus alpha distributions should give ample reading
25080 (550kB and counting).
25082 Apologies to everybody that I've forgotten, of which there are many, I'm
25083 sure.
25085 Gee, that's quite a list of people.  I guess that must mean that there
25086 actually are people who are using Gnus.  Who'd'a thunk it!
25089 @node New Features
25090 @subsection New Features
25091 @cindex new features
25093 @menu
25094 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
25095 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
25096 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
25097 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
25098 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
25099 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
25100 @end menu
25102 These lists are, of course, just @emph{short} overviews of the
25103 @emph{most} important new features.  No, really.  There are tons more.
25104 Yes, we have feeping creaturism in full effect.
25106 @node ding Gnus
25107 @subsubsection (ding) Gnus
25109 New features in Gnus 5.0/5.1:
25111 @itemize @bullet
25113 @item
25114 The look of all buffers can be changed by setting format-like variables
25115 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
25117 @item
25118 Local spool and several @acronym{NNTP} servers can be used at once
25119 (@pxref{Select Methods}).
25121 @item
25122 You can combine groups into virtual groups (@pxref{Virtual Groups}).
25124 @item
25125 You can read a number of different mail formats (@pxref{Getting Mail}).
25126 All the mail back ends implement a convenient mail expiry scheme
25127 (@pxref{Expiring Mail}).
25129 @item
25130 Gnus can use various strategies for gathering threads that have lost
25131 their roots (thereby gathering loose sub-threads into one thread) or it
25132 can go back and retrieve enough headers to build a complete thread
25133 (@pxref{Customizing Threading}).
25135 @item
25136 Killed groups can be displayed in the group buffer, and you can read
25137 them as well (@pxref{Listing Groups}).
25139 @item
25140 Gnus can do partial group updates---you do not have to retrieve the
25141 entire active file just to check for new articles in a few groups
25142 (@pxref{The Active File}).
25144 @item
25145 Gnus implements a sliding scale of subscribedness to groups
25146 (@pxref{Group Levels}).
25148 @item
25149 You can score articles according to any number of criteria
25150 (@pxref{Scoring}).  You can even get Gnus to find out how to score
25151 articles for you (@pxref{Adaptive Scoring}).
25153 @item
25154 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
25155 manner, so it should be difficult to lose much data on what you have
25156 read if your machine should go down (@pxref{Auto Save}).
25158 @item
25159 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
25160 cluttering up the @file{.emacs} file.
25162 @item
25163 You can set the process mark on both groups and articles and perform
25164 operations on all the marked items (@pxref{Process/Prefix}).
25166 @item
25167 You can grep through a subset of groups and create a group from the
25168 results (@pxref{Kibozed Groups}).
25170 @item
25171 You can list subsets of groups according to, well, anything
25172 (@pxref{Listing Groups}).
25174 @item
25175 You can browse foreign servers and subscribe to groups from those
25176 servers (@pxref{Browse Foreign Server}).
25178 @item
25179 Gnus can fetch articles, asynchronously, on a second connection to the
25180 server (@pxref{Asynchronous Fetching}).
25182 @item
25183 You can cache articles locally (@pxref{Article Caching}).
25185 @item
25186 The uudecode functions have been expanded and generalized
25187 (@pxref{Decoding Articles}).
25189 @item
25190 You can still post uuencoded articles, which was a little-known feature
25191 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25193 @item
25194 Fetching parents (and other articles) now actually works without
25195 glitches (@pxref{Finding the Parent}).
25197 @item
25198 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25200 @item
25201 Digests (and other files) can be used as the basis for groups
25202 (@pxref{Document Groups}).
25204 @item
25205 Articles can be highlighted and customized (@pxref{Customizing
25206 Articles}).
25208 @item
25209 URLs and other external references can be buttonized (@pxref{Article
25210 Buttons}).
25212 @item
25213 You can do lots of strange stuff with the Gnus window & frame
25214 configuration (@pxref{Window Layout}).
25216 @item
25217 You can click on buttons instead of using the keyboard
25218 (@pxref{Buttons}).
25220 @end itemize
25223 @node September Gnus
25224 @subsubsection September Gnus
25226 @iftex
25227 @iflatex
25228 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25229 @end iflatex
25230 @end iftex
25232 New features in Gnus 5.2/5.3:
25234 @itemize @bullet
25236 @item
25237 A new message composition mode is used.  All old customization variables
25238 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25239 now obsolete.
25241 @item
25242 Gnus is now able to generate @dfn{sparse} threads---threads where
25243 missing articles are represented by empty nodes (@pxref{Customizing
25244 Threading}).
25246 @lisp
25247 (setq gnus-build-sparse-threads 'some)
25248 @end lisp
25250 @item
25251 Outgoing articles are stored on a special archive server
25252 (@pxref{Archived Messages}).
25254 @item
25255 Partial thread regeneration now happens when articles are
25256 referred.
25258 @item
25259 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
25261 @item
25262 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25264 @item
25265 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25267 @lisp
25268 (setq gnus-use-trees t)
25269 @end lisp
25271 @item
25272 An @code{nn}-like pick-and-read minor mode is available for the summary
25273 buffers (@pxref{Pick and Read}).
25275 @lisp
25276 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25277 @end lisp
25279 @item
25280 In binary groups you can use a special binary minor mode (@pxref{Binary
25281 Groups}).
25283 @item
25284 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25285 Topics}).
25287 @lisp
25288 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25289 @end lisp
25291 @item
25292 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25294 @item
25295 Groups can now have a score, and bubbling based on entry frequency
25296 is possible (@pxref{Group Score}).
25298 @lisp
25299 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25300 @end lisp
25302 @item
25303 Groups can be process-marked, and commands can be performed on
25304 groups of groups (@pxref{Marking Groups}).
25306 @item
25307 Caching is possible in virtual groups.
25309 @item
25310 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25311 news batches, ClariNet briefs collections, and just about everything
25312 else (@pxref{Document Groups}).
25314 @item
25315 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25316 (@pxref{SOUP}).
25318 @item
25319 The Gnus cache is much faster.
25321 @item
25322 Groups can be sorted according to many criteria (@pxref{Sorting
25323 Groups}).
25325 @item
25326 New group parameters have been introduced to set list-addresses and
25327 expiry times (@pxref{Group Parameters}).
25329 @item
25330 All formatting specs allow specifying faces to be used
25331 (@pxref{Formatting Fonts}).
25333 @item
25334 There are several more commands for setting/removing/acting on process
25335 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25337 @item
25338 The summary buffer can be limited to show parts of the available
25339 articles based on a wide range of criteria.  These commands have been
25340 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25342 @item
25343 Articles can be made persistent with the @kbd{*} command
25344 (@pxref{Persistent Articles}).
25346 @item
25347 All functions for hiding article elements are now toggles.
25349 @item
25350 Article headers can be buttonized (@pxref{Article Washing}).
25352 @item
25353 All mail back ends support fetching articles by @code{Message-ID}.
25355 @item
25356 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25358 @item
25359 All summary mode commands are available directly from the article
25360 buffer (@pxref{Article Keymap}).
25362 @item
25363 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25364 Layout}).
25366 @item
25367 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25368 @iftex
25369 @iflatex
25370 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25371 @end iflatex
25372 @end iftex
25374 @item
25375 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25377 @lisp
25378 (setq gnus-use-nocem t)
25379 @end lisp
25381 @item
25382 Groups can be made permanently visible (@pxref{Listing Groups}).
25384 @lisp
25385 (setq gnus-permanently-visible-groups "^nnml:")
25386 @end lisp
25388 @item
25389 Many new hooks have been introduced to make customizing easier.
25391 @item
25392 Gnus respects the @code{Mail-Copies-To} header.
25394 @item
25395 Threads can be gathered by looking at the @code{References} header
25396 (@pxref{Customizing Threading}).
25398 @lisp
25399 (setq gnus-summary-thread-gathering-function
25400       'gnus-gather-threads-by-references)
25401 @end lisp
25403 @item
25404 Read articles can be stored in a special backlog buffer to avoid
25405 refetching (@pxref{Article Backlog}).
25407 @lisp
25408 (setq gnus-keep-backlog 50)
25409 @end lisp
25411 @item
25412 A clean copy of the current article is always stored in a separate
25413 buffer to allow easier treatment.
25415 @item
25416 Gnus can suggest where to save articles (@pxref{Saving Articles}).
25418 @item
25419 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
25420 Articles}).
25422 @lisp
25423 (setq gnus-prompt-before-saving t)
25424 @end lisp
25426 @item
25427 @code{gnus-uu} can view decoded files asynchronously while fetching
25428 articles (@pxref{Other Decode Variables}).
25430 @lisp
25431 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
25432 @end lisp
25434 @item
25435 Filling in the article buffer now works properly on cited text
25436 (@pxref{Article Washing}).
25438 @item
25439 Hiding cited text adds buttons to toggle hiding, and how much
25440 cited text to hide is now customizable (@pxref{Article Hiding}).
25442 @lisp
25443 (setq gnus-cited-lines-visible 2)
25444 @end lisp
25446 @item
25447 Boring headers can be hidden (@pxref{Article Hiding}).
25449 @item
25450 Default scoring values can now be set from the menu bar.
25452 @item
25453 Further syntax checking of outgoing articles have been added.
25455 @end itemize
25458 @node Red Gnus
25459 @subsubsection Red Gnus
25461 New features in Gnus 5.4/5.5:
25463 @iftex
25464 @iflatex
25465 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
25466 @end iflatex
25467 @end iftex
25469 @itemize @bullet
25471 @item
25472 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
25474 @item
25475 Article prefetching functionality has been moved up into
25476 Gnus (@pxref{Asynchronous Fetching}).
25478 @item
25479 Scoring can now be performed with logical operators like @code{and},
25480 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
25481 Scoring}).
25483 @item
25484 Article washing status can be displayed in the
25485 article mode line (@pxref{Misc Article}).
25487 @item
25488 @file{gnus.el} has been split into many smaller files.
25490 @item
25491 Suppression of duplicate articles based on Message-ID can be done
25492 (@pxref{Duplicate Suppression}).
25494 @lisp
25495 (setq gnus-suppress-duplicates t)
25496 @end lisp
25498 @item
25499 New variables for specifying what score and adapt files are to be
25500 considered home score and adapt files (@pxref{Home Score File}) have
25501 been added.
25503 @item
25504 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
25505 Server Internals}).
25507 @item
25508 Groups can inherit group parameters from parent topics (@pxref{Topic
25509 Parameters}).
25511 @item
25512 Article editing has been revamped and is now actually usable.
25514 @item
25515 Signatures can be recognized in more intelligent fashions
25516 (@pxref{Article Signature}).
25518 @item
25519 Summary pick mode has been made to look more @code{nn}-like.  Line
25520 numbers are displayed and the @kbd{.} command can be used to pick
25521 articles (@code{Pick and Read}).
25523 @item
25524 Commands for moving the @file{.newsrc.eld} from one server to
25525 another have been added (@pxref{Changing Servers}).
25527 @item
25528 There's a way now to specify that ``uninteresting'' fields be suppressed
25529 when generating lines in buffers (@pxref{Advanced Formatting}).
25531 @item
25532 Several commands in the group buffer can be undone with @kbd{C-M-_}
25533 (@pxref{Undo}).
25535 @item
25536 Scoring can be done on words using the new score type @code{w}
25537 (@pxref{Score File Format}).
25539 @item
25540 Adaptive scoring can be done on a Subject word-by-word basis
25541 (@pxref{Adaptive Scoring}).
25543 @lisp
25544 (setq gnus-use-adaptive-scoring '(word))
25545 @end lisp
25547 @item
25548 Scores can be decayed (@pxref{Score Decays}).
25550 @lisp
25551 (setq gnus-decay-scores t)
25552 @end lisp
25554 @item
25555 Scoring can be performed using a regexp on the Date header.  The Date is
25556 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
25558 @item
25559 A new command has been added to remove all data on articles from
25560 the native server (@pxref{Changing Servers}).
25562 @item
25563 A new command for reading collections of documents
25564 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
25565 (@pxref{Really Various Summary Commands}).
25567 @item
25568 Process mark sets can be pushed and popped (@pxref{Setting Process
25569 Marks}).
25571 @item
25572 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
25573 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
25575 @item
25576 A new back end for reading searches from Web search engines
25577 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
25578 (@pxref{Web Searches}).
25580 @item
25581 Groups inside topics can now be sorted using the standard sorting
25582 functions, and each topic can be sorted independently (@pxref{Topic
25583 Sorting}).
25585 @item
25586 Subsets of the groups can be sorted independently (@code{Sorting
25587 Groups}).
25589 @item
25590 Cached articles can be pulled into the groups (@pxref{Summary Generation
25591 Commands}).
25592 @iftex
25593 @iflatex
25594 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
25595 @end iflatex
25596 @end iftex
25598 @item
25599 Score files are now applied in a more reliable order (@pxref{Score
25600 Variables}).
25602 @item
25603 Reports on where mail messages end up can be generated (@pxref{Splitting
25604 Mail}).
25606 @item
25607 More hooks and functions have been added to remove junk from incoming
25608 mail before saving the mail (@pxref{Washing Mail}).
25610 @item
25611 Emphasized text can be properly fontisized:
25613 @end itemize
25616 @node Quassia Gnus
25617 @subsubsection Quassia Gnus
25619 New features in Gnus 5.6:
25621 @itemize @bullet
25623 @item
25624 New functionality for using Gnus as an offline newsreader has been
25625 added.  A plethora of new commands and modes have been added.
25626 @xref{Gnus Unplugged}, for the full story.
25628 @item
25629 The @code{nndraft} back end has returned, but works differently than
25630 before.  All Message buffers are now also articles in the @code{nndraft}
25631 group, which is created automatically.
25633 @item
25634 @code{gnus-alter-header-function} can now be used to alter header
25635 values.
25637 @item
25638 @code{gnus-summary-goto-article} now accept Message-ID's.
25640 @item
25641 A new Message command for deleting text in the body of a message
25642 outside the region: @kbd{C-c C-v}.
25644 @item
25645 You can now post to component group in @code{nnvirtual} groups with
25646 @kbd{C-u C-c C-c}.
25648 @item
25649  @code{nntp-rlogin-program}---new variable to ease customization.
25651 @item
25652 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
25653 re-highlighting of the article buffer.
25655 @item
25656 New element in @code{gnus-boring-article-headers}---@code{long-to}.
25658 @item
25659 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
25660 details.
25662 @item
25663 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
25664 @kbd{a} to add the score rule to the @file{all.SCORE} file.
25666 @item
25667 @code{gnus-simplify-subject-functions} variable to allow greater
25668 control over simplification.
25670 @item
25671 @kbd{A T}---new command for fetching the current thread.
25673 @item
25674 @kbd{/ T}---new command for including the current thread in the
25675 limit.
25677 @item
25678 @kbd{M-RET} is a new Message command for breaking cited text.
25680 @item
25681 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
25683 @item
25684 The @code{custom-face-lookup} function has been removed.
25685 If you used this function in your initialization files, you must
25686 rewrite them to use @code{face-spec-set} instead.
25688 @item
25689 Canceling now uses the current select method.  Symbolic prefix
25690 @kbd{a} forces normal posting method.
25692 @item
25693 New command to translate M******** sm*rtq**t*s into proper
25694 text---@kbd{W d}.
25696 @item
25697 For easier debugging of @code{nntp}, you can set
25698 @code{nntp-record-commands} to a non-@code{nil} value.
25700 @item
25701 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
25702 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
25704 @item
25705 A command for editing group parameters from the summary buffer
25706 has been added.
25708 @item
25709 A history of where mails have been split is available.
25711 @item
25712 A new article date command has been added---@code{article-date-iso8601}.
25714 @item
25715 Subjects can be simplified when threading by setting
25716 @code{gnus-score-thread-simplify}.
25718 @item
25719 A new function for citing in Message has been
25720 added---@code{message-cite-original-without-signature}.
25722 @item
25723 @code{article-strip-all-blank-lines}---new article command.
25725 @item
25726 A new Message command to kill to the end of the article has
25727 been added.
25729 @item
25730 A minimum adaptive score can be specified by using the
25731 @code{gnus-adaptive-word-minimum} variable.
25733 @item
25734 The ``lapsed date'' article header can be kept continually
25735 updated by the @code{gnus-start-date-timer} command.
25737 @item
25738 Web listserv archives can be read with the @code{nnlistserv} back end.
25740 @item
25741 Old dejanews archives can now be read by @code{nnweb}.
25743 @end itemize
25745 @node Pterodactyl Gnus
25746 @subsubsection Pterodactyl Gnus
25748 New features in Gnus 5.8:
25750 @itemize @bullet
25752 @item
25753 The mail-fetching functions have changed.  See the manual for the
25754 many details.  In particular, all procmail fetching variables are gone.
25756 If you used procmail like in
25758 @lisp
25759 (setq nnmail-use-procmail t)
25760 (setq nnmail-spool-file 'procmail)
25761 (setq nnmail-procmail-directory "~/mail/incoming/")
25762 (setq nnmail-procmail-suffix "\\.in")
25763 @end lisp
25765 this now has changed to
25767 @lisp
25768 (setq mail-sources
25769       '((directory :path "~/mail/incoming/"
25770                    :suffix ".in")))
25771 @end lisp
25773 @xref{Mail Source Specifiers}.
25775 @item
25776 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
25777 Gnus, and adds a slew of new commands.  See the manual for details.
25779 @item
25780 Gnus has also been multilingualized.  This also affects too
25781 many parts of Gnus to summarize here, and adds many new variables.
25783 @item
25784 @code{gnus-auto-select-first} can now be a function to be
25785 called to position point.
25787 @item
25788 The user can now decide which extra headers should be included in
25789 summary buffers and @acronym{NOV} files.
25791 @item
25792 @code{gnus-article-display-hook} has been removed.  Instead, a number
25793 of variables starting with @code{gnus-treat-} have been added.
25795 @item
25796 The Gnus posting styles have been redone again and now works in a
25797 subtly different manner.
25799 @item
25800 New web-based back ends have been added: @code{nnslashdot},
25801 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
25802 again, to keep up with ever-changing layouts.
25804 @item
25805 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
25807 @end itemize
25809 @node Oort Gnus
25810 @subsubsection Oort Gnus
25811 @cindex Oort Gnus
25813 New features in Gnus 5.10:
25815 @itemize @bullet
25817 @item
25818 @kbd{F} (@code{gnus-article-followup-with-original}) and @kbd{R}
25819 (@code{gnus-article-reply-with-original}) only yank the text in the
25820 region if the region is active.
25822 @item
25823 @code{gnus-group-read-ephemeral-group} can be called interactively,
25824 using @kbd{G M}.
25826 @item
25827 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
25828 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
25830 @item
25831 The revised Gnus @acronym{FAQ} is included in the manual,
25832 @xref{Frequently Asked Questions}.
25834 @item
25835 Upgrading from previous (stable) version if you have used Oort.
25837 If you have tried Oort (the unstable Gnus branch leading to this
25838 release) but went back to a stable version, be careful when upgrading to
25839 this version.  In particular, you will probably want to remove all
25840 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25841 read from your @file{.newsrc.eld} instead of from the
25842 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25843 later entry for more information about marks.  Note that downgrading
25844 isn't save in general.
25846 @item
25847 Article Buttons
25849 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25850 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25851 variables @code{gnus-button-@var{*}-level} can be used to control the
25852 appearance of all article buttons.  @xref{Article Button Levels}.
25854 @item
25855 Dired integration
25857 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
25858 bindings in dired buffers to send a file as an attachment, open a file
25859 using the appropriate mailcap entry, and print a file using the mailcap
25860 entry.
25862 @item
25863 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25865 @item
25866 Single-part yenc encoded attachments can be decoded.
25868 @item
25869 Picons
25871 The picons code has been reimplemented to work in GNU Emacs---some of
25872 the previous options have been removed or renamed.
25874 Picons are small ``personal icons'' representing users, domain and
25875 newsgroups, which can be displayed in the Article buffer.
25876 @xref{Picons}.
25878 @item
25879 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25880 boundary line is drawn at the end of the headers.
25882 @item
25883 Retrieval of charters and control messages
25885 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25886 control messages (@kbd{H C}).
25888 @item
25889 Delayed articles
25891 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25892 buffer.  The messages are delivered at specified time.  This is useful
25893 for sending yourself reminders.  @xref{Delayed Articles}.
25895 @item
25896 If @code{auto-compression-mode} is enabled, attachments are automatically
25897 decompressed when activated.
25899 @item
25900 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25901 the nnml back end allows compressed message files.
25903 @item
25904 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25906 @item
25907 The Summary Buffer uses an arrow in the fringe to indicate the current
25908 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25910 @item
25911 Warn about email replies to news
25913 Do you often find yourself replying to news by email by mistake?  Then
25914 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25915 you.
25917 @item
25918 If the new option @code{gnus-summary-display-while-building} is
25919 non-@code{nil}, the summary buffer is shown and updated as it's being
25920 built.
25922 @item
25923 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25924 opposed to old but unread messages).
25926 @item
25927 The new option @code{gnus-gcc-mark-as-read} automatically marks
25928 Gcc articles as read.
25930 @item
25931 The nndoc back end now supports mailman digests and exim bounces.
25933 @item
25934 Gnus supports RFC 2369 mailing list headers, and adds a number of
25935 related commands in mailing list groups.  @xref{Mailing List}.
25937 @item
25938 The Date header can be displayed in a format that can be read aloud
25939 in English.  @xref{Article Date}.
25941 @item
25942 The envelope sender address can be customized when using Sendmail.
25943 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25945 @item
25946 diffs are automatically highlighted in groups matching
25947 @code{mm-uu-diff-groups-regexp}
25949 @item
25950 @acronym{TLS} wrapper shipped with Gnus
25952 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25953 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25954 @acronym{TLS}/@acronym{SSL} support via (external third party)
25955 @file{ssl.el} and OpenSSL still works.
25957 @item
25958 New @file{make.bat} for compiling and installing Gnus under MS Windows
25960 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25961 first argument to the batch-program should be the directory where
25962 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25963 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25964 the second parameter.
25966 @file{make.bat} has been rewritten from scratch, it now features
25967 automatic recognition of XEmacs and GNU Emacs, generates
25968 @file{gnus-load.el}, checks if errors occur while compilation and
25969 generation of info files and reports them at the end of the build
25970 process.  It now uses @code{makeinfo} if it is available and falls
25971 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25972 install all files which are necessary to run Gnus and be generally a
25973 complete replacement for the @code{configure; make; make install}
25974 cycle used under Unix systems.
25976 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25977 been removed.
25979 @item
25980 Support for non-@acronym{ASCII} domain names
25982 Message supports non-@acronym{ASCII} domain names in From:, To: and
25983 Cc: and will query you whether to perform encoding when you try to
25984 send a message.  The variable @code{message-use-idna} controls this.
25985 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25986 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25987 controls this.
25989 @item
25990 Better handling of Microsoft citation styles
25992 Gnus now tries to recognize the mangled header block that some Microsoft
25993 mailers use to indicate that the rest of the message is a citation, even
25994 though it is not quoted in any way.  The variable
25995 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25996 citations.
25998 @item
25999 @code{gnus-article-skip-boring}
26001 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
26002 not scroll down to show you a page that contains only boring text,
26003 which by default means cited text and signature.  You can customize
26004 what is skippable using @code{gnus-article-boring-faces}.
26006 This feature is especially useful if you read many articles that
26007 consist of a little new content at the top with a long, untrimmed
26008 message cited below.
26010 @item
26011 The format spec @code{%C} for positioning point has changed to @code{%*}.
26013 @item
26014 The new variable @code{gnus-parameters} can be used to set group parameters.
26016 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
26017 the parameters in @file{~/.newsrc.eld}, but via this variable you can
26018 enjoy the powers of customize, and simplified backups since you set the
26019 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
26020 variable maps regular expressions matching group names to group
26021 parameters, a'la:
26022 @lisp
26023 (setq gnus-parameters
26024       '(("mail\\..*"
26025          (gnus-show-threads nil)
26026          (gnus-use-scoring nil))
26027         ("^nnimap:\\(foo.bar\\)$"
26028          (to-group . "\\1"))))
26029 @end lisp
26031 @item
26032 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
26034 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
26035 disable it.
26037 @item
26038 Gnus no longer generate the Sender: header automatically.
26040 Earlier it was generated iff the user configurable email address was
26041 different from the Gnus guessed default user address.  As the guessing
26042 algorithm is rarely correct these days, and (more controversially) the
26043 only use of the Sender: header was to check if you are entitled to
26044 cancel/supersede news (which is now solved by Cancel Locks instead,
26045 see another entry), generation of the header has been disabled by
26046 default.  See the variables @code{message-required-headers},
26047 @code{message-required-news-headers}, and
26048 @code{message-required-mail-headers}.
26050 @item
26051 Features from third party @file{message-utils.el} added to @file{message.el}.
26053 Message now asks if you wish to remove @samp{(was: <old subject>)} from
26054 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
26055 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
26056 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
26057 appropriate headers and a note in the body for cross-postings and
26058 followups (see the variables @code{message-cross-post-@var{*}}).
26060 @item
26061 References and X-Draft-Headers are no longer generated when you start
26062 composing messages and @code{message-generate-headers-first} is
26063 @code{nil}.
26065 @item
26066 Improved anti-spam features.
26068 Gnus is now able to take out spam from your mail and news streams
26069 using a wide variety of programs and filter rules.  Among the supported
26070 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
26071 for easy use of external packages such as SpamAssassin and Hashcash
26072 are also new.  @xref{Thwarting Email Spam}.
26074 @item
26075 Easy inclusion of X-Faces headers.
26077 @item
26078 Face headers handling.
26080 @item
26081 In the summary buffer, the new command @kbd{/ N} inserts new messages
26082 and @kbd{/ o} inserts old messages.
26084 @item
26085 Gnus decodes morse encoded messages if you press @kbd{W m}.
26087 @item
26088 Unread count correct in nnimap groups.
26090 The estimated number of unread articles in the group buffer should now
26091 be correct for nnimap groups.  This is achieved by calling
26092 @code{nnimap-fixup-unread-after-getting-new-news} from the
26093 @code{gnus-setup-news-hook} (called on startup) and
26094 @code{gnus-after-getting-new-news-hook}. (called after getting new
26095 mail).  If you have modified those variables from the default, you may
26096 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
26097 you were happy with the estimate and want to save some (minimal) time
26098 when getting new mail, remove the function.
26100 @item
26101 Group Carbon Copy (GCC) quoting
26103 To support groups that contains SPC and other weird characters, groups
26104 are quoted before they are placed in the Gcc: header.  This means
26105 variables such as @code{gnus-message-archive-group} should no longer
26106 contain quote characters to make groups containing SPC work.  Also, if
26107 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
26108 into two groups) you must change it to return the list
26109 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
26110 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
26111 was incorrect earlier, it just didn't generate any problems since it
26112 was inserted directly.
26114 @item
26115 @file{~/News/overview/} not used.
26117 As a result of the following change, the @file{~/News/overview/}
26118 directory is not used any more.  You can safely delete the entire
26119 hierarchy.
26121 @item
26122 @code{gnus-agent}
26124 The Gnus Agent has seen a major updated and is now enabled by default,
26125 and all nntp and nnimap servers from @code{gnus-select-method} and
26126 @code{gnus-secondary-select-method} are agentized by default.  Earlier
26127 only the server in @code{gnus-select-method} was agentized by the
26128 default, and the agent was disabled by default.  When the agent is
26129 enabled, headers are now also retrieved from the Agent cache instead
26130 of the back ends when possible.  Earlier this only happened in the
26131 unplugged state.  You can enroll or remove servers with @kbd{J a} and
26132 @kbd{J r} in the server buffer.  Gnus will not download articles into
26133 the Agent cache, unless you instruct it to do so, though, by using
26134 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
26135 behavior of having the Agent disabled with @code{(setq gnus-agent
26136 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
26137 is not needed any more.
26139 @item
26140 @code{gnus-summary-line-format}
26142 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
26143 %s\n}.  Moreover @code{gnus-extra-headers},
26144 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
26145 changed their default so that the users name will be replaced by the
26146 recipient's name or the group name posting to for @acronym{NNTP}
26147 groups.
26149 @item
26150 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
26152 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
26153 broken Outlook (Express) articles.
26155 @item
26156 @code{(require 'gnus-load)}
26158 If you use a stand-alone Gnus distribution, you'd better add
26159 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
26160 lisp directory into load-path.
26162 File @file{gnus-load.el} contains autoload commands, functions and variables,
26163 some of which may not be included in distributions of Emacsen.
26165 @item
26166 @code{gnus-slave-unplugged}
26168 A new command which starts Gnus offline in slave mode.
26170 @item
26171 @code{message-insinuate-rmail}
26173 Adding @code{(message-insinuate-rmail)} and @code{(setq
26174 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
26175 compose, reply and forward messages in message-mode, where you can
26176 enjoy the power of @acronym{MML}.
26178 @item
26179 @code{message-minibuffer-local-map}
26181 The line below enables BBDB in resending a message:
26182 @lisp
26183 (define-key message-minibuffer-local-map [(tab)]
26184   'bbdb-complete-name)
26185 @end lisp
26187 @item
26188 Externalizing and deleting of attachments.
26190 If @code{gnus-gcc-externalize-attachments} or
26191 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26192 local files as external parts.
26194 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26195 on @acronym{MIME} buttons) saves a part and replaces the part with an
26196 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26197 @acronym{MIME} buttons) removes a part.  It works only on back ends
26198 that support editing.
26200 @item
26201 @code{gnus-default-charset}
26203 The default value is determined from the
26204 @code{current-language-environment} variable, instead of
26205 @code{iso-8859-1}.  Also the @samp{.*} item in
26206 @code{gnus-group-charset-alist} is removed.
26208 @item
26209 @code{gnus-posting-styles}
26211 Add a new format of match like
26212 @lisp
26213 ((header "to" "larsi.*org")
26214  (Organization "Somewhere, Inc."))
26215 @end lisp
26216 The old format like the lines below is obsolete, but still accepted.
26217 @lisp
26218 (header "to" "larsi.*org"
26219         (Organization "Somewhere, Inc."))
26220 @end lisp
26222 @item
26223 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26225 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26226 added into these two variables.  If you customized those, perhaps you
26227 need add those two headers too.
26229 @item
26230 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26232 If one reads an article while plugged, and the article already exists
26233 in the Agent, it won't get downloaded once more.  @code{(setq
26234 gnus-agent-cache nil)} reverts to the old behavior.
26236 @item
26237 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26238 composing messages, it is enabled by @code{use-hard-newlines}.
26239 Decoding format=flowed was present but not documented in earlier
26240 versions.
26242 @item
26243 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26245 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26247 @item
26248 Gnus supports Maildir groups.
26250 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26252 @item
26253 Printing capabilities are enhanced.
26255 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26256 Article buffers.  Also, each individual @acronym{MIME} part can be
26257 printed using @kbd{p} on the @acronym{MIME} button.
26259 @item
26260 Message supports the Importance: (RFC 2156) header.
26262 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26263 the valid values.
26265 @item
26266 Gnus supports Cancel Locks in News.
26268 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26269 used to determine if you wrote an article or not (for canceling and
26270 superseding).  Gnus generates a random password string the first time
26271 you post a message, and saves it in your @file{~/.emacs} using the Custom
26272 system.  While the variable is called @code{canlock-password}, it is not
26273 security sensitive data.  Publishing your canlock string on the web
26274 will not allow anyone to be able to anything she could not already do.
26275 The behavior can be changed by customizing @code{message-insert-canlock}.
26277 @item
26278 Gnus supports server-side mail filtering using Sieve.
26280 Sieve rules can be added as Group Parameters for groups, and the
26281 complete Sieve script is generated using @kbd{D g} from the Group
26282 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26283 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26284 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26286 @item
26287 Extended format specs.
26289 Format spec @samp{%&user-date;} is added into
26290 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26291 format specs are supported.  The extended format specs look like
26292 @samp{%u&foo;}, which invokes function
26293 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26294 escape character, old user defined format @samp{%u&} is no longer supported.
26296 @item
26297 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26299 It was aliased to @kbd{Y c}
26300 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26301 out other articles.
26303 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26305 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26306 s}, @kbd{/ a}, and @kbd{/ x}
26307 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26308 result will be to display all articles that do not match the expression.
26310 @item
26311 Group names are treated as UTF-8 by default.
26313 This is supposedly what USEFOR wanted to migrate to.  See
26314 @code{gnus-group-name-charset-group-alist} and
26315 @code{gnus-group-name-charset-method-alist} for customization.
26317 @item
26318 The nnml and nnfolder back ends store marks for each groups.
26320 This makes it possible to take backup of nnml/nnfolder servers/groups
26321 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26322 makes it possible to share articles and marks between users (without
26323 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26324 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26325 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26326 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26327 another machine, Gnus will automatically use the @file{.marks} or
26328 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26329 The new server variables @code{nnml-marks-is-evil} and
26330 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26332 @item
26333 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26334 been renamed to ``Gnus''.
26336 @item
26337 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26338 renamed to ``Attachments''.  Note that this menu also contains security
26339 related stuff, like signing and encryption (@pxref{Security, Security,,
26340 message, Message Manual}).
26342 @item
26343 @code{gnus-group-charset-alist} and
26344 @code{gnus-group-ignored-charsets-alist}.
26346 The regexps in these variables are compared with full group names
26347 instead of real group names in 5.8.  Users who customize these
26348 variables should change those regexps accordingly.  For example:
26349 @lisp
26350 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26351 @end lisp
26353 @item
26354 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26355 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26357 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26358 additional Lisp libraries.  This add several menu items to the
26359 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26360 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26362 @item
26363 Gnus inlines external parts (message/external).
26365 @item
26366 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26367 C-m}.
26369 This change was made to avoid conflict with the standard binding of
26370 @code{back-to-indentation}, which is also useful in message mode.
26372 @item
26373 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26375 The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
26376 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26377 used when forwarding signed or encrypted messages, as the conversion
26378 invalidate the digital signature.
26379 @end itemize
26381 @iftex
26383 @page
26384 @node The Manual
26385 @section The Manual
26386 @cindex colophon
26387 @cindex manual
26389 This manual was generated from a TeXinfo file and then run through
26390 either @code{texi2dvi}
26391 @iflatex
26392 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26393 and then run through @code{latex} and @code{dvips}
26394 @end iflatex
26395 to get what you hold in your hands now.
26397 The following conventions have been used:
26399 @enumerate
26401 @item
26402 This is a @samp{string}
26404 @item
26405 This is a @kbd{keystroke}
26407 @item
26408 This is a @file{file}
26410 @item
26411 This is a @code{symbol}
26413 @end enumerate
26415 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
26416 mean:
26418 @lisp
26419 (setq flargnoze "yes")
26420 @end lisp
26422 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
26424 @lisp
26425 (setq flumphel 'yes)
26426 @end lisp
26428 @samp{yes} and @code{yes} are two @emph{very} different things---don't
26429 ever get them confused.
26431 @iflatex
26432 @c @head
26433 Of course, everything in this manual is of vital interest, so you should
26434 read it all.  Several times.  However, if you feel like skimming the
26435 manual, look for that gnu head you should see in the margin over
26436 there---it means that what's being discussed is of more importance than
26437 the rest of the stuff.  (On the other hand, if everything is infinitely
26438 important, how can anything be more important than that?  Just one more
26439 of the mysteries of this world, I guess.)
26440 @end iflatex
26442 @end iftex
26445 @node On Writing Manuals
26446 @section On Writing Manuals
26448 I guess most manuals are written after-the-fact; documenting a program
26449 that's already there.  This is not how this manual is written.  When
26450 implementing something, I write the manual entry for that something
26451 straight away.  I then see that it's difficult to explain the
26452 functionality, so I write how it's supposed to be, and then I change the
26453 implementation.  Writing the documentation and writing the code goes
26454 hand in hand.
26456 This, of course, means that this manual has no, or little, flow.  It
26457 documents absolutely everything in Gnus, but often not where you're
26458 looking for it.  It is a reference manual, and not a guide to how to get
26459 started with Gnus.
26461 That would be a totally different book, that should be written using the
26462 reference manual as source material.  It would look quite differently.
26465 @page
26466 @node Terminology
26467 @section Terminology
26469 @cindex terminology
26470 @table @dfn
26472 @item news
26473 @cindex news
26474 This is what you are supposed to use this thing for---reading news.
26475 News is generally fetched from a nearby @acronym{NNTP} server, and is
26476 generally publicly available to everybody.  If you post news, the entire
26477 world is likely to read just what you have written, and they'll all
26478 snigger mischievously.  Behind your back.
26480 @item mail
26481 @cindex mail
26482 Everything that's delivered to you personally is mail.  Some news/mail
26483 readers (like Gnus) blur the distinction between mail and news, but
26484 there is a difference.  Mail is private.  News is public.  Mailing is
26485 not posting, and replying is not following up.
26487 @item reply
26488 @cindex reply
26489 Send a mail to the person who has written what you are reading.
26491 @item follow up
26492 @cindex follow up
26493 Post an article to the current newsgroup responding to the article you
26494 are reading.
26496 @item back end
26497 @cindex back end
26498 Gnus considers mail and news to be mostly the same, really.  The only
26499 difference is how to access the actual articles.  News articles are
26500 commonly fetched via the protocol @acronym{NNTP}, whereas mail
26501 messages could be read from a file on the local disk.  The internal
26502 architecture of Gnus thus comprises a ``front end'' and a number of
26503 ``back ends''.  Internally, when you enter a group (by hitting
26504 @key{RET}, say), you thereby invoke a function in the front end in
26505 Gnus.  The front end then ``talks'' to a back end and says things like
26506 ``Give me the list of articles in the foo group'' or ``Show me article
26507 number 4711''.
26509 So a back end mainly defines either a protocol (the @code{nntp} back
26510 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
26511 accesses mail via @acronym{IMAP}) or a file format and directory
26512 layout (the @code{nnspool} back end accesses news via the common
26513 ``spool directory'' format, the @code{nnml} back end access mail via a
26514 file format and directory layout that's quite similar).
26516 Gnus does not handle the underlying media, so to speak---this is all
26517 done by the back ends.  A back end is a collection of functions to
26518 access the articles.
26520 However, sometimes the term ``back end'' is also used where ``server''
26521 would have been more appropriate.  And then there is the term ``select
26522 method'' which can mean either.  The Gnus terminology can be quite
26523 confusing.
26525 @item native
26526 @cindex native
26527 Gnus will always use one method (and back end) as the @dfn{native}, or
26528 default, way of getting news.
26530 @item foreign
26531 @cindex foreign
26532 You can also have any number of foreign groups active at the same time.
26533 These are groups that use non-native non-secondary back ends for getting
26534 news.
26536 @item secondary
26537 @cindex secondary
26538 Secondary back ends are somewhere half-way between being native and being
26539 foreign, but they mostly act like they are native.
26541 @item article
26542 @cindex article
26543 A message that has been posted as news.
26545 @item mail message
26546 @cindex mail message
26547 A message that has been mailed.
26549 @item message
26550 @cindex message
26551 A mail message or news article
26553 @item head
26554 @cindex head
26555 The top part of a message, where administrative information (etc.) is
26556 put.
26558 @item body
26559 @cindex body
26560 The rest of an article.  Everything not in the head is in the
26561 body.
26563 @item header
26564 @cindex header
26565 A line from the head of an article.
26567 @item headers
26568 @cindex headers
26569 A collection of such lines, or a collection of heads.  Or even a
26570 collection of @acronym{NOV} lines.
26572 @item @acronym{NOV}
26573 @cindex @acronym{NOV}
26574 When Gnus enters a group, it asks the back end for the headers of all
26575 unread articles in the group.  Most servers support the News OverView
26576 format, which is more compact and much faster to read and parse than the
26577 normal @sc{head} format.
26579 @item level
26580 @cindex levels
26581 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
26582 that have a lower level are ``more'' subscribed than the groups with a
26583 higher level.  In fact, groups on levels 1-5 are considered
26584 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
26585 are @dfn{killed}.  Commands for listing groups and scanning for new
26586 articles will all use the numeric prefix as @dfn{working level}.
26588 @item killed groups
26589 @cindex killed groups
26590 No information on killed groups is stored or updated, which makes killed
26591 groups much easier to handle than subscribed groups.
26593 @item zombie groups
26594 @cindex zombie groups
26595 Just like killed groups, only slightly less dead.
26597 @item active file
26598 @cindex active file
26599 The news server has to keep track of what articles it carries, and what
26600 groups exist.  All this information in stored in the active file, which
26601 is rather large, as you might surmise.
26603 @item bogus groups
26604 @cindex bogus groups
26605 A group that exists in the @file{.newsrc} file, but isn't known to the
26606 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
26607 This means that the group probably doesn't exist (any more).
26609 @item activating
26610 @cindex activating groups
26611 The act of asking the server for info on a group and computing the
26612 number of unread articles is called @dfn{activating the group}.
26613 Un-activated groups are listed with @samp{*} in the group buffer.
26615 @item spool
26616 @cindex spool
26617 News servers store their articles locally in one fashion or other.
26618 One old-fashioned storage method is to have just one file per
26619 article.  That's called a ``traditional spool''.
26621 @item server
26622 @cindex server
26623 A machine one can connect to and get news (or mail) from.
26625 @item select method
26626 @cindex select method
26627 A structure that specifies the back end, the server and the virtual
26628 server settings.
26630 @item virtual server
26631 @cindex virtual server
26632 A named select method.  Since a select method defines all there is to
26633 know about connecting to a (physical) server, taking the thing as a
26634 whole is a virtual server.
26636 @item washing
26637 @cindex washing
26638 Taking a buffer and running it through a filter of some sort.  The
26639 result will (more often than not) be cleaner and more pleasing than the
26640 original.
26642 @item ephemeral groups
26643 @cindex ephemeral groups
26644 @cindex temporary groups
26645 Most groups store data on what articles you have read.  @dfn{Ephemeral}
26646 groups are groups that will have no data stored---when you exit the
26647 group, it'll disappear into the aether.
26649 @item solid groups
26650 @cindex solid groups
26651 This is the opposite of ephemeral groups.  All groups listed in the
26652 group buffer are solid groups.
26654 @item sparse articles
26655 @cindex sparse articles
26656 These are article placeholders shown in the summary buffer when
26657 @code{gnus-build-sparse-threads} has been switched on.
26659 @item threading
26660 @cindex threading
26661 To put responses to articles directly after the articles they respond
26662 to---in a hierarchical fashion.
26664 @item root
26665 @cindex root
26666 @cindex thread root
26667 The first article in a thread is the root.  It is the ancestor of all
26668 articles in the thread.
26670 @item parent
26671 @cindex parent
26672 An article that has responses.
26674 @item child
26675 @cindex child
26676 An article that responds to a different article---its parent.
26678 @item digest
26679 @cindex digest
26680 A collection of messages in one file.  The most common digest format is
26681 specified by RFC 1153.
26683 @item splitting
26684 @cindex splitting, terminolgy
26685 @cindex mail sorting
26686 @cindex mail filtering (splitting)
26687 The action of sorting your emails according to certain rules. Sometimes
26688 incorrectly called mail filtering.
26690 @end table
26693 @page
26694 @node Customization
26695 @section Customization
26696 @cindex general customization
26698 All variables are properly documented elsewhere in this manual.  This
26699 section is designed to give general pointers on how to customize Gnus
26700 for some quite common situations.
26702 @menu
26703 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
26704 * Slow Terminal Connection::    You run a remote Emacs.
26705 * Little Disk Space::           You feel that having large setup files is icky.
26706 * Slow Machine::                You feel like buying a faster machine.
26707 @end menu
26710 @node Slow/Expensive Connection
26711 @subsection Slow/Expensive NNTP Connection
26713 If you run Emacs on a machine locally, and get your news from a machine
26714 over some very thin strings, you want to cut down on the amount of data
26715 Gnus has to get from the @acronym{NNTP} server.
26717 @table @code
26719 @item gnus-read-active-file
26720 Set this to @code{nil}, which will inhibit Gnus from requesting the
26721 entire active file from the server.  This file is often very large.  You
26722 also have to set @code{gnus-check-new-newsgroups} and
26723 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26724 doesn't suddenly decide to fetch the active file anyway.
26726 @item gnus-nov-is-evil
26727 This one has to be @code{nil}.  If not, grabbing article headers from
26728 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
26729 support @sc{xover}; Gnus will detect this by itself.
26730 @end table
26733 @node Slow Terminal Connection
26734 @subsection Slow Terminal Connection
26736 Let's say you use your home computer for dialing up the system that runs
26737 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
26738 possible) the amount of data sent over the wires.
26740 @table @code
26742 @item gnus-auto-center-summary
26743 Set this to @code{nil} to inhibit Gnus from re-centering the summary
26744 buffer all the time.  If it is @code{vertical}, do only vertical
26745 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
26746 horizontal and vertical recentering.
26748 @item gnus-visible-headers
26749 Cut down on the headers included in the articles to the
26750 minimum.  You can, in fact, make do without them altogether---most of the
26751 useful data is in the summary buffer, anyway.  Set this variable to
26752 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
26754 Set this hook to all the available hiding commands:
26755 @lisp
26756 (setq gnus-treat-hide-headers 'head
26757       gnus-treat-hide-signature t
26758       gnus-treat-hide-citation t)
26759 @end lisp
26761 @item gnus-use-full-window
26762 By setting this to @code{nil}, you can make all the windows smaller.
26763 While this doesn't really cut down much generally, it means that you
26764 have to see smaller portions of articles before deciding that you didn't
26765 want to read them anyway.
26767 @item gnus-thread-hide-subtree
26768 If this is non-@code{nil}, all threads in the summary buffer will be
26769 hidden initially.
26772 @item gnus-updated-mode-lines
26773 If this is @code{nil}, Gnus will not put information in the buffer mode
26774 lines, which might save some time.
26775 @end table
26778 @node Little Disk Space
26779 @subsection Little Disk Space
26780 @cindex disk space
26782 The startup files can get rather large, so you may want to cut their
26783 sizes a bit if you are running out of space.
26785 @table @code
26787 @item gnus-save-newsrc-file
26788 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
26789 only save @file{.newsrc.eld}.  This means that you will not be able to
26790 use any other newsreaders than Gnus.  This variable is @code{t} by
26791 default.
26793 @item gnus-read-newsrc-file
26794 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
26795 only read @file{.newsrc.eld}.  This means that you will not be able to
26796 use any other newsreaders than Gnus.  This variable is @code{t} by
26797 default.
26799 @item gnus-save-killed-list
26800 If this is @code{nil}, Gnus will not save the list of dead groups.  You
26801 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
26802 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
26803 variable to @code{nil}.  This variable is @code{t} by default.
26805 @end table
26808 @node Slow Machine
26809 @subsection Slow Machine
26810 @cindex slow machine
26812 If you have a slow machine, or are just really impatient, there are a
26813 few things you can do to make Gnus run faster.
26815 Set @code{gnus-check-new-newsgroups} and
26816 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
26818 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
26819 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
26820 summary buffer faster.
26823 @page
26824 @node Troubleshooting
26825 @section Troubleshooting
26826 @cindex troubleshooting
26828 Gnus works @emph{so} well straight out of the box---I can't imagine any
26829 problems, really.
26831 Ahem.
26833 @enumerate
26835 @item
26836 Make sure your computer is switched on.
26838 @item
26839 Make sure that you really load the current Gnus version.  If you have
26840 been running @sc{gnus}, you need to exit Emacs and start it up again before
26841 Gnus will work.
26843 @item
26844 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26845 like @samp{Gnus v5.10.6} you have the right files loaded.  Otherwise
26846 you have some old @file{.el} files lying around.  Delete these.
26848 @item
26849 Read the help group (@kbd{G h} in the group buffer) for a
26850 @acronym{FAQ} and a how-to.
26852 @item
26853 @vindex max-lisp-eval-depth
26854 Gnus works on many recursive structures, and in some extreme (and very
26855 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26856 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26857 something like that.
26858 @end enumerate
26860 If all else fails, report the problem as a bug.
26862 @cindex bugs
26863 @cindex reporting bugs
26865 @kindex M-x gnus-bug
26866 @findex gnus-bug
26867 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26868 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26869 me the backtrace.  I will fix bugs, but I can only fix them if you send
26870 me a precise description as to how to reproduce the bug.
26872 You really can never be too detailed in a bug report.  Always use the
26873 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26874 a 10Kb mail each time you use it, and even if you have sent me your
26875 environment 500 times before.  I don't care.  I want the full info each
26876 time.
26878 It is also important to remember that I have no memory whatsoever.  If
26879 you send a bug report, and I send you a reply, and then you just send
26880 back ``No, it's not! Moron!'', I will have no idea what you are
26881 insulting me about.  Always over-explain everything.  It's much easier
26882 for all of us---if I don't have all the information I need, I will just
26883 mail you and ask for more info, and everything takes more time.
26885 If the problem you're seeing is very visual, and you can't quite explain
26886 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26887 it somewhere it can be reached, and include the URL of the picture in
26888 the bug report.
26890 @cindex patches
26891 If you would like to contribute a patch to fix bugs or make
26892 improvements, please produce the patch using @samp{diff -u}.
26894 @cindex edebug
26895 If you want to debug your problem further before reporting, possibly
26896 in order to solve the problem yourself and send a patch, you can use
26897 edebug.  Debugging Lisp code is documented in the Elisp manual
26898 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26899 Lisp Reference Manual}).  To get you started with edebug, consider if
26900 you discover some weird behavior when pressing @kbd{c}, the first
26901 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26902 the documentation buffer that leads you to the function definition,
26903 then press @kbd{M-x edebug-defun RET} with point inside that function,
26904 return to Gnus and press @kbd{c} to invoke the code.  You will be
26905 placed in the lisp buffer and can single step using @kbd{SPC} and
26906 evaluate expressions using @kbd{M-:} or inspect variables using
26907 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26908 @kbd{c} or @kbd{g}.
26910 @cindex elp
26911 @cindex profile
26912 @cindex slow
26913 Sometimes, a problem do not directly generate an elisp error but
26914 manifests itself by causing Gnus to be very slow.  In these cases, you
26915 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26916 slow, and then try to analyze the backtrace (repeating the procedure
26917 helps isolating the real problem areas).
26919 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26920 (or should be) fully documented elsewhere, but to get you started
26921 there are a few steps that need to be followed.  First, instrument the
26922 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26923 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26924 RET message}.  Then perform the operation that is slow and press
26925 @kbd{M-x elp-results}.  You will then see which operations that takes
26926 time, and can debug them further.  If the entire operation takes much
26927 longer than the time spent in the slowest function in the profiler
26928 output, you probably profiled the wrong part of Gnus.  To reset
26929 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26930 elp-restore-all} is supposed to remove profiling, but given the
26931 complexities and dynamic code generation in Gnus, it might not always
26932 work perfectly.
26934 @cindex gnu.emacs.gnus
26935 @cindex ding mailing list
26936 If you just need help, you are better off asking on
26937 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26938 @email{ding@@gnus.org, the ding mailing list}.  Write to
26939 @email{ding-request@@gnus.org} to subscribe.
26942 @page
26943 @node Gnus Reference Guide
26944 @section Gnus Reference Guide
26946 It is my hope that other people will figure out smart stuff that Gnus
26947 can do, and that other people will write those smart things as well.  To
26948 facilitate that I thought it would be a good idea to describe the inner
26949 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26952 You can never expect the internals of a program not to change, but I
26953 will be defining (in some details) the interface between Gnus and its
26954 back ends (this is written in stone), the format of the score files
26955 (ditto), data structures (some are less likely to change than others)
26956 and general methods of operation.
26958 @menu
26959 * Gnus Utility Functions::      Common functions and variable to use.
26960 * Back End Interface::          How Gnus communicates with the servers.
26961 * Score File Syntax::           A BNF definition of the score file standard.
26962 * Headers::                     How Gnus stores headers internally.
26963 * Ranges::                      A handy format for storing mucho numbers.
26964 * Group Info::                  The group info format.
26965 * Extended Interactive::        Symbolic prefixes and stuff.
26966 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26967 * Various File Formats::        Formats of files that Gnus use.
26968 @end menu
26971 @node Gnus Utility Functions
26972 @subsection Gnus Utility Functions
26973 @cindex Gnus utility functions
26974 @cindex utility functions
26975 @cindex functions
26976 @cindex internal variables
26978 When writing small functions to be run from hooks (and stuff), it's
26979 vital to have access to the Gnus internal functions and variables.
26980 Below is a list of the most common ones.
26982 @table @code
26984 @item gnus-newsgroup-name
26985 @vindex gnus-newsgroup-name
26986 This variable holds the name of the current newsgroup.
26988 @item gnus-find-method-for-group
26989 @findex gnus-find-method-for-group
26990 A function that returns the select method for @var{group}.
26992 @item gnus-group-real-name
26993 @findex gnus-group-real-name
26994 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26995 name.
26997 @item gnus-group-prefixed-name
26998 @findex gnus-group-prefixed-name
26999 Takes an unprefixed group name and a select method, and returns the full
27000 (prefixed) Gnus group name.
27002 @item gnus-get-info
27003 @findex gnus-get-info
27004 Returns the group info list for @var{group}.
27006 @item gnus-group-unread
27007 @findex gnus-group-unread
27008 The number of unread articles in @var{group}, or @code{t} if that is
27009 unknown.
27011 @item gnus-active
27012 @findex gnus-active
27013 The active entry for @var{group}.
27015 @item gnus-set-active
27016 @findex gnus-set-active
27017 Set the active entry for @var{group}.
27019 @item gnus-add-current-to-buffer-list
27020 @findex gnus-add-current-to-buffer-list
27021 Adds the current buffer to the list of buffers to be killed on Gnus
27022 exit.
27024 @item gnus-continuum-version
27025 @findex gnus-continuum-version
27026 Takes a Gnus version string as a parameter and returns a floating point
27027 number.  Earlier versions will always get a lower number than later
27028 versions.
27030 @item gnus-group-read-only-p
27031 @findex gnus-group-read-only-p
27032 Says whether @var{group} is read-only or not.
27034 @item gnus-news-group-p
27035 @findex gnus-news-group-p
27036 Says whether @var{group} came from a news back end.
27038 @item gnus-ephemeral-group-p
27039 @findex gnus-ephemeral-group-p
27040 Says whether @var{group} is ephemeral or not.
27042 @item gnus-server-to-method
27043 @findex gnus-server-to-method
27044 Returns the select method corresponding to @var{server}.
27046 @item gnus-server-equal
27047 @findex gnus-server-equal
27048 Says whether two virtual servers are equal.
27050 @item gnus-group-native-p
27051 @findex gnus-group-native-p
27052 Says whether @var{group} is native or not.
27054 @item gnus-group-secondary-p
27055 @findex gnus-group-secondary-p
27056 Says whether @var{group} is secondary or not.
27058 @item gnus-group-foreign-p
27059 @findex gnus-group-foreign-p
27060 Says whether @var{group} is foreign or not.
27062 @item gnus-group-find-parameter
27063 @findex gnus-group-find-parameter
27064 Returns the parameter list of @var{group}.  If given a second parameter,
27065 returns the value of that parameter for @var{group}.
27067 @item gnus-group-set-parameter
27068 @findex gnus-group-set-parameter
27069 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
27071 @item gnus-narrow-to-body
27072 @findex gnus-narrow-to-body
27073 Narrows the current buffer to the body of the article.
27075 @item gnus-check-backend-function
27076 @findex gnus-check-backend-function
27077 Takes two parameters, @var{function} and @var{group}.  If the back end
27078 @var{group} comes from supports @var{function}, return non-@code{nil}.
27080 @lisp
27081 (gnus-check-backend-function "request-scan" "nnml:misc")
27082 @result{} t
27083 @end lisp
27085 @item gnus-read-method
27086 @findex gnus-read-method
27087 Prompts the user for a select method.
27089 @end table
27092 @node Back End Interface
27093 @subsection Back End Interface
27095 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
27096 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
27097 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
27098 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
27099 examples of the latter we have @code{nntp-port-number} and
27100 @code{nnmbox-directory}.
27102 When Gnus asks for information from a back end---say @code{nntp}---on
27103 something, it will normally include a virtual server name in the
27104 function parameters.  (If not, the back end should use the ``current''
27105 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
27106 server as its only (optional) parameter.  If this virtual server hasn't
27107 been opened, the function should fail.
27109 Note that a virtual server name has no relation to some physical server
27110 name.  Take this example:
27112 @lisp
27113 (nntp "odd-one"
27114       (nntp-address "ifi.uio.no")
27115       (nntp-port-number 4324))
27116 @end lisp
27118 Here the virtual server name is @samp{odd-one} while the name of
27119 the physical server is @samp{ifi.uio.no}.
27121 The back ends should be able to switch between several virtual servers.
27122 The standard back ends implement this by keeping an alist of virtual
27123 server environments that they pull down/push up when needed.
27125 There are two groups of interface functions: @dfn{required functions},
27126 which must be present, and @dfn{optional functions}, which Gnus will
27127 always check for presence before attempting to call 'em.
27129 All these functions are expected to return data in the buffer
27130 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
27131 unfortunately named, but we'll have to live with it.  When I talk about
27132 @dfn{resulting data}, I always refer to the data in that buffer.  When I
27133 talk about @dfn{return value}, I talk about the function value returned by
27134 the function call.  Functions that fail should return @code{nil} as the
27135 return value.
27137 Some back ends could be said to be @dfn{server-forming} back ends, and
27138 some might be said not to be.  The latter are back ends that generally
27139 only operate on one group at a time, and have no concept of ``server''
27140 ---they have a group, and they deliver info on that group and nothing
27141 more.
27143 Gnus identifies each message by way of group name and article number.  A
27144 few remarks about these article numbers might be useful.  First of all,
27145 the numbers are positive integers.  Secondly, it is normally not
27146 possible for later articles to ``re-use'' older article numbers without
27147 confusing Gnus.  That is, if a group has ever contained a message
27148 numbered 42, then no other message may get that number, or Gnus will get
27149 mightily confused.@footnote{See the function
27150 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
27151 Third, article numbers must be assigned in order of arrival in the
27152 group; this is not necessarily the same as the date of the message.
27154 The previous paragraph already mentions all the ``hard'' restrictions that
27155 article numbers must fulfill.  But it seems that it might be useful to
27156 assign @emph{consecutive} article numbers, for Gnus gets quite confused
27157 if there are holes in the article numbering sequence.  However, due to
27158 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
27159 also useful for the article numbers to start at 1 to avoid running out
27160 of numbers as long as possible.
27162 Note that by convention, back ends are named @code{nnsomething}, but
27163 Gnus also comes with some @code{nnnotbackends}, such as
27164 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
27166 In the examples and definitions I will refer to the imaginary back end
27167 @code{nnchoke}.
27169 @cindex @code{nnchoke}
27171 @menu
27172 * Required Back End Functions::  Functions that must be implemented.
27173 * Optional Back End Functions::  Functions that need not be implemented.
27174 * Error Messaging::             How to get messages and report errors.
27175 * Writing New Back Ends::       Extending old back ends.
27176 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
27177 * Mail-like Back Ends::         Some tips on mail back ends.
27178 @end menu
27181 @node Required Back End Functions
27182 @subsubsection Required Back End Functions
27184 @table @code
27186 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27188 @var{articles} is either a range of article numbers or a list of
27189 @code{Message-ID}s.  Current back ends do not fully support either---only
27190 sequences (lists) of article numbers, and most back ends do not support
27191 retrieval of @code{Message-ID}s.  But they should try for both.
27193 The result data should either be HEADs or @acronym{NOV} lines, and the result
27194 value should either be @code{headers} or @code{nov} to reflect this.
27195 This might later be expanded to @code{various}, which will be a mixture
27196 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27198 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27199 headers'', in some meaning of the word.  This is generally done by
27200 fetching (at most) @var{fetch-old} extra headers less than the smallest
27201 article number in @code{articles}, and filling the gaps as well.  The
27202 presence of this parameter can be ignored if the back end finds it
27203 cumbersome to follow the request.  If this is non-@code{nil} and not a
27204 number, do maximum fetches.
27206 Here's an example HEAD:
27208 @example
27209 221 1056 Article retrieved.
27210 Path: ifi.uio.no!sturles
27211 From: sturles@@ifi.uio.no (Sturle Sunde)
27212 Newsgroups: ifi.discussion
27213 Subject: Re: Something very droll
27214 Date: 27 Oct 1994 14:02:57 +0100
27215 Organization: Dept. of Informatics, University of Oslo, Norway
27216 Lines: 26
27217 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27218 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27219 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27221 @end example
27223 So a @code{headers} return value would imply that there's a number of
27224 these in the data buffer.
27226 Here's a BNF definition of such a buffer:
27228 @example
27229 headers        = *head
27230 head           = error / valid-head
27231 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27232 valid-head     = valid-message *header "." eol
27233 valid-message  = "221 " <number> " Article retrieved." eol
27234 header         = <text> eol
27235 @end example
27237 @cindex BNF
27238 (The version of BNF used here is the one used in RFC822.)
27240 If the return value is @code{nov}, the data buffer should contain
27241 @dfn{network overview database} lines.  These are basically fields
27242 separated by tabs.
27244 @example
27245 nov-buffer = *nov-line
27246 nov-line   = field 7*8[ <TAB> field ] eol
27247 field      = <text except TAB>
27248 @end example
27250 For a closer look at what should be in those fields,
27251 @pxref{Headers}.
27254 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27256 @var{server} is here the virtual server name.  @var{definitions} is a
27257 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27259 If the server can't be opened, no error should be signaled.  The back end
27260 may then choose to refuse further attempts at connecting to this
27261 server.  In fact, it should do so.
27263 If the server is opened already, this function should return a
27264 non-@code{nil} value.  There should be no data returned.
27267 @item (nnchoke-close-server &optional SERVER)
27269 Close connection to @var{server} and free all resources connected
27270 to it.  Return @code{nil} if the server couldn't be closed for some
27271 reason.
27273 There should be no data returned.
27276 @item (nnchoke-request-close)
27278 Close connection to all servers and free all resources that the back end
27279 have reserved.  All buffers that have been created by that back end
27280 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27281 function is generally only called when Gnus is shutting down.
27283 There should be no data returned.
27286 @item (nnchoke-server-opened &optional SERVER)
27288 If @var{server} is the current virtual server, and the connection to the
27289 physical server is alive, then this function should return a
27290 non-@code{nil} value.  This function should under no circumstances
27291 attempt to reconnect to a server we have lost connection to.
27293 There should be no data returned.
27296 @item (nnchoke-status-message &optional SERVER)
27298 This function should return the last error message from @var{server}.
27300 There should be no data returned.
27303 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27305 The result data from this function should be the article specified by
27306 @var{article}.  This might either be a @code{Message-ID} or a number.
27307 It is optional whether to implement retrieval by @code{Message-ID}, but
27308 it would be nice if that were possible.
27310 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27311 in this buffer instead of the normal data buffer.  This is to make it
27312 possible to avoid copying large amounts of data from one buffer to
27313 another, while Gnus mainly requests articles to be inserted directly
27314 into its article buffer.
27316 If it is at all possible, this function should return a cons cell where
27317 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27318 the article number.  This will enable Gnus to find out what the real
27319 group and article numbers are when fetching articles by
27320 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27321 on successful article retrieval.
27324 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27326 Get data on @var{group}.  This function also has the side effect of
27327 making @var{group} the current group.
27329 If @var{fast}, don't bother to return useful data, just make @var{group}
27330 the current group.
27332 Here's an example of some result data and a definition of the same:
27334 @example
27335 211 56 1000 1059 ifi.discussion
27336 @end example
27338 The first number is the status, which should be 211.  Next is the
27339 total number of articles in the group, the lowest article number, the
27340 highest article number, and finally the group name.  Note that the total
27341 number of articles may be less than one might think while just
27342 considering the highest and lowest article numbers, but some articles
27343 may have been canceled.  Gnus just discards the total-number, so
27344 whether one should take the bother to generate it properly (if that is a
27345 problem) is left as an exercise to the reader.  If the group contains no
27346 articles, the lowest article number should be reported as 1 and the
27347 highest as 0.
27349 @example
27350 group-status = [ error / info ] eol
27351 error        = [ "4" / "5" ] 2<number> " " <Error message>
27352 info         = "211 " 3* [ <number> " " ] <string>
27353 @end example
27356 @item (nnchoke-close-group GROUP &optional SERVER)
27358 Close @var{group} and free any resources connected to it.  This will be
27359 a no-op on most back ends.
27361 There should be no data returned.
27364 @item (nnchoke-request-list &optional SERVER)
27366 Return a list of all groups available on @var{server}.  And that means
27367 @emph{all}.
27369 Here's an example from a server that only carries two groups:
27371 @example
27372 ifi.test 0000002200 0000002000 y
27373 ifi.discussion 3324 3300 n
27374 @end example
27376 On each line we have a group name, then the highest article number in
27377 that group, the lowest article number, and finally a flag.  If the group
27378 contains no articles, the lowest article number should be reported as 1
27379 and the highest as 0.
27381 @example
27382 active-file = *active-line
27383 active-line = name " " <number> " " <number> " " flags eol
27384 name        = <string>
27385 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27386 @end example
27388 The flag says whether the group is read-only (@samp{n}), is moderated
27389 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27390 (@samp{=other-group}) or none of the above (@samp{y}).
27393 @item (nnchoke-request-post &optional SERVER)
27395 This function should post the current buffer.  It might return whether
27396 the posting was successful or not, but that's not required.  If, for
27397 instance, the posting is done asynchronously, it has generally not been
27398 completed by the time this function concludes.  In that case, this
27399 function should set up some kind of sentinel to beep the user loud and
27400 clear if the posting could not be completed.
27402 There should be no result data from this function.
27404 @end table
27407 @node Optional Back End Functions
27408 @subsubsection Optional Back End Functions
27410 @table @code
27412 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
27414 @var{groups} is a list of groups, and this function should request data
27415 on all those groups.  How it does it is of no concern to Gnus, but it
27416 should attempt to do this in a speedy fashion.
27418 The return value of this function can be either @code{active} or
27419 @code{group}, which says what the format of the result data is.  The
27420 former is in the same format as the data from
27421 @code{nnchoke-request-list}, while the latter is a buffer full of lines
27422 in the same format as @code{nnchoke-request-group} gives.
27424 @example
27425 group-buffer = *active-line / *group-status
27426 @end example
27429 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
27431 A Gnus group info (@pxref{Group Info}) is handed to the back end for
27432 alterations.  This comes in handy if the back end really carries all
27433 the information (as is the case with virtual and imap groups).  This
27434 function should destructively alter the info to suit its needs, and
27435 should return a non-@code{nil} value.
27437 There should be no result data from this function.
27440 @item (nnchoke-request-type GROUP &optional ARTICLE)
27442 When the user issues commands for ``sending news'' (@kbd{F} in the
27443 summary buffer, for instance), Gnus has to know whether the article the
27444 user is following up on is news or mail.  This function should return
27445 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
27446 is mail and @code{unknown} if the type can't be decided.  (The
27447 @var{article} parameter is necessary in @code{nnvirtual} groups which
27448 might very well combine mail groups and news groups.)  Both @var{group}
27449 and @var{article} may be @code{nil}.
27451 There should be no result data from this function.
27454 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
27456 Set/remove/add marks on articles.  Normally Gnus handles the article
27457 marks (such as read, ticked, expired etc) internally, and store them in
27458 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
27459 all information about the articles on the server, so Gnus need to
27460 propagate the mark information to the server.
27462 @var{action} is a list of mark setting requests, having this format:
27464 @example
27465 (RANGE ACTION MARK)
27466 @end example
27468 @var{range} is a range of articles you wish to update marks on.
27469 @var{action} is @code{add} or @code{del}, used to add marks or remove
27470 marks (preserving all marks not mentioned).  @var{mark} is a list of
27471 marks; where each mark is a symbol.  Currently used marks are
27472 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
27473 @code{dormant}, @code{save}, @code{download}, @code{unsend},
27474 @code{forward} and @code{recent}, but your back end should, if
27475 possible, not limit itself to these.
27477 Given contradictory actions, the last action in the list should be the
27478 effective one.  That is, if your action contains a request to add the
27479 @code{tick} mark on article 1 and, later in the list, a request to
27480 remove the mark on the same article, the mark should in fact be removed.
27482 An example action list:
27484 @example
27485 (((5 12 30) 'del '(tick))
27486  ((10 . 90) 'add '(read expire))
27487  ((92 94) 'del '(read)))
27488 @end example
27490 The function should return a range of articles it wasn't able to set the
27491 mark on (currently not used for anything).
27493 There should be no result data from this function.
27495 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
27497 If the user tries to set a mark that the back end doesn't like, this
27498 function may change the mark.  Gnus will use whatever this function
27499 returns as the mark for @var{article} instead of the original
27500 @var{mark}.  If the back end doesn't care, it must return the original
27501 @var{mark}, and not @code{nil} or any other type of garbage.
27503 The only use for this I can see is what @code{nnvirtual} does with
27504 it---if a component group is auto-expirable, marking an article as read
27505 in the virtual group should result in the article being marked as
27506 expirable.
27508 There should be no result data from this function.
27511 @item (nnchoke-request-scan &optional GROUP SERVER)
27513 This function may be called at any time (by Gnus or anything else) to
27514 request that the back end check for incoming articles, in one way or
27515 another.  A mail back end will typically read the spool file or query
27516 the @acronym{POP} server when this function is invoked.  The
27517 @var{group} doesn't have to be heeded---if the back end decides that
27518 it is too much work just scanning for a single group, it may do a
27519 total scan of all groups.  It would be nice, however, to keep things
27520 local if that's practical.
27522 There should be no result data from this function.
27525 @item (nnchoke-request-group-description GROUP &optional SERVER)
27527 The result data from this function should be a description of
27528 @var{group}.
27530 @example
27531 description-line = name <TAB> description eol
27532 name             = <string>
27533 description      = <text>
27534 @end example
27536 @item (nnchoke-request-list-newsgroups &optional SERVER)
27538 The result data from this function should be the description of all
27539 groups available on the server.
27541 @example
27542 description-buffer = *description-line
27543 @end example
27546 @item (nnchoke-request-newgroups DATE &optional SERVER)
27548 The result data from this function should be all groups that were
27549 created after @samp{date}, which is in normal human-readable date format
27550 (i.e., the date format used in mail and news headers, and returned by
27551 the function @code{message-make-date} by default).  The data should be
27552 in the active buffer format.
27554 It is okay for this function to return ``too many'' groups; some back ends
27555 might find it cheaper to return the full list of groups, rather than
27556 just the new groups.  But don't do this for back ends with many groups.
27557 Normally, if the user creates the groups herself, there won't be too
27558 many groups, so @code{nnml} and the like are probably safe.  But for
27559 back ends like @code{nntp}, where the groups have been created by the
27560 server, it is quite likely that there can be many groups.
27563 @item (nnchoke-request-create-group GROUP &optional SERVER)
27565 This function should create an empty group with name @var{group}.
27567 There should be no return data.
27570 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
27572 This function should run the expiry process on all articles in the
27573 @var{articles} range (which is currently a simple list of article
27574 numbers.)  It is left up to the back end to decide how old articles
27575 should be before they are removed by this function.  If @var{force} is
27576 non-@code{nil}, all @var{articles} should be deleted, no matter how new
27577 they are.
27579 This function should return a list of articles that it did not/was not
27580 able to delete.
27582 There should be no result data returned.
27585 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
27587 This function should move @var{article} (which is a number) from
27588 @var{group} by calling @var{accept-form}.
27590 This function should ready the article in question for moving by
27591 removing any header lines it has added to the article, and generally
27592 should ``tidy up'' the article.  Then it should @code{eval}
27593 @var{accept-form} in the buffer where the ``tidy'' article is.  This
27594 will do the actual copying.  If this @code{eval} returns a
27595 non-@code{nil} value, the article should be removed.
27597 If @var{last} is @code{nil}, that means that there is a high likelihood
27598 that there will be more requests issued shortly, so that allows some
27599 optimizations.
27601 The function should return a cons where the @code{car} is the group name and
27602 the @code{cdr} is the article number that the article was entered as.
27604 There should be no data returned.
27607 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
27609 This function takes the current buffer and inserts it into @var{group}.
27610 If @var{last} in @code{nil}, that means that there will be more calls to
27611 this function in short order.
27613 The function should return a cons where the @code{car} is the group name and
27614 the @code{cdr} is the article number that the article was entered as.
27616 The group should exist before the back end is asked to accept the
27617 article for that group.
27619 There should be no data returned.
27622 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
27624 This function should remove @var{article} (which is a number) from
27625 @var{group} and insert @var{buffer} there instead.
27627 There should be no data returned.
27630 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
27632 This function should delete @var{group}.  If @var{force}, it should
27633 really delete all the articles in the group, and then delete the group
27634 itself.  (If there is such a thing as ``the group itself''.)
27636 There should be no data returned.
27639 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
27641 This function should rename @var{group} into @var{new-name}.  All
27642 articles in @var{group} should move to @var{new-name}.
27644 There should be no data returned.
27646 @end table
27649 @node Error Messaging
27650 @subsubsection Error Messaging
27652 @findex nnheader-report
27653 @findex nnheader-get-report
27654 The back ends should use the function @code{nnheader-report} to report
27655 error conditions---they should not raise errors when they aren't able to
27656 perform a request.  The first argument to this function is the back end
27657 symbol, and the rest are interpreted as arguments to @code{format} if
27658 there are multiple of them, or just a string if there is one of them.
27659 This function must always returns @code{nil}.
27661 @lisp
27662 (nnheader-report 'nnchoke "You did something totally bogus")
27664 (nnheader-report 'nnchoke "Could not request group %s" group)
27665 @end lisp
27667 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
27668 @code{nil} back from a server, and this function returns the most
27669 recently reported message for the back end in question.  This function
27670 takes one argument---the server symbol.
27672 Internally, these functions access @var{back-end}@code{-status-string},
27673 so the @code{nnchoke} back end will have its error message stored in
27674 @code{nnchoke-status-string}.
27677 @node Writing New Back Ends
27678 @subsubsection Writing New Back Ends
27680 Many back ends are quite similar.  @code{nnml} is just like
27681 @code{nnspool}, but it allows you to edit the articles on the server.
27682 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
27683 and it doesn't maintain overview databases.  @code{nndir} is just like
27684 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
27685 editing articles.
27687 It would make sense if it were possible to ``inherit'' functions from
27688 back ends when writing new back ends.  And, indeed, you can do that if you
27689 want to.  (You don't have to if you don't want to, of course.)
27691 All the back ends declare their public variables and functions by using a
27692 package called @code{nnoo}.
27694 To inherit functions from other back ends (and allow other back ends to
27695 inherit functions from the current back end), you should use the
27696 following macros:
27698 @table @code
27700 @item nnoo-declare
27701 This macro declares the first parameter to be a child of the subsequent
27702 parameters.  For instance:
27704 @lisp
27705 (nnoo-declare nndir
27706   nnml nnmh)
27707 @end lisp
27709 @code{nndir} has declared here that it intends to inherit functions from
27710 both @code{nnml} and @code{nnmh}.
27712 @item defvoo
27713 This macro is equivalent to @code{defvar}, but registers the variable as
27714 a public server variable.  Most state-oriented variables should be
27715 declared with @code{defvoo} instead of @code{defvar}.
27717 In addition to the normal @code{defvar} parameters, it takes a list of
27718 variables in the parent back ends to map the variable to when executing
27719 a function in those back ends.
27721 @lisp
27722 (defvoo nndir-directory nil
27723   "Where nndir will look for groups."
27724   nnml-current-directory nnmh-current-directory)
27725 @end lisp
27727 This means that @code{nnml-current-directory} will be set to
27728 @code{nndir-directory} when an @code{nnml} function is called on behalf
27729 of @code{nndir}.  (The same with @code{nnmh}.)
27731 @item nnoo-define-basics
27732 This macro defines some common functions that almost all back ends should
27733 have.
27735 @lisp
27736 (nnoo-define-basics nndir)
27737 @end lisp
27739 @item deffoo
27740 This macro is just like @code{defun} and takes the same parameters.  In
27741 addition to doing the normal @code{defun} things, it registers the
27742 function as being public so that other back ends can inherit it.
27744 @item nnoo-map-functions
27745 This macro allows mapping of functions from the current back end to
27746 functions from the parent back ends.
27748 @lisp
27749 (nnoo-map-functions nndir
27750   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27751   (nnmh-request-article 0 nndir-current-group 0 0))
27752 @end lisp
27754 This means that when @code{nndir-retrieve-headers} is called, the first,
27755 third, and fourth parameters will be passed on to
27756 @code{nnml-retrieve-headers}, while the second parameter is set to the
27757 value of @code{nndir-current-group}.
27759 @item nnoo-import
27760 This macro allows importing functions from back ends.  It should be the
27761 last thing in the source file, since it will only define functions that
27762 haven't already been defined.
27764 @lisp
27765 (nnoo-import nndir
27766   (nnmh
27767    nnmh-request-list
27768    nnmh-request-newgroups)
27769   (nnml))
27770 @end lisp
27772 This means that calls to @code{nndir-request-list} should just be passed
27773 on to @code{nnmh-request-list}, while all public functions from
27774 @code{nnml} that haven't been defined in @code{nndir} yet should be
27775 defined now.
27777 @end table
27779 Below is a slightly shortened version of the @code{nndir} back end.
27781 @lisp
27782 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
27783 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
27785 ;;; @r{Code:}
27787 (require 'nnheader)
27788 (require 'nnmh)
27789 (require 'nnml)
27790 (require 'nnoo)
27791 (eval-when-compile (require 'cl))
27793 (nnoo-declare nndir
27794   nnml nnmh)
27796 (defvoo nndir-directory nil
27797   "Where nndir will look for groups."
27798   nnml-current-directory nnmh-current-directory)
27800 (defvoo nndir-nov-is-evil nil
27801   "*Non-nil means that nndir will never retrieve NOV headers."
27802   nnml-nov-is-evil)
27804 (defvoo nndir-current-group ""
27805   nil
27806   nnml-current-group nnmh-current-group)
27807 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
27808 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
27810 (defvoo nndir-status-string "" nil nnmh-status-string)
27811 (defconst nndir-version "nndir 1.0")
27813 ;;; @r{Interface functions.}
27815 (nnoo-define-basics nndir)
27817 (deffoo nndir-open-server (server &optional defs)
27818   (setq nndir-directory
27819         (or (cadr (assq 'nndir-directory defs))
27820             server))
27821   (unless (assq 'nndir-directory defs)
27822     (push `(nndir-directory ,server) defs))
27823   (push `(nndir-current-group
27824           ,(file-name-nondirectory
27825             (directory-file-name nndir-directory)))
27826         defs)
27827   (push `(nndir-top-directory
27828           ,(file-name-directory (directory-file-name nndir-directory)))
27829         defs)
27830   (nnoo-change-server 'nndir server defs))
27832 (nnoo-map-functions nndir
27833   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27834   (nnmh-request-article 0 nndir-current-group 0 0)
27835   (nnmh-request-group nndir-current-group 0 0)
27836   (nnmh-close-group nndir-current-group 0))
27838 (nnoo-import nndir
27839   (nnmh
27840    nnmh-status-message
27841    nnmh-request-list
27842    nnmh-request-newgroups))
27844 (provide 'nndir)
27845 @end lisp
27848 @node Hooking New Back Ends Into Gnus
27849 @subsubsection Hooking New Back Ends Into Gnus
27851 @vindex gnus-valid-select-methods
27852 @findex gnus-declare-backend
27853 Having Gnus start using your new back end is rather easy---you just
27854 declare it with the @code{gnus-declare-backend} functions.  This will
27855 enter the back end into the @code{gnus-valid-select-methods} variable.
27857 @code{gnus-declare-backend} takes two parameters---the back end name and
27858 an arbitrary number of @dfn{abilities}.
27860 Here's an example:
27862 @lisp
27863 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27864 @end lisp
27866 The above line would then go in the @file{nnchoke.el} file.
27868 The abilities can be:
27870 @table @code
27871 @item mail
27872 This is a mailish back end---followups should (probably) go via mail.
27873 @item post
27874 This is a newsish back end---followups should (probably) go via news.
27875 @item post-mail
27876 This back end supports both mail and news.
27877 @item none
27878 This is neither a post nor mail back end---it's something completely
27879 different.
27880 @item respool
27881 It supports respooling---or rather, it is able to modify its source
27882 articles and groups.
27883 @item address
27884 The name of the server should be in the virtual server name.  This is
27885 true for almost all back ends.
27886 @item prompt-address
27887 The user should be prompted for an address when doing commands like
27888 @kbd{B} in the group buffer.  This is true for back ends like
27889 @code{nntp}, but not @code{nnmbox}, for instance.
27890 @end table
27893 @node Mail-like Back Ends
27894 @subsubsection Mail-like Back Ends
27896 One of the things that separate the mail back ends from the rest of the
27897 back ends is the heavy dependence by most of the mail back ends on
27898 common functions in @file{nnmail.el}.  For instance, here's the
27899 definition of @code{nnml-request-scan}:
27901 @lisp
27902 (deffoo nnml-request-scan (&optional group server)
27903   (setq nnml-article-file-alist nil)
27904   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27905 @end lisp
27907 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27908 and @code{nnmail} takes care of all the moving and splitting of the
27909 mail.
27911 This function takes four parameters.
27913 @table @var
27914 @item method
27915 This should be a symbol to designate which back end is responsible for
27916 the call.
27918 @item exit-function
27919 This function should be called after the splitting has been performed.
27921 @item temp-directory
27922 Where the temporary files should be stored.
27924 @item group
27925 This optional argument should be a group name if the splitting is to be
27926 performed for one group only.
27927 @end table
27929 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27930 save each article.  @var{back-end}@code{-active-number} will be called to
27931 find the article number assigned to this article.
27933 The function also uses the following variables:
27934 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27935 this back end); and @var{back-end}@code{-group-alist} and
27936 @var{back-end}@code{-active-file} to generate the new active file.
27937 @var{back-end}@code{-group-alist} should be a group-active alist, like
27938 this:
27940 @example
27941 (("a-group" (1 . 10))
27942  ("some-group" (34 . 39)))
27943 @end example
27946 @node Score File Syntax
27947 @subsection Score File Syntax
27949 Score files are meant to be easily parseable, but yet extremely
27950 mallable.  It was decided that something that had the same read syntax
27951 as an Emacs Lisp list would fit that spec.
27953 Here's a typical score file:
27955 @lisp
27956 (("summary"
27957   ("win95" -10000 nil s)
27958   ("Gnus"))
27959  ("from"
27960   ("Lars" -1000))
27961  (mark -100))
27962 @end lisp
27964 BNF definition of a score file:
27966 @example
27967 score-file      = "" / "(" *element ")"
27968 element         = rule / atom
27969 rule            = string-rule / number-rule / date-rule
27970 string-rule     = "(" quote string-header quote space *string-match ")"
27971 number-rule     = "(" quote number-header quote space *number-match ")"
27972 date-rule       = "(" quote date-header quote space *date-match ")"
27973 quote           = <ascii 34>
27974 string-header   = "subject" / "from" / "references" / "message-id" /
27975                   "xref" / "body" / "head" / "all" / "followup"
27976 number-header   = "lines" / "chars"
27977 date-header     = "date"
27978 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27979                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27980 score           = "nil" / <integer>
27981 date            = "nil" / <natural number>
27982 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27983                   "r" / "regex" / "R" / "Regex" /
27984                   "e" / "exact" / "E" / "Exact" /
27985                   "f" / "fuzzy" / "F" / "Fuzzy"
27986 number-match    = "(" <integer> [ "" / [ space score [ "" /
27987                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27988 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27989 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27990                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27991 date-match-t    = "nil" / "at" / "before" / "after"
27992 atom            = "(" [ required-atom / optional-atom ] ")"
27993 required-atom   = mark / expunge / mark-and-expunge / files /
27994                   exclude-files / read-only / touched
27995 optional-atom   = adapt / local / eval
27996 mark            = "mark" space nil-or-number
27997 nil-or-number   = "nil" / <integer>
27998 expunge         = "expunge" space nil-or-number
27999 mark-and-expunge = "mark-and-expunge" space nil-or-number
28000 files           = "files" *[ space <string> ]
28001 exclude-files   = "exclude-files" *[ space <string> ]
28002 read-only       = "read-only" [ space "nil" / space "t" ]
28003 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
28004 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
28005 local           = "local" *[ space "(" <string> space <form> ")" ]
28006 eval            = "eval" space <form>
28007 space           = *[ " " / <TAB> / <NEWLINE> ]
28008 @end example
28010 Any unrecognized elements in a score file should be ignored, but not
28011 discarded.
28013 As you can see, white space is needed, but the type and amount of white
28014 space is irrelevant.  This means that formatting of the score file is
28015 left up to the programmer---if it's simpler to just spew it all out on
28016 one looong line, then that's ok.
28018 The meaning of the various atoms are explained elsewhere in this
28019 manual (@pxref{Score File Format}).
28022 @node Headers
28023 @subsection Headers
28025 Internally Gnus uses a format for storing article headers that
28026 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
28027 almost suspect that the author looked at the @acronym{NOV} specification and
28028 just shamelessly @emph{stole} the entire thing, and one would be right.
28030 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
28031 RFC 1036 to talk about lines in the head of an article (e.g.,
28032 @code{From}).  It is used by many people as a synonym for
28033 ``head''---``the header and the body''.  (That should be avoided, in my
28034 opinion.)  And Gnus uses a format internally that it calls ``header'',
28035 which is what I'm talking about here.  This is a 9-element vector,
28036 basically, with each header (ouch) having one slot.
28038 These slots are, in order: @code{number}, @code{subject}, @code{from},
28039 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
28040 @code{xref}, and @code{extra}.  There are macros for accessing and
28041 setting these slots---they all have predictable names beginning with
28042 @code{mail-header-} and @code{mail-header-set-}, respectively.
28044 All these slots contain strings, except the @code{extra} slot, which
28045 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
28048 @node Ranges
28049 @subsection Ranges
28051 @sc{gnus} introduced a concept that I found so useful that I've started
28052 using it a lot and have elaborated on it greatly.
28054 The question is simple: If you have a large amount of objects that are
28055 identified by numbers (say, articles, to take a @emph{wild} example)
28056 that you want to qualify as being ``included'', a normal sequence isn't
28057 very useful.  (A 200,000 length sequence is a bit long-winded.)
28059 The solution is as simple as the question: You just collapse the
28060 sequence.
28062 @example
28063 (1 2 3 4 5 6 10 11 12)
28064 @end example
28066 is transformed into
28068 @example
28069 ((1 . 6) (10 . 12))
28070 @end example
28072 To avoid having those nasty @samp{(13 . 13)} elements to denote a
28073 lonesome object, a @samp{13} is a valid element:
28075 @example
28076 ((1 . 6) 7 (10 . 12))
28077 @end example
28079 This means that comparing two ranges to find out whether they are equal
28080 is slightly tricky:
28082 @example
28083 ((1 . 5) 7 8 (10 . 12))
28084 @end example
28088 @example
28089 ((1 . 5) (7 . 8) (10 . 12))
28090 @end example
28092 are equal.  In fact, any non-descending list is a range:
28094 @example
28095 (1 2 3 4 5)
28096 @end example
28098 is a perfectly valid range, although a pretty long-winded one.  This is
28099 also valid:
28101 @example
28102 (1 . 5)
28103 @end example
28105 and is equal to the previous range.
28107 Here's a BNF definition of ranges.  Of course, one must remember the
28108 semantic requirement that the numbers are non-descending.  (Any number
28109 of repetition of the same number is allowed, but apt to disappear in
28110 range handling.)
28112 @example
28113 range           = simple-range / normal-range
28114 simple-range    = "(" number " . " number ")"
28115 normal-range    = "(" start-contents ")"
28116 contents        = "" / simple-range *[ " " contents ] /
28117                   number *[ " " contents ]
28118 @end example
28120 Gnus currently uses ranges to keep track of read articles and article
28121 marks.  I plan on implementing a number of range operators in C if The
28122 Powers That Be are willing to let me.  (I haven't asked yet, because I
28123 need to do some more thinking on what operators I need to make life
28124 totally range-based without ever having to convert back to normal
28125 sequences.)
28128 @node Group Info
28129 @subsection Group Info
28131 Gnus stores all permanent info on groups in a @dfn{group info} list.
28132 This list is from three to six elements (or more) long and exhaustively
28133 describes the group.
28135 Here are two example group infos; one is a very simple group while the
28136 second is a more complex one:
28138 @example
28139 ("no.group" 5 ((1 . 54324)))
28141 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
28142                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
28143                 (nnml "")
28144                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
28145 @end example
28147 The first element is the @dfn{group name}---as Gnus knows the group,
28148 anyway.  The second element is the @dfn{subscription level}, which
28149 normally is a small integer.  (It can also be the @dfn{rank}, which is a
28150 cons cell where the @code{car} is the level and the @code{cdr} is the
28151 score.)  The third element is a list of ranges of read articles.  The
28152 fourth element is a list of lists of article marks of various kinds.
28153 The fifth element is the select method (or virtual server, if you like).
28154 The sixth element is a list of @dfn{group parameters}, which is what
28155 this section is about.
28157 Any of the last three elements may be missing if they are not required.
28158 In fact, the vast majority of groups will normally only have the first
28159 three elements, which saves quite a lot of cons cells.
28161 Here's a BNF definition of the group info format:
28163 @example
28164 info          = "(" group space ralevel space read
28165                 [ "" / [ space marks-list [ "" / [ space method [ "" /
28166                 space parameters ] ] ] ] ] ")"
28167 group         = quote <string> quote
28168 ralevel       = rank / level
28169 level         = <integer in the range of 1 to inf>
28170 rank          = "(" level "." score ")"
28171 score         = <integer in the range of 1 to inf>
28172 read          = range
28173 marks-lists   = nil / "(" *marks ")"
28174 marks         = "(" <string> range ")"
28175 method        = "(" <string> *elisp-forms ")"
28176 parameters    = "(" *elisp-forms ")"
28177 @end example
28179 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28180 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28181 in pseudo-BNF.
28183 If you have a Gnus info and want to access the elements, Gnus offers a
28184 series of macros for getting/setting these elements.
28186 @table @code
28187 @item gnus-info-group
28188 @itemx gnus-info-set-group
28189 @findex gnus-info-group
28190 @findex gnus-info-set-group
28191 Get/set the group name.
28193 @item gnus-info-rank
28194 @itemx gnus-info-set-rank
28195 @findex gnus-info-rank
28196 @findex gnus-info-set-rank
28197 Get/set the group rank (@pxref{Group Score}).
28199 @item gnus-info-level
28200 @itemx gnus-info-set-level
28201 @findex gnus-info-level
28202 @findex gnus-info-set-level
28203 Get/set the group level.
28205 @item gnus-info-score
28206 @itemx gnus-info-set-score
28207 @findex gnus-info-score
28208 @findex gnus-info-set-score
28209 Get/set the group score (@pxref{Group Score}).
28211 @item gnus-info-read
28212 @itemx gnus-info-set-read
28213 @findex gnus-info-read
28214 @findex gnus-info-set-read
28215 Get/set the ranges of read articles.
28217 @item gnus-info-marks
28218 @itemx gnus-info-set-marks
28219 @findex gnus-info-marks
28220 @findex gnus-info-set-marks
28221 Get/set the lists of ranges of marked articles.
28223 @item gnus-info-method
28224 @itemx gnus-info-set-method
28225 @findex gnus-info-method
28226 @findex gnus-info-set-method
28227 Get/set the group select method.
28229 @item gnus-info-params
28230 @itemx gnus-info-set-params
28231 @findex gnus-info-params
28232 @findex gnus-info-set-params
28233 Get/set the group parameters.
28234 @end table
28236 All the getter functions take one parameter---the info list.  The setter
28237 functions take two parameters---the info list and the new value.
28239 The last three elements in the group info aren't mandatory, so it may be
28240 necessary to extend the group info before setting the element.  If this
28241 is necessary, you can just pass on a non-@code{nil} third parameter to
28242 the three final setter functions to have this happen automatically.
28245 @node Extended Interactive
28246 @subsection Extended Interactive
28247 @cindex interactive
28248 @findex gnus-interactive
28250 Gnus extends the standard Emacs @code{interactive} specification
28251 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28252 Prefixes}).  Here's an example of how this is used:
28254 @lisp
28255 (defun gnus-summary-increase-score (&optional score symp)
28256   (interactive (gnus-interactive "P\ny"))
28257   ...
28258   )
28259 @end lisp
28261 The best thing to do would have been to implement
28262 @code{gnus-interactive} as a macro which would have returned an
28263 @code{interactive} form, but this isn't possible since Emacs checks
28264 whether a function is interactive or not by simply doing an @code{assq}
28265 on the lambda form.  So, instead we have @code{gnus-interactive}
28266 function that takes a string and returns values that are usable to
28267 @code{interactive}.
28269 This function accepts (almost) all normal @code{interactive} specs, but
28270 adds a few more.
28272 @table @samp
28273 @item y
28274 @vindex gnus-current-prefix-symbol
28275 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28276 variable.
28278 @item Y
28279 @vindex gnus-current-prefix-symbols
28280 A list of the current symbolic prefixes---the
28281 @code{gnus-current-prefix-symbol} variable.
28283 @item A
28284 The current article number---the @code{gnus-summary-article-number}
28285 function.
28287 @item H
28288 The current article header---the @code{gnus-summary-article-header}
28289 function.
28291 @item g
28292 The current group name---the @code{gnus-group-group-name}
28293 function.
28295 @end table
28298 @node Emacs/XEmacs Code
28299 @subsection Emacs/XEmacs Code
28300 @cindex XEmacs
28301 @cindex Emacsen
28303 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28304 platforms must be the primary one.  I chose Emacs.  Not because I don't
28305 like XEmacs or Mule, but because it comes first alphabetically.
28307 This means that Gnus will byte-compile under Emacs with nary a warning,
28308 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28309 As I use byte-compilation warnings to help me root out trivial errors in
28310 Gnus, that's very useful.
28312 I've also consistently used Emacs function interfaces, but have used
28313 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28314 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28315 function.  I then define a function called @code{gnus-run-at-time} that
28316 takes the same parameters as the Emacs @code{run-at-time}.  When running
28317 Gnus under Emacs, the former function is just an alias for the latter.
28318 However, when running under XEmacs, the former is an alias for the
28319 following function:
28321 @lisp
28322 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28323   (start-itimer
28324    "gnus-run-at-time"
28325    `(lambda ()
28326       (,function ,@@args))
28327    time repeat))
28328 @end lisp
28330 This sort of thing has been done for bunches of functions.  Gnus does
28331 not redefine any native Emacs functions while running under XEmacs---it
28332 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28333 all over.
28335 In the cases where the XEmacs function interface was obviously cleaner,
28336 I used it instead.  For example @code{gnus-region-active-p} is an alias
28337 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28339 Of course, I could have chosen XEmacs as my native platform and done
28340 mapping functions the other way around.  But I didn't.  The performance
28341 hit these indirections impose on Gnus under XEmacs should be slight.
28344 @node Various File Formats
28345 @subsection Various File Formats
28347 @menu
28348 * Active File Format::          Information on articles and groups available.
28349 * Newsgroups File Format::      Group descriptions.
28350 @end menu
28353 @node Active File Format
28354 @subsubsection Active File Format
28356 The active file lists all groups available on the server in
28357 question.  It also lists the highest and lowest current article numbers
28358 in each group.
28360 Here's an excerpt from a typical active file:
28362 @example
28363 soc.motss 296030 293865 y
28364 alt.binaries.pictures.fractals 3922 3913 n
28365 comp.sources.unix 1605 1593 m
28366 comp.binaries.ibm.pc 5097 5089 y
28367 no.general 1000 900 y
28368 @end example
28370 Here's a pseudo-BNF definition of this file:
28372 @example
28373 active      = *group-line
28374 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28375 group       = <non-white-space string>
28376 spc         = " "
28377 high-number = <non-negative integer>
28378 low-number  = <positive integer>
28379 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28380 @end example
28382 For a full description of this file, see the manual pages for
28383 @samp{innd}, in particular @samp{active(5)}.
28386 @node Newsgroups File Format
28387 @subsubsection Newsgroups File Format
28389 The newsgroups file lists groups along with their descriptions.  Not all
28390 groups on the server have to be listed,  and not all groups in the file
28391 have to exist on the server.  The file is meant purely as information to
28392 the user.
28394 The format is quite simple; a group name, a tab, and the description.
28395 Here's the definition:
28397 @example
28398 newsgroups    = *line
28399 line          = group tab description <NEWLINE>
28400 group         = <non-white-space string>
28401 tab           = <TAB>
28402 description   = <string>
28403 @end example
28406 @page
28407 @node Emacs for Heathens
28408 @section Emacs for Heathens
28410 Believe it or not, but some people who use Gnus haven't really used
28411 Emacs much before they embarked on their journey on the Gnus Love Boat.
28412 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
28413 region'', and ``set @code{gnus-flargblossen} to an alist where the key
28414 is a regexp that is used for matching on the group name'' are magical
28415 phrases with little or no meaning, then this appendix is for you.  If
28416 you are already familiar with Emacs, just ignore this and go fondle your
28417 cat instead.
28419 @menu
28420 * Keystrokes::                  Entering text and executing commands.
28421 * Emacs Lisp::                  The built-in Emacs programming language.
28422 @end menu
28425 @node Keystrokes
28426 @subsection Keystrokes
28428 @itemize @bullet
28429 @item
28430 Q: What is an experienced Emacs user?
28432 @item
28433 A: A person who wishes that the terminal had pedals.
28434 @end itemize
28436 Yes, when you use Emacs, you are apt to use the control key, the shift
28437 key and the meta key a lot.  This is very annoying to some people
28438 (notably @code{vi}le users), and the rest of us just love the hell out
28439 of it.  Just give up and submit.  Emacs really does stand for
28440 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
28441 may have heard from other disreputable sources (like the Emacs author).
28443 The shift keys are normally located near your pinky fingers, and are
28444 normally used to get capital letters and stuff.  You probably use it all
28445 the time.  The control key is normally marked ``CTRL'' or something like
28446 that.  The meta key is, funnily enough, never marked as such on any
28447 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
28448 which is the meta key on this keyboard.  It's usually located somewhere
28449 to the left hand side of the keyboard, usually on the bottom row.
28451 Now, us Emacs people don't say ``press the meta-control-m key'',
28452 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
28453 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
28454 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
28455 down the control key, and hold it down while you press @kbd{k}''.
28456 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
28457 the control key and then press @kbd{k}''.  Simple, ay?
28459 This is somewhat complicated by the fact that not all keyboards have a
28460 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
28461 means ``press escape, release escape, press @kbd{k}''.  That's much more
28462 work than if you have a meta key, so if that's the case, I respectfully
28463 suggest you get a real keyboard with a meta key.  You can't live without
28468 @node Emacs Lisp
28469 @subsection Emacs Lisp
28471 Emacs is the King of Editors because it's really a Lisp interpreter.
28472 Each and every key you tap runs some Emacs Lisp code snippet, and since
28473 Emacs Lisp is an interpreted language, that means that you can configure
28474 any key to run any arbitrary code.  You just, like, do it.
28476 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
28477 functions.  (These are byte-compiled for speed, but it's still
28478 interpreted.)  If you decide that you don't like the way Gnus does
28479 certain things, it's trivial to have it do something a different way.
28480 (Well, at least if you know how to write Lisp code.)  However, that's
28481 beyond the scope of this manual, so we are simply going to talk about
28482 some common constructs that you normally use in your @file{.emacs} file
28483 to customize Gnus.
28485 If you want to set the variable @code{gnus-florgbnize} to four (4), you
28486 write the following:
28488 @lisp
28489 (setq gnus-florgbnize 4)
28490 @end lisp
28492 This function (really ``special form'') @code{setq} is the one that can
28493 set a variable to some value.  This is really all you need to know.  Now
28494 you can go and fill your @file{.emacs} file with lots of these to change
28495 how Gnus works.
28497 If you have put that thing in your @file{.emacs} file, it will be read
28498 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
28499 start Emacs.  If you want to change the variable right away, simply say
28500 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
28501 previous ``form'', which is a simple @code{setq} statement here.
28503 Go ahead---just try it, if you're located at your Emacs.  After you
28504 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
28505 is the return value of the form you @code{eval}ed.
28507 Some pitfalls:
28509 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
28510 that means:
28512 @lisp
28513 (setq gnus-read-active-file 'some)
28514 @end lisp
28516 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
28517 @samp{nntp.ifi.uio.no}'', that means:
28519 @lisp
28520 (setq gnus-nntp-server "nntp.ifi.uio.no")
28521 @end lisp
28523 So be careful not to mix up strings (the latter) with symbols (the
28524 former).  The manual is unambiguous, but it can be confusing.
28526 @page
28527 @include gnus-faq.texi
28529 @node Index
28530 @chapter Index
28531 @printindex cp
28533 @node Key Index
28534 @chapter Key Index
28535 @printindex ky
28537 @summarycontents
28538 @contents
28539 @bye
28541 @iftex
28542 @iflatex
28543 \end{document}
28544 @end iflatex
28545 @end iftex
28547 @c Local Variables:
28548 @c mode: texinfo
28549 @c coding: iso-8859-1
28550 @c End:
28552 @ignore
28553    arch-tag: c9fa47e7-78ca-4681-bda9-9fef45d1c819
28554 @end ignore