]> code.delx.au - gnu-emacs/blob - doc/misc/gnus.texi
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / doc / misc / gnus.texi
1 \input texinfo
2
3 @include gnus-overrides.texi
4
5 @setfilename ../../info/gnus
6 @settitle Gnus Manual
7 @syncodeindex fn cp
8 @syncodeindex vr cp
9 @syncodeindex pg cp
10
11 @documentencoding UTF-8
12
13 @copying
14 Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
15
16 @quotation
17 Permission is granted to copy, distribute and/or modify this document
18 under the terms of the GNU Free Documentation License, Version 1.3 or
19 any later version published by the Free Software Foundation; with no
20 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
21 and with the Back-Cover Texts as in (a) below. A copy of the license
22 is included in the section entitled ``GNU Free Documentation License''.
23
24 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
25 modify this GNU manual.''
26 @end quotation
27 @end copying
28
29 @iftex
30 @iflatex
31 \documentclass[twoside,a4paper,openright,11pt]{book}
32 \usepackage[latin1]{inputenc}
33 \usepackage{pagestyle}
34 \usepackage{epsfig}
35 \usepackage{pixidx}
36 \input{gnusconfig.tex}
37
38 \ifx\pdfoutput\undefined
39 \else
40 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
41 \usepackage{thumbpdf}
42 \pdfcompresslevel=9
43 \fi
44
45 \makeindex
46 \begin{document}
47
48 % Adjust ../Makefile.in if you change the following line:
49 \newcommand{\gnusversionname}{Gnus v5.13}
50 \newcommand{\gnuschaptername}{}
51 \newcommand{\gnussectionname}{}
52
53 \newcommand{\gnusbackslash}{/}
54
55 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
56 \ifx\pdfoutput\undefined
57 \newcommand{\gnusuref}[1]{\gnustt{#1}}
58 \else
59 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
60 \fi
61 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
62 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
63
64 \newcommand{\gnuskindex}[1]{\index{#1}}
65 \newcommand{\gnusindex}[1]{\index{#1}}
66
67 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
68 \newcommand{\gnuscode}[1]{\gnustt{#1}}
69 \newcommand{\gnusasis}[1]{\gnustt{#1}}
70 \newcommand{\gnusurl}[1]{\gnustt{#1}}
71 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
72 \newcommand{\gnusenv}[1]{\gnustt{#1}}
73 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
74 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
75 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
76 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
77 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
78 \newcommand{\gnusdfn}[1]{\textit{#1}}
79 \newcommand{\gnusi}[1]{\textit{#1}}
80 \newcommand{\gnusr}[1]{\textrm{#1}}
81 \newcommand{\gnusstrong}[1]{\textbf{#1}}
82 \newcommand{\gnusemph}[1]{\textit{#1}}
83 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
84 \newcommand{\gnussc}[1]{\textsc{#1}}
85 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
86 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
87 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
88 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
89 \newcommand{\gnusacronym}[1]{\textsc{#1}}
90 \newcommand{\gnusemail}[1]{\textit{#1}}
91
92 \newcommand{\gnusbullet}{{${\bullet}$}}
93 \newcommand{\gnusdollar}{\$}
94 \newcommand{\gnusampersand}{\&}
95 \newcommand{\gnuspercent}{\%}
96 \newcommand{\gnushash}{\#}
97 \newcommand{\gnushat}{\symbol{"5E}}
98 \newcommand{\gnusunderline}{\symbol{"5F}}
99 \newcommand{\gnusnot}{$\neg$}
100 \newcommand{\gnustilde}{\symbol{"7E}}
101 \newcommand{\gnusless}{{$<$}}
102 \newcommand{\gnusgreater}{{$>$}}
103 \newcommand{\gnusbraceleft}{{$>$}}
104 \newcommand{\gnusbraceright}{{$>$}}
105
106 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
107 \newcommand{\gnusinteresting}{
108 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
109 }
110
111 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
112
113 \newcommand{\gnuspagechapter}[1]{
114 {\mbox{}}
115 }
116
117 \newdimen{\gnusdimen}
118 \gnusdimen 0pt
119
120 \newcommand{\gnuschapter}[2]{
121 \gnuscleardoublepage
122 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
123 \chapter{#2}
124 \renewcommand{\gnussectionname}{}
125 \renewcommand{\gnuschaptername}{#2}
126 \thispagestyle{empty}
127 \hspace*{-2cm}
128 \begin{picture}(500,500)(0,0)
129 \put(480,350){\makebox(0,0)[tr]{#1}}
130 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
131 \end{picture}
132 \clearpage
133 }
134
135 \newcommand{\gnusfigure}[3]{
136 \begin{figure}
137 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
138 #3
139 \end{picture}
140 \caption{#1}
141 \end{figure}
142 }
143
144 \newcommand{\gnusicon}[1]{
145 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
146 }
147
148 \newcommand{\gnuspicon}[1]{
149 \margindex{\epsfig{figure=#1,width=2cm}}
150 }
151
152 \newcommand{\gnusxface}[2]{
153 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
154 }
155
156 \newcommand{\gnussmiley}[2]{
157 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
158 }
159
160 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
161
162 \newcommand{\gnussection}[1]{
163 \renewcommand{\gnussectionname}{#1}
164 \section{#1}
165 }
166
167 \newenvironment{codelist}%
168 {\begin{list}{}{
169 }
170 }{\end{list}}
171
172 \newenvironment{asislist}%
173 {\begin{list}{}{
174 }
175 }{\end{list}}
176
177 \newenvironment{kbdlist}%
178 {\begin{list}{}{
179 \labelwidth=0cm
180 }
181 }{\end{list}}
182
183 \newenvironment{dfnlist}%
184 {\begin{list}{}{
185 }
186 }{\end{list}}
187
188 \newenvironment{stronglist}%
189 {\begin{list}{}{
190 }
191 }{\end{list}}
192
193 \newenvironment{samplist}%
194 {\begin{list}{}{
195 }
196 }{\end{list}}
197
198 \newenvironment{varlist}%
199 {\begin{list}{}{
200 }
201 }{\end{list}}
202
203 \newenvironment{emphlist}%
204 {\begin{list}{}{
205 }
206 }{\end{list}}
207
208 \newlength\gnusheadtextwidth
209 \setlength{\gnusheadtextwidth}{\headtextwidth}
210 \addtolength{\gnusheadtextwidth}{1cm}
211
212 \newpagestyle{gnuspreamble}%
213 {
214 {
215 \ifodd\count0
216 {
217 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
218 }
219 \else
220 {
221 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
222 }
223 }
224 \fi
225 }
226 }
227 {
228 \ifodd\count0
229 \mbox{} \hfill
230 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
231 \else
232 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
233 \hfill \mbox{}
234 \fi
235 }
236
237 \newpagestyle{gnusindex}%
238 {
239 {
240 \ifodd\count0
241 {
242 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
243 }
244 \else
245 {
246 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
247 }
248 \fi
249 }
250 }
251 {
252 \ifodd\count0
253 \mbox{} \hfill
254 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
255 \else
256 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
257 \hfill \mbox{}
258 \fi
259 }
260
261 \newpagestyle{gnus}%
262 {
263 {
264 \ifodd\count0
265 {
266 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
267 }
268 \else
269 {
270 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
271 }
272 \fi
273 }
274 }
275 {
276 \ifodd\count0
277 \mbox{} \hfill
278 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
279 \else
280 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
281 \hfill \mbox{}
282 \fi
283 }
284
285 \pagenumbering{roman}
286 \pagestyle{gnuspreamble}
287
288 @end iflatex
289 @end iftex
290
291 @iftex
292 @iflatex
293
294 \begin{titlepage}
295 {
296
297 %\addtolength{\oddsidemargin}{-5cm}
298 %\addtolength{\evensidemargin}{-5cm}
299 \parindent=0cm
300 \addtolength{\textheight}{2cm}
301
302 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
303 \rule{15cm}{1mm}\\
304 \vfill
305 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
306 \vfill
307 \rule{15cm}{1mm}\\
308 \gnusauthor{by Lars Magne Ingebrigtsen}
309 \newpage
310 }
311
312 \mbox{}
313 \vfill
314
315 \thispagestyle{empty}
316
317 @c @insertcopying
318 \newpage
319 \end{titlepage}
320 @end iflatex
321 @end iftex
322
323 @dircategory Emacs network features
324 @direntry
325 * Gnus: (gnus). The newsreader Gnus.
326 @end direntry
327 @iftex
328 @finalout
329 @end iftex
330
331
332 @titlepage
333 @ifset WEBHACKDEVEL
334 @title Gnus Manual (DEVELOPMENT VERSION)
335 @end ifset
336 @ifclear WEBHACKDEVEL
337 @title Gnus Manual
338 @end ifclear
339
340 @author by Lars Magne Ingebrigtsen
341 @page
342 @vskip 0pt plus 1filll
343 @insertcopying
344 @end titlepage
345
346 @summarycontents
347 @contents
348
349 @node Top
350 @top The Gnus Newsreader
351
352 @ifinfo
353
354 You can read news (and mail) from within Emacs by using Gnus. The news
355 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
356 spool or your mbox file. All at the same time, if you want to push your
357 luck.
358
359 @c Adjust ../Makefile.in if you change the following line:
360 This manual corresponds to Gnus v5.13
361
362 @ifnottex
363 @insertcopying
364 @end ifnottex
365
366 @end ifinfo
367
368 @iftex
369
370 @iflatex
371 \tableofcontents
372 \gnuscleardoublepage
373 @end iflatex
374
375 Gnus is the advanced, self-documenting, customizable, extensible
376 unreal-time newsreader for GNU Emacs.
377
378 Oops. That sounds oddly familiar, so let's start over again to avoid
379 being accused of plagiarism:
380
381 Gnus is a message-reading laboratory. It will let you look at just
382 about anything as if it were a newsgroup. You can read mail with it,
383 you can browse directories with it, you can @code{ftp} with it---you
384 can even read news with it!
385
386 Gnus tries to empower people who read news the same way Emacs empowers
387 people who edit text. Gnus sets no limits to what the user should be
388 allowed to do. Users are encouraged to extend Gnus to make it behave
389 like they want it to behave. A program should not control people;
390 people should be empowered to do what they want by using (or abusing)
391 the program.
392
393 @c Adjust ../Makefile.in if you change the following line:
394 This manual corresponds to Gnus v5.13
395
396 @heading Other related manuals
397 @itemize
398 @item Message manual: Composing messages
399 @item Emacs-MIME: Composing messages; @acronym{MIME}-specific parts.
400 @item Sieve: Managing Sieve scripts in Emacs.
401 @item EasyPG: @acronym{PGP/MIME} with Gnus.
402 @item SASL: @acronym{SASL} authentication in Emacs.
403 @end itemize
404
405 @end iftex
406
407 @menu
408 * Starting Up:: Finding news can be a pain.
409 * Group Buffer:: Selecting, subscribing and killing groups.
410 * Summary Buffer:: Reading, saving and posting articles.
411 * Article Buffer:: Displaying and handling articles.
412 * Composing Messages:: Information on sending mail and news.
413 * Select Methods:: Gnus reads all messages from various select methods.
414 * Scoring:: Assigning values to articles.
415 * Searching:: Mail and News search engines.
416 * Various:: General purpose settings.
417 * The End:: Farewell and goodbye.
418 * Appendices:: Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
419 * GNU Free Documentation License:: The license for this documentation.
420 * Index:: Variable, function and concept index.
421 * Key Index:: Key Index.
422
423 Other related manuals
424
425 * Message:(message). Composing messages.
426 * Emacs-MIME:(emacs-mime). Composing messages; @acronym{MIME}-specific parts.
427 * Sieve:(sieve). Managing Sieve scripts in Emacs.
428 * EasyPG:(epa). @acronym{PGP/MIME} with Gnus.
429 * SASL:(sasl). @acronym{SASL} authentication in Emacs.
430
431 @detailmenu
432 --- The Detailed Node Listing ---
433
434 Starting Gnus
435
436 * Finding the News:: Choosing a method for getting news.
437 * The Server is Down:: How can I read my mail then?
438 * Slave Gnusae:: You can have more than one Gnus active at a time.
439 * Fetching a Group:: Starting Gnus just to read a group.
440 * New Groups:: What is Gnus supposed to do with new groups?
441 * Changing Servers:: You may want to move from one server to another.
442 * Startup Files:: Those pesky startup files---@file{.newsrc}.
443 * Auto Save:: Recovering from a crash.
444 * The Active File:: Reading the active file over a slow line Takes Time.
445 * Startup Variables:: Other variables you might change.
446
447 New Groups
448
449 * Checking New Groups:: Determining what groups are new.
450 * Subscription Methods:: What Gnus should do with new groups.
451 * Filtering New Groups:: Making Gnus ignore certain new groups.
452
453 Group Buffer
454
455 * Group Buffer Format:: Information listed and how you can change it.
456 * Group Maneuvering:: Commands for moving in the group buffer.
457 * Selecting a Group:: Actually reading news.
458 * Subscription Commands:: Unsubscribing, killing, subscribing.
459 * Group Data:: Changing the info for a group.
460 * Group Levels:: Levels? What are those, then?
461 * Group Score:: A mechanism for finding out what groups you like.
462 * Marking Groups:: You can mark groups for later processing.
463 * Foreign Groups:: Creating and editing groups.
464 * Group Parameters:: Each group may have different parameters set.
465 * Listing Groups:: Gnus can list various subsets of the groups.
466 * Sorting Groups:: Re-arrange the group order.
467 * Group Maintenance:: Maintaining a tidy @file{.newsrc} file.
468 * Browse Foreign Server:: You can browse a server. See what it has to offer.
469 * Exiting Gnus:: Stop reading news and get some work done.
470 * Group Topics:: A folding group mode divided into topics.
471 * Non-ASCII Group Names:: Accessing groups of non-English names.
472 * Misc Group Stuff:: Other stuff that you can to do.
473
474 Group Buffer Format
475
476 * Group Line Specification:: Deciding how the group buffer is to look.
477 * Group Mode Line Specification:: The group buffer mode line.
478 * Group Highlighting:: Having nice colors in the group buffer.
479
480 Group Topics
481
482 * Topic Commands:: Interactive E-Z commands.
483 * Topic Variables:: How to customize the topics the Lisp Way.
484 * Topic Sorting:: Sorting each topic individually.
485 * Topic Topology:: A map of the world.
486 * Topic Parameters:: Parameters that apply to all groups in a topic.
487
488 Misc Group Stuff
489
490 * Scanning New Messages:: Asking Gnus to see whether new messages have arrived.
491 * Group Information:: Information and help on groups and Gnus.
492 * Group Timestamp:: Making Gnus keep track of when you last read a group.
493 * File Commands:: Reading and writing the Gnus files.
494 * Sieve Commands:: Managing Sieve scripts.
495
496 Summary Buffer
497
498 * Summary Buffer Format:: Deciding how the summary buffer is to look.
499 * Summary Maneuvering:: Moving around the summary buffer.
500 * Choosing Articles:: Reading articles.
501 * Paging the Article:: Scrolling the current article.
502 * Reply Followup and Post:: Posting articles.
503 * Delayed Articles:: Send articles at a later time.
504 * Marking Articles:: Marking articles as read, expirable, etc.
505 * Limiting:: You can limit the summary buffer.
506 * Threading:: How threads are made.
507 * Sorting the Summary Buffer:: How articles and threads are sorted.
508 * Asynchronous Fetching:: Gnus might be able to pre-fetch articles.
509 * Article Caching:: You may store articles in a cache.
510 * Persistent Articles:: Making articles expiry-resistant.
511 * Sticky Articles:: Article buffers that are not reused.
512 * Article Backlog:: Having already read articles hang around.
513 * Saving Articles:: Ways of customizing article saving.
514 * Decoding Articles:: Gnus can treat series of (uu)encoded articles.
515 * Article Treatment:: The article buffer can be mangled at will.
516 * MIME Commands:: Doing MIMEy things with the articles.
517 * Charsets:: Character set issues.
518 * Article Commands:: Doing various things with the article buffer.
519 * Summary Sorting:: Sorting the summary buffer in various ways.
520 * Finding the Parent:: No child support? Get the parent.
521 * Alternative Approaches:: Reading using non-default summaries.
522 * Tree Display:: A more visual display of threads.
523 * Mail Group Commands:: Some commands can only be used in mail groups.
524 * Various Summary Stuff:: What didn't fit anywhere else.
525 * Exiting the Summary Buffer:: Returning to the Group buffer,
526 or reselecting the current group.
527 * Crosspost Handling:: How crossposted articles are dealt with.
528 * Duplicate Suppression:: An alternative when crosspost handling fails.
529 * Security:: Decrypt and Verify.
530 * Mailing List:: Mailing list minor mode.
531
532 Summary Buffer Format
533
534 * Summary Buffer Lines:: You can specify how summary lines should look.
535 * To From Newsgroups:: How to not display your own name.
536 * Summary Buffer Mode Line:: You can say how the mode line should look.
537 * Summary Highlighting:: Making the summary buffer all pretty and nice.
538
539 Choosing Articles
540
541 * Choosing Commands:: Commands for choosing articles.
542 * Choosing Variables:: Variables that influence these commands.
543
544 Reply, Followup and Post
545
546 * Summary Mail Commands:: Sending mail.
547 * Summary Post Commands:: Sending news.
548 * Summary Message Commands:: Other Message-related commands.
549 * Canceling and Superseding::
550
551 Marking Articles
552
553 * Unread Articles:: Marks for unread articles.
554 * Read Articles:: Marks for read articles.
555 * Other Marks:: Marks that do not affect readedness.
556 * Setting Marks:: How to set and remove marks.
557 * Generic Marking Commands:: How to customize the marking.
558 * Setting Process Marks:: How to mark articles for later processing.
559
560 Threading
561
562 * Customizing Threading:: Variables you can change to affect the threading.
563 * Thread Commands:: Thread based commands in the summary buffer.
564
565 Customizing Threading
566
567 * Loose Threads:: How Gnus gathers loose threads into bigger threads.
568 * Filling In Threads:: Making the threads displayed look fuller.
569 * More Threading:: Even more variables for fiddling with threads.
570 * Low-Level Threading:: You thought it was over@dots{} but you were wrong!
571
572 Decoding Articles
573
574 * Uuencoded Articles:: Uudecode articles.
575 * Shell Archives:: Unshar articles.
576 * PostScript Files:: Split PostScript.
577 * Other Files:: Plain save and binhex.
578 * Decoding Variables:: Variables for a happy decoding.
579 * Viewing Files:: You want to look at the result of the decoding?
580
581 Decoding Variables
582
583 * Rule Variables:: Variables that say how a file is to be viewed.
584 * Other Decode Variables:: Other decode variables.
585 * Uuencoding and Posting:: Variables for customizing uuencoding.
586
587 Article Treatment
588
589 * Article Highlighting:: You want to make the article look like fruit salad.
590 * Article Fontisizing:: Making emphasized text look nice.
591 * Article Hiding:: You also want to make certain info go away.
592 * Article Washing:: Lots of way-neat functions to make life better.
593 * Article Header:: Doing various header transformations.
594 * Article Buttons:: Click on URLs, Message-IDs, addresses and the like.
595 * Article Button Levels:: Controlling appearance of buttons.
596 * Article Date:: Grumble, UT!
597 * Article Display:: Display various stuff---X-Face, Picons, Smileys, Gravatars
598 * Article Signature:: What is a signature?
599 * Article Miscellanea:: Various other stuff.
600
601 Alternative Approaches
602
603 * Pick and Read:: First mark articles and then read them.
604 * Binary Groups:: Auto-decode all articles.
605
606 Various Summary Stuff
607
608 * Summary Group Information:: Information oriented commands.
609 * Searching for Articles:: Multiple article commands.
610 * Summary Generation Commands::
611 * Really Various Summary Commands:: Those pesky non-conformant commands.
612
613 Article Buffer
614
615 * Hiding Headers:: Deciding what headers should be displayed.
616 * Using MIME:: Pushing articles through @acronym{MIME} before reading them.
617 * Customizing Articles:: Tailoring the look of the articles.
618 * Article Keymap:: Keystrokes available in the article buffer.
619 * Misc Article:: Other stuff.
620
621 Composing Messages
622
623 * Mail:: Mailing and replying.
624 * Posting Server:: What server should you post and mail via?
625 * POP before SMTP:: You cannot send a mail unless you read a mail.
626 * Mail and Post:: Mailing and posting at the same time.
627 * Archived Messages:: Where Gnus stores the messages you've sent.
628 * Posting Styles:: An easier way to specify who you are.
629 * Drafts:: Postponing messages and rejected messages.
630 * Rejected Articles:: What happens if the server doesn't like your article?
631 * Signing and encrypting:: How to compose secure messages.
632
633 Select Methods
634
635 * Server Buffer:: Making and editing virtual servers.
636 * Getting News:: Reading USENET news with Gnus.
637 * Using IMAP:: Reading mail from @acronym{IMAP}.
638 * Getting Mail:: Reading your personal mail with Gnus.
639 * Browsing the Web:: Getting messages from a plethora of Web sources.
640 * Other Sources:: Reading directories, files.
641 * Combined Groups:: Combining groups into one group.
642 * Email Based Diary:: Using mails to manage diary events in Gnus.
643 * Gnus Unplugged:: Reading news and mail offline.
644
645 Server Buffer
646
647 * Server Buffer Format:: You can customize the look of this buffer.
648 * Server Commands:: Commands to manipulate servers.
649 * Example Methods:: Examples server specifications.
650 * Creating a Virtual Server:: An example session.
651 * Server Variables:: Which variables to set.
652 * Servers and Methods:: You can use server names as select methods.
653 * Unavailable Servers:: Some servers you try to contact may be down.
654
655 Getting News
656
657 * NNTP:: Reading news from an @acronym{NNTP} server.
658 * News Spool:: Reading news from the local spool.
659
660 @acronym{NNTP}
661
662 * Direct Functions:: Connecting directly to the server.
663 * Indirect Functions:: Connecting indirectly to the server.
664 * Common Variables:: Understood by several connection functions.
665
666 Getting Mail
667
668 * Mail in a Newsreader:: Important introductory notes.
669 * Getting Started Reading Mail:: A simple cookbook example.
670 * Splitting Mail:: How to create mail groups.
671 * Mail Sources:: How to tell Gnus where to get mail from.
672 * Mail Back End Variables:: Variables for customizing mail handling.
673 * Fancy Mail Splitting:: Gnus can do hairy splitting of incoming mail.
674 * Group Mail Splitting:: Use group customize to drive mail splitting.
675 * Incorporating Old Mail:: What about the old mail you have?
676 * Expiring Mail:: Getting rid of unwanted mail.
677 * Washing Mail:: Removing cruft from the mail you get.
678 * Duplicates:: Dealing with duplicated mail.
679 * Not Reading Mail:: Using mail back ends for reading other files.
680 * Choosing a Mail Back End:: Gnus can read a variety of mail formats.
681
682 Mail Sources
683
684 * Mail Source Specifiers:: How to specify what a mail source is.
685 * Mail Source Customization:: Some variables that influence things.
686 * Fetching Mail:: Using the mail source specifiers.
687
688 Choosing a Mail Back End
689
690 * Unix Mail Box:: Using the (quite) standard Un*x mbox.
691 * Babyl:: Babyl was used by older versions of Rmail.
692 * Mail Spool:: Store your mail in a private spool?
693 * MH Spool:: An mhspool-like back end.
694 * Maildir:: Another one-file-per-message format.
695 * Mail Folders:: Having one file for each group.
696 * Comparing Mail Back Ends:: An in-depth looks at pros and cons.
697
698 Browsing the Web
699
700 * Archiving Mail::
701 * Web Searches:: Creating groups from articles that match a string.
702 * RSS:: Reading RDF site summary.
703 * Customizing W3:: Doing stuff to Emacs/W3 from Gnus.
704
705 Other Sources
706
707 * Directory Groups:: You can read a directory as if it was a newsgroup.
708 * Anything Groups:: Dired? Who needs dired?
709 * Document Groups:: Single files can be the basis of a group.
710 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
711 * The Empty Backend:: The backend that never has any news.
712
713 Document Groups
714
715 * Document Server Internals:: How to add your own document types.
716
717 Combined Groups
718
719 * Virtual Groups:: Combining articles from many groups.
720
721 Email Based Diary
722
723 * The NNDiary Back End:: Basic setup and usage.
724 * The Gnus Diary Library:: Utility toolkit on top of nndiary.
725 * Sending or Not Sending:: A final note on sending diary messages.
726
727 The NNDiary Back End
728
729 * Diary Messages:: What makes a message valid for nndiary.
730 * Running NNDiary:: NNDiary has two modes of operation.
731 * Customizing NNDiary:: Bells and whistles.
732
733 The Gnus Diary Library
734
735 * Diary Summary Line Format:: A nicer summary buffer line format.
736 * Diary Articles Sorting:: A nicer way to sort messages.
737 * Diary Headers Generation:: Not doing it manually.
738 * Diary Group Parameters:: Not handling them manually.
739
740 Gnus Unplugged
741
742 * Agent Basics:: How it all is supposed to work.
743 * Agent Categories:: How to tell the Gnus Agent what to download.
744 * Agent Commands:: New commands for all the buffers.
745 * Agent Visuals:: Ways that the agent may effect your summary buffer.
746 * Agent as Cache:: The Agent is a big cache too.
747 * Agent Expiry:: How to make old articles go away.
748 * Agent Regeneration:: How to recover from lost connections and other accidents.
749 * Agent and flags:: How the Agent maintains flags.
750 * Agent and IMAP:: How to use the Agent with @acronym{IMAP}.
751 * Outgoing Messages:: What happens when you post/mail something?
752 * Agent Variables:: Customizing is fun.
753 * Example Setup:: An example @file{~/.gnus.el} file for offline people.
754 * Batching Agents:: How to fetch news from a @code{cron} job.
755 * Agent Caveats:: What you think it'll do and what it does.
756
757 Agent Categories
758
759 * Category Syntax:: What a category looks like.
760 * Category Buffer:: A buffer for maintaining categories.
761 * Category Variables:: Customize'r'Us.
762
763 Agent Commands
764
765 * Group Agent Commands:: Configure groups and fetch their contents.
766 * Summary Agent Commands:: Manually select then fetch specific articles.
767 * Server Agent Commands:: Select the servers that are supported by the agent.
768
769 Scoring
770
771 * Summary Score Commands:: Adding score entries for the current group.
772 * Group Score Commands:: General score commands.
773 * Score Variables:: Customize your scoring. (My, what terminology).
774 * Score File Format:: What a score file may contain.
775 * Score File Editing:: You can edit score files by hand as well.
776 * Adaptive Scoring:: Big Sister Gnus knows what you read.
777 * Home Score File:: How to say where new score entries are to go.
778 * Followups To Yourself:: Having Gnus notice when people answer you.
779 * Scoring On Other Headers:: Scoring on non-standard headers.
780 * Scoring Tips:: How to score effectively.
781 * Reverse Scoring:: That problem child of old is not problem.
782 * Global Score Files:: Earth-spanning, ear-splitting score files.
783 * Kill Files:: They are still here, but they can be ignored.
784 * Converting Kill Files:: Translating kill files to score files.
785 * Advanced Scoring:: Using logical expressions to build score rules.
786 * Score Decays:: It can be useful to let scores wither away.
787
788 Advanced Scoring
789
790 * Advanced Scoring Syntax:: A definition.
791 * Advanced Scoring Examples:: What they look like.
792 * Advanced Scoring Tips:: Getting the most out of it.
793
794 Searching
795
796 * nnir:: Searching with various engines.
797 * nnmairix:: Searching with Mairix.
798
799 nnir
800
801 * What is nnir?:: What does nnir do.
802 * Basic Usage:: How to perform simple searches.
803 * Setting up nnir:: How to set up nnir.
804
805 Setting up nnir
806
807 * Associating Engines:: How to associate engines.
808
809 Various
810
811 * Process/Prefix:: A convention used by many treatment commands.
812 * Interactive:: Making Gnus ask you many questions.
813 * Symbolic Prefixes:: How to supply some Gnus functions with options.
814 * Formatting Variables:: You can specify what buffers should look like.
815 * Window Layout:: Configuring the Gnus buffer windows.
816 * Faces and Fonts:: How to change how faces look.
817 * Mode Lines:: Displaying information in the mode lines.
818 * Highlighting and Menus:: Making buffers look all nice and cozy.
819 * Daemons:: Gnus can do things behind your back.
820 * Undo:: Some actions can be undone.
821 * Predicate Specifiers:: Specifying predicates.
822 * Moderation:: What to do if you're a moderator.
823 * Image Enhancements:: Modern versions of Emacs/XEmacs can display images.
824 * Fuzzy Matching:: What's the big fuzz?
825 * Thwarting Email Spam:: Simple ways to avoid unsolicited commercial email.
826 * Spam Package:: A package for filtering and processing spam.
827 * The Gnus Registry:: A package for tracking messages by Message-ID.
828 * Other modes:: Interaction with other modes.
829 * Various Various:: Things that are really various.
830
831 Formatting Variables
832
833 * Formatting Basics:: A formatting variable is basically a format string.
834 * Mode Line Formatting:: Some rules about mode line formatting variables.
835 * Advanced Formatting:: Modifying output in various ways.
836 * User-Defined Specs:: Having Gnus call your own functions.
837 * Formatting Fonts:: Making the formatting look colorful and nice.
838 * Positioning Point:: Moving point to a position after an operation.
839 * Tabulation:: Tabulating your output.
840 * Wide Characters:: Dealing with wide characters.
841
842 Image Enhancements
843
844 * X-Face:: Display a funky, teensy black-and-white image.
845 * Face:: Display a funkier, teensier colored image.
846 * Smileys:: Show all those happy faces the way they were
847 meant to be shown.
848 * Picons:: How to display pictures of what you're reading.
849 * Gravatars:: Display the avatar of people you read.
850 * XVarious:: Other XEmacsy Gnusey variables.
851
852 Thwarting Email Spam
853
854 * The problem of spam:: Some background, and some solutions
855 * Anti-Spam Basics:: Simple steps to reduce the amount of spam.
856 * SpamAssassin:: How to use external anti-spam tools.
857 * Hashcash:: Reduce spam by burning CPU time.
858
859 Spam Package
860
861 * Spam Package Introduction::
862 * Filtering Incoming Mail::
863 * Detecting Spam in Groups::
864 * Spam and Ham Processors::
865 * Spam Package Configuration Examples::
866 * Spam Back Ends::
867 * Extending the Spam package::
868 * Spam Statistics Package::
869
870 Spam Statistics Package
871
872 * Creating a spam-stat dictionary::
873 * Splitting mail using spam-stat::
874 * Low-level interface to the spam-stat dictionary::
875
876 Appendices
877
878 * XEmacs:: Requirements for installing under XEmacs.
879 * History:: How Gnus got where it is today.
880 * On Writing Manuals:: Why this is not a beginner's guide.
881 * Terminology:: We use really difficult, like, words here.
882 * Customization:: Tailoring Gnus to your needs.
883 * Troubleshooting:: What you might try if things do not work.
884 * Gnus Reference Guide:: Rilly, rilly technical stuff.
885 * Emacs for Heathens:: A short introduction to Emacsian terms.
886 * Frequently Asked Questions:: The Gnus FAQ
887
888 History
889
890 * Gnus Versions:: What Gnus versions have been released.
891 * Why?:: What's the point of Gnus?
892 * Compatibility:: Just how compatible is Gnus with @sc{gnus}?
893 * Conformity:: Gnus tries to conform to all standards.
894 * Emacsen:: Gnus can be run on a few modern Emacsen.
895 * Gnus Development:: How Gnus is developed.
896 * Contributors:: Oodles of people.
897 * New Features:: Pointers to some of the new stuff in Gnus.
898
899 New Features
900
901 * ding Gnus:: New things in Gnus 5.0/5.1, the first new Gnus.
902 * September Gnus:: The Thing Formally Known As Gnus 5.2/5.3.
903 * Red Gnus:: Third time best---Gnus 5.4/5.5.
904 * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7.
905 * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9.
906 * Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11.
907 * No Gnus:: Very punny. Gnus 5.12/5.13
908 * Ma Gnus:: Celebrating 25 years of Gnus.
909
910 Customization
911
912 * Slow/Expensive Connection:: You run a local Emacs and get the news elsewhere.
913 * Slow Terminal Connection:: You run a remote Emacs.
914 * Little Disk Space:: You feel that having large setup files is icky.
915 * Slow Machine:: You feel like buying a faster machine.
916
917 Gnus Reference Guide
918
919 * Gnus Utility Functions:: Common functions and variable to use.
920 * Back End Interface:: How Gnus communicates with the servers.
921 * Score File Syntax:: A BNF definition of the score file standard.
922 * Headers:: How Gnus stores headers internally.
923 * Ranges:: A handy format for storing mucho numbers.
924 * Group Info:: The group info format.
925 * Extended Interactive:: Symbolic prefixes and stuff.
926 * Emacs/XEmacs Code:: Gnus can be run under all modern Emacsen.
927 * Various File Formats:: Formats of files that Gnus use.
928
929 Back End Interface
930
931 * Required Back End Functions:: Functions that must be implemented.
932 * Optional Back End Functions:: Functions that need not be implemented.
933 * Error Messaging:: How to get messages and report errors.
934 * Writing New Back Ends:: Extending old back ends.
935 * Hooking New Back Ends Into Gnus:: What has to be done on the Gnus end.
936 * Mail-like Back Ends:: Some tips on mail back ends.
937
938 Various File Formats
939
940 * Active File Format:: Information on articles and groups available.
941 * Newsgroups File Format:: Group descriptions.
942
943 Emacs for Heathens
944
945 * Keystrokes:: Entering text and executing commands.
946 * Emacs Lisp:: The built-in Emacs programming language.
947
948 @end detailmenu
949 @end menu
950
951 @node Starting Up
952 @chapter Starting Gnus
953 @cindex starting up
954
955 If you haven't used Emacs much before using Gnus, read @ref{Emacs for
956 Heathens} first.
957
958 @kindex M-x gnus
959 @findex gnus
960 If your system administrator has set things up properly, starting Gnus
961 and reading news is extremely easy---you just type @kbd{M-x gnus} in
962 your Emacs. If not, you should customize the variable
963 @code{gnus-select-method} as described in @ref{Finding the News}. For a
964 minimal setup for posting should also customize the variables
965 @code{user-full-name} and @code{user-mail-address}.
966
967 @findex gnus-other-frame
968 @kindex M-x gnus-other-frame
969 If you want to start Gnus in a different frame, you can use the command
970 @kbd{M-x gnus-other-frame} instead.
971
972 If things do not go smoothly at startup, you have to twiddle some
973 variables in your @file{~/.gnus.el} file. This file is similar to
974 @file{~/.emacs}, but is read when Gnus starts.
975
976 If you puzzle at any terms used in this manual, please refer to the
977 terminology section (@pxref{Terminology}).
978
979 @menu
980 * Finding the News:: Choosing a method for getting news.
981 * The Server is Down:: How can I read my mail then?
982 * Slave Gnusae:: You can have more than one Gnus active at a time.
983 * New Groups:: What is Gnus supposed to do with new groups?
984 * Changing Servers:: You may want to move from one server to another.
985 * Startup Files:: Those pesky startup files---@file{.newsrc}.
986 * Auto Save:: Recovering from a crash.
987 * The Active File:: Reading the active file over a slow line Takes Time.
988 * Startup Variables:: Other variables you might change.
989 @end menu
990
991
992 @node Finding the News
993 @section Finding the News
994 @cindex finding news
995
996 First of all, you should know that there is a special buffer called
997 @code{*Server*} that lists all the servers Gnus knows about. You can
998 press @kbd{^} from the Group buffer to see it. In the Server buffer,
999 you can press @kbd{RET} on a defined server to see all the groups it
1000 serves (subscribed or not!). You can also add or delete servers, edit
1001 a foreign server's definition, agentize or de-agentize a server, and
1002 do many other neat things. @xref{Server Buffer}.
1003 @xref{Foreign Groups}. @xref{Agent Basics}.
1004
1005 @vindex gnus-select-method
1006 @c @head
1007 The @code{gnus-select-method} variable says where Gnus should look for
1008 news. This variable should be a list where the first element says
1009 @dfn{how} and the second element says @dfn{where}. This method is your
1010 native method. All groups not fetched with this method are
1011 secondary or foreign groups.
1012
1013 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1014 you want to get your daily dosage of news from, you'd say:
1015
1016 @lisp
1017 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1018 @end lisp
1019
1020 If you want to read directly from the local spool, say:
1021
1022 @lisp
1023 (setq gnus-select-method '(nnspool ""))
1024 @end lisp
1025
1026 If you can use a local spool, you probably should, as it will almost
1027 certainly be much faster. But do not use the local spool if your
1028 server is running Leafnode (which is a simple, standalone private news
1029 server); in this case, use @code{(nntp "localhost")}.
1030
1031 @vindex gnus-nntpserver-file
1032 @cindex NNTPSERVER
1033 @cindex @acronym{NNTP} server
1034 If this variable is not set, Gnus will take a look at the
1035 @env{NNTPSERVER} environment variable. If that variable isn't set,
1036 Gnus will see whether @code{gnus-nntpserver-file}
1037 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1038 If that fails as well, Gnus will try to use the machine running Emacs
1039 as an @acronym{NNTP} server. That's a long shot, though.
1040
1041 @findex gnus-group-browse-foreign-server
1042 @kindex B (Group)
1043 However, if you use one @acronym{NNTP} server regularly and are just
1044 interested in a couple of groups from a different server, you would be
1045 better served by using the @kbd{B} command in the group buffer. It will
1046 let you have a look at what groups are available, and you can subscribe
1047 to any of the groups you want to. This also makes @file{.newsrc}
1048 maintenance much tidier. @xref{Foreign Groups}.
1049
1050 @vindex gnus-secondary-select-methods
1051 @c @head
1052 A slightly different approach to foreign groups is to set the
1053 @code{gnus-secondary-select-methods} variable. The select methods
1054 listed in this variable are in many ways just as native as the
1055 @code{gnus-select-method} server. They will also be queried for active
1056 files during startup (if that's required), and new newsgroups that
1057 appear on these servers will be subscribed (or not) just as native
1058 groups are.
1059
1060 For instance, if you use the @code{nnmbox} back end to read your mail,
1061 you would typically set this variable to
1062
1063 @lisp
1064 (setq gnus-secondary-select-methods '((nnmbox "")))
1065 @end lisp
1066
1067
1068
1069 @node The Server is Down
1070 @section The Server is Down
1071 @cindex server errors
1072
1073 If the default server is down, Gnus will understandably have some
1074 problems starting. However, if you have some mail groups in addition to
1075 the news groups, you may want to start Gnus anyway.
1076
1077 Gnus, being the trusting sort of program, will ask whether to proceed
1078 without a native select method if that server can't be contacted. This
1079 will happen whether the server doesn't actually exist (i.e., you have
1080 given the wrong address) or the server has just momentarily taken ill
1081 for some reason or other. If you decide to continue and have no foreign
1082 groups, you'll find it difficult to actually do anything in the group
1083 buffer. But, hey, that's your problem. Blllrph!
1084
1085 @findex gnus-no-server
1086 @kindex M-x gnus-no-server
1087 @c @head
1088 If you know that the server is definitely down, or you just want to read
1089 your mail without bothering with the server at all, you can use the
1090 @code{gnus-no-server} command to start Gnus. That might come in handy
1091 if you're in a hurry as well. This command will not attempt to contact
1092 your primary server---instead, it will just activate all groups on level
1093 1 and 2. (You should preferably keep no native groups on those two
1094 levels.) Also @pxref{Group Levels}.
1095
1096
1097 @node Slave Gnusae
1098 @section Slave Gnusae
1099 @cindex slave
1100
1101 You might want to run more than one Emacs with more than one Gnus at the
1102 same time. If you are using different @file{.newsrc} files (e.g., if you
1103 are using the two different Gnusae to read from two different servers),
1104 that is no problem whatsoever. You just do it.
1105
1106 The problem appears when you want to run two Gnusae that use the same
1107 @file{.newsrc} file.
1108
1109 To work around that problem some, we here at the Think-Tank at the Gnus
1110 Towers have come up with a new concept: @dfn{Masters} and
1111 @dfn{slaves}. (We have applied for a patent on this concept, and have
1112 taken out a copyright on those words. If you wish to use those words in
1113 conjunction with each other, you have to send $1 per usage instance to
1114 me. Usage of the patent (@dfn{Master/Slave Relationships In Computer
1115 Applications}) will be much more expensive, of course.)
1116
1117 @findex gnus-slave
1118 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1119 however you do it). Each subsequent slave Gnusae should be started with
1120 @kbd{M-x gnus-slave}. These slaves won't save normal @file{.newsrc}
1121 files, but instead save @dfn{slave files} that contain information only
1122 on what groups have been read in the slave session. When a master Gnus
1123 starts, it will read (and delete) these slave files, incorporating all
1124 information from them. (The slave files will be read in the sequence
1125 they were created, so the latest changes will have precedence.)
1126
1127 Information from the slave files has, of course, precedence over the
1128 information in the normal (i.e., master) @file{.newsrc} file.
1129
1130 If the @file{.newsrc*} files have not been saved in the master when the
1131 slave starts, you may be prompted as to whether to read an auto-save
1132 file. If you answer ``yes'', the unsaved changes to the master will be
1133 incorporated into the slave. If you answer ``no'', the slave may see some
1134 messages as unread that have been read in the master.
1135
1136
1137
1138 @node New Groups
1139 @section New Groups
1140 @cindex new groups
1141 @cindex subscription
1142
1143 @vindex gnus-check-new-newsgroups
1144 If you are satisfied that you really never want to see any new groups,
1145 you can set @code{gnus-check-new-newsgroups} to @code{nil}. This will
1146 also save you some time at startup. Even if this variable is
1147 @code{nil}, you can always subscribe to the new groups just by pressing
1148 @kbd{U} in the group buffer (@pxref{Group Maintenance}). This variable
1149 is @code{ask-server} by default. If you set this variable to
1150 @code{always}, then Gnus will query the back ends for new groups even
1151 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1152
1153 @menu
1154 * Checking New Groups:: Determining what groups are new.
1155 * Subscription Methods:: What Gnus should do with new groups.
1156 * Filtering New Groups:: Making Gnus ignore certain new groups.
1157 @end menu
1158
1159
1160 @node Checking New Groups
1161 @subsection Checking New Groups
1162
1163 Gnus normally determines whether a group is new or not by comparing
1164 the list of groups from the active file(s) with the lists of
1165 subscribed and dead groups. This isn't a particularly fast method.
1166 If @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will
1167 ask the server for new groups since the last time. This is both
1168 faster and cheaper. This also means that you can get rid of the list
1169 of killed groups (@pxref{Group Levels}) altogether, so you may set
1170 @code{gnus-save-killed-list} to @code{nil}, which will save time both
1171 at startup, at exit, and all over. Saves disk space, too. Why isn't
1172 this the default, then? Unfortunately, not all servers support this
1173 command.
1174
1175 I bet I know what you're thinking now: How do I find out whether my
1176 server supports @code{ask-server}? No? Good, because I don't have a
1177 fail-safe answer. I would suggest just setting this variable to
1178 @code{ask-server} and see whether any new groups appear within the next
1179 few days. If any do, then it works. If none do, then it doesn't
1180 work. I could write a function to make Gnus guess whether the server
1181 supports @code{ask-server}, but it would just be a guess. So I won't.
1182 You could @code{telnet} to the server and say @code{HELP} and see
1183 whether it lists @samp{NEWGROUPS} among the commands it understands. If
1184 it does, then it might work. (But there are servers that lists
1185 @samp{NEWGROUPS} without supporting the function properly.)
1186
1187 This variable can also be a list of select methods. If so, Gnus will
1188 issue an @code{ask-server} command to each of the select methods, and
1189 subscribe them (or not) using the normal methods. This might be handy
1190 if you are monitoring a few servers for new groups. A side effect is
1191 that startup will take much longer, so you can meditate while waiting.
1192 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1193
1194
1195 @node Subscription Methods
1196 @subsection Subscription Methods
1197
1198 @vindex gnus-subscribe-newsgroup-method
1199 What Gnus does when it encounters a new group is determined by the
1200 @code{gnus-subscribe-newsgroup-method} variable.
1201
1202 This variable should contain a function. This function will be called
1203 with the name of the new group as the only parameter.
1204
1205 Some handy pre-fab functions are:
1206
1207 @table @code
1208
1209 @item gnus-subscribe-zombies
1210 @vindex gnus-subscribe-zombies
1211 Make all new groups zombies (@pxref{Group Levels}). This is the
1212 default. You can browse the zombies later (with @kbd{A z}) and either
1213 kill them all off properly (with @kbd{S z}), or subscribe to them
1214 (with @kbd{u}).
1215
1216 @item gnus-subscribe-randomly
1217 @vindex gnus-subscribe-randomly
1218 Subscribe all new groups in arbitrary order. This really means that all
1219 new groups will be added at ``the top'' of the group buffer.
1220
1221 @item gnus-subscribe-alphabetically
1222 @vindex gnus-subscribe-alphabetically
1223 Subscribe all new groups in alphabetical order.
1224
1225 @item gnus-subscribe-hierarchically
1226 @vindex gnus-subscribe-hierarchically
1227 Subscribe all new groups hierarchically. The difference between this
1228 function and @code{gnus-subscribe-alphabetically} is slight.
1229 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1230 alphabetical fashion, while this function will enter groups into its
1231 hierarchy. So if you want to have the @samp{rec} hierarchy before the
1232 @samp{comp} hierarchy, this function will not mess that configuration
1233 up. Or something like that.
1234
1235 @item gnus-subscribe-interactively
1236 @vindex gnus-subscribe-interactively
1237 Subscribe new groups interactively. This means that Gnus will ask
1238 you about @strong{all} new groups. The groups you choose to subscribe
1239 to will be subscribed hierarchically.
1240
1241 @item gnus-subscribe-killed
1242 @vindex gnus-subscribe-killed
1243 Kill all new groups.
1244
1245 @item gnus-subscribe-topics
1246 @vindex gnus-subscribe-topics
1247 Put the groups into the topic that has a matching @code{subscribe} topic
1248 parameter (@pxref{Topic Parameters}). For instance, a @code{subscribe}
1249 topic parameter that looks like
1250
1251 @example
1252 "nnml"
1253 @end example
1254
1255 will mean that all groups that match that regex will be subscribed under
1256 that topic.
1257
1258 If no topics match the groups, the groups will be subscribed in the
1259 top-level topic.
1260
1261 @end table
1262
1263 @vindex gnus-subscribe-hierarchical-interactive
1264 A closely related variable is
1265 @code{gnus-subscribe-hierarchical-interactive}. (That's quite a
1266 mouthful.) If this variable is non-@code{nil}, Gnus will ask you in a
1267 hierarchical fashion whether to subscribe to new groups or not. Gnus
1268 will ask you for each sub-hierarchy whether you want to descend the
1269 hierarchy or not.
1270
1271 One common mistake is to set the variable a few paragraphs above
1272 (@code{gnus-subscribe-newsgroup-method}) to
1273 @code{gnus-subscribe-hierarchical-interactive}. This is an error. This
1274 will not work. This is ga-ga. So don't do it.
1275
1276
1277 @node Filtering New Groups
1278 @subsection Filtering New Groups
1279
1280 A nice and portable way to control which new newsgroups should be
1281 subscribed (or ignored) is to put an @dfn{options} line at the start of
1282 the @file{.newsrc} file. Here's an example:
1283
1284 @example
1285 options -n !alt.all !rec.all sci.all
1286 @end example
1287
1288 @vindex gnus-subscribe-options-newsgroup-method
1289 This line obviously belongs to a serious-minded intellectual scientific
1290 person (or she may just be plain old boring), because it says that all
1291 groups that have names beginning with @samp{alt} and @samp{rec} should
1292 be ignored, and all groups with names beginning with @samp{sci} should
1293 be subscribed. Gnus will not use the normal subscription method for
1294 subscribing these groups.
1295 @code{gnus-subscribe-options-newsgroup-method} is used instead. This
1296 variable defaults to @code{gnus-subscribe-alphabetically}.
1297
1298 The ``options -n'' format is very simplistic. The syntax above is all
1299 that is supports: you can force-subscribe hierarchies, or you can
1300 deny hierarchies, and that's it.
1301
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.
1310
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}, @code{nnimap}, and
1320 @code{nnmaildir}) subscribed. If you don't like that, just set this
1321 variable to @code{nil}.
1322
1323 @vindex gnus-auto-subscribed-categories
1324 As if that wasn't enough, @code{gnus-auto-subscribed-categories} also
1325 allows you to specify that new groups should be subscribed based on the
1326 category their select methods belong to. The default is @samp{(mail
1327 post-mail)}, meaning that all new groups from mail-like backends
1328 should be subscribed automatically.
1329
1330 New groups that match these variables are subscribed using
1331 @code{gnus-subscribe-options-newsgroup-method}.
1332
1333
1334 @node Changing Servers
1335 @section Changing Servers
1336 @cindex changing servers
1337
1338 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1339 This happens very rarely, but perhaps you change jobs, or one server is
1340 very flaky and you want to use another.
1341
1342 Changing the server is pretty easy, right? You just change
1343 @code{gnus-select-method} to point to the new server?
1344
1345 @emph{Wrong!}
1346
1347 Article numbers are not (in any way) kept synchronized between different
1348 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1349 you have read is by keeping track of article numbers. So when you
1350 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1351 worthless.
1352
1353 @kindex M-x gnus-group-clear-data-on-native-groups
1354 @findex gnus-group-clear-data-on-native-groups
1355 You can use the @kbd{M-x gnus-group-clear-data-on-native-groups}
1356 command to clear out all data that you have on your native groups.
1357 Use with caution.
1358
1359 @kindex M-x gnus-group-clear-data
1360 @findex gnus-group-clear-data
1361 Clear the data from the current group only---nix out marks and the
1362 list of read articles (@code{gnus-group-clear-data}).
1363
1364 After changing servers, you @strong{must} move the cache hierarchy away,
1365 since the cached articles will have wrong article numbers, which will
1366 affect which articles Gnus thinks are read.
1367 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1368 to have it done automatically; for @code{gnus-group-clear-data}, you
1369 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1370 cache for all groups).
1371
1372
1373 @node Startup Files
1374 @section Startup Files
1375 @cindex startup files
1376 @cindex .newsrc
1377 @cindex .newsrc.el
1378 @cindex .newsrc.eld
1379
1380 Most common Unix news readers use a shared startup file called
1381 @file{.newsrc}. This file contains all the information about what
1382 groups are subscribed, and which articles in these groups have been
1383 read.
1384
1385 Things got a bit more complicated with @sc{gnus}. In addition to
1386 keeping the @file{.newsrc} file updated, it also used a file called
1387 @file{.newsrc.el} for storing all the information that didn't fit into
1388 the @file{.newsrc} file. (Actually, it also duplicated everything in
1389 the @file{.newsrc} file.) @sc{gnus} would read whichever one of these
1390 files was the most recently saved, which enabled people to swap between
1391 @sc{gnus} and other newsreaders.
1392
1393 That was kinda silly, so Gnus went one better: In addition to the
1394 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1395 @file{.newsrc.eld}. It will read whichever of these files that are most
1396 recent, but it will never write a @file{.newsrc.el} file. You should
1397 never delete the @file{.newsrc.eld} file---it contains much information
1398 not stored in the @file{.newsrc} file.
1399
1400 @vindex gnus-save-newsrc-file
1401 @vindex gnus-read-newsrc-file
1402 You can turn off writing the @file{.newsrc} file by setting
1403 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1404 the file and save some space, as well as exiting from Gnus faster.
1405 However, this will make it impossible to use other newsreaders than
1406 Gnus. But hey, who would want to, right? Similarly, setting
1407 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1408 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which can be
1409 convenient if you use a different news reader occasionally, and you
1410 want to read a different subset of the available groups with that
1411 news reader.
1412
1413 @vindex gnus-save-killed-list
1414 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1415 will not save the list of killed groups to the startup file. This will
1416 save both time (when starting and quitting) and space (on disk). It
1417 will also mean that Gnus has no record of what groups are new or old,
1418 so the automatic new groups subscription methods become meaningless.
1419 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1420 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1421 Groups}). This variable can also be a regular expression. If that's
1422 the case, remove all groups that do not match this regexp before
1423 saving. This can be useful in certain obscure situations that involve
1424 several servers where not all servers support @code{ask-server}.
1425
1426 @vindex gnus-startup-file
1427 @vindex gnus-backup-startup-file
1428 @vindex version-control
1429 The @code{gnus-startup-file} variable says where the startup files are.
1430 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1431 file being whatever that one is, with a @samp{.eld} appended.
1432 If you want to keep multiple numbered backups of this file, set
1433 @code{gnus-backup-startup-file}. It respects the same values as the
1434 @code{version-control} variable.
1435
1436 @vindex gnus-save-newsrc-hook
1437 @vindex gnus-save-quick-newsrc-hook
1438 @vindex gnus-save-standard-newsrc-hook
1439 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1440 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1441 saving the @file{.newsrc.eld} file, and
1442 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1443 @file{.newsrc} file. The latter two are commonly used to turn version
1444 control on or off. Version control is on by default when saving the
1445 startup files. If you want to turn backup creation off, say something like:
1446
1447 @lisp
1448 (defun turn-off-backup ()
1449 (set (make-local-variable 'backup-inhibited) t))
1450
1451 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1452 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1453 @end lisp
1454
1455 @vindex gnus-init-file
1456 @vindex gnus-site-init-file
1457 When Gnus starts, it will read the @code{gnus-site-init-file}
1458 (@file{.../site-lisp/gnus-init} by default) and @code{gnus-init-file}
1459 (@file{~/.gnus} by default) files. These are normal Emacs Lisp files
1460 and can be used to avoid cluttering your @file{~/.emacs} and
1461 @file{site-init} files with Gnus stuff. Gnus will also check for files
1462 with the same names as these, but with @file{.elc} and @file{.el}
1463 suffixes. In other words, if you have set @code{gnus-init-file} to
1464 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1465 and finally @file{~/.gnus} (in this order). If Emacs was invoked with
1466 the @option{-q} or @option{--no-init-file} options (@pxref{Initial
1467 Options, ,Initial Options, emacs, The Emacs Manual}), Gnus doesn't read
1468 @code{gnus-init-file}.
1469
1470
1471 @node Auto Save
1472 @section Auto Save
1473 @cindex dribble file
1474 @cindex auto-save
1475
1476 Whenever you do something that changes the Gnus data (reading articles,
1477 catching up, killing/subscribing groups), the change is added to a
1478 special @dfn{dribble buffer}. This buffer is auto-saved the normal
1479 Emacs way. If your Emacs should crash before you have saved the
1480 @file{.newsrc} files, all changes you have made can be recovered from
1481 this file.
1482
1483 If Gnus detects this file at startup, it will ask the user whether to
1484 read it. The auto save file is deleted whenever the real startup file is
1485 saved.
1486
1487 @vindex gnus-use-dribble-file
1488 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1489 maintain a dribble buffer. The default is @code{t}.
1490
1491 @vindex gnus-dribble-directory
1492 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}. If
1493 this variable is @code{nil}, which it is by default, Gnus will dribble
1494 into the directory where the @file{.newsrc} file is located. (This is
1495 normally the user's home directory.) The dribble file will get the same
1496 file permissions as the @file{.newsrc} file.
1497
1498 @vindex gnus-always-read-dribble-file
1499 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1500 read the dribble file on startup without querying the user.
1501
1502
1503 @node The Active File
1504 @section The Active File
1505 @cindex active file
1506 @cindex ignored groups
1507
1508 When Gnus starts, or indeed whenever it tries to determine whether new
1509 articles have arrived, it reads the active file. This is a very large
1510 file that lists all the active groups and articles on the server.
1511
1512 @vindex gnus-ignored-newsgroups
1513 Before examining the active file, Gnus deletes all lines that match the
1514 regexp @code{gnus-ignored-newsgroups}. This is done primarily to reject
1515 any groups with bogus names, but you can use this variable to make Gnus
1516 ignore hierarchies you aren't ever interested in. However, this is not
1517 recommended. In fact, it's highly discouraged. Instead, @pxref{New
1518 Groups} for an overview of other variables that can be used instead.
1519
1520 @c This variable is
1521 @c @code{nil} by default, and will slow down active file handling somewhat
1522 @c if you set it to anything else.
1523
1524 @vindex gnus-read-active-file
1525 @c @head
1526 The active file can be rather Huge, so if you have a slow network, you
1527 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1528 reading the active file. This variable is @code{some} by default.
1529
1530 Gnus will try to make do by getting information just on the groups that
1531 you actually subscribe to.
1532
1533 Note that if you subscribe to lots and lots of groups, setting this
1534 variable to @code{nil} will probably make Gnus slower, not faster. At
1535 present, having this variable @code{nil} will slow Gnus down
1536 considerably, unless you read news over a 2400 baud modem.
1537
1538 This variable can also have the value @code{some}. Gnus will then
1539 attempt to read active info only on the subscribed groups. On some
1540 servers this is quite fast (on sparkling, brand new INN servers that
1541 support the @code{LIST ACTIVE group} command), on others this isn't fast
1542 at all. In any case, @code{some} should be faster than @code{nil}, and
1543 is certainly faster than @code{t} over slow lines.
1544
1545 Some news servers (old versions of Leafnode and old versions of INN, for
1546 instance) do not support the @code{LIST ACTIVE group}. For these
1547 servers, @code{nil} is probably the most efficient value for this
1548 variable.
1549
1550 If this variable is @code{nil}, Gnus will ask for group info in total
1551 lock-step, which isn't very fast. If it is @code{some} and you use an
1552 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1553 read all the replies in one swoop. This will normally result in better
1554 performance, but if the server does not support the aforementioned
1555 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1556
1557 If you think that starting up Gnus takes too long, try all the three
1558 different values for this variable and see what works best for you.
1559
1560 In any case, if you use @code{some} or @code{nil}, you should definitely
1561 kill all groups that you aren't interested in to speed things up.
1562
1563 Note that this variable also affects active file retrieval from
1564 secondary select methods.
1565
1566
1567 @node Startup Variables
1568 @section Startup Variables
1569
1570 @table @code
1571
1572 @item gnus-load-hook
1573 @vindex gnus-load-hook
1574 A hook run while Gnus is being loaded. Note that this hook will
1575 normally be run just once in each Emacs session, no matter how many
1576 times you start Gnus.
1577
1578 @item gnus-before-startup-hook
1579 @vindex gnus-before-startup-hook
1580 A hook called as the first thing when Gnus is started.
1581
1582 @item gnus-before-resume-hook
1583 @vindex gnus-before-resume-hook
1584 A hook called as the first thing when Gnus is resumed after a suspend.
1585
1586 @item gnus-startup-hook
1587 @vindex gnus-startup-hook
1588 A hook run as the very last thing after starting up Gnus
1589
1590 @item gnus-started-hook
1591 @vindex gnus-started-hook
1592 A hook that is run as the very last thing after starting up Gnus
1593 successfully.
1594
1595 @item gnus-setup-news-hook
1596 @vindex gnus-setup-news-hook
1597 A hook that is run after reading the @file{.newsrc} file(s), but before
1598 generating the group buffer.
1599
1600 @item gnus-check-bogus-newsgroups
1601 @vindex gnus-check-bogus-newsgroups
1602 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1603 startup. A @dfn{bogus group} is a group that you have in your
1604 @file{.newsrc} file, but doesn't exist on the news server. Checking for
1605 bogus groups can take quite a while, so to save time and resources it's
1606 best to leave this option off, and do the checking for bogus groups once
1607 in a while from the group buffer instead (@pxref{Group Maintenance}).
1608
1609 @item gnus-inhibit-startup-message
1610 @vindex gnus-inhibit-startup-message
1611 If non-@code{nil}, the startup message won't be displayed. That way,
1612 your boss might not notice as easily that you are reading news instead
1613 of doing your job. Note that this variable is used before
1614 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1615
1616 @item gnus-no-groups-message
1617 @vindex gnus-no-groups-message
1618 Message displayed by Gnus when no groups are available.
1619
1620 @item gnus-use-backend-marks
1621 @vindex gnus-use-backend-marks
1622 If non-@code{nil}, Gnus will store article marks both in the
1623 @file{.newsrc.eld} file and in the backends. This will slow down
1624 group operation some.
1625
1626 @end table
1627
1628
1629 @node Group Buffer
1630 @chapter Group Buffer
1631 @cindex group buffer
1632
1633 @c Alex Schroeder suggests to rearrange this as follows:
1634 @c
1635 @c <kensanata> ok, just save it for reference. I'll go to bed in a minute.
1636 @c 1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1637 @c 4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1638 @c 7. Group Score, 8. Group Buffer Format
1639 @c <kensanata> Group Levels should have more information on levels 5 to 9. I
1640 @c suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1641 @c <kensanata> First, "Gnus considers groups... (default 9)."
1642 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1643 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1644 @c <kensanata> Then expand the next paragraph or add some more to it.
1645 @c This short one sentence explains levels 1 and 2, therefore I understand
1646 @c that I should keep important news at 3 and boring news at 4.
1647 @c Say so! Then go on to explain why I should bother with levels 6 to 9.
1648 @c Maybe keep those that you don't want to read temporarily at 6,
1649 @c those that you never want to read at 8, those that offend your
1650 @c human rights at 9...
1651
1652
1653 The @dfn{group buffer} lists all (or parts) of the available groups. It
1654 is the first buffer shown when Gnus starts, and will never be killed as
1655 long as Gnus is active.
1656
1657 @iftex
1658 @iflatex
1659 \gnusfigure{The Group Buffer}{320}{
1660 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1661 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1662 \put(120,38){\vector(1,2){10}}
1663 \put(40,60){\makebox(0,0)[r]{Mode line}}
1664 \put(40,58){\vector(1,0){30}}
1665 \put(200,28){\makebox(0,0)[t]{Native select method}}
1666 \put(200,26){\vector(-1,2){15}}
1667 }
1668 @end iflatex
1669 @end iftex
1670
1671 @menu
1672 * Group Buffer Format:: Information listed and how you can change it.
1673 * Group Maneuvering:: Commands for moving in the group buffer.
1674 * Selecting a Group:: Actually reading news.
1675 * Subscription Commands:: Unsubscribing, killing, subscribing.
1676 * Group Data:: Changing the info for a group.
1677 * Group Levels:: Levels? What are those, then?
1678 * Group Score:: A mechanism for finding out what groups you like.
1679 * Marking Groups:: You can mark groups for later processing.
1680 * Foreign Groups:: Creating and editing groups.
1681 * Group Parameters:: Each group may have different parameters set.
1682 * Listing Groups:: Gnus can list various subsets of the groups.
1683 * Sorting Groups:: Re-arrange the group order.
1684 * Group Maintenance:: Maintaining a tidy @file{.newsrc} file.
1685 * Browse Foreign Server:: You can browse a server. See what it has to offer.
1686 * Exiting Gnus:: Stop reading news and get some work done.
1687 * Group Topics:: A folding group mode divided into topics.
1688 * Non-ASCII Group Names:: Accessing groups of non-English names.
1689 * Misc Group Stuff:: Other stuff that you can to do.
1690 @end menu
1691
1692
1693 @node Group Buffer Format
1694 @section Group Buffer Format
1695
1696 @menu
1697 * Group Line Specification:: Deciding how the group buffer is to look.
1698 * Group Mode Line Specification:: The group buffer mode line.
1699 * Group Highlighting:: Having nice colors in the group buffer.
1700 @end menu
1701
1702 You can customize the Group Mode tool bar, see @kbd{M-x
1703 customize-apropos RET gnus-group-tool-bar}. This feature is only
1704 available in Emacs.
1705
1706 The tool bar icons are now (de)activated correctly depending on the
1707 cursor position. Therefore, moving around in the Group Buffer is
1708 slower. You can disable this via the variable
1709 @code{gnus-group-update-tool-bar}. Its default value depends on your
1710 Emacs version.
1711
1712 @node Group Line Specification
1713 @subsection Group Line Specification
1714 @cindex group buffer format
1715
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.
1718
1719 Here's a couple of example group lines:
1720
1721 @example
1722 25: news.announce.newusers
1723 * 0: alt.fan.andrea-dworkin
1724 @end example
1725
1726 Quite simple, huh?
1727
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?).
1732
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}.
1739
1740 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1741
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.
1747
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.)
1751
1752 Here's a list of all available format characters:
1753
1754 @table @samp
1755
1756 @item M
1757 An asterisk if the group only has marked articles.
1758
1759 @item S
1760 Whether the group is subscribed.
1761
1762 @item L
1763 Level of subscribedness.
1764
1765 @item N
1766 Number of unread articles.
1767
1768 @item I
1769 Number of dormant articles.
1770
1771 @item T
1772 Number of ticked articles.
1773
1774 @item R
1775 Number of read articles.
1776
1777 @item U
1778 Number of unseen articles.
1779
1780 @item t
1781 Estimated total number of articles. (This is really @var{max-number}
1782 minus @var{min-number} plus 1.)
1783
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.
1791
1792 The nnml backend (@pxref{Mail Spool}) has a feature called ``group
1793 compaction'' which circumvents this deficiency: the idea is to
1794 renumber all articles from 1, removing all gaps between numbers, hence
1795 getting a correct total count. Other backends may support this in the
1796 future. In order to keep your total article count relatively up to
1797 date, you might want to compact your groups (or even directly your
1798 server) from time to time. @xref{Misc Group Stuff}, @xref{Server Commands}.
1799
1800 @item y
1801 Number of unread, unticked, non-dormant articles.
1802
1803 @item i
1804 Number of ticked and dormant articles.
1805
1806 @item g
1807 Full group name.
1808
1809 @item G
1810 Group name.
1811
1812 @item C
1813 Group comment (@pxref{Group Parameters}) or group name if there is no
1814 comment element in the group parameters.
1815
1816 @item D
1817 Newsgroup description. You need to read the group descriptions
1818 before these will appear, and to do that, you either have to set
1819 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1820 command.
1821
1822 @item o
1823 @samp{m} if moderated.
1824
1825 @item O
1826 @samp{(m)} if moderated.
1827
1828 @item s
1829 Select method.
1830
1831 @item B
1832 If the summary buffer for the group is open or not.
1833
1834 @item n
1835 Select from where.
1836
1837 @item z
1838 A string that looks like @samp{<%s:%n>} if a foreign select method is
1839 used.
1840
1841 @item P
1842 Indentation based on the level of the topic (@pxref{Group Topics}).
1843
1844 @item c
1845 @vindex gnus-group-uncollapsed-levels
1846 Short (collapsed) group name. The @code{gnus-group-uncollapsed-levels}
1847 variable says how many levels to leave at the end of the group name.
1848 The default is 1---this will mean that group names like
1849 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1850
1851 @item m
1852 @vindex gnus-new-mail-mark
1853 @cindex %
1854 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1855 the group lately.
1856
1857 @item p
1858 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1859
1860 @item d
1861 A string that says when you last read the group (@pxref{Group
1862 Timestamp}).
1863
1864 @item F
1865 The disk space used by the articles fetched by both the cache and
1866 agent. The value is automatically scaled to bytes(B), kilobytes(K),
1867 megabytes(M), or gigabytes(G) to minimize the column width. A format
1868 of %7F is sufficient for a fixed-width column.
1869
1870 @item u
1871 User defined specifier. The next character in the format string should
1872 be a letter. Gnus will call the function
1873 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1874 following @samp{%u}. The function will be passed a single dummy
1875 parameter as argument. The function should return a string, which will
1876 be inserted into the buffer just like information from any other
1877 specifier.
1878 @end table
1879
1880 @cindex *
1881 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1882 if no info is available---for instance, if it is a non-activated foreign
1883 group, or a bogus native group.
1884
1885
1886 @node Group Mode Line Specification
1887 @subsection Group Mode Line Specification
1888 @cindex group mode line
1889
1890 @vindex gnus-group-mode-line-format
1891 The mode line can be changed by setting
1892 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}). It
1893 doesn't understand that many format specifiers:
1894
1895 @table @samp
1896 @item S
1897 The native news server.
1898 @item M
1899 The native select method.
1900 @end table
1901
1902
1903 @node Group Highlighting
1904 @subsection Group Highlighting
1905 @cindex highlighting
1906 @cindex group highlighting
1907
1908 @vindex gnus-group-highlight
1909 Highlighting in the group buffer is controlled by the
1910 @code{gnus-group-highlight} variable. This is an alist with elements
1911 that look like @code{(@var{form} . @var{face})}. If @var{form} evaluates to
1912 something non-@code{nil}, the @var{face} will be used on the line.
1913
1914 Here's an example value for this variable that might look nice if the
1915 background is dark:
1916
1917 @lisp
1918 (cond (window-system
1919 (setq custom-background-mode 'light)
1920 (defface my-group-face-1
1921 '((t (:foreground "Red" :bold t))) "First group face")
1922 (defface my-group-face-2
1923 '((t (:foreground "DarkSeaGreen4" :bold t)))
1924 "Second group face")
1925 (defface my-group-face-3
1926 '((t (:foreground "Green4" :bold t))) "Third group face")
1927 (defface my-group-face-4
1928 '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1929 (defface my-group-face-5
1930 '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1931
1932 (setq gnus-group-highlight
1933 '(((> unread 200) . my-group-face-1)
1934 ((and (< level 3) (zerop unread)) . my-group-face-2)
1935 ((< level 3) . my-group-face-3)
1936 ((zerop unread) . my-group-face-4)
1937 (t . my-group-face-5)))
1938 @end lisp
1939
1940 Also @pxref{Faces and Fonts}.
1941
1942 Variables that are dynamically bound when the forms are evaluated
1943 include:
1944
1945 @table @code
1946 @item group
1947 The group name.
1948 @item unread
1949 The number of unread articles in the group.
1950 @item method
1951 The select method.
1952 @item mailp
1953 Whether the group is a mail group.
1954 @item level
1955 The level of the group.
1956 @item score
1957 The score of the group.
1958 @item ticked
1959 The number of ticked articles in the group.
1960 @item total
1961 The total number of articles in the group. Or rather,
1962 @var{max-number} minus @var{min-number} plus one.
1963 @item topic
1964 When using the topic minor mode, this variable is bound to the current
1965 topic being inserted.
1966 @end table
1967
1968 When the forms are @code{eval}ed, point is at the beginning of the line
1969 of the group in question, so you can use many of the normal Gnus
1970 functions for snarfing info on the group.
1971
1972 @vindex gnus-group-update-hook
1973 @findex gnus-group-highlight-line
1974 @code{gnus-group-update-hook} is called when a group line is changed.
1975 It will not be called when @code{gnus-visual} is @code{nil}.
1976
1977
1978 @node Group Maneuvering
1979 @section Group Maneuvering
1980 @cindex group movement
1981
1982 All movement commands understand the numeric prefix and will behave as
1983 expected, hopefully.
1984
1985 @table @kbd
1986
1987 @item n
1988 @kindex n (Group)
1989 @findex gnus-group-next-unread-group
1990 Go to the next group that has unread articles
1991 (@code{gnus-group-next-unread-group}).
1992
1993 @item p
1994 @itemx DEL
1995 @kindex DEL (Group)
1996 @kindex p (Group)
1997 @findex gnus-group-prev-unread-group
1998 Go to the previous group that has unread articles
1999 (@code{gnus-group-prev-unread-group}).
2000
2001 @item N
2002 @kindex N (Group)
2003 @findex gnus-group-next-group
2004 Go to the next group (@code{gnus-group-next-group}).
2005
2006 @item P
2007 @kindex P (Group)
2008 @findex gnus-group-prev-group
2009 Go to the previous group (@code{gnus-group-prev-group}).
2010
2011 @item M-n
2012 @kindex M-n (Group)
2013 @findex gnus-group-next-unread-group-same-level
2014 Go to the next unread group on the same (or lower) level
2015 (@code{gnus-group-next-unread-group-same-level}).
2016
2017 @item M-p
2018 @kindex M-p (Group)
2019 @findex gnus-group-prev-unread-group-same-level
2020 Go to the previous unread group on the same (or lower) level
2021 (@code{gnus-group-prev-unread-group-same-level}).
2022 @end table
2023
2024 Three commands for jumping to groups:
2025
2026 @table @kbd
2027
2028 @item j
2029 @kindex j (Group)
2030 @findex gnus-group-jump-to-group
2031 Jump to a group (and make it visible if it isn't already)
2032 (@code{gnus-group-jump-to-group}). Killed groups can be jumped to, just
2033 like living groups.
2034
2035 @item ,
2036 @kindex , (Group)
2037 @findex gnus-group-best-unread-group
2038 Jump to the unread group with the lowest level
2039 (@code{gnus-group-best-unread-group}).
2040
2041 @item .
2042 @kindex . (Group)
2043 @findex gnus-group-first-unread-group
2044 Jump to the first group with unread articles
2045 (@code{gnus-group-first-unread-group}).
2046 @end table
2047
2048 @vindex gnus-group-goto-unread
2049 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2050 commands will move to the next group, not the next unread group. Even
2051 the commands that say they move to the next unread group. The default
2052 is @code{t}.
2053
2054 @vindex gnus-summary-next-group-on-exit
2055 If @code{gnus-summary-next-group-on-exit} is @code{t}, when a summary is
2056 exited, the point in the group buffer is moved to the next unread group.
2057 Otherwise, the point is set to the group just exited. The default is
2058 @code{t}.
2059
2060 @node Selecting a Group
2061 @section Selecting a Group
2062 @cindex group selection
2063
2064 @table @kbd
2065
2066 @item SPACE
2067 @kindex SPACE (Group)
2068 @findex gnus-group-read-group
2069 Select the current group, switch to the summary buffer and display the
2070 first unread article (@code{gnus-group-read-group}). If there are no
2071 unread articles in the group, or if you give a non-numerical prefix to
2072 this command, Gnus will offer to fetch all the old articles in this
2073 group from the server. If you give a numerical prefix @var{n}, @var{n}
2074 determines the number of articles Gnus will fetch. If @var{n} is
2075 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2076 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2077
2078 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2079 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2080 - 4 2 SPC} fetches the 42 oldest ones.
2081
2082 When you are in the group (in the Summary buffer), you can type
2083 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2084 ones.
2085
2086 @item RET
2087 @kindex RET (Group)
2088 @findex gnus-group-select-group
2089 Select the current group and switch to the summary buffer
2090 (@code{gnus-group-select-group}). Takes the same arguments as
2091 @code{gnus-group-read-group}---the only difference is that this command
2092 does not display the first unread article automatically upon group
2093 entry.
2094
2095 @item M-RET
2096 @kindex M-RET (Group)
2097 @findex gnus-group-quick-select-group
2098 This does the same as the command above, but tries to do it with the
2099 minimum amount of fuzz (@code{gnus-group-quick-select-group}). No
2100 scoring/killing will be performed, there will be no highlights and no
2101 expunging. This might be useful if you're in a real hurry and have to
2102 enter some humongous group. If you give a 0 prefix to this command
2103 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2104 which is useful if you want to toggle threading before generating the
2105 summary buffer (@pxref{Summary Generation Commands}).
2106
2107 @item M-SPACE
2108 @kindex M-SPACE (Group)
2109 @findex gnus-group-visible-select-group
2110 This is yet one more command that does the same as the @kbd{RET}
2111 command, but this one does it without expunging and hiding dormants
2112 (@code{gnus-group-visible-select-group}).
2113
2114 @item C-M-RET
2115 @kindex C-M-RET (Group)
2116 @findex gnus-group-select-group-ephemerally
2117 Finally, this command selects the current group ephemerally without
2118 doing any processing of its contents
2119 (@code{gnus-group-select-group-ephemerally}). Even threading has been
2120 turned off. Everything you do in the group after selecting it in this
2121 manner will have no permanent effects.
2122
2123 @end table
2124
2125 @vindex gnus-large-newsgroup
2126 The @code{gnus-large-newsgroup} variable says what Gnus should
2127 consider to be a big group. If it is @code{nil}, no groups are
2128 considered big. The default value is 200. If the group has more
2129 (unread and/or ticked) articles than this, Gnus will query the user
2130 before entering the group. The user can then specify how many
2131 articles should be fetched from the server. If the user specifies a
2132 negative number (@var{-n}), the @var{n} oldest articles will be
2133 fetched. If it is positive, the @var{n} articles that have arrived
2134 most recently will be fetched.
2135
2136 @vindex gnus-large-ephemeral-newsgroup
2137 @code{gnus-large-ephemeral-newsgroup} is the same as
2138 @code{gnus-large-newsgroup}, but is only used for ephemeral
2139 newsgroups.
2140
2141 @vindex gnus-newsgroup-maximum-articles
2142 In groups in some news servers, there might be a big gap between a few
2143 very old articles that will never be expired and the recent ones. In
2144 such a case, the server will return the data like @code{(1 . 30000000)}
2145 for the @code{LIST ACTIVE group} command, for example. Even if there
2146 are actually only the articles 1--10 and 29999900--30000000, Gnus doesn't
2147 know it at first and prepares for getting 30000000 articles. However,
2148 it will consume hundreds megabytes of memories and might make Emacs get
2149 stuck as the case may be. If you use such news servers, set the
2150 variable @code{gnus-newsgroup-maximum-articles} to a positive number.
2151 The value means that Gnus ignores articles other than this number of the
2152 latest ones in every group. For instance, the value 10000 makes Gnus
2153 get only the articles 29990001--30000000 (if the latest article number is
2154 30000000 in a group). Note that setting this variable to a number might
2155 prevent you from reading very old articles. The default value of the
2156 variable @code{gnus-newsgroup-maximum-articles} is @code{nil}, which
2157 means Gnus never ignores old articles.
2158
2159 @vindex gnus-select-group-hook
2160 @vindex gnus-auto-select-first
2161 @vindex gnus-auto-select-subject
2162 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2163 automatically when entering a group with the @kbd{SPACE} command.
2164 Which article this is controlled by the
2165 @code{gnus-auto-select-subject} variable. Valid values for this
2166 variable are:
2167
2168 @table @code
2169
2170 @item unread
2171 Place point on the subject line of the first unread article.
2172
2173 @item first
2174 Place point on the subject line of the first article.
2175
2176 @item unseen
2177 Place point on the subject line of the first unseen article.
2178
2179 @item unseen-or-unread
2180 Place point on the subject line of the first unseen article, and if
2181 there is no such article, place point on the subject line of the first
2182 unread article.
2183
2184 @item best
2185 Place point on the subject line of the highest-scored unread article.
2186
2187 @end table
2188
2189 This variable can also be a function. In that case, that function
2190 will be called to place point on a subject line.
2191
2192 If you want to prevent automatic selection in some group (say, in a
2193 binary group with Huge articles) you can set the
2194 @code{gnus-auto-select-first} variable to @code{nil} in
2195 @code{gnus-select-group-hook}, which is called when a group is
2196 selected.
2197
2198
2199 @node Subscription Commands
2200 @section Subscription Commands
2201 @cindex subscription
2202
2203 The following commands allow for managing your subscriptions in the
2204 Group buffer. If you want to subscribe to many groups, it's probably
2205 more convenient to go to the @ref{Server Buffer}, and choose the
2206 server there using @kbd{RET} or @kbd{SPC}. Then you'll have the
2207 commands listed in @ref{Browse Foreign Server} at hand.
2208
2209 @table @kbd
2210
2211 @item S t
2212 @itemx u
2213 @kindex S t (Group)
2214 @kindex u (Group)
2215 @findex gnus-group-unsubscribe-current-group
2216 @c @icon{gnus-group-unsubscribe}
2217 Toggle subscription to the current group
2218 (@code{gnus-group-unsubscribe-current-group}).
2219
2220 @item S s
2221 @itemx U
2222 @kindex S s (Group)
2223 @kindex U (Group)
2224 @findex gnus-group-unsubscribe-group
2225 Prompt for a group to subscribe, and then subscribe it. If it was
2226 subscribed already, unsubscribe it instead
2227 (@code{gnus-group-unsubscribe-group}).
2228
2229 @item S k
2230 @itemx C-k
2231 @kindex S k (Group)
2232 @kindex C-k (Group)
2233 @findex gnus-group-kill-group
2234 @c @icon{gnus-group-kill-group}
2235 Kill the current group (@code{gnus-group-kill-group}).
2236
2237 @item S y
2238 @itemx C-y
2239 @kindex S y (Group)
2240 @kindex C-y (Group)
2241 @findex gnus-group-yank-group
2242 Yank the last killed group (@code{gnus-group-yank-group}).
2243
2244 @item C-x C-t
2245 @kindex C-x C-t (Group)
2246 @findex gnus-group-transpose-groups
2247 Transpose two groups (@code{gnus-group-transpose-groups}). This isn't
2248 really a subscription command, but you can use it instead of a
2249 kill-and-yank sequence sometimes.
2250
2251 @item S w
2252 @itemx C-w
2253 @kindex S w (Group)
2254 @kindex C-w (Group)
2255 @findex gnus-group-kill-region
2256 Kill all groups in the region (@code{gnus-group-kill-region}).
2257
2258 @item S z
2259 @kindex S z (Group)
2260 @findex gnus-group-kill-all-zombies
2261 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2262
2263 @item S C-k
2264 @kindex S C-k (Group)
2265 @findex gnus-group-kill-level
2266 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2267 These groups can't be yanked back after killing, so this command should
2268 be used with some caution. The only time where this command comes in
2269 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2270 groups that you want to get rid off. @kbd{S C-k} on level 7 will
2271 kill off all unsubscribed groups that do not have message numbers in the
2272 @file{.newsrc} file.
2273
2274 @end table
2275
2276 Also @pxref{Group Levels}.
2277
2278
2279 @node Group Data
2280 @section Group Data
2281
2282 @table @kbd
2283
2284 @item c
2285 @kindex c (Group)
2286 @findex gnus-group-catchup-current
2287 @vindex gnus-group-catchup-group-hook
2288 @c @icon{gnus-group-catchup-current}
2289 Mark all unticked articles in this group as read
2290 (@code{gnus-group-catchup-current}).
2291 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2292 the group buffer.
2293
2294 @item C
2295 @kindex C (Group)
2296 @findex gnus-group-catchup-current-all
2297 Mark all articles in this group, even the ticked ones, as read
2298 (@code{gnus-group-catchup-current-all}).
2299
2300 @item M-c
2301 @kindex M-c (Group)
2302 @findex gnus-group-clear-data
2303 Clear the data from the current group---nix out marks and the list of
2304 read articles (@code{gnus-group-clear-data}).
2305
2306 @item M-x gnus-group-clear-data-on-native-groups
2307 @kindex M-x gnus-group-clear-data-on-native-groups
2308 @findex gnus-group-clear-data-on-native-groups
2309 If you have switched from one @acronym{NNTP} server to another, all your marks
2310 and read ranges have become worthless. You can use this command to
2311 clear out all data that you have on your native groups. Use with
2312 caution.
2313
2314 @end table
2315
2316
2317 @node Group Levels
2318 @section Group Levels
2319 @cindex group level
2320 @cindex level
2321
2322 All groups have a level of @dfn{subscribedness}. For instance, if a
2323 group is on level 2, it is more subscribed than a group on level 5. You
2324 can ask Gnus to just list groups on a given level or lower
2325 (@pxref{Listing Groups}), or to just check for new articles in groups on
2326 a given level or lower (@pxref{Scanning New Messages}).
2327
2328 Remember: The higher the level of the group, the less important it is.
2329
2330 @table @kbd
2331
2332 @item S l
2333 @kindex S l (Group)
2334 @findex gnus-group-set-current-level
2335 Set the level of the current group. If a numeric prefix is given, the
2336 next @var{n} groups will have their levels set. The user will be
2337 prompted for a level.
2338 @end table
2339
2340 @vindex gnus-level-killed
2341 @vindex gnus-level-zombie
2342 @vindex gnus-level-unsubscribed
2343 @vindex gnus-level-subscribed
2344 Gnus considers groups from levels 1 to
2345 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2346 @code{gnus-level-subscribed} (exclusive) and
2347 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2348 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2349 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2350 (default 9). Gnus treats subscribed and unsubscribed groups exactly the
2351 same, but zombie and killed groups have no information on what articles
2352 you have read, etc, stored. This distinction between dead and living
2353 groups isn't done because it is nice or clever, it is done purely for
2354 reasons of efficiency.
2355
2356 It is recommended that you keep all your mail groups (if any) on quite
2357 low levels (e.g., 1 or 2).
2358
2359 Maybe the following description of the default behavior of Gnus helps to
2360 understand what these levels are all about. By default, Gnus shows you
2361 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2362 empty subscribed groups and unsubscribed groups, too. Type @kbd{l} to
2363 go back to showing nonempty subscribed groups again. Thus, unsubscribed
2364 groups are hidden, in a way.
2365
2366 @cindex zombie groups
2367 Zombie and killed groups are similar to unsubscribed groups in that they
2368 are hidden by default. But they are different from subscribed and
2369 unsubscribed groups in that Gnus doesn't ask the news server for
2370 information (number of messages, number of unread messages) on zombie
2371 and killed groups. Normally, you use @kbd{C-k} to kill the groups you
2372 aren't interested in. If most groups are killed, Gnus is faster.
2373
2374 Why does Gnus distinguish between zombie and killed groups? Well, when
2375 a new group arrives on the server, Gnus by default makes it a zombie
2376 group. This means that you are normally not bothered with new groups,
2377 but you can type @kbd{A z} to get a list of all new groups. Subscribe
2378 the ones you like and kill the ones you don't want. (@kbd{A k} shows a
2379 list of killed groups.)
2380
2381 If you want to play with the level variables, you should show some care.
2382 Set them once, and don't touch them ever again. Better yet, don't touch
2383 them at all unless you know exactly what you're doing.
2384
2385 @vindex gnus-level-default-unsubscribed
2386 @vindex gnus-level-default-subscribed
2387 Two closely related variables are @code{gnus-level-default-subscribed}
2388 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2389 which are the levels that new groups will be put on if they are
2390 (un)subscribed. These two variables should, of course, be inside the
2391 relevant valid ranges.
2392
2393 @vindex gnus-keep-same-level
2394 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2395 will only move to groups of the same level (or lower). In
2396 particular, going from the last article in one group to the next group
2397 will go to the next group of the same level (or lower). This might be
2398 handy if you want to read the most important groups before you read the
2399 rest.
2400
2401 If this variable is @code{best}, Gnus will make the next newsgroup the
2402 one with the best level.
2403
2404 @vindex gnus-group-default-list-level
2405 All groups with a level less than or equal to
2406 @code{gnus-group-default-list-level} will be listed in the group buffer
2407 by default.
2408 This variable can also be a function. In that case, that function will
2409 be called and the result will be used as value.
2410
2411
2412 @vindex gnus-group-list-inactive-groups
2413 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2414 groups will be listed along with the unread groups. This variable is
2415 @code{t} by default. If it is @code{nil}, inactive groups won't be
2416 listed.
2417
2418 @vindex gnus-group-use-permanent-levels
2419 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2420 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2421 use this level as the ``work'' level.
2422
2423 @vindex gnus-activate-level
2424 Gnus will normally just activate (i.e., query the server about) groups
2425 on level @code{gnus-activate-level} or less. If you don't want to
2426 activate unsubscribed groups, for instance, you might set this variable
2427 to 5. The default is 6.
2428
2429
2430 @node Group Score
2431 @section Group Score
2432 @cindex group score
2433 @cindex group rank
2434 @cindex rank
2435
2436 You would normally keep important groups on high levels, but that scheme
2437 is somewhat restrictive. Don't you wish you could have Gnus sort the
2438 group buffer according to how often you read groups, perhaps? Within
2439 reason?
2440
2441 This is what @dfn{group score} is for. You can have Gnus assign a score
2442 to each group through the mechanism described below. You can then sort
2443 the group buffer based on this score. Alternatively, you can sort on
2444 score and then level. (Taken together, the level and the score is
2445 called the @dfn{rank} of the group. A group that is on level 4 and has
2446 a score of 1 has a higher rank than a group on level 5 that has a score
2447 of 300. (The level is the most significant part and the score is the
2448 least significant part.))
2449
2450 @findex gnus-summary-bubble-group
2451 If you want groups you read often to get higher scores than groups you
2452 read seldom you can add the @code{gnus-summary-bubble-group} function to
2453 the @code{gnus-summary-exit-hook} hook. This will result (after
2454 sorting) in a bubbling sort of action. If you want to see that in
2455 action after each summary exit, you can add
2456 @code{gnus-group-sort-groups-by-rank} or
2457 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2458 slow things down somewhat.
2459
2460
2461 @node Marking Groups
2462 @section Marking Groups
2463 @cindex marking groups
2464
2465 If you want to perform some command on several groups, and they appear
2466 subsequently in the group buffer, you would normally just give a
2467 numerical prefix to the command. Most group commands will then do your
2468 bidding on those groups.
2469
2470 However, if the groups are not in sequential order, you can still
2471 perform a command on several groups. You simply mark the groups first
2472 with the process mark and then execute the command.
2473
2474 @table @kbd
2475
2476 @item #
2477 @kindex # (Group)
2478 @itemx M m
2479 @kindex M m (Group)
2480 @findex gnus-group-mark-group
2481 Set the mark on the current group (@code{gnus-group-mark-group}).
2482
2483 @item M-#
2484 @kindex M-# (Group)
2485 @itemx M u
2486 @kindex M u (Group)
2487 @findex gnus-group-unmark-group
2488 Remove the mark from the current group
2489 (@code{gnus-group-unmark-group}).
2490
2491 @item M U
2492 @kindex M U (Group)
2493 @findex gnus-group-unmark-all-groups
2494 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2495
2496 @item M w
2497 @kindex M w (Group)
2498 @findex gnus-group-mark-region
2499 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2500
2501 @item M b
2502 @kindex M b (Group)
2503 @findex gnus-group-mark-buffer
2504 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2505
2506 @item M r
2507 @kindex M r (Group)
2508 @findex gnus-group-mark-regexp
2509 Mark all groups that match some regular expression
2510 (@code{gnus-group-mark-regexp}).
2511 @end table
2512
2513 Also @pxref{Process/Prefix}.
2514
2515 @findex gnus-group-universal-argument
2516 If you want to execute some command on all groups that have been marked
2517 with the process mark, you can use the @kbd{M-&}
2518 (@code{gnus-group-universal-argument}) command. It will prompt you for
2519 the command to be executed.
2520
2521
2522 @node Foreign Groups
2523 @section Foreign Groups
2524 @cindex foreign groups
2525
2526 If you recall how to subscribe to servers (@pxref{Finding the News})
2527 you will remember that @code{gnus-secondary-select-methods} and
2528 @code{gnus-select-method} let you write a definition in Emacs Lisp of
2529 what servers you want to see when you start up. The alternate
2530 approach is to use foreign servers and groups. ``Foreign'' here means
2531 they are not coming from the select methods. All foreign server
2532 configuration and subscriptions are stored only in the
2533 @file{~/.newsrc.eld} file.
2534
2535 Below are some group mode commands for making and editing general foreign
2536 groups, as well as commands to ease the creation of a few
2537 special-purpose groups. All these commands insert the newly created
2538 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2539 consulted.
2540
2541 Changes from the group editing commands are stored in
2542 @file{~/.newsrc.eld} (@code{gnus-startup-file}). An alternative is the
2543 variable @code{gnus-parameters}, @xref{Group Parameters}.
2544
2545 @table @kbd
2546
2547 @item G m
2548 @kindex G m (Group)
2549 @findex gnus-group-make-group
2550 @cindex making groups
2551 Make a new group (@code{gnus-group-make-group}). Gnus will prompt you
2552 for a name, a method and possibly an @dfn{address}. For an easier way
2553 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2554
2555 @item G M
2556 @kindex G M (Group)
2557 @findex gnus-group-read-ephemeral-group
2558 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}). Gnus
2559 will prompt you for a name, a method and an @dfn{address}.
2560
2561 @item G r
2562 @kindex G r (Group)
2563 @findex gnus-group-rename-group
2564 @cindex renaming groups
2565 Rename the current group to something else
2566 (@code{gnus-group-rename-group}). This is valid only on some
2567 groups---mail groups mostly. This command might very well be quite slow
2568 on some back ends.
2569
2570 @item G c
2571 @kindex G c (Group)
2572 @cindex customizing
2573 @findex gnus-group-customize
2574 Customize the group parameters (@code{gnus-group-customize}).
2575
2576 @item G e
2577 @kindex G e (Group)
2578 @findex gnus-group-edit-group-method
2579 @cindex renaming groups
2580 Enter a buffer where you can edit the select method of the current
2581 group (@code{gnus-group-edit-group-method}).
2582
2583 @item G p
2584 @kindex G p (Group)
2585 @findex gnus-group-edit-group-parameters
2586 Enter a buffer where you can edit the group parameters
2587 (@code{gnus-group-edit-group-parameters}).
2588
2589 @item G E
2590 @kindex G E (Group)
2591 @findex gnus-group-edit-group
2592 Enter a buffer where you can edit the group info
2593 (@code{gnus-group-edit-group}).
2594
2595 @item G d
2596 @kindex G d (Group)
2597 @findex gnus-group-make-directory-group
2598 @cindex nndir
2599 Make a directory group (@pxref{Directory Groups}). You will be prompted
2600 for a directory name (@code{gnus-group-make-directory-group}).
2601
2602 @item G h
2603 @kindex G h (Group)
2604 @cindex help group
2605 @findex gnus-group-make-help-group
2606 Make the Gnus help group (@code{gnus-group-make-help-group}).
2607
2608 @item G D
2609 @kindex G D (Group)
2610 @findex gnus-group-enter-directory
2611 @cindex nneething
2612 Read an arbitrary directory as if it were a newsgroup with the
2613 @code{nneething} back end (@code{gnus-group-enter-directory}).
2614 @xref{Anything Groups}.
2615
2616 @item G f
2617 @kindex G f (Group)
2618 @findex gnus-group-make-doc-group
2619 @cindex ClariNet Briefs
2620 @cindex nndoc
2621 Make a group based on some file or other
2622 (@code{gnus-group-make-doc-group}). If you give a prefix to this
2623 command, you will be prompted for a file name and a file type.
2624 Currently supported types are @code{mbox}, @code{babyl},
2625 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2626 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2627 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2628 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}. If
2629 you run this command without a prefix, Gnus will guess at the file
2630 type. @xref{Document Groups}.
2631
2632 @item G u
2633 @kindex G u (Group)
2634 @vindex gnus-useful-groups
2635 @findex gnus-group-make-useful-group
2636 Create one of the groups mentioned in @code{gnus-useful-groups}
2637 (@code{gnus-group-make-useful-group}).
2638
2639 @item G w
2640 @kindex G w (Group)
2641 @findex gnus-group-make-web-group
2642 @cindex Google
2643 @cindex nnweb
2644 @cindex gmane
2645 Make an ephemeral group based on a web search
2646 (@code{gnus-group-make-web-group}). If you give a prefix to this
2647 command, make a solid group instead. You will be prompted for the
2648 search engine type and the search string. Valid search engine types
2649 include @code{google}, @code{dejanews}, and @code{gmane}.
2650 @xref{Web Searches}.
2651
2652 If you use the @code{google} search engine, you can limit the search
2653 to a particular group by using a match string like
2654 @samp{shaving group:alt.sysadmin.recovery}.
2655
2656 @item G R
2657 @kindex G R (Group)
2658 @findex gnus-group-make-rss-group
2659 Make a group based on an @acronym{RSS} feed
2660 (@code{gnus-group-make-rss-group}). You will be prompted for an URL@.
2661 @xref{RSS}.
2662
2663 @item G DEL
2664 @kindex G DEL (Group)
2665 @findex gnus-group-delete-group
2666 This function will delete the current group
2667 (@code{gnus-group-delete-group}). If given a prefix, this function will
2668 actually delete all the articles in the group, and forcibly remove the
2669 group itself from the face of the Earth. Use a prefix only if you are
2670 absolutely sure of what you are doing. This command can't be used on
2671 read-only groups (like @code{nntp} groups), though.
2672
2673 @item G V
2674 @kindex G V (Group)
2675 @findex gnus-group-make-empty-virtual
2676 Make a new, fresh, empty @code{nnvirtual} group
2677 (@code{gnus-group-make-empty-virtual}). @xref{Virtual Groups}.
2678
2679 @item G v
2680 @kindex G v (Group)
2681 @findex gnus-group-add-to-virtual
2682 Add the current group to an @code{nnvirtual} group
2683 (@code{gnus-group-add-to-virtual}). Uses the process/prefix convention.
2684 @end table
2685
2686 @xref{Select Methods}, for more information on the various select
2687 methods.
2688
2689 @vindex gnus-activate-foreign-newsgroups
2690 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2691 Gnus will check all foreign groups with this level or lower at startup.
2692 This might take quite a while, especially if you subscribe to lots of
2693 groups from different @acronym{NNTP} servers. Also @pxref{Group Levels};
2694 @code{gnus-activate-level} also affects activation of foreign
2695 newsgroups.
2696
2697
2698 The following commands create ephemeral groups. They can be called not
2699 only from the Group buffer, but in any Gnus buffer.
2700
2701 @table @code
2702 @item gnus-read-ephemeral-gmane-group
2703 @findex gnus-read-ephemeral-gmane-group
2704 @vindex gnus-gmane-group-download-format
2705 Read an ephemeral group on Gmane.org. The articles are downloaded via
2706 HTTP using the URL specified by @code{gnus-gmane-group-download-format}.
2707 Gnus will prompt you for a group name, the start article number and an
2708 the article range.
2709
2710 @item gnus-read-ephemeral-gmane-group-url
2711 @findex gnus-read-ephemeral-gmane-group-url
2712 This command is similar to @code{gnus-read-ephemeral-gmane-group}, but
2713 the group name and the article number and range are constructed from a
2714 given @acronym{URL}. Supported @acronym{URL} formats include:
2715 @url{http://thread.gmane.org/gmane.foo.bar/12300/focus=12399},
2716 @url{http://thread.gmane.org/gmane.foo.bar/12345/},
2717 @url{http://article.gmane.org/gmane.foo.bar/12345/},
2718 @url{http://permalink.gmane.org/gmane.foo.bar/12345/}, and
2719 @url{http://news.gmane.org/group/gmane.foo.bar/thread=12345}.
2720
2721 @item gnus-read-ephemeral-emacs-bug-group
2722 @findex gnus-read-ephemeral-emacs-bug-group
2723 Read an Emacs bug report in an ephemeral group. Gnus will prompt for a
2724 bug number. The default is the number at point. The @acronym{URL} is
2725 specified in @code{gnus-bug-group-download-format-alist}.
2726
2727 @item gnus-read-ephemeral-debian-bug-group
2728 @findex gnus-read-ephemeral-debian-bug-group
2729 Read a Debian bug report in an ephemeral group. Analog to
2730 @code{gnus-read-ephemeral-emacs-bug-group}.
2731 @end table
2732
2733 Some of these command are also useful for article buttons, @xref{Article
2734 Buttons}.
2735
2736 Here is an example:
2737 @lisp
2738 (require 'gnus-art)
2739 (add-to-list
2740 'gnus-button-alist
2741 '("#\\([0-9]+\\)\\>" 1
2742 (string-match "\\<emacs\\>" (or gnus-newsgroup-name ""))
2743 gnus-read-ephemeral-emacs-bug-group 1))
2744 @end lisp
2745
2746
2747 @node Group Parameters
2748 @section Group Parameters
2749 @cindex group parameters
2750
2751 The group parameters store information local to a particular group.
2752
2753 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2754 group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2755 presents you with a Customize-like interface. The latter helps avoid
2756 silly Lisp errors.) You might also be interested in reading about topic
2757 parameters (@pxref{Topic Parameters}).
2758 Additionally, you can set group parameters via the
2759 @code{gnus-parameters} variable, see below.
2760
2761 Here's an example group parameter list:
2762
2763 @example
2764 ((to-address . "ding@@gnus.org")
2765 (auto-expire . t))
2766 @end example
2767
2768 We see that each element consists of a ``dotted pair''---the thing before
2769 the dot is the key, while the thing after the dot is the value. All the
2770 parameters have this form @emph{except} local variable specs, which are
2771 not dotted pairs, but proper lists.
2772
2773 Some parameters have correspondent customizable variables, each of which
2774 is an alist of regexps and values.
2775
2776 The following group parameters can be used:
2777
2778 @table @code
2779 @item to-address
2780 @cindex to-address
2781 Address used by when doing followups and new posts.
2782
2783 @example
2784 (to-address . "some@@where.com")
2785 @end example
2786
2787 This is primarily useful in mail groups that represent closed mailing
2788 lists---mailing lists where it's expected that everybody that writes to
2789 the mailing list is subscribed to it. Since using this parameter
2790 ensures that the mail only goes to the mailing list itself, it means
2791 that members won't receive two copies of your followups.
2792
2793 Using @code{to-address} will actually work whether the group is foreign
2794 or not. Let's say there's a group on the server that is called
2795 @samp{fa.4ad-l}. This is a real newsgroup, but the server has gotten
2796 the articles from a mail-to-news gateway. Posting directly to this
2797 group is therefore impossible---you have to send mail to the mailing
2798 list address instead.
2799
2800 See also @code{gnus-parameter-to-address-alist}.
2801
2802 @item to-list
2803 @cindex to-list
2804 Address used when doing @kbd{a} in that group.
2805
2806 @example
2807 (to-list . "some@@where.com")
2808 @end example
2809
2810 It is totally ignored
2811 when doing a followup---except that if it is present in a news group,
2812 you'll get mail group semantics when doing @kbd{f}.
2813
2814 If you do an @kbd{a} command in a mail group and you have neither a
2815 @code{to-list} group parameter nor a @code{to-address} group parameter,
2816 then a @code{to-list} group parameter will be added automatically upon
2817 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2818 @vindex gnus-add-to-list
2819
2820 @findex gnus-mailing-list-mode
2821 @cindex mail list groups
2822 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2823 entering summary buffer.
2824
2825 See also @code{gnus-parameter-to-list-alist}.
2826
2827 @anchor{subscribed}
2828 @item subscribed
2829 @cindex subscribed
2830 @cindex Mail-Followup-To
2831 @findex gnus-find-subscribed-addresses
2832 If this parameter is set to @code{t}, Gnus will consider the
2833 to-address and to-list parameters for this group as addresses of
2834 mailing lists you are subscribed to. Giving Gnus this information is
2835 (only) a first step in getting it to generate correct Mail-Followup-To
2836 headers for your posts to these lists. The second step is to put the
2837 following in your @file{.gnus.el}
2838
2839 @lisp
2840 (setq message-subscribed-address-functions
2841 '(gnus-find-subscribed-addresses))
2842 @end lisp
2843
2844 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2845 a complete treatment of available MFT support.
2846
2847 @item visible
2848 @cindex visible
2849 If the group parameter list has the element @code{(visible . t)},
2850 that group will always be visible in the Group buffer, regardless
2851 of whether it has any unread articles.
2852
2853 This parameter cannot be set via @code{gnus-parameters}. See
2854 @code{gnus-permanently-visible-groups} as an alternative.
2855
2856 @item broken-reply-to
2857 @cindex broken-reply-to
2858 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2859 headers in this group are to be ignored, and for the header to be hidden
2860 if @code{reply-to} is part of @code{gnus-boring-article-headers}. This
2861 can be useful if you're reading a mailing list group where the listserv
2862 has inserted @code{Reply-To} headers that point back to the listserv
2863 itself. That is broken behavior. So there!
2864
2865 @item to-group
2866 @cindex to-group
2867 Elements like @code{(to-group . "some.group.name")} means that all
2868 posts in that group will be sent to @code{some.group.name}.
2869
2870 @item newsgroup
2871 @cindex newsgroup
2872 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2873 will treat all responses as if they were responses to news articles.
2874 This can be useful if you have a mail group that's really a mirror of a
2875 news group.
2876
2877 @item gcc-self
2878 @cindex gcc-self
2879 If @code{(gcc-self . t)} is present in the group parameter list, newly
2880 composed messages will be @code{Gcc}'d to the current group. If
2881 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2882 generated, if @code{(gcc-self . "string")} is present, this string will
2883 be inserted literally as a @code{gcc} header. This parameter takes
2884 precedence over any default @code{Gcc} rules as described later
2885 (@pxref{Archived Messages}), with the exception for messages to resend.
2886
2887 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2888 @code{nntp} groups (or the like) isn't valid. An @code{nntp} server
2889 doesn't accept articles.
2890
2891 @item auto-expire
2892 @cindex auto-expire
2893 @cindex expiring mail
2894 If the group parameter has an element that looks like @code{(auto-expire
2895 . t)}, all articles read will be marked as expirable. For an
2896 alternative approach, @pxref{Expiring Mail}.
2897
2898 See also @code{gnus-auto-expirable-newsgroups}.
2899
2900 @item total-expire
2901 @cindex total-expire
2902 @cindex expiring mail
2903 If the group parameter has an element that looks like
2904 @code{(total-expire . t)}, all read articles will be put through the
2905 expiry process, even if they are not marked as expirable. Use with
2906 caution. Unread, ticked and dormant articles are not eligible for
2907 expiry.
2908
2909 See also @code{gnus-total-expirable-newsgroups}.
2910
2911 @item expiry-wait
2912 @cindex expiry-wait
2913 @vindex nnmail-expiry-wait-function
2914 If the group parameter has an element that looks like
2915 @code{(expiry-wait . 10)}, this value will override any
2916 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2917 (@pxref{Expiring Mail}) when expiring expirable messages. The value
2918 can either be a number of days (not necessarily an integer) or the
2919 symbols @code{never} or @code{immediate}.
2920
2921 @item expiry-target
2922 @cindex expiry-target
2923 Where expired messages end up. This parameter overrides
2924 @code{nnmail-expiry-target}.
2925
2926 @item score-file
2927 @cindex score file group parameter
2928 Elements that look like @code{(score-file . "file")} will make
2929 @file{file} into the current score file for the group in question. All
2930 interactive score entries will be put into this file.
2931
2932 @item adapt-file
2933 @cindex adapt file group parameter
2934 Elements that look like @code{(adapt-file . "file")} will make
2935 @file{file} into the current adaptive file for the group in question.
2936 All adaptive score entries will be put into this file.
2937
2938 @item admin-address
2939 @cindex admin-address
2940 When unsubscribing from a mailing list you should never send the
2941 unsubscription notice to the mailing list itself. Instead, you'd send
2942 messages to the administrative address. This parameter allows you to
2943 put the admin address somewhere convenient.
2944
2945 @item display
2946 @cindex display
2947 Elements that look like @code{(display . MODE)} say which articles to
2948 display on entering the group. Valid values are:
2949
2950 @table @code
2951 @item all
2952 Display all articles, both read and unread.
2953
2954 @item an integer
2955 Display the last @var{integer} articles in the group. This is the same as
2956 entering the group with @kbd{C-u @var{integer}}.
2957
2958 @item default
2959 Display the default visible articles, which normally includes unread and
2960 ticked articles.
2961
2962 @item an array
2963 Display articles that satisfy a predicate.
2964
2965 Here are some examples:
2966
2967 @table @code
2968 @item [unread]
2969 Display only unread articles.
2970
2971 @item [not expire]
2972 Display everything except expirable articles.
2973
2974 @item [and (not reply) (not expire)]
2975 Display everything except expirable and articles you've already
2976 responded to.
2977 @end table
2978
2979 The available operators are @code{not}, @code{and} and @code{or}.
2980 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2981 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2982 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2983 @code{cache}, @code{forward}, and @code{unseen}.
2984
2985 @end table
2986
2987 The @code{display} parameter works by limiting the summary buffer to
2988 the subset specified. You can pop the limit by using the @kbd{/ w}
2989 command (@pxref{Limiting}).
2990
2991 @item comment
2992 @cindex comment
2993 Elements that look like @code{(comment . "This is a comment")} are
2994 arbitrary comments on the group. You can display comments in the
2995 group line (@pxref{Group Line Specification}).
2996
2997 @item charset
2998 @cindex charset
2999 Elements that look like @code{(charset . iso-8859-1)} will make
3000 @code{iso-8859-1} the default charset; that is, the charset that will be
3001 used for all articles that do not specify a charset.
3002
3003 See also @code{gnus-group-charset-alist}.
3004
3005 @item ignored-charsets
3006 @cindex ignored-charset
3007 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
3008 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
3009 default charset will be used for decoding articles.
3010
3011 See also @code{gnus-group-ignored-charsets-alist}.
3012
3013 @item posting-style
3014 @cindex posting-style
3015 You can store additional posting style information for this group
3016 here (@pxref{Posting Styles}). The format is that of an entry in the
3017 @code{gnus-posting-styles} alist, except that there's no regexp matching
3018 the group name (of course). Style elements in this group parameter will
3019 take precedence over the ones found in @code{gnus-posting-styles}.
3020
3021 For instance, if you want a funky name and signature in this group only,
3022 instead of hacking @code{gnus-posting-styles}, you could put something
3023 like this in the group parameters:
3024
3025 @example
3026 (posting-style
3027 (name "Funky Name")
3028 ("X-Message-SMTP-Method" "smtp smtp.example.org 587")
3029 ("X-My-Header" "Funky Value")
3030 (signature "Funky Signature"))
3031 @end example
3032
3033 If you're using topics to organize your group buffer
3034 (@pxref{Group Topics}), note that posting styles can also be set in
3035 the topics parameters. Posting styles in topic parameters apply to all
3036 groups in this topic. More precisely, the posting-style settings for a
3037 group result from the hierarchical merging of all posting-style
3038 entries in the parameters of this group and all the topics it belongs
3039 to.
3040
3041
3042 @item post-method
3043 @cindex post-method
3044 If it is set, the value is used as the method for posting message
3045 instead of @code{gnus-post-method}.
3046
3047 @item mail-source
3048 @cindex mail-source
3049 If it is set, and the setting of @code{mail-sources} includes a
3050 @code{group} mail source (@pxref{Mail Sources}), the value is a
3051 mail source for this group.
3052
3053 @item banner
3054 @cindex banner
3055 An item like @code{(banner . @var{regexp})} causes any part of an article
3056 that matches the regular expression @var{regexp} to be stripped. Instead of
3057 @var{regexp}, you can also use the symbol @code{signature} which strips the
3058 last signature or any of the elements of the alist
3059 @code{gnus-article-banner-alist}.
3060
3061 @item sieve
3062 @cindex sieve
3063 This parameter contains a Sieve test that should match incoming mail
3064 that should be placed in this group. From this group parameter, a
3065 Sieve @samp{IF} control structure is generated, having the test as the
3066 condition and @samp{fileinto "group.name";} as the body.
3067
3068 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
3069 address "sender" "sieve-admin@@extundo.com")} group parameter, when
3070 translating the group parameter into a Sieve script (@pxref{Sieve
3071 Commands}) the following Sieve code is generated:
3072
3073 @example
3074 if address "sender" "sieve-admin@@extundo.com" @{
3075 fileinto "INBOX.list.sieve";
3076 @}
3077 @end example
3078
3079 To generate tests for multiple email-addresses use a group parameter
3080 like @code{(sieve address "sender" ("name@@one.org" else@@two.org"))}.
3081 When generating a sieve script (@pxref{Sieve Commands}) Sieve code
3082 like the following is generated:
3083
3084 @example
3085 if address "sender" ["name@@one.org", "else@@two.org"] @{
3086 fileinto "INBOX.list.sieve";
3087 @}
3088 @end example
3089
3090 See @pxref{Sieve Commands} for commands and variables that might be of
3091 interest in relation to the sieve parameter.
3092
3093 The Sieve language is described in RFC 3028. @xref{Top, Emacs Sieve,
3094 Top, sieve, Emacs Sieve}.
3095
3096 @item (agent parameters)
3097 If the agent has been enabled, you can set any of its parameters to
3098 control the behavior of the agent in individual groups. See Agent
3099 Parameters in @ref{Category Syntax}. Most users will choose to set
3100 agent parameters in either an agent category or group topic to
3101 minimize the configuration effort.
3102
3103 @item (@var{variable} @var{form})
3104 You can use the group parameters to set variables local to the group you
3105 are entering. If you want to turn threading off in @samp{news.answers},
3106 you could put @code{(gnus-show-threads nil)} in the group parameters of
3107 that group. @code{gnus-show-threads} will be made into a local variable
3108 in the summary buffer you enter, and the form @code{nil} will be
3109 @code{eval}ed there.
3110
3111 Note that this feature sets the variable locally to the summary buffer
3112 if and only if @var{variable} has been bound as a variable. Otherwise,
3113 only evaluating the form will take place. So, you may want to bind the
3114 variable in advance using @code{defvar} or other if the result of the
3115 form needs to be set to it.
3116
3117 But some variables are evaluated in the article buffer, or in the
3118 message buffer (of a reply or followup or otherwise newly created
3119 message). As a workaround, it might help to add the variable in
3120 question to @code{gnus-newsgroup-variables}. @xref{Various Summary
3121 Stuff}. So if you want to set @code{message-from-style} via the group
3122 parameters, then you may need the following statement elsewhere in your
3123 @file{~/.gnus.el} file:
3124
3125 @lisp
3126 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3127 @end lisp
3128
3129 @vindex gnus-list-identifiers
3130 A use for this feature is to remove a mailing list identifier tag in
3131 the subject fields of articles. E.g., if the news group
3132
3133 @example
3134 nntp+news.gnus.org:gmane.text.docbook.apps
3135 @end example
3136
3137 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3138 tag can be removed from the article subjects in the summary buffer for
3139 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3140 into the group parameters for the group.
3141
3142 This can also be used as a group-specific hook function. If you want to
3143 hear a beep when you enter a group, you could put something like
3144 @code{(dummy-variable (ding))} in the parameters of that group. If
3145 @code{dummy-variable} has been bound (see above), it will be set to the
3146 (meaningless) result of the @code{(ding)} form.
3147
3148 Alternatively, since the VARIABLE becomes local to the group, this
3149 pattern can be used to temporarily change a hook. For example, if the
3150 following is added to a group parameter
3151
3152 @lisp
3153 (gnus-summary-prepared-hook
3154 (lambda nil (local-set-key "d" (local-key-binding "n"))))
3155 @end lisp
3156
3157 when the group is entered, the 'd' key will not mark the article as
3158 expired.
3159
3160 @end table
3161
3162 @vindex gnus-parameters
3163 Group parameters can be set via the @code{gnus-parameters} variable too.
3164 But some variables, such as @code{visible}, have no effect (For this
3165 case see @code{gnus-permanently-visible-groups} as an alternative.).
3166 For example:
3167
3168 @lisp
3169 (setq gnus-parameters
3170 '(("mail\\..*"
3171 (gnus-show-threads nil)
3172 (gnus-use-scoring nil)
3173 (gnus-summary-line-format
3174 "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3175 (gcc-self . t)
3176 (display . all))
3177
3178 ("^nnimap:\\(foo.bar\\)$"
3179 (to-group . "\\1"))
3180
3181 ("mail\\.me"
3182 (gnus-use-scoring t))
3183
3184 ("list\\..*"
3185 (total-expire . t)
3186 (broken-reply-to . t))))
3187 @end lisp
3188
3189 All clauses that matches the group name will be used, but the last
3190 setting ``wins''. So if you have two clauses that both match the
3191 group name, and both set, say @code{display}, the last setting will
3192 override the first.
3193
3194 Parameters that are strings will be subjected to regexp substitution,
3195 as the @code{to-group} example shows.
3196
3197 @vindex gnus-parameters-case-fold-search
3198 By default, whether comparing the group name and one of those regexps
3199 specified in @code{gnus-parameters} is done in a case-sensitive manner
3200 or a case-insensitive manner depends on the value of
3201 @code{case-fold-search} at the time when the comparison is done. The
3202 value of @code{case-fold-search} is typically @code{t}; it means, for
3203 example, the element @code{("INBOX\\.FOO" (total-expire . t))} might be
3204 applied to both the @samp{INBOX.FOO} group and the @samp{INBOX.foo}
3205 group. If you want to make those regexps always case-sensitive, set the
3206 value of the @code{gnus-parameters-case-fold-search} variable to
3207 @code{nil}. Otherwise, set it to @code{t} if you want to compare them
3208 always in a case-insensitive manner.
3209
3210 You can define different sorting to different groups via
3211 @code{gnus-parameters}. Here is an example to sort an @acronym{NNTP}
3212 group by reverse date to see the latest news at the top and an
3213 @acronym{RSS} group by subject. In this example, the first group is the
3214 Debian daily news group @code{gmane.linux.debian.user.news} from
3215 news.gmane.org. The @acronym{RSS} group corresponds to the Debian
3216 weekly news RSS feed
3217 @url{http://packages.debian.org/unstable/newpkg_main.en.rdf},
3218 @xref{RSS}.
3219
3220 @lisp
3221 (setq
3222 gnus-parameters
3223 '(("nntp.*gmane\\.debian\\.user\\.news"
3224 (gnus-show-threads nil)
3225 (gnus-article-sort-functions '((not gnus-article-sort-by-date)))
3226 (gnus-use-adaptive-scoring nil)
3227 (gnus-use-scoring nil))
3228 ("nnrss.*debian"
3229 (gnus-show-threads nil)
3230 (gnus-article-sort-functions 'gnus-article-sort-by-subject)
3231 (gnus-use-adaptive-scoring nil)
3232 (gnus-use-scoring t)
3233 (gnus-score-find-score-files-function 'gnus-score-find-single)
3234 (gnus-summary-line-format "%U%R%z%d %I%(%[ %s %]%)\n"))))
3235 @end lisp
3236
3237
3238 @node Listing Groups
3239 @section Listing Groups
3240 @cindex group listing
3241
3242 These commands all list various slices of the groups available.
3243
3244 @table @kbd
3245
3246 @item l
3247 @itemx A s
3248 @kindex A s (Group)
3249 @kindex l (Group)
3250 @findex gnus-group-list-groups
3251 List all groups that have unread articles
3252 (@code{gnus-group-list-groups}). If the numeric prefix is used, this
3253 command will list only groups of level ARG and lower. By default, it
3254 only lists groups of level five (i.e.,
3255 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3256 groups).
3257
3258 @item L
3259 @itemx A u
3260 @kindex A u (Group)
3261 @kindex L (Group)
3262 @findex gnus-group-list-all-groups
3263 List all groups, whether they have unread articles or not
3264 (@code{gnus-group-list-all-groups}). If the numeric prefix is used,
3265 this command will list only groups of level ARG and lower. By default,
3266 it lists groups of level seven or lower (i.e., just subscribed and
3267 unsubscribed groups).
3268
3269 @item A l
3270 @kindex A l (Group)
3271 @findex gnus-group-list-level
3272 List all unread groups on a specific level
3273 (@code{gnus-group-list-level}). If given a prefix, also list the groups
3274 with no unread articles.
3275
3276 @item A k
3277 @kindex A k (Group)
3278 @findex gnus-group-list-killed
3279 List all killed groups (@code{gnus-group-list-killed}). If given a
3280 prefix argument, really list all groups that are available, but aren't
3281 currently (un)subscribed. This could entail reading the active file
3282 from the server.
3283
3284 @item A z
3285 @kindex A z (Group)
3286 @findex gnus-group-list-zombies
3287 List all zombie groups (@code{gnus-group-list-zombies}).
3288
3289 @item A m
3290 @kindex A m (Group)
3291 @findex gnus-group-list-matching
3292 List all unread, subscribed groups with names that match a regexp
3293 (@code{gnus-group-list-matching}).
3294
3295 @item A M
3296 @kindex A M (Group)
3297 @findex gnus-group-list-all-matching
3298 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3299
3300 @item A A
3301 @kindex A A (Group)
3302 @findex gnus-group-list-active
3303 List absolutely all groups in the active file(s) of the
3304 server(s) you are connected to (@code{gnus-group-list-active}). This
3305 might very well take quite a while. It might actually be a better idea
3306 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3307 thing to match on. Also note that this command may list groups that
3308 don't exist (yet)---these will be listed as if they were killed groups.
3309 Take the output with some grains of salt.
3310
3311 @item A a
3312 @kindex A a (Group)
3313 @findex gnus-group-apropos
3314 List all groups that have names that match a regexp
3315 (@code{gnus-group-apropos}).
3316
3317 @item A d
3318 @kindex A d (Group)
3319 @findex gnus-group-description-apropos
3320 List all groups that have names or descriptions that match a regexp
3321 (@code{gnus-group-description-apropos}).
3322
3323 @item A c
3324 @kindex A c (Group)
3325 @findex gnus-group-list-cached
3326 List all groups with cached articles (@code{gnus-group-list-cached}).
3327
3328 @item A ?
3329 @kindex A ? (Group)
3330 @findex gnus-group-list-dormant
3331 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3332
3333 @item A !
3334 @kindex A ! (Group)
3335 @findex gnus-group-list-ticked
3336 List all groups with ticked articles (@code{gnus-group-list-ticked}).
3337
3338 @item A /
3339 @kindex A / (Group)
3340 @findex gnus-group-list-limit
3341 Further limit groups within the current selection
3342 (@code{gnus-group-list-limit}). If you've first limited to groups
3343 with dormant articles with @kbd{A ?}, you can then further limit with
3344 @kbd{A / c}, which will then limit to groups with cached articles,
3345 giving you the groups that have both dormant articles and cached
3346 articles.
3347
3348 @item A f
3349 @kindex A f (Group)
3350 @findex gnus-group-list-flush
3351 Flush groups from the current selection (@code{gnus-group-list-flush}).
3352
3353 @item A p
3354 @kindex A p (Group)
3355 @findex gnus-group-list-plus
3356 List groups plus the current selection (@code{gnus-group-list-plus}).
3357
3358 @end table
3359
3360 @vindex gnus-permanently-visible-groups
3361 @cindex visible group parameter
3362 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3363 always be shown, whether they have unread articles or not. You can also
3364 add the @code{visible} element to the group parameters in question to
3365 get the same effect.
3366
3367 @vindex gnus-list-groups-with-ticked-articles
3368 Groups that have just ticked articles in it are normally listed in the
3369 group buffer. If @code{gnus-list-groups-with-ticked-articles} is
3370 @code{nil}, these groups will be treated just like totally empty
3371 groups. It is @code{t} by default.
3372
3373
3374 @node Sorting Groups
3375 @section Sorting Groups
3376 @cindex sorting groups
3377
3378 @kindex C-c C-s (Group)
3379 @findex gnus-group-sort-groups
3380 @vindex gnus-group-sort-function
3381 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3382 group buffer according to the function(s) given by the
3383 @code{gnus-group-sort-function} variable. Available sorting functions
3384 include:
3385
3386 @table @code
3387
3388 @item gnus-group-sort-by-alphabet
3389 @findex gnus-group-sort-by-alphabet
3390 Sort the group names alphabetically. This is the default.
3391
3392 @item gnus-group-sort-by-real-name
3393 @findex gnus-group-sort-by-real-name
3394 Sort the group alphabetically on the real (unprefixed) group names.
3395
3396 @item gnus-group-sort-by-level
3397 @findex gnus-group-sort-by-level
3398 Sort by group level.
3399
3400 @item gnus-group-sort-by-score
3401 @findex gnus-group-sort-by-score
3402 Sort by group score. @xref{Group Score}.
3403
3404 @item gnus-group-sort-by-rank
3405 @findex gnus-group-sort-by-rank
3406 Sort by group score and then the group level. The level and the score
3407 are, when taken together, the group's @dfn{rank}. @xref{Group Score}.
3408
3409 @item gnus-group-sort-by-unread
3410 @findex gnus-group-sort-by-unread
3411 Sort by number of unread articles.
3412
3413 @item gnus-group-sort-by-method
3414 @findex gnus-group-sort-by-method
3415 Sort alphabetically on the select method.
3416
3417 @item gnus-group-sort-by-server
3418 @findex gnus-group-sort-by-server
3419 Sort alphabetically on the Gnus server name.
3420
3421
3422 @end table
3423
3424 @code{gnus-group-sort-function} can also be a list of sorting
3425 functions. In that case, the most significant sort key function must be
3426 the last one.
3427
3428
3429 There are also a number of commands for sorting directly according to
3430 some sorting criteria:
3431
3432 @table @kbd
3433 @item G S a
3434 @kindex G S a (Group)
3435 @findex gnus-group-sort-groups-by-alphabet
3436 Sort the group buffer alphabetically by group name
3437 (@code{gnus-group-sort-groups-by-alphabet}).
3438
3439 @item G S u
3440 @kindex G S u (Group)
3441 @findex gnus-group-sort-groups-by-unread
3442 Sort the group buffer by the number of unread articles
3443 (@code{gnus-group-sort-groups-by-unread}).
3444
3445 @item G S l
3446 @kindex G S l (Group)
3447 @findex gnus-group-sort-groups-by-level
3448 Sort the group buffer by group level
3449 (@code{gnus-group-sort-groups-by-level}).
3450
3451 @item G S v
3452 @kindex G S v (Group)
3453 @findex gnus-group-sort-groups-by-score
3454 Sort the group buffer by group score
3455 (@code{gnus-group-sort-groups-by-score}). @xref{Group Score}.
3456
3457 @item G S r
3458 @kindex G S r (Group)
3459 @findex gnus-group-sort-groups-by-rank
3460 Sort the group buffer by group rank
3461 (@code{gnus-group-sort-groups-by-rank}). @xref{Group Score}.
3462
3463 @item G S m
3464 @kindex G S m (Group)
3465 @findex gnus-group-sort-groups-by-method
3466 Sort the group buffer alphabetically by back end name@*
3467 (@code{gnus-group-sort-groups-by-method}).
3468
3469 @item G S n
3470 @kindex G S n (Group)
3471 @findex gnus-group-sort-groups-by-real-name
3472 Sort the group buffer alphabetically by real (unprefixed) group name
3473 (@code{gnus-group-sort-groups-by-real-name}).
3474
3475 @end table
3476
3477 All the commands below obey the process/prefix convention
3478 (@pxref{Process/Prefix}).
3479
3480 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3481 commands will sort in reverse order.
3482
3483 You can also sort a subset of the groups:
3484
3485 @table @kbd
3486 @item G P a
3487 @kindex G P a (Group)
3488 @findex gnus-group-sort-selected-groups-by-alphabet
3489 Sort the groups alphabetically by group name
3490 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3491
3492 @item G P u
3493 @kindex G P u (Group)
3494 @findex gnus-group-sort-selected-groups-by-unread
3495 Sort the groups by the number of unread articles
3496 (@code{gnus-group-sort-selected-groups-by-unread}).
3497
3498 @item G P l
3499 @kindex G P l (Group)
3500 @findex gnus-group-sort-selected-groups-by-level
3501 Sort the groups by group level
3502 (@code{gnus-group-sort-selected-groups-by-level}).
3503
3504 @item G P v
3505 @kindex G P v (Group)
3506 @findex gnus-group-sort-selected-groups-by-score
3507 Sort the groups by group score
3508 (@code{gnus-group-sort-selected-groups-by-score}). @xref{Group Score}.
3509
3510 @item G P r
3511 @kindex G P r (Group)
3512 @findex gnus-group-sort-selected-groups-by-rank
3513 Sort the groups by group rank
3514 (@code{gnus-group-sort-selected-groups-by-rank}). @xref{Group Score}.
3515
3516 @item G P m
3517 @kindex G P m (Group)
3518 @findex gnus-group-sort-selected-groups-by-method
3519 Sort the groups alphabetically by back end name@*
3520 (@code{gnus-group-sort-selected-groups-by-method}).
3521
3522 @item G P n
3523 @kindex G P n (Group)
3524 @findex gnus-group-sort-selected-groups-by-real-name
3525 Sort the groups alphabetically by real (unprefixed) group name
3526 (@code{gnus-group-sort-selected-groups-by-real-name}).
3527
3528 @item G P s
3529 @kindex G P s (Group)
3530 @findex gnus-group-sort-selected-groups
3531 Sort the groups according to @code{gnus-group-sort-function}.
3532
3533 @end table
3534
3535 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3536 move groups around.
3537
3538
3539 @node Group Maintenance
3540 @section Group Maintenance
3541 @cindex bogus groups
3542
3543 @table @kbd
3544 @item b
3545 @kindex b (Group)
3546 @findex gnus-group-check-bogus-groups
3547 Find bogus groups and delete them
3548 (@code{gnus-group-check-bogus-groups}).
3549
3550 @item F
3551 @kindex F (Group)
3552 @findex gnus-group-find-new-groups
3553 Find new groups and process them (@code{gnus-group-find-new-groups}).
3554 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3555 for new groups. With 2 @kbd{C-u}'s, use most complete method possible
3556 to query the server for new groups, and subscribe the new groups as
3557 zombies.
3558
3559 @item C-c C-x
3560 @kindex C-c C-x (Group)
3561 @findex gnus-group-expire-articles
3562 @cindex expiring mail
3563 Run all expirable articles in the current group through the expiry
3564 process (if any) (@code{gnus-group-expire-articles}). That is, delete
3565 all expirable articles in the group that have been around for a while.
3566 (@pxref{Expiring Mail}).
3567
3568 @item C-c C-M-x
3569 @kindex C-c C-M-x (Group)
3570 @findex gnus-group-expire-all-groups
3571 @cindex expiring mail
3572 Run all expirable articles in all groups through the expiry process
3573 (@code{gnus-group-expire-all-groups}).
3574
3575 @end table
3576
3577
3578 @node Browse Foreign Server
3579 @section Browse Foreign Server
3580 @cindex foreign servers
3581 @cindex browsing servers
3582
3583 @table @kbd
3584 @item B
3585 @kindex B (Group)
3586 @findex gnus-group-browse-foreign-server
3587 You will be queried for a select method and a server name. Gnus will
3588 then attempt to contact this server and let you browse the groups there
3589 (@code{gnus-group-browse-foreign-server}).
3590 @end table
3591
3592 @findex gnus-browse-mode
3593 A new buffer with a list of available groups will appear. This buffer
3594 will use the @code{gnus-browse-mode}. This buffer looks a bit (well,
3595 a lot) like a normal group buffer.
3596
3597 Here's a list of keystrokes available in the browse mode:
3598
3599 @table @kbd
3600 @item n
3601 @kindex n (Browse)
3602 @findex gnus-group-next-group
3603 Go to the next group (@code{gnus-group-next-group}).
3604
3605 @item p
3606 @kindex p (Browse)
3607 @findex gnus-group-prev-group
3608 Go to the previous group (@code{gnus-group-prev-group}).
3609
3610 @item SPACE
3611 @kindex SPACE (Browse)
3612 @findex gnus-browse-read-group
3613 Enter the current group and display the first article
3614 (@code{gnus-browse-read-group}).
3615
3616 @item RET
3617 @kindex RET (Browse)
3618 @findex gnus-browse-select-group
3619 Enter the current group (@code{gnus-browse-select-group}).
3620
3621 @item u
3622 @kindex u (Browse)
3623 @findex gnus-browse-unsubscribe-current-group
3624 @vindex gnus-browse-subscribe-newsgroup-method
3625 Unsubscribe to the current group, or, as will be the case here,
3626 subscribe to it (@code{gnus-browse-unsubscribe-current-group}). You
3627 can affect the way the new group is entered into the Group buffer
3628 using the variable @code{gnus-browse-subscribe-newsgroup-method}. See
3629 @pxref{Subscription Methods} for available options.
3630
3631 @item l
3632 @itemx q
3633 @kindex q (Browse)
3634 @kindex l (Browse)
3635 @findex gnus-browse-exit
3636 Exit browse mode (@code{gnus-browse-exit}).
3637
3638 @item d
3639 @kindex d (Browse)
3640 @findex gnus-browse-describe-group
3641 Describe the current group (@code{gnus-browse-describe-group}).
3642
3643 @item ?
3644 @kindex ? (Browse)
3645 @findex gnus-browse-describe-briefly
3646 Describe browse mode briefly (well, there's not much to describe, is
3647 there) (@code{gnus-browse-describe-briefly}).
3648
3649 @item DEL
3650 @kindex DEL (Browse)
3651 @findex gnus-browse-delete-group
3652 This function will delete the current group
3653 (@code{gnus-browse-delete-group}). If given a prefix, this function
3654 will actually delete all the articles in the group, and forcibly
3655 remove the group itself from the face of the Earth. Use a prefix only
3656 if you are absolutely sure of what you are doing.
3657 @end table
3658
3659
3660 @node Exiting Gnus
3661 @section Exiting Gnus
3662 @cindex exiting Gnus
3663
3664 Yes, Gnus is ex(c)iting.
3665
3666 @table @kbd
3667 @item z
3668 @kindex z (Group)
3669 @findex gnus-group-suspend
3670 Suspend Gnus (@code{gnus-group-suspend}). This doesn't really exit Gnus,
3671 but it kills all buffers except the Group buffer. I'm not sure why this
3672 is a gain, but then who am I to judge?
3673
3674 @item q
3675 @kindex q (Group)
3676 @findex gnus-group-exit
3677 @c @icon{gnus-group-exit}
3678 Quit Gnus (@code{gnus-group-exit}).
3679
3680 @item Q
3681 @kindex Q (Group)
3682 @findex gnus-group-quit
3683 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3684 The dribble file will be saved, though (@pxref{Auto Save}).
3685 @end table
3686
3687 @vindex gnus-exit-gnus-hook
3688 @vindex gnus-suspend-gnus-hook
3689 @vindex gnus-after-exiting-gnus-hook
3690 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3691 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3692 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3693 exiting Gnus.
3694
3695 Note:
3696
3697 @quotation
3698 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3699 numbly heavy and herself fall into a hazy trance as the boy sitting
3700 behind her drew repeated lines with his pencil across the back of her
3701 plastic chair.
3702 @end quotation
3703
3704
3705 @node Group Topics
3706 @section Group Topics
3707 @cindex topics
3708
3709 If you read lots and lots of groups, it might be convenient to group
3710 them hierarchically according to topics. You put your Emacs groups over
3711 here, your sex groups over there, and the rest (what, two groups or so?)
3712 you put in some misc section that you never bother with anyway. You can
3713 even group the Emacs sex groups as a sub-topic to either the Emacs
3714 groups or the sex groups---or both! Go wild!
3715
3716 @iftex
3717 @iflatex
3718 \gnusfigure{Group Topics}{400}{
3719 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3720 }
3721 @end iflatex
3722 @end iftex
3723
3724 Here's an example:
3725
3726 @example
3727 Gnus
3728 Emacs -- I wuw it!
3729 3: comp.emacs
3730 2: alt.religion.emacs
3731 Naughty Emacs
3732 452: alt.sex.emacs
3733 0: comp.talk.emacs.recovery
3734 Misc
3735 8: comp.binaries.fractals
3736 13: comp.sources.unix
3737 @end example
3738
3739 @findex gnus-topic-mode
3740 @kindex t (Group)
3741 To get this @emph{fab} functionality you simply turn on (ooh!) the
3742 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer. (This
3743 is a toggling command.)
3744
3745 Go ahead, just try it. I'll still be here when you get back. La de
3746 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3747 Yes, and now press @kbd{l}. There. All your groups are now listed
3748 under @samp{misc}. Doesn't that make you feel all warm and fuzzy?
3749 Hot and bothered?
3750
3751 If you want this permanently enabled, you should add that minor mode to
3752 the hook for the group mode. Put the following line in your
3753 @file{~/.gnus.el} file:
3754
3755 @lisp
3756 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3757 @end lisp
3758
3759 @menu
3760 * Topic Commands:: Interactive E-Z commands.
3761 * Topic Variables:: How to customize the topics the Lisp Way.
3762 * Topic Sorting:: Sorting each topic individually.
3763 * Topic Topology:: A map of the world.
3764 * Topic Parameters:: Parameters that apply to all groups in a topic.
3765 @end menu
3766
3767
3768 @node Topic Commands
3769 @subsection Topic Commands
3770 @cindex topic commands
3771
3772 When the topic minor mode is turned on, a new @kbd{T} submap will be
3773 available. In addition, a few of the standard keys change their
3774 definitions slightly.
3775
3776 In general, the following kinds of operations are possible on topics.
3777 First of all, you want to create topics. Secondly, you want to put
3778 groups in topics and to move them around until you have an order you
3779 like. The third kind of operation is to show/hide parts of the whole
3780 shebang. You might want to hide a topic including its subtopics and
3781 groups, to get a better overview of the other groups.
3782
3783 Here is a list of the basic keys that you might need to set up topics
3784 the way you like.
3785
3786 @table @kbd
3787
3788 @item T n
3789 @kindex T n (Topic)
3790 @findex gnus-topic-create-topic
3791 Prompt for a new topic name and create it
3792 (@code{gnus-topic-create-topic}).
3793
3794 @item T TAB
3795 @itemx TAB
3796 @kindex T TAB (Topic)
3797 @kindex TAB (Topic)
3798 @findex gnus-topic-indent
3799 ``Indent'' the current topic so that it becomes a sub-topic of the
3800 previous topic (@code{gnus-topic-indent}). If given a prefix,
3801 ``un-indent'' the topic instead.
3802
3803 @item M-TAB
3804 @kindex M-TAB (Topic)
3805 @findex gnus-topic-unindent
3806 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3807 parent of its current parent (@code{gnus-topic-unindent}).
3808
3809 @end table
3810
3811 The following two keys can be used to move groups and topics around.
3812 They work like the well-known cut and paste. @kbd{C-k} is like cut and
3813 @kbd{C-y} is like paste. Of course, this being Emacs, we use the terms
3814 kill and yank rather than cut and paste.
3815
3816 @table @kbd
3817
3818 @item C-k
3819 @kindex C-k (Topic)
3820 @findex gnus-topic-kill-group
3821 Kill a group or topic (@code{gnus-topic-kill-group}). All groups in the
3822 topic will be removed along with the topic.
3823
3824 @item C-y
3825 @kindex C-y (Topic)
3826 @findex gnus-topic-yank-group
3827 Yank the previously killed group or topic
3828 (@code{gnus-topic-yank-group}). Note that all topics will be yanked
3829 before all groups.
3830
3831 So, to move a topic to the beginning of the list of topics, just hit
3832 @kbd{C-k} on it. This is like the ``cut'' part of cut and paste. Then,
3833 move the cursor to the beginning of the buffer (just below the ``Gnus''
3834 topic) and hit @kbd{C-y}. This is like the ``paste'' part of cut and
3835 paste. Like I said---E-Z.
3836
3837 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics. So
3838 you can move topics around as well as groups.
3839
3840 @end table
3841
3842 After setting up the topics the way you like them, you might wish to
3843 hide a topic, or to show it again. That's why we have the following
3844 key.
3845
3846 @table @kbd
3847
3848 @item RET
3849 @kindex RET (Topic)
3850 @findex gnus-topic-select-group
3851 @itemx SPACE
3852 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3853 When you perform this command on a group, you'll enter the group, as
3854 usual. When done on a topic line, the topic will be folded (if it was
3855 visible) or unfolded (if it was folded already). So it's basically a
3856 toggling command on topics. In addition, if you give a numerical
3857 prefix, group on that level (and lower) will be displayed.
3858
3859 @end table
3860
3861 Now for a list of other commands, in no particular order.
3862
3863 @table @kbd
3864
3865 @item T m
3866 @kindex T m (Topic)
3867 @findex gnus-topic-move-group
3868 Move the current group to some other topic
3869 (@code{gnus-topic-move-group}). This command uses the process/prefix
3870 convention (@pxref{Process/Prefix}).
3871
3872 @item T j
3873 @kindex T j (Topic)
3874 @findex gnus-topic-jump-to-topic
3875 Go to a topic (@code{gnus-topic-jump-to-topic}).
3876
3877 @item T c
3878 @kindex T c (Topic)
3879 @findex gnus-topic-copy-group
3880 Copy the current group to some other topic
3881 (@code{gnus-topic-copy-group}). This command uses the process/prefix
3882 convention (@pxref{Process/Prefix}).
3883
3884 @item T h
3885 @kindex T h (Topic)
3886 @findex gnus-topic-hide-topic
3887 Hide the current topic (@code{gnus-topic-hide-topic}). If given
3888 a prefix, hide the topic permanently.
3889
3890 @item T s
3891 @kindex T s (Topic)
3892 @findex gnus-topic-show-topic
3893 Show the current topic (@code{gnus-topic-show-topic}). If given
3894 a prefix, show the topic permanently.
3895
3896 @item T D
3897 @kindex T D (Topic)
3898 @findex gnus-topic-remove-group
3899 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3900 This command is mainly useful if you have the same group in several
3901 topics and wish to remove it from one of the topics. You may also
3902 remove a group from all topics, but in that case, Gnus will add it to
3903 the root topic the next time you start Gnus. In fact, all new groups
3904 (which, naturally, don't belong to any topic) will show up in the root
3905 topic.
3906
3907 This command uses the process/prefix convention
3908 (@pxref{Process/Prefix}).
3909
3910 @item T M
3911 @kindex T M (Topic)
3912 @findex gnus-topic-move-matching
3913 Move all groups that match some regular expression to a topic
3914 (@code{gnus-topic-move-matching}).
3915
3916 @item T C
3917 @kindex T C (Topic)
3918 @findex gnus-topic-copy-matching
3919 Copy all groups that match some regular expression to a topic
3920 (@code{gnus-topic-copy-matching}).
3921
3922 @item T H
3923 @kindex T H (Topic)
3924 @findex gnus-topic-toggle-display-empty-topics
3925 Toggle hiding empty topics
3926 (@code{gnus-topic-toggle-display-empty-topics}).
3927
3928 @item T #
3929 @kindex T # (Topic)
3930 @findex gnus-topic-mark-topic
3931 Mark all groups in the current topic with the process mark
3932 (@code{gnus-topic-mark-topic}). This command works recursively on
3933 sub-topics unless given a prefix.
3934
3935 @item T M-#
3936 @kindex T M-# (Topic)
3937 @findex gnus-topic-unmark-topic
3938 Remove the process mark from all groups in the current topic
3939 (@code{gnus-topic-unmark-topic}). This command works recursively on
3940 sub-topics unless given a prefix.
3941
3942 @item C-c C-x
3943 @kindex C-c C-x (Topic)
3944 @findex gnus-topic-expire-articles
3945 @cindex expiring mail
3946 Run all expirable articles in the current group or topic through the
3947 expiry process (if any)
3948 (@code{gnus-topic-expire-articles}). (@pxref{Expiring Mail}).
3949
3950 @item T r
3951 @kindex T r (Topic)
3952 @findex gnus-topic-rename
3953 Rename a topic (@code{gnus-topic-rename}).
3954
3955 @item T DEL
3956 @kindex T DEL (Topic)
3957 @findex gnus-topic-delete
3958 Delete an empty topic (@code{gnus-topic-delete}).
3959
3960 @item A T
3961 @kindex A T (Topic)
3962 @findex gnus-topic-list-active
3963 List all groups that Gnus knows about in a topics-ified way
3964 (@code{gnus-topic-list-active}).
3965
3966 @item T M-n
3967 @kindex T M-n (Topic)
3968 @findex gnus-topic-goto-next-topic
3969 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3970
3971 @item T M-p
3972 @kindex T M-p (Topic)
3973 @findex gnus-topic-goto-previous-topic
3974 Go to the previous topic (@code{gnus-topic-goto-previous-topic}).
3975
3976 @item G p
3977 @kindex G p (Topic)
3978 @findex gnus-topic-edit-parameters
3979 @cindex group parameters
3980 @cindex topic parameters
3981 @cindex parameters
3982 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3983 @xref{Topic Parameters}.
3984
3985 @end table
3986
3987
3988 @node Topic Variables
3989 @subsection Topic Variables
3990 @cindex topic variables
3991
3992 The previous section told you how to tell Gnus which topics to display.
3993 This section explains how to tell Gnus what to display about each topic.
3994
3995 @vindex gnus-topic-line-format
3996 The topic lines themselves are created according to the
3997 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3998 Valid elements are:
3999
4000 @table @samp
4001 @item i
4002 Indentation.
4003 @item n
4004 Topic name.
4005 @item v
4006 Visibility.
4007 @item l
4008 Level.
4009 @item g
4010 Number of groups in the topic.
4011 @item a
4012 Number of unread articles in the topic.
4013 @item A
4014 Number of unread articles in the topic and all its subtopics.
4015 @end table
4016
4017 @vindex gnus-topic-indent-level
4018 Each sub-topic (and the groups in the sub-topics) will be indented with
4019 @code{gnus-topic-indent-level} times the topic level number of spaces.
4020 The default is 2.
4021
4022 @vindex gnus-topic-mode-hook
4023 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
4024
4025 @vindex gnus-topic-display-empty-topics
4026 The @code{gnus-topic-display-empty-topics} says whether to display even
4027 topics that have no unread articles in them. The default is @code{t}.
4028
4029
4030 @node Topic Sorting
4031 @subsection Topic Sorting
4032 @cindex topic sorting
4033
4034 You can sort the groups in each topic individually with the following
4035 commands:
4036
4037
4038 @table @kbd
4039 @item T S a
4040 @kindex T S a (Topic)
4041 @findex gnus-topic-sort-groups-by-alphabet
4042 Sort the current topic alphabetically by group name
4043 (@code{gnus-topic-sort-groups-by-alphabet}).
4044
4045 @item T S u
4046 @kindex T S u (Topic)
4047 @findex gnus-topic-sort-groups-by-unread
4048 Sort the current topic by the number of unread articles
4049 (@code{gnus-topic-sort-groups-by-unread}).
4050
4051 @item T S l
4052 @kindex T S l (Topic)
4053 @findex gnus-topic-sort-groups-by-level
4054 Sort the current topic by group level
4055 (@code{gnus-topic-sort-groups-by-level}).
4056
4057 @item T S v
4058 @kindex T S v (Topic)
4059 @findex gnus-topic-sort-groups-by-score
4060 Sort the current topic by group score
4061 (@code{gnus-topic-sort-groups-by-score}). @xref{Group Score}.
4062
4063 @item T S r
4064 @kindex T S r (Topic)
4065 @findex gnus-topic-sort-groups-by-rank
4066 Sort the current topic by group rank
4067 (@code{gnus-topic-sort-groups-by-rank}). @xref{Group Score}.
4068
4069 @item T S m
4070 @kindex T S m (Topic)
4071 @findex gnus-topic-sort-groups-by-method
4072 Sort the current topic alphabetically by back end name
4073 (@code{gnus-topic-sort-groups-by-method}).
4074
4075 @item T S e
4076 @kindex T S e (Topic)
4077 @findex gnus-topic-sort-groups-by-server
4078 Sort the current topic alphabetically by server name
4079 (@code{gnus-topic-sort-groups-by-server}).
4080
4081 @item T S s
4082 @kindex T S s (Topic)
4083 @findex gnus-topic-sort-groups
4084 Sort the current topic according to the function(s) given by the
4085 @code{gnus-group-sort-function} variable
4086 (@code{gnus-topic-sort-groups}).
4087
4088 @end table
4089
4090 When given a prefix argument, all these commands will sort in reverse
4091 order. @xref{Sorting Groups}, for more information about group
4092 sorting.
4093
4094
4095 @node Topic Topology
4096 @subsection Topic Topology
4097 @cindex topic topology
4098 @cindex topology
4099
4100 So, let's have a look at an example group buffer:
4101
4102 @example
4103 @group
4104 Gnus
4105 Emacs -- I wuw it!
4106 3: comp.emacs
4107 2: alt.religion.emacs
4108 Naughty Emacs
4109 452: alt.sex.emacs
4110 0: comp.talk.emacs.recovery
4111 Misc
4112 8: comp.binaries.fractals
4113 13: comp.sources.unix
4114 @end group
4115 @end example
4116
4117 So, here we have one top-level topic (@samp{Gnus}), two topics under
4118 that, and one sub-topic under one of the sub-topics. (There is always
4119 just one (1) top-level topic). This topology can be expressed as
4120 follows:
4121
4122 @lisp
4123 (("Gnus" visible)
4124 (("Emacs -- I wuw it!" visible)
4125 (("Naughty Emacs" visible)))
4126 (("Misc" visible)))
4127 @end lisp
4128
4129 @vindex gnus-topic-topology
4130 This is in fact how the variable @code{gnus-topic-topology} would look
4131 for the display above. That variable is saved in the @file{.newsrc.eld}
4132 file, and shouldn't be messed with manually---unless you really want
4133 to. Since this variable is read from the @file{.newsrc.eld} file,
4134 setting it in any other startup files will have no effect.
4135
4136 This topology shows what topics are sub-topics of what topics (right),
4137 and which topics are visible. Two settings are currently
4138 allowed---@code{visible} and @code{invisible}.
4139
4140
4141 @node Topic Parameters
4142 @subsection Topic Parameters
4143 @cindex topic parameters
4144
4145 All groups in a topic will inherit group parameters from the parent
4146 (and ancestor) topic parameters. All valid group parameters are valid
4147 topic parameters (@pxref{Group Parameters}). When the agent is
4148 enabled, all agent parameters (See Agent Parameters in @ref{Category
4149 Syntax}) are also valid topic parameters.
4150
4151 In addition, the following parameters are only valid as topic
4152 parameters:
4153
4154 @table @code
4155 @item subscribe
4156 When subscribing new groups by topic (@pxref{Subscription Methods}), the
4157 @code{subscribe} topic parameter says what groups go in what topic. Its
4158 value should be a regexp to match the groups that should go in that
4159 topic.
4160
4161 @item subscribe-level
4162 When subscribing new groups by topic (see the @code{subscribe} parameter),
4163 the group will be subscribed with the level specified in the
4164 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4165
4166 @end table
4167
4168 Group parameters (of course) override topic parameters, and topic
4169 parameters in sub-topics override topic parameters in super-topics. You
4170 know. Normal inheritance rules. (@dfn{Rules} is here a noun, not a
4171 verb, although you may feel free to disagree with me here.)
4172
4173 @example
4174 @group
4175 Gnus
4176 Emacs
4177 3: comp.emacs
4178 2: alt.religion.emacs
4179 452: alt.sex.emacs
4180 Relief
4181 452: alt.sex.emacs
4182 0: comp.talk.emacs.recovery
4183 Misc
4184 8: comp.binaries.fractals
4185 13: comp.sources.unix
4186 452: alt.sex.emacs
4187 @end group
4188 @end example
4189
4190 The @samp{Emacs} topic has the topic parameter @code{(score-file
4191 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4192 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4193 topic parameter @code{(score-file . "emacs.SCORE")}. In addition,
4194 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4195 . "religion.SCORE")}.
4196
4197 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4198 will get the @file{relief.SCORE} home score file. If you enter the same
4199 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4200 score file. If you enter the group @samp{alt.religion.emacs}, you'll
4201 get the @file{religion.SCORE} home score file.
4202
4203 This seems rather simple and self-evident, doesn't it? Well, yes. But
4204 there are some problems, especially with the @code{total-expiry}
4205 parameter. Say you have a mail group in two topics; one with
4206 @code{total-expiry} and one without. What happens when you do @kbd{M-x
4207 gnus-expire-all-expirable-groups}? Gnus has no way of telling which one
4208 of these topics you mean to expire articles from, so anything may
4209 happen. In fact, I hereby declare that it is @dfn{undefined} what
4210 happens. You just have to be careful if you do stuff like that.
4211
4212
4213 @node Non-ASCII Group Names
4214 @section Accessing groups of non-English names
4215 @cindex non-ascii group names
4216
4217 There are some news servers that provide groups of which the names are
4218 expressed with their native languages in the world. For instance, in a
4219 certain news server there are some newsgroups of which the names are
4220 spelled in Chinese, where people are talking in Chinese. You can, of
4221 course, subscribe to such news groups using Gnus. Currently Gnus
4222 supports non-@acronym{ASCII} group names not only with the @code{nntp}
4223 back end but also with the @code{nnml} back end and the @code{nnrss}
4224 back end.
4225
4226 Every such group name is encoded by a certain charset in the server
4227 side (in an @acronym{NNTP} server its administrator determines the
4228 charset, but for groups in the other back ends it is determined by you).
4229 Gnus has to display the decoded ones for you in the group buffer and the
4230 article buffer, and needs to use the encoded ones when communicating
4231 with servers. However, Gnus doesn't know what charset is used for each
4232 non-@acronym{ASCII} group name. The following two variables are just
4233 the ones for telling Gnus what charset should be used for each group:
4234
4235 @table @code
4236 @item gnus-group-name-charset-method-alist
4237 @vindex gnus-group-name-charset-method-alist
4238 An alist of select methods and charsets. The default value is
4239 @code{nil}. The names of groups in the server specified by that select
4240 method are all supposed to use the corresponding charset. For example:
4241
4242 @lisp
4243 (setq gnus-group-name-charset-method-alist
4244 '(((nntp "news.com.cn") . cn-gb-2312)))
4245 @end lisp
4246
4247 Charsets specified for groups with this variable are preferred to the
4248 ones specified for the same groups with the
4249 @code{gnus-group-name-charset-group-alist} variable (see below).
4250
4251 A select method can be very long, like:
4252
4253 @lisp
4254 (nntp "gmane"
4255 (nntp-address "news.gmane.org")
4256 (nntp-end-of-line "\n")
4257 (nntp-open-connection-function
4258 nntp-open-via-rlogin-and-telnet)
4259 (nntp-via-rlogin-command "ssh")
4260 (nntp-via-rlogin-command-switches
4261 ("-C" "-t" "-e" "none"))
4262 (nntp-via-address @dots{}))
4263 @end lisp
4264
4265 In that case, you can truncate it into @code{(nntp "gmane")} in this
4266 variable. That is, it is enough to contain only the back end name and
4267 the server name.
4268
4269 @item gnus-group-name-charset-group-alist
4270 @cindex UTF-8 group names
4271 @vindex gnus-group-name-charset-group-alist
4272 An alist of regexp of group name and the charset for group names.
4273 @code{((".*" . utf-8))} is the default value if UTF-8 is supported,
4274 otherwise the default is @code{nil}. For example:
4275
4276 @lisp
4277 (setq gnus-group-name-charset-group-alist
4278 '(("\\.com\\.cn:" . cn-gb-2312)
4279 (".*" . utf-8)))
4280 @end lisp
4281
4282 Note that this variable is ignored if the match is made with
4283 @code{gnus-group-name-charset-method-alist}.
4284 @end table
4285
4286 Those two variables are used also to determine the charset for encoding
4287 and decoding non-@acronym{ASCII} group names that are in the back ends
4288 other than @code{nntp}. It means that it is you who determine it. If
4289 you do nothing, the charset used for group names in those back ends will
4290 all be @code{utf-8} because of the last element of
4291 @code{gnus-group-name-charset-group-alist}.
4292
4293 There is one more important variable for non-@acronym{ASCII} group
4294 names:
4295
4296 @table @code
4297 @item nnmail-pathname-coding-system
4298 @vindex nnmail-pathname-coding-system
4299 The value of this variable should be a coding system or @code{nil}. The
4300 default is @code{nil} in Emacs, or is the aliasee of the coding system
4301 named @code{file-name} (a certain coding system of which an alias is
4302 @code{file-name}) in XEmacs.
4303
4304 The @code{nnml} back end, the @code{nnrss} back end, the agent, and
4305 the cache use non-@acronym{ASCII} group names in those files and
4306 directories. This variable overrides the value of
4307 @code{file-name-coding-system} which specifies the coding system used
4308 when encoding and decoding those file names and directory names.
4309
4310 In XEmacs (with the @code{mule} feature), @code{file-name-coding-system}
4311 is the only means to specify the coding system used to encode and decode
4312 file names. On the other hand, Emacs uses the value of
4313 @code{default-file-name-coding-system} if @code{file-name-coding-system}
4314 is @code{nil} or it is bound to the value of
4315 @code{nnmail-pathname-coding-system} which is @code{nil}.
4316
4317 Normally the value of @code{default-file-name-coding-system} in Emacs or
4318 @code{nnmail-pathname-coding-system} in XEmacs is initialized according
4319 to the locale, so you will need to do nothing if the value is suitable
4320 to encode and decode non-@acronym{ASCII} group names.
4321
4322 The value of this variable (or @code{default-file-name-coding-system})
4323 does not necessarily need to be the same value that is determined by
4324 @code{gnus-group-name-charset-method-alist} and
4325 @code{gnus-group-name-charset-group-alist}.
4326
4327 If @code{default-file-name-coding-system} or this variable is
4328 initialized by default to @code{iso-latin-1} for example, although you
4329 want to subscribe to the groups spelled in Chinese, that is the most
4330 typical case where you have to customize
4331 @code{nnmail-pathname-coding-system}. The @code{utf-8} coding system is
4332 a good candidate for it. Otherwise, you may change the locale in your
4333 system so that @code{default-file-name-coding-system} or this variable
4334 may be initialized to an appropriate value.
4335 @end table
4336
4337 Note that when you copy or move articles from a non-@acronym{ASCII}
4338 group to another group, the charset used to encode and decode group
4339 names should be the same in both groups. Otherwise the Newsgroups
4340 header will be displayed incorrectly in the article buffer.
4341
4342
4343 @node Misc Group Stuff
4344 @section Misc Group Stuff
4345
4346 @menu
4347 * Scanning New Messages:: Asking Gnus to see whether new messages have arrived.
4348 * Group Information:: Information and help on groups and Gnus.
4349 * Group Timestamp:: Making Gnus keep track of when you last read a group.
4350 * File Commands:: Reading and writing the Gnus files.
4351 * Sieve Commands:: Managing Sieve scripts.
4352 @end menu
4353
4354 @table @kbd
4355
4356 @item v
4357 @kindex v (Group)
4358 @cindex keys, reserved for users (Group)
4359 The key @kbd{v} is reserved for users. You can bind it to some
4360 command or better use it as a prefix key. For example:
4361
4362 @lisp
4363 (define-key gnus-group-mode-map (kbd "v j d")
4364 (lambda ()
4365 (interactive)
4366 (gnus-group-jump-to-group "nndraft:drafts")))
4367 @end lisp
4368
4369 On keys reserved for users in Emacs and on keybindings in general
4370 @xref{Keymaps, Keymaps, , emacs, The Emacs Editor}.
4371
4372 @item ^
4373 @kindex ^ (Group)
4374 @findex gnus-group-enter-server-mode
4375 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4376 @xref{Server Buffer}.
4377
4378 @item a
4379 @kindex a (Group)
4380 @findex gnus-group-post-news
4381 Start composing a message (a news by default)
4382 (@code{gnus-group-post-news}). If given a prefix, post to the group
4383 under the point. If the prefix is 1, prompt for a group to post to.
4384 Contrary to what the name of this function suggests, the prepared
4385 article might be a mail instead of a news, if a mail group is specified
4386 with the prefix argument. @xref{Composing Messages}.
4387
4388 @item m
4389 @kindex m (Group)
4390 @findex gnus-group-mail
4391 Mail a message somewhere (@code{gnus-group-mail}). If given a prefix,
4392 use the posting style of the group under the point. If the prefix is 1,
4393 prompt for a group name to find the posting style.
4394 @xref{Composing Messages}.
4395
4396 @item i
4397 @kindex i (Group)
4398 @findex gnus-group-news
4399 Start composing a news (@code{gnus-group-news}). If given a prefix,
4400 post to the group under the point. If the prefix is 1, prompt
4401 for group to post to. @xref{Composing Messages}.
4402
4403 This function actually prepares a news even when using mail groups.
4404 This is useful for ``posting'' messages to mail groups without actually
4405 sending them over the network: they're just saved directly to the group
4406 in question. The corresponding back end must have a request-post method
4407 for this to work though.
4408
4409 @item G z
4410 @kindex G z (Group)
4411 @findex gnus-group-compact-group
4412
4413 Compact the group under point (@code{gnus-group-compact-group}).
4414 Currently implemented only in nnml (@pxref{Mail Spool}). This removes
4415 gaps between article numbers, hence getting a correct total article
4416 count.
4417
4418 @end table
4419
4420 Variables for the group buffer:
4421
4422 @table @code
4423
4424 @item gnus-group-mode-hook
4425 @vindex gnus-group-mode-hook
4426 is called after the group buffer has been
4427 created.
4428
4429 @item gnus-group-prepare-hook
4430 @vindex gnus-group-prepare-hook
4431 is called after the group buffer is
4432 generated. It may be used to modify the buffer in some strange,
4433 unnatural way.
4434
4435 @item gnus-group-prepared-hook
4436 @vindex gnus-group-prepare-hook
4437 is called as the very last thing after the group buffer has been
4438 generated. It may be used to move point around, for instance.
4439
4440 @item gnus-permanently-visible-groups
4441 @vindex gnus-permanently-visible-groups
4442 Groups matching this regexp will always be listed in the group buffer,
4443 whether they are empty or not.
4444
4445 @end table
4446
4447 @node Scanning New Messages
4448 @subsection Scanning New Messages
4449 @cindex new messages
4450 @cindex scanning new news
4451
4452 @table @kbd
4453
4454 @item g
4455 @kindex g (Group)
4456 @findex gnus-group-get-new-news
4457 @c @icon{gnus-group-get-new-news}
4458 Check the server(s) for new articles. If the numerical prefix is used,
4459 this command will check only groups of level @var{arg} and lower
4460 (@code{gnus-group-get-new-news}). If given a non-numerical prefix, this
4461 command will force a total re-reading of the active file(s) from the
4462 back end(s).
4463
4464 @item M-g
4465 @kindex M-g (Group)
4466 @findex gnus-group-get-new-news-this-group
4467 @vindex gnus-goto-next-group-when-activating
4468 @c @icon{gnus-group-get-new-news-this-group}
4469 Check whether new articles have arrived in the current group
4470 (@code{gnus-group-get-new-news-this-group}).
4471 @code{gnus-goto-next-group-when-activating} says whether this command is
4472 to move point to the next group or not. It is @code{t} by default.
4473
4474 @findex gnus-activate-all-groups
4475 @cindex activating groups
4476 @item C-c M-g
4477 @kindex C-c M-g (Group)
4478 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4479
4480 @item R
4481 @kindex R (Group)
4482 @cindex restarting
4483 @findex gnus-group-restart
4484 Restart Gnus (@code{gnus-group-restart}). This saves the @file{.newsrc}
4485 file(s), closes the connection to all servers, clears up all run-time
4486 Gnus variables, and then starts Gnus all over again.
4487
4488 @end table
4489
4490 @vindex gnus-get-new-news-hook
4491 @code{gnus-get-new-news-hook} is run just before checking for new news.
4492
4493 @vindex gnus-after-getting-new-news-hook
4494 @code{gnus-after-getting-new-news-hook} is run after checking for new
4495 news.
4496
4497
4498 @node Group Information
4499 @subsection Group Information
4500 @cindex group information
4501 @cindex information on groups
4502
4503 @table @kbd
4504
4505
4506 @item H d
4507 @itemx C-c C-d
4508 @c @icon{gnus-group-describe-group}
4509 @kindex H d (Group)
4510 @kindex C-c C-d (Group)
4511 @cindex describing groups
4512 @cindex group description
4513 @findex gnus-group-describe-group
4514 Describe the current group (@code{gnus-group-describe-group}). If given
4515 a prefix, force Gnus to re-read the description from the server.
4516
4517 @item M-d
4518 @kindex M-d (Group)
4519 @findex gnus-group-describe-all-groups
4520 Describe all groups (@code{gnus-group-describe-all-groups}). If given a
4521 prefix, force Gnus to re-read the description file from the server.
4522
4523 @item H v
4524 @itemx V
4525 @kindex V (Group)
4526 @kindex H v (Group)
4527 @cindex version
4528 @findex gnus-version
4529 Display current Gnus version numbers (@code{gnus-version}).
4530
4531 @item ?
4532 @kindex ? (Group)
4533 @findex gnus-group-describe-briefly
4534 Give a very short help message (@code{gnus-group-describe-briefly}).
4535
4536 @item C-c C-i
4537 @kindex C-c C-i (Group)
4538 @cindex info
4539 @cindex manual
4540 @findex gnus-info-find-node
4541 Go to the Gnus info node (@code{gnus-info-find-node}).
4542 @end table
4543
4544
4545 @node Group Timestamp
4546 @subsection Group Timestamp
4547 @cindex timestamps
4548 @cindex group timestamps
4549
4550 It can be convenient to let Gnus keep track of when you last read a
4551 group. To set the ball rolling, you should add
4552 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4553
4554 @lisp
4555 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4556 @end lisp
4557
4558 After doing this, each time you enter a group, it'll be recorded.
4559
4560 This information can be displayed in various ways---the easiest is to
4561 use the @samp{%d} spec in the group line format:
4562
4563 @lisp
4564 (setq gnus-group-line-format
4565 "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4566 @end lisp
4567
4568 This will result in lines looking like:
4569
4570 @example
4571 * 0: mail.ding 19961002T012943
4572 0: custom 19961002T012713
4573 @end example
4574
4575 As you can see, the date is displayed in compact ISO 8601 format. This
4576 may be a bit too much, so to just display the date, you could say
4577 something like:
4578
4579 @lisp
4580 (setq gnus-group-line-format
4581 "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4582 @end lisp
4583
4584 If you would like greater control of the time format, you can use a
4585 user-defined format spec. Something like the following should do the
4586 trick:
4587
4588 @lisp
4589 (setq gnus-group-line-format
4590 "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4591 (defun gnus-user-format-function-d (headers)
4592 (let ((time (gnus-group-timestamp gnus-tmp-group)))
4593 (if time
4594 (format-time-string "%b %d %H:%M" time)
4595 "")))
4596 @end lisp
4597
4598 To see what variables are dynamically bound (like
4599 @code{gnus-tmp-group}), you have to look at the source code. The
4600 variable names aren't guaranteed to be stable over Gnus versions,
4601 either.
4602
4603
4604 @node File Commands
4605 @subsection File Commands
4606 @cindex file commands
4607
4608 @table @kbd
4609
4610 @item r
4611 @kindex r (Group)
4612 @findex gnus-group-read-init-file
4613 @vindex gnus-init-file
4614 @cindex reading init file
4615 Re-read the init file (@code{gnus-init-file}, which defaults to
4616 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4617
4618 @item s
4619 @kindex s (Group)
4620 @findex gnus-group-save-newsrc
4621 @cindex saving .newsrc
4622 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4623 (@code{gnus-group-save-newsrc}). If given a prefix, force saving the
4624 file(s) whether Gnus thinks it is necessary or not.
4625
4626 @c @item Z
4627 @c @kindex Z (Group)
4628 @c @findex gnus-group-clear-dribble
4629 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4630
4631 @end table
4632
4633
4634 @node Sieve Commands
4635 @subsection Sieve Commands
4636 @cindex group sieve commands
4637
4638 Sieve is a server-side mail filtering language. In Gnus you can use
4639 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4640 sieve rules that should apply to each group. Gnus provides two
4641 commands to translate all these group parameters into a proper Sieve
4642 script that can be transferred to the server somehow.
4643
4644 @vindex gnus-sieve-file
4645 @vindex gnus-sieve-region-start
4646 @vindex gnus-sieve-region-end
4647 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4648 default @file{~/.sieve}). The Sieve code that Gnus generate is placed
4649 between two delimiters, @code{gnus-sieve-region-start} and
4650 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4651 outside these delimiters that will not be removed the next time you
4652 regenerate the Sieve script.
4653
4654 @vindex gnus-sieve-crosspost
4655 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4656 is generated. If it is non-@code{nil} (the default) articles is
4657 placed in all groups that have matching rules, otherwise the article
4658 is only placed in the group with the first matching rule. For
4659 example, the group parameter @samp{(sieve address "sender"
4660 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4661 code if @code{gnus-sieve-crosspost} is @code{nil}. (When
4662 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4663 except that the line containing the call to @code{stop} is removed.)
4664
4665 @example
4666 if address "sender" "owner-ding@@hpc.uh.edu" @{
4667 fileinto "INBOX.ding";
4668 stop;
4669 @}
4670 @end example
4671
4672 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4673
4674 @table @kbd
4675
4676 @item D g
4677 @kindex D g (Group)
4678 @findex gnus-sieve-generate
4679 @vindex gnus-sieve-file
4680 @cindex generating sieve script
4681 Regenerate a Sieve script from the @code{sieve} group parameters and
4682 put you into the @code{gnus-sieve-file} without saving it.
4683
4684 @item D u
4685 @kindex D u (Group)
4686 @findex gnus-sieve-update
4687 @vindex gnus-sieve-file
4688 @cindex updating sieve script
4689 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4690 @code{sieve} group parameters, save the file and upload it to the
4691 server using the @code{sieveshell} program.
4692
4693 @end table
4694
4695
4696 @node Summary Buffer
4697 @chapter Summary Buffer
4698 @cindex summary buffer
4699
4700 A line for each article is displayed in the summary buffer. You can
4701 move around, read articles, post articles and reply to articles.
4702
4703 The most common way to a summary buffer is to select a group from the
4704 group buffer (@pxref{Selecting a Group}).
4705
4706 You can have as many summary buffers open as you wish.
4707
4708 You can customize the Summary Mode tool bar, see @kbd{M-x
4709 customize-apropos RET gnus-summary-tool-bar}. This feature is only
4710 available in Emacs.
4711
4712 @kindex v (Summary)
4713 @cindex keys, reserved for users (Summary)
4714 The key @kbd{v} is reserved for users. You can bind it to some
4715 command or better use it as a prefix key. For example:
4716 @lisp
4717 (define-key gnus-summary-mode-map (kbd "v -") "LrS") ;; lower subthread
4718 @end lisp
4719
4720 @menu
4721 * Summary Buffer Format:: Deciding how the summary buffer is to look.
4722 * Summary Maneuvering:: Moving around the summary buffer.
4723 * Choosing Articles:: Reading articles.
4724 * Paging the Article:: Scrolling the current article.
4725 * Reply Followup and Post:: Posting articles.
4726 * Delayed Articles:: Send articles at a later time.
4727 * Marking Articles:: Marking articles as read, expirable, etc.
4728 * Limiting:: You can limit the summary buffer.
4729 * Threading:: How threads are made.
4730 * Sorting the Summary Buffer:: How articles and threads are sorted.
4731 * Asynchronous Fetching:: Gnus might be able to pre-fetch articles.
4732 * Article Caching:: You may store articles in a cache.
4733 * Persistent Articles:: Making articles expiry-resistant.
4734 * Sticky Articles:: Article buffers that are not reused.
4735 * Article Backlog:: Having already read articles hang around.
4736 * Saving Articles:: Ways of customizing article saving.
4737 * Decoding Articles:: Gnus can treat series of (uu)encoded articles.
4738 * Article Treatment:: The article buffer can be mangled at will.
4739 * MIME Commands:: Doing MIMEy things with the articles.
4740 * Charsets:: Character set issues.
4741 * Article Commands:: Doing various things with the article buffer.
4742 * Summary Sorting:: Sorting the summary buffer in various ways.
4743 * Finding the Parent:: No child support? Get the parent.
4744 * Alternative Approaches:: Reading using non-default summaries.
4745 * Tree Display:: A more visual display of threads.
4746 * Mail Group Commands:: Some commands can only be used in mail groups.
4747 * Various Summary Stuff:: What didn't fit anywhere else.
4748 * Exiting the Summary Buffer:: Returning to the Group buffer,
4749 or reselecting the current group.
4750 * Crosspost Handling:: How crossposted articles are dealt with.
4751 * Duplicate Suppression:: An alternative when crosspost handling fails.
4752 * Security:: Decrypt and Verify.
4753 * Mailing List:: Mailing list minor mode.
4754 @end menu
4755
4756
4757 @node Summary Buffer Format
4758 @section Summary Buffer Format
4759 @cindex summary buffer format
4760
4761 @iftex
4762 @iflatex
4763 \gnusfigure{The Summary Buffer}{180}{
4764 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4765 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4766 }
4767 @end iflatex
4768 @end iftex
4769
4770 @menu
4771 * Summary Buffer Lines:: You can specify how summary lines should look.
4772 * To From Newsgroups:: How to not display your own name.
4773 * Summary Buffer Mode Line:: You can say how the mode line should look.
4774 * Summary Highlighting:: Making the summary buffer all pretty and nice.
4775 @end menu
4776
4777 @findex mail-extract-address-components
4778 @findex gnus-extract-address-components
4779 @vindex gnus-extract-address-components
4780 Gnus will use the value of the @code{gnus-extract-address-components}
4781 variable as a function for getting the name and address parts of a
4782 @code{From} header. Two pre-defined functions exist:
4783 @code{gnus-extract-address-components}, which is the default, quite
4784 fast, and too simplistic solution; and
4785 @code{mail-extract-address-components}, which works very nicely, but is
4786 slower. The default function will return the wrong answer in 5% of the
4787 cases. If this is unacceptable to you, use the other function instead:
4788
4789 @lisp
4790 (setq gnus-extract-address-components
4791 'mail-extract-address-components)
4792 @end lisp
4793
4794 @vindex gnus-summary-same-subject
4795 @code{gnus-summary-same-subject} is a string indicating that the current
4796 article has the same subject as the previous. This string will be used
4797 with those specs that require it. The default is @code{""}.
4798
4799
4800 @node Summary Buffer Lines
4801 @subsection Summary Buffer Lines
4802
4803 @vindex gnus-summary-line-format
4804 You can change the format of the lines in the summary buffer by changing
4805 the @code{gnus-summary-line-format} variable. It works along the same
4806 lines as a normal @code{format} string, with some extensions
4807 (@pxref{Formatting Variables}).
4808
4809 There should always be a colon or a point position marker on the line;
4810 the cursor always moves to the point position marker or the colon after
4811 performing an operation. (Of course, Gnus wouldn't be Gnus if it wasn't
4812 possible to change this. Just write a new function
4813 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4814 @xref{Positioning Point}.
4815
4816 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4817
4818 The following format specification characters and extended format
4819 specification(s) are understood:
4820
4821 @table @samp
4822 @item N
4823 Article number.
4824 @item S
4825 Subject string. List identifiers stripped,
4826 @code{gnus-list-identifiers}. @xref{Article Hiding}.
4827 @item s
4828 Subject if the article is the root of the thread or the previous article
4829 had a different subject, @code{gnus-summary-same-subject} otherwise.
4830 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4831 @item F
4832 Full @code{From} header.
4833 @item n
4834 The name (from the @code{From} header).
4835 @item f
4836 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4837 From Newsgroups}).
4838 @item a
4839 The name (from the @code{From} header). This differs from the @code{n}
4840 spec in that it uses the function designated by the
4841 @code{gnus-extract-address-components} variable, which is slower, but
4842 may be more thorough.
4843 @item A
4844 The address (from the @code{From} header). This works the same way as
4845 the @code{a} spec.
4846 @item L
4847 Number of lines in the article.
4848 @item c
4849 Number of characters in the article. This specifier is not supported
4850 in some methods (like nnfolder).
4851 @item k
4852 Pretty-printed version of the number of characters in the article;
4853 for example, @samp{1.2k} or @samp{0.4M}.
4854 @item I
4855 Indentation based on thread level (@pxref{Customizing Threading}).
4856 @item B
4857 A complex trn-style thread tree, showing response-connecting trace
4858 lines. A thread could be drawn like this:
4859
4860 @example
4861 >
4862 +->
4863 | +->
4864 | | \->
4865 | | \->
4866 | \->
4867 +->
4868 \->
4869 @end example
4870
4871 You can customize the appearance with the following options. Note
4872 that it is possible to make the thread display look really neat by
4873 replacing the default @acronym{ASCII} characters with graphic
4874 line-drawing glyphs.
4875 @table @code
4876 @item gnus-sum-thread-tree-root
4877 @vindex gnus-sum-thread-tree-root
4878 Used for the root of a thread. If @code{nil}, use subject
4879 instead. The default is @samp{> }.
4880
4881 @item gnus-sum-thread-tree-false-root
4882 @vindex gnus-sum-thread-tree-false-root
4883 Used for the false root of a thread (@pxref{Loose Threads}). If
4884 @code{nil}, use subject instead. The default is @samp{> }.
4885
4886 @item gnus-sum-thread-tree-single-indent
4887 @vindex gnus-sum-thread-tree-single-indent
4888 Used for a thread with just one message. If @code{nil}, use subject
4889 instead. The default is @samp{}.
4890
4891 @item gnus-sum-thread-tree-vertical
4892 @vindex gnus-sum-thread-tree-vertical
4893 Used for drawing a vertical line. The default is @samp{| }.
4894
4895 @item gnus-sum-thread-tree-indent
4896 @vindex gnus-sum-thread-tree-indent
4897 Used for indenting. The default is @samp{ }.
4898
4899 @item gnus-sum-thread-tree-leaf-with-other
4900 @vindex gnus-sum-thread-tree-leaf-with-other
4901 Used for a leaf with brothers. The default is @samp{+-> }.
4902
4903 @item gnus-sum-thread-tree-single-leaf
4904 @vindex gnus-sum-thread-tree-single-leaf
4905 Used for a leaf without brothers. The default is @samp{\-> }
4906
4907 @end table
4908
4909 @item T
4910 Nothing if the article is a root and lots of spaces if it isn't (it
4911 pushes everything after it off the screen).
4912 @item [
4913 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4914 for adopted articles (@pxref{Customizing Threading}).
4915 @item ]
4916 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4917 for adopted articles.
4918 @item >
4919 One space for each thread level.
4920 @item <
4921 Twenty minus thread level spaces.
4922 @item U
4923 Unread. @xref{Read Articles}.
4924
4925 @item R
4926 This misleadingly named specifier is the @dfn{secondary mark}. This
4927 mark will say whether the article has been replied to, has been cached,
4928 or has been saved. @xref{Other Marks}.
4929
4930 @item i
4931 Score as a number (@pxref{Scoring}).
4932 @item z
4933 @vindex gnus-summary-zcore-fuzz
4934 Zcore, @samp{+} if above the default level and @samp{-} if below the
4935 default level. If the difference between
4936 @code{gnus-summary-default-score} and the score is less than
4937 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4938 @item V
4939 Total thread score.
4940 @item x
4941 @code{Xref}.
4942 @item D
4943 @code{Date}.
4944 @item d
4945 The @code{Date} in @code{DD-MMM} format.
4946 @item o
4947 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4948 @item M
4949 @code{Message-ID}.
4950 @item r
4951 @code{References}.
4952 @item t
4953 Number of articles in the current sub-thread. Using this spec will slow
4954 down summary buffer generation somewhat.
4955 @item e
4956 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4957 article has any children.
4958 @item P
4959 The line number.
4960 @item O
4961 Download mark.
4962 @item *
4963 Desired cursor position (instead of after first colon).
4964 @item &user-date;
4965 Age sensitive date format. Various date format is defined in
4966 @code{gnus-user-date-format-alist}.
4967 @item u
4968 User defined specifier. The next character in the format string should
4969 be a letter. Gnus will call the function
4970 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4971 following @samp{%u}. The function will be passed the current header as
4972 argument. The function should return a string, which will be inserted
4973 into the summary just like information from any other summary specifier.
4974 @end table
4975
4976 Text between @samp{%(} and @samp{%)} will be highlighted with
4977 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4978 There can only be one such area.
4979
4980 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4981 have to be handled with care. For reasons of efficiency, Gnus will
4982 compute what column these characters will end up in, and ``hard-code''
4983 that. This means that it is invalid to have these specs after a
4984 variable-length spec. Well, you might not be arrested, but your summary
4985 buffer will look strange, which is bad enough.
4986
4987 The smart choice is to have these specs as far to the left as possible.
4988 (Isn't that the case with everything, though? But I digress.)
4989
4990 This restriction may disappear in later versions of Gnus.
4991
4992
4993 @node To From Newsgroups
4994 @subsection To From Newsgroups
4995 @cindex To
4996 @cindex Newsgroups
4997
4998 In some groups (particularly in archive groups), the @code{From} header
4999 isn't very interesting, since all the articles there are written by
5000 you. To display the information in the @code{To} or @code{Newsgroups}
5001 headers instead, you need to decide three things: What information to
5002 gather; where to display it; and when to display it.
5003
5004 @enumerate
5005 @item
5006 @vindex gnus-extra-headers
5007 The reading of extra header information is controlled by the
5008 @code{gnus-extra-headers}. This is a list of header symbols. For
5009 instance:
5010
5011 @lisp
5012 (setq gnus-extra-headers
5013 '(To Newsgroups X-Newsreader))
5014 @end lisp
5015
5016 This will result in Gnus trying to obtain these three headers, and
5017 storing it in header structures for later easy retrieval.
5018
5019 @item
5020 @findex gnus-extra-header
5021 The value of these extra headers can be accessed via the
5022 @code{gnus-extra-header} function. Here's a format line spec that will
5023 access the @code{X-Newsreader} header:
5024
5025 @example
5026 "%~(form (gnus-extra-header 'X-Newsreader))@@"
5027 @end example
5028
5029 @item
5030 @vindex gnus-ignored-from-addresses
5031 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
5032 summary line spec returns the @code{To}, @code{Newsreader} or
5033 @code{From} header. If this regexp matches the contents of the
5034 @code{From} header, the value of the @code{To} or @code{Newsreader}
5035 headers are used instead.
5036
5037 To distinguish regular articles from those where the @code{From} field
5038 has been swapped, a string is prefixed to the @code{To} or
5039 @code{Newsgroups} header in the summary line. By default the string is
5040 @samp{-> } for @code{To} and @samp{=> } for @code{Newsgroups}, you can
5041 customize these strings with @code{gnus-summary-to-prefix} and
5042 @code{gnus-summary-newsgroup-prefix}.
5043
5044 @end enumerate
5045
5046 @vindex nnmail-extra-headers
5047 A related variable is @code{nnmail-extra-headers}, which controls when
5048 to include extra headers when generating overview (@acronym{NOV}) files.
5049 If you have old overview files, you should regenerate them after
5050 changing this variable, by entering the server buffer using @kbd{^},
5051 and then @kbd{g} on the appropriate mail server (e.g., nnml) to cause
5052 regeneration.
5053
5054 @vindex gnus-summary-line-format
5055 You also have to instruct Gnus to display the data by changing the
5056 @code{%n} spec to the @code{%f} spec in the
5057 @code{gnus-summary-line-format} variable.
5058
5059 In summary, you'd typically put something like the following in
5060 @file{~/.gnus.el}:
5061
5062 @lisp
5063 (setq gnus-extra-headers
5064 '(To Newsgroups))
5065 (setq nnmail-extra-headers gnus-extra-headers)
5066 (setq gnus-summary-line-format
5067 "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
5068 (setq gnus-ignored-from-addresses
5069 "Your Name Here")
5070 @end lisp
5071
5072 (The values listed above are the default values in Gnus. Alter them
5073 to fit your needs.)
5074
5075 A note for news server administrators, or for users who wish to try to
5076 convince their news server administrator to provide some additional
5077 support:
5078
5079 The above is mostly useful for mail groups, where you have control over
5080 the @acronym{NOV} files that are created. However, if you can persuade your
5081 nntp admin to add (in the usual implementation, notably INN):
5082
5083 @example
5084 Newsgroups:full
5085 @end example
5086
5087 to the end of her @file{overview.fmt} file, then you can use that just
5088 as you would the extra headers from the mail groups.
5089
5090
5091 @node Summary Buffer Mode Line
5092 @subsection Summary Buffer Mode Line
5093
5094 @vindex gnus-summary-mode-line-format
5095 You can also change the format of the summary mode bar (@pxref{Mode Line
5096 Formatting}). Set @code{gnus-summary-mode-line-format} to whatever you
5097 like. The default is @samp{Gnus: %%b [%A] %Z}.
5098
5099 Here are the elements you can play with:
5100
5101 @table @samp
5102 @item G
5103 Group name.
5104 @item p
5105 Unprefixed group name.
5106 @item A
5107 Current article number.
5108 @item z
5109 Current article score.
5110 @item V
5111 Gnus version.
5112 @item U
5113 Number of unread articles in this group.
5114 @item e
5115 Number of unread articles in this group that aren't displayed in the
5116 summary buffer.
5117 @item Z
5118 A string with the number of unread and unselected articles represented
5119 either as @samp{<%U(+%e) more>} if there are both unread and unselected
5120 articles, and just as @samp{<%U more>} if there are just unread articles
5121 and no unselected ones.
5122 @item g
5123 Shortish group name. For instance, @samp{rec.arts.anime} will be
5124 shortened to @samp{r.a.anime}.
5125 @item S
5126 Subject of the current article.
5127 @item u
5128 User-defined spec (@pxref{User-Defined Specs}).
5129 @item s
5130 Name of the current score file (@pxref{Scoring}).
5131 @item d
5132 Number of dormant articles (@pxref{Unread Articles}).
5133 @item t
5134 Number of ticked articles (@pxref{Unread Articles}).
5135 @item r
5136 Number of articles that have been marked as read in this session.
5137 @item E
5138 Number of articles expunged by the score files.
5139 @end table
5140
5141
5142 @node Summary Highlighting
5143 @subsection Summary Highlighting
5144
5145 @table @code
5146
5147 @item gnus-visual-mark-article-hook
5148 @vindex gnus-visual-mark-article-hook
5149 This hook is run after selecting an article. It is meant to be used for
5150 highlighting the article in some way. It is not run if
5151 @code{gnus-visual} is @code{nil}.
5152
5153 @item gnus-summary-update-hook
5154 @vindex gnus-summary-update-hook
5155 This hook is called when a summary line is changed. It is not run if
5156 @code{gnus-visual} is @code{nil}.
5157
5158 @item gnus-summary-selected-face
5159 @vindex gnus-summary-selected-face
5160 This is the face (or @dfn{font} as some people call it) used to
5161 highlight the current article in the summary buffer.
5162
5163 @item gnus-summary-highlight
5164 @vindex gnus-summary-highlight
5165 Summary lines are highlighted according to this variable, which is a
5166 list where the elements are of the format @code{(@var{form}
5167 . @var{face})}. If you would, for instance, like ticked articles to be
5168 italic and high-scored articles to be bold, you could set this variable
5169 to something like
5170 @lisp
5171 (((eq mark gnus-ticked-mark) . italic)
5172 ((> score default) . bold))
5173 @end lisp
5174 As you may have guessed, if @var{form} returns a non-@code{nil} value,
5175 @var{face} will be applied to the line.
5176 @end table
5177
5178
5179 @node Summary Maneuvering
5180 @section Summary Maneuvering
5181 @cindex summary movement
5182
5183 All the straight movement commands understand the numeric prefix and
5184 behave pretty much as you'd expect.
5185
5186 None of these commands select articles.
5187
5188 @table @kbd
5189 @item G M-n
5190 @itemx M-n
5191 @kindex M-n (Summary)
5192 @kindex G M-n (Summary)
5193 @findex gnus-summary-next-unread-subject
5194 Go to the next summary line of an unread article
5195 (@code{gnus-summary-next-unread-subject}).
5196
5197 @item G M-p
5198 @itemx M-p
5199 @kindex M-p (Summary)
5200 @kindex G M-p (Summary)
5201 @findex gnus-summary-prev-unread-subject
5202 Go to the previous summary line of an unread article
5203 (@code{gnus-summary-prev-unread-subject}).
5204
5205 @item G g
5206 @kindex G g (Summary)
5207 @findex gnus-summary-goto-subject
5208 Ask for an article number and then go to the summary line of that article
5209 without displaying the article (@code{gnus-summary-goto-subject}).
5210 @end table
5211
5212 If Gnus asks you to press a key to confirm going to the next group, you
5213 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
5214 buffer, searching for the next group to read without actually returning
5215 to the group buffer.
5216
5217 Variables related to summary movement:
5218
5219 @table @code
5220
5221 @vindex gnus-auto-select-next
5222 @item gnus-auto-select-next
5223 If you issue one of the movement commands (like @kbd{n}) and there are
5224 no more unread articles after the current one, Gnus will offer to go to
5225 the next group. If this variable is @code{t} and the next group is
5226 empty, Gnus will exit summary mode and return to the group buffer. If
5227 this variable is neither @code{t} nor @code{nil}, Gnus will select the
5228 next group with unread articles. As a special case, if this variable
5229 is @code{quietly}, Gnus will select the next group without asking for
5230 confirmation. If this variable is @code{almost-quietly}, the same
5231 will happen only if you are located on the last article in the group.
5232 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
5233 command will go to the next group without confirmation. Also
5234 @pxref{Group Levels}.
5235
5236 @item gnus-auto-select-same
5237 @vindex gnus-auto-select-same
5238 If non-@code{nil}, all the movement commands will try to go to the next
5239 article with the same subject as the current. (@dfn{Same} here might
5240 mean @dfn{roughly equal}. See @code{gnus-summary-gather-subject-limit}
5241 for details (@pxref{Customizing Threading}).) If there are no more
5242 articles with the same subject, go to the first unread article.
5243
5244 This variable is not particularly useful if you use a threaded display.
5245
5246 @item gnus-summary-check-current
5247 @vindex gnus-summary-check-current
5248 If non-@code{nil}, all the ``unread'' movement commands will not proceed
5249 to the next (or previous) article if the current article is unread.
5250 Instead, they will choose the current article.
5251
5252 @item gnus-auto-center-summary
5253 @vindex gnus-auto-center-summary
5254 If non-@code{nil}, Gnus will keep the point in the summary buffer
5255 centered at all times. This makes things quite tidy, but if you have a
5256 slow network connection, or simply do not like this un-Emacsism, you can
5257 set this variable to @code{nil} to get the normal Emacs scrolling
5258 action. This will also inhibit horizontal re-centering of the summary
5259 buffer, which might make it more inconvenient to read extremely long
5260 threads.
5261
5262 This variable can also be a number. In that case, center the window at
5263 the given number of lines from the top.
5264
5265 @item gnus-summary-stop-at-end-of-message
5266 @vindex gnus-summary-stop-at-end-of-message
5267 If non-@code{nil}, don't go to the next article when hitting
5268 @kbd{SPC}, and you're at the end of the article.
5269
5270 @end table
5271
5272
5273 @node Choosing Articles
5274 @section Choosing Articles
5275 @cindex selecting articles
5276
5277 @menu
5278 * Choosing Commands:: Commands for choosing articles.
5279 * Choosing Variables:: Variables that influence these commands.
5280 @end menu
5281
5282
5283 @node Choosing Commands
5284 @subsection Choosing Commands
5285
5286 None of the following movement commands understand the numeric prefix,
5287 and they all select and display an article.
5288
5289 If you want to fetch new articles or redisplay the group, see
5290 @ref{Exiting the Summary Buffer}.
5291
5292 @table @kbd
5293 @item SPACE
5294 @kindex SPACE (Summary)
5295 @findex gnus-summary-next-page
5296 Select the current article, or, if that one's read already, the next
5297 unread article (@code{gnus-summary-next-page}).
5298
5299 If you have an article window open already and you press @kbd{SPACE}
5300 again, the article will be scrolled. This lets you conveniently
5301 @kbd{SPACE} through an entire newsgroup. @xref{Paging the Article}.
5302
5303 @item G n
5304 @itemx n
5305 @kindex n (Summary)
5306 @kindex G n (Summary)
5307 @findex gnus-summary-next-unread-article
5308 @c @icon{gnus-summary-next-unread}
5309 Go to next unread article (@code{gnus-summary-next-unread-article}).
5310
5311 @item G p
5312 @itemx p
5313 @kindex p (Summary)
5314 @findex gnus-summary-prev-unread-article
5315 @c @icon{gnus-summary-prev-unread}
5316 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5317
5318 @item G N
5319 @itemx N
5320 @kindex N (Summary)
5321 @kindex G N (Summary)
5322 @findex gnus-summary-next-article
5323 Go to the next article (@code{gnus-summary-next-article}).
5324
5325 @item G P
5326 @itemx P
5327 @kindex P (Summary)
5328 @kindex G P (Summary)
5329 @findex gnus-summary-prev-article
5330 Go to the previous article (@code{gnus-summary-prev-article}).
5331
5332 @item G C-n
5333 @kindex G C-n (Summary)
5334 @findex gnus-summary-next-same-subject
5335 Go to the next article with the same subject
5336 (@code{gnus-summary-next-same-subject}).
5337
5338 @item G C-p
5339 @kindex G C-p (Summary)
5340 @findex gnus-summary-prev-same-subject
5341 Go to the previous article with the same subject
5342 (@code{gnus-summary-prev-same-subject}).
5343
5344 @item G f
5345 @itemx .
5346 @kindex G f (Summary)
5347 @kindex . (Summary)
5348 @findex gnus-summary-first-unread-article
5349 Go to the first unread article
5350 (@code{gnus-summary-first-unread-article}).
5351
5352 @item G b
5353 @itemx ,
5354 @kindex G b (Summary)
5355 @kindex , (Summary)
5356 @findex gnus-summary-best-unread-article
5357 Go to the unread article with the highest score
5358 (@code{gnus-summary-best-unread-article}). If given a prefix argument,
5359 go to the first unread article that has a score over the default score.
5360
5361 @item G l
5362 @itemx l
5363 @kindex l (Summary)
5364 @kindex G l (Summary)
5365 @findex gnus-summary-goto-last-article
5366 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5367
5368 @item G o
5369 @kindex G o (Summary)
5370 @findex gnus-summary-pop-article
5371 @cindex history
5372 @cindex article history
5373 Pop an article off the summary history and go to this article
5374 (@code{gnus-summary-pop-article}). This command differs from the
5375 command above in that you can pop as many previous articles off the
5376 history as you like, while @kbd{l} toggles the two last read articles.
5377 For a somewhat related issue (if you use these commands a lot),
5378 @pxref{Article Backlog}.
5379
5380 @item G j
5381 @itemx j
5382 @kindex j (Summary)
5383 @kindex G j (Summary)
5384 @findex gnus-summary-goto-article
5385 Ask for an article number or @code{Message-ID}, and then go to that
5386 article (@code{gnus-summary-goto-article}).
5387
5388 @end table
5389
5390
5391 @node Choosing Variables
5392 @subsection Choosing Variables
5393
5394 Some variables relevant for moving and selecting articles:
5395
5396 @table @code
5397 @item gnus-auto-extend-newsgroup
5398 @vindex gnus-auto-extend-newsgroup
5399 All the movement commands will try to go to the previous (or next)
5400 article, even if that article isn't displayed in the Summary buffer if
5401 this variable is non-@code{nil}. Gnus will then fetch the article from
5402 the server and display it in the article buffer.
5403
5404 @item gnus-select-article-hook
5405 @vindex gnus-select-article-hook
5406 This hook is called whenever an article is selected. The default is
5407 @code{nil}. If you would like each article to be saved in the Agent as
5408 you read it, putting @code{gnus-agent-fetch-selected-article} on this
5409 hook will do so.
5410
5411 @item gnus-mark-article-hook
5412 @vindex gnus-mark-article-hook
5413 @findex gnus-summary-mark-unread-as-read
5414 @findex gnus-summary-mark-read-and-unread-as-read
5415 @findex gnus-unread-mark
5416 This hook is called whenever an article is selected. It is intended to
5417 be used for marking articles as read. The default value is
5418 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5419 mark of almost any article you read to @code{gnus-read-mark}. The only
5420 articles not affected by this function are ticked, dormant, and
5421 expirable articles. If you'd instead like to just have unread articles
5422 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5423 instead. It will leave marks like @code{gnus-low-score-mark},
5424 @code{gnus-del-mark} (and so on) alone.
5425
5426 @end table
5427
5428
5429 @node Paging the Article
5430 @section Scrolling the Article
5431 @cindex article scrolling
5432
5433 @table @kbd
5434
5435 @item SPACE
5436 @kindex SPACE (Summary)
5437 @findex gnus-summary-next-page
5438 Pressing @kbd{SPACE} will scroll the current article forward one page,
5439 or, if you have come to the end of the current article, will choose the
5440 next article (@code{gnus-summary-next-page}).
5441
5442 @vindex gnus-article-boring-faces
5443 @vindex gnus-article-skip-boring
5444 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5445 the article consists only of citations and signature, then it will be
5446 skipped; the next article will be shown instead. You can customize
5447 what is considered uninteresting with
5448 @code{gnus-article-boring-faces}. You can manually view the article's
5449 pages, no matter how boring, using @kbd{C-M-v}.
5450
5451 @item DEL
5452 @kindex DEL (Summary)
5453 @findex gnus-summary-prev-page
5454 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5455
5456 @item RET
5457 @kindex RET (Summary)
5458 @findex gnus-summary-scroll-up
5459 Scroll the current article one line forward
5460 (@code{gnus-summary-scroll-up}).
5461
5462 @item M-RET
5463 @kindex M-RET (Summary)
5464 @findex gnus-summary-scroll-down
5465 Scroll the current article one line backward
5466 (@code{gnus-summary-scroll-down}).
5467
5468 @item A g
5469 @itemx g
5470 @kindex A g (Summary)
5471 @kindex g (Summary)
5472 @findex gnus-summary-show-article
5473 @vindex gnus-summary-show-article-charset-alist
5474 (Re)fetch the current article (@code{gnus-summary-show-article}). If
5475 given a prefix, show a completely ``raw'' article, just the way it
5476 came from the server. If given a prefix twice (i.e., @kbd{C-u C-u
5477 g'}), fetch the current article, but don't run any of the article
5478 treatment functions.
5479
5480 @cindex charset, view article with different charset
5481 If given a numerical prefix, you can do semi-manual charset stuff.
5482 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5483 encoded in the @code{cn-gb-2312} charset. If you have
5484
5485 @lisp
5486 (setq gnus-summary-show-article-charset-alist
5487 '((1 . cn-gb-2312)
5488 (2 . big5)))
5489 @end lisp
5490
5491 then you can say @kbd{C-u 1 g} to get the same effect.
5492
5493 @item A <
5494 @itemx <
5495 @kindex < (Summary)
5496 @kindex A < (Summary)
5497 @findex gnus-summary-beginning-of-article
5498 Scroll to the beginning of the article
5499 (@code{gnus-summary-beginning-of-article}).
5500
5501 @item A >
5502 @itemx >
5503 @kindex > (Summary)
5504 @kindex A > (Summary)
5505 @findex gnus-summary-end-of-article
5506 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5507
5508 @item A s
5509 @itemx s
5510 @kindex A s (Summary)
5511 @kindex s (Summary)
5512 @findex gnus-summary-isearch-article
5513 Perform an isearch in the article buffer
5514 (@code{gnus-summary-isearch-article}).
5515
5516 @item h
5517 @kindex h (Summary)
5518 @findex gnus-summary-select-article-buffer
5519 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5520
5521 @end table
5522
5523
5524 @node Reply Followup and Post
5525 @section Reply, Followup and Post
5526
5527 @menu
5528 * Summary Mail Commands:: Sending mail.
5529 * Summary Post Commands:: Sending news.
5530 * Summary Message Commands:: Other Message-related commands.
5531 * Canceling and Superseding::
5532 @end menu
5533
5534
5535 @node Summary Mail Commands
5536 @subsection Summary Mail Commands
5537 @cindex mail
5538 @cindex composing mail
5539
5540 Commands for composing a mail message:
5541
5542 @table @kbd
5543
5544 @item S r
5545 @itemx r
5546 @kindex S r (Summary)
5547 @kindex r (Summary)
5548 @findex gnus-summary-reply
5549 @c @icon{gnus-summary-mail-reply}
5550 @c @icon{gnus-summary-reply}
5551 Mail a reply to the author of the current article
5552 (@code{gnus-summary-reply}).
5553
5554 @item S R
5555 @itemx R
5556 @kindex R (Summary)
5557 @kindex S R (Summary)
5558 @findex gnus-summary-reply-with-original
5559 @c @icon{gnus-summary-reply-with-original}
5560 Mail a reply to the author of the current article and include the
5561 original message (@code{gnus-summary-reply-with-original}). This
5562 command uses the process/prefix convention.
5563
5564 @item S w
5565 @kindex S w (Summary)
5566 @findex gnus-summary-wide-reply
5567 Mail a wide reply to the author of the current article
5568 (@code{gnus-summary-wide-reply}). A @dfn{wide reply} is a reply that
5569 goes out to all people listed in the @code{To}, @code{From} (or
5570 @code{Reply-to}) and @code{Cc} headers. If @code{Mail-Followup-To} is
5571 present, that's used instead.
5572
5573 @item S W
5574 @kindex S W (Summary)
5575 @findex gnus-summary-wide-reply-with-original
5576 Mail a wide reply to the current article and include the original
5577 message (@code{gnus-summary-wide-reply-with-original}). This command uses
5578 the process/prefix convention, but only uses the headers from the
5579 first article to determine the recipients.
5580
5581 @item S L
5582 @kindex S L (Summary)
5583 @findex gnus-summary-reply-to-list-with-original
5584 When replying to a message from a mailing list, send a reply to that
5585 message to the mailing list, and include the original message
5586 (@code{gnus-summary-reply-to-list-with-original}).
5587
5588 @item S v
5589 @kindex S v (Summary)
5590 @findex gnus-summary-very-wide-reply
5591 Mail a very wide reply to the author of the current article
5592 (@code{gnus-summary-wide-reply}). A @dfn{very wide reply} is a reply
5593 that goes out to all people listed in the @code{To}, @code{From} (or
5594 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5595 articles. This command uses the process/prefix convention.
5596
5597 @item S V
5598 @kindex S V (Summary)
5599 @findex gnus-summary-very-wide-reply-with-original
5600 Mail a very wide reply to the author of the current article and include the
5601 original message (@code{gnus-summary-very-wide-reply-with-original}). This
5602 command uses the process/prefix convention.
5603
5604 @item S B r
5605 @kindex S B r (Summary)
5606 @findex gnus-summary-reply-broken-reply-to
5607 Mail a reply to the author of the current article but ignore the
5608 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5609 If you need this because a mailing list incorrectly sets a
5610 @code{Reply-To} header pointing to the list, you probably want to set
5611 the @code{broken-reply-to} group parameter instead, so things will work
5612 correctly. @xref{Group Parameters}.
5613
5614 @item S B R
5615 @kindex S B R (Summary)
5616 @findex gnus-summary-reply-broken-reply-to-with-original
5617 Mail a reply to the author of the current article and include the
5618 original message but ignore the @code{Reply-To} field
5619 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5620
5621 @item S o m
5622 @itemx C-c C-f
5623 @kindex S o m (Summary)
5624 @kindex C-c C-f (Summary)
5625 @findex gnus-summary-mail-forward
5626 @c @icon{gnus-summary-mail-forward}
5627 Forward the current article to some other person
5628 (@code{gnus-summary-mail-forward}). If no prefix is given, the message
5629 is forwarded according to the value of (@code{message-forward-as-mime})
5630 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5631 message and forward directly inline; if the prefix is 2, forward message
5632 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5633 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5634 directly inline; otherwise, the message is forwarded as no prefix given
5635 but use the flipped value of (@code{message-forward-as-mime}). By
5636 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5637 section.
5638
5639 @item S m
5640 @itemx m
5641 @kindex m (Summary)
5642 @kindex S m (Summary)
5643 @findex gnus-summary-mail-other-window
5644 @c @icon{gnus-summary-mail-originate}
5645 Prepare a mail (@code{gnus-summary-mail-other-window}). By default, use
5646 the posting style of the current group. If given a prefix, disable that.
5647 If the prefix is 1, prompt for a group name to find the posting style.
5648
5649 @item S i
5650 @kindex S i (Summary)
5651 @findex gnus-summary-news-other-window
5652 Prepare a news (@code{gnus-summary-news-other-window}). By default,
5653 post to the current group. If given a prefix, disable that. If the
5654 prefix is 1, prompt for a group to post to.
5655
5656 This function actually prepares a news even when using mail groups.
5657 This is useful for ``posting'' messages to mail groups without actually
5658 sending them over the network: they're just saved directly to the group
5659 in question. The corresponding back end must have a request-post method
5660 for this to work though.
5661
5662 @item S D b
5663 @kindex S D b (Summary)
5664 @findex gnus-summary-resend-bounced-mail
5665 @cindex bouncing mail
5666 If you have sent a mail, but the mail was bounced back to you for some
5667 reason (wrong address, transient failure), you can use this command to
5668 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}). You
5669 will be popped into a mail buffer where you can edit the headers before
5670 sending the mail off again. If you give a prefix to this command, and
5671 the bounced mail is a reply to some other mail, Gnus will try to fetch
5672 that mail and display it for easy perusal of its headers. This might
5673 very well fail, though.
5674
5675 @item S D r
5676 @kindex S D r (Summary)
5677 @findex gnus-summary-resend-message
5678 Not to be confused with the previous command,
5679 @code{gnus-summary-resend-message} will prompt you for an address to
5680 send the current message off to, and then send it to that place. The
5681 headers of the message won't be altered---but lots of headers that say
5682 @code{Resent-To}, @code{Resent-From} and so on will be added. This
5683 means that you actually send a mail to someone that has a @code{To}
5684 header that (probably) points to yourself. This will confuse people.
5685 So, natcherly you'll only do that if you're really eVIl.
5686
5687 This command is mainly used if you have several accounts and want to
5688 ship a mail to a different account of yours. (If you're both
5689 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5690 to the @code{root} account, you may want to resend it to
5691 @code{postmaster}. Ordnung muss sein!
5692
5693 This command understands the process/prefix convention
5694 (@pxref{Process/Prefix}).
5695
5696 @item S D e
5697 @kindex S D e (Summary)
5698 @findex gnus-summary-resend-message-edit
5699
5700 Like the previous command, but will allow you to edit the message as
5701 if it were a new message before resending.
5702
5703 @item S O m
5704 @kindex S O m (Summary)
5705 @findex gnus-uu-digest-mail-forward
5706 Digest the current series (@pxref{Decoding Articles}) and forward the
5707 result using mail (@code{gnus-uu-digest-mail-forward}). This command
5708 uses the process/prefix convention (@pxref{Process/Prefix}).
5709
5710 @item S M-c
5711 @kindex S M-c (Summary)
5712 @findex gnus-summary-mail-crosspost-complaint
5713 @cindex crossposting
5714 @cindex excessive crossposting
5715 Send a complaint about excessive crossposting to the author of the
5716 current article (@code{gnus-summary-mail-crosspost-complaint}).
5717
5718 @findex gnus-crosspost-complaint
5719 This command is provided as a way to fight back against the current
5720 crossposting pandemic that's sweeping Usenet. It will compose a reply
5721 using the @code{gnus-crosspost-complaint} variable as a preamble. This
5722 command understands the process/prefix convention
5723 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5724
5725 @end table
5726
5727 Also @xref{Header Commands, ,Header Commands, message, The Message
5728 Manual}, for more information.
5729
5730
5731 @node Summary Post Commands
5732 @subsection Summary Post Commands
5733 @cindex post
5734 @cindex composing news
5735
5736 Commands for posting a news article:
5737
5738 @table @kbd
5739 @item S p
5740 @itemx a
5741 @kindex a (Summary)
5742 @kindex S p (Summary)
5743 @findex gnus-summary-post-news
5744 @c @icon{gnus-summary-post-news}
5745 Prepare for posting an article (@code{gnus-summary-post-news}). By
5746 default, post to the current group. If given a prefix, disable that.
5747 If the prefix is 1, prompt for another group instead.
5748
5749 @item S f
5750 @itemx f
5751 @kindex f (Summary)
5752 @kindex S f (Summary)
5753 @findex gnus-summary-followup
5754 @c @icon{gnus-summary-followup}
5755 Post a followup to the current article (@code{gnus-summary-followup}).
5756
5757 @item S F
5758 @itemx F
5759 @kindex S F (Summary)
5760 @kindex F (Summary)
5761 @c @icon{gnus-summary-followup-with-original}
5762 @findex gnus-summary-followup-with-original
5763 Post a followup to the current article and include the original message
5764 (@code{gnus-summary-followup-with-original}). This command uses the
5765 process/prefix convention.
5766
5767 @item S n
5768 @kindex S n (Summary)
5769 @findex gnus-summary-followup-to-mail
5770 Post a followup to the current article via news, even if you got the
5771 message through mail (@code{gnus-summary-followup-to-mail}).
5772
5773 @item S N
5774 @kindex S N (Summary)
5775 @findex gnus-summary-followup-to-mail-with-original
5776 Post a followup to the current article via news, even if you got the
5777 message through mail and include the original message
5778 (@code{gnus-summary-followup-to-mail-with-original}). This command uses
5779 the process/prefix convention.
5780
5781 @item S o p
5782 @kindex S o p (Summary)
5783 @findex gnus-summary-post-forward
5784 Forward the current article to a newsgroup
5785 (@code{gnus-summary-post-forward}).
5786 If no prefix is given, the message is forwarded according to the value
5787 of (@code{message-forward-as-mime}) and
5788 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5789 message and forward directly inline; if the prefix is 2, forward message
5790 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5791 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5792 directly inline; otherwise, the message is forwarded as no prefix given
5793 but use the flipped value of (@code{message-forward-as-mime}). By
5794 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5795
5796 @item S O p
5797 @kindex S O p (Summary)
5798 @findex gnus-uu-digest-post-forward
5799 @cindex digests
5800 @cindex making digests
5801 Digest the current series and forward the result to a newsgroup
5802 (@code{gnus-uu-digest-post-forward}). This command uses the
5803 process/prefix convention.
5804
5805 @item S u
5806 @kindex S u (Summary)
5807 @findex gnus-uu-post-news
5808 @c @icon{gnus-uu-post-news}
5809 Uuencode a file, split it into parts, and post it as a series
5810 (@code{gnus-uu-post-news}). (@pxref{Uuencoding and Posting}).
5811 @end table
5812
5813 Also @xref{Header Commands, ,Header Commands, message, The Message
5814 Manual}, for more information.
5815
5816
5817 @node Summary Message Commands
5818 @subsection Summary Message Commands
5819
5820 @table @kbd
5821 @item S y
5822 @kindex S y (Summary)
5823 @findex gnus-summary-yank-message
5824 Yank the current article into an already existing Message composition
5825 buffer (@code{gnus-summary-yank-message}). This command prompts for
5826 what message buffer you want to yank into, and understands the
5827 process/prefix convention (@pxref{Process/Prefix}).
5828
5829 @end table
5830
5831
5832 @node Canceling and Superseding
5833 @subsection Canceling Articles
5834 @cindex canceling articles
5835 @cindex superseding articles
5836
5837 Have you ever written something, and then decided that you really,
5838 really, really wish you hadn't posted that?
5839
5840 Well, you can't cancel mail, but you can cancel posts.
5841
5842 @findex gnus-summary-cancel-article
5843 @kindex C (Summary)
5844 @c @icon{gnus-summary-cancel-article}
5845 Find the article you wish to cancel (you can only cancel your own
5846 articles, so don't try any funny stuff). Then press @kbd{C} or @kbd{S
5847 c} (@code{gnus-summary-cancel-article}). Your article will be
5848 canceled---machines all over the world will be deleting your article.
5849 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5850
5851 Be aware, however, that not all sites honor cancels, so your article may
5852 live on here and there, while most sites will delete the article in
5853 question.
5854
5855 Gnus will use the ``current'' select method when canceling. If you
5856 want to use the standard posting method, use the @samp{a} symbolic
5857 prefix (@pxref{Symbolic Prefixes}).
5858
5859 Gnus ensures that only you can cancel your own messages using a
5860 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5861 message, Message Manual}).
5862
5863 If you discover that you have made some mistakes and want to do some
5864 corrections, you can post a @dfn{superseding} article that will replace
5865 your original article.
5866
5867 @findex gnus-summary-supersede-article
5868 @kindex S (Summary)
5869 Go to the original article and press @kbd{S s}
5870 (@code{gnus-summary-supersede-article}). You will be put in a buffer
5871 where you can edit the article all you want before sending it off the
5872 usual way.
5873
5874 The same goes for superseding as for canceling, only more so: Some
5875 sites do not honor superseding. On those sites, it will appear that you
5876 have posted almost the same article twice.
5877
5878 If you have just posted the article, and change your mind right away,
5879 there is a trick you can use to cancel/supersede the article without
5880 waiting for the article to appear on your site first. You simply return
5881 to the post buffer (which is called @code{*sent ...*}). There you will
5882 find the article you just posted, with all the headers intact. Change
5883 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5884 header by substituting one of those words for the word
5885 @code{Message-ID}. Then just press @kbd{C-c C-c} to send the article as
5886 you would do normally. The previous article will be
5887 canceled/superseded.
5888
5889 Just remember, kids: There is no 'c' in 'supersede'.
5890
5891 @node Delayed Articles
5892 @section Delayed Articles
5893 @cindex delayed sending
5894 @cindex send delayed
5895
5896 Sometimes, you might wish to delay the sending of a message. For
5897 example, you might wish to arrange for a message to turn up just in time
5898 to remind your about the birthday of your Significant Other. For this,
5899 there is the @code{gnus-delay} package. Setup is simple:
5900
5901 @lisp
5902 (gnus-delay-initialize)
5903 @end lisp
5904
5905 @findex gnus-delay-article
5906 Normally, to send a message you use the @kbd{C-c C-c} command from
5907 Message mode. To delay a message, use @kbd{C-c C-j}
5908 (@code{gnus-delay-article}) instead. This will ask you for how long the
5909 message should be delayed. Possible answers are:
5910
5911 @itemize @bullet
5912 @item
5913 A time span. Consists of an integer and a letter. For example,
5914 @code{42d} means to delay for 42 days. Available letters are @code{m}
5915 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5916 (months) and @code{Y} (years).
5917
5918 @item
5919 A specific date. Looks like @code{YYYY-MM-DD}. The message will be
5920 delayed until that day, at a specific time (eight o'clock by default).
5921 See also @code{gnus-delay-default-hour}.
5922
5923 @item
5924 A specific time of day. Given in @code{hh:mm} format, 24h, no am/pm
5925 stuff. The deadline will be at that time today, except if that time has
5926 already passed, then it's at the given time tomorrow. So if it's ten
5927 o'clock in the morning and you specify @code{11:15}, then the deadline
5928 is one hour and fifteen minutes hence. But if you specify @code{9:20},
5929 that means a time tomorrow.
5930 @end itemize
5931
5932 The action of the @code{gnus-delay-article} command is influenced by a
5933 couple of variables:
5934
5935 @table @code
5936 @item gnus-delay-default-hour
5937 @vindex gnus-delay-default-hour
5938 When you specify a specific date, the message will be due on that hour
5939 on the given date. Possible values are integers 0 through 23.
5940
5941 @item gnus-delay-default-delay
5942 @vindex gnus-delay-default-delay
5943 This is a string and gives the default delay. It can be of any of the
5944 formats described above.
5945
5946 @item gnus-delay-group
5947 @vindex gnus-delay-group
5948 Delayed articles will be kept in this group on the drafts server until
5949 they are due. You probably don't need to change this. The default
5950 value is @code{"delayed"}.
5951
5952 @item gnus-delay-header
5953 @vindex gnus-delay-header
5954 The deadline for each article will be stored in a header. This variable
5955 is a string and gives the header name. You probably don't need to
5956 change this. The default value is @code{"X-Gnus-Delayed"}.
5957 @end table
5958
5959 The way delaying works is like this: when you use the
5960 @code{gnus-delay-article} command, you give a certain delay. Gnus
5961 calculates the deadline of the message and stores it in the
5962 @code{X-Gnus-Delayed} header and puts the message in the
5963 @code{nndraft:delayed} group.
5964
5965 @findex gnus-delay-send-queue
5966 And whenever you get new news, Gnus looks through the group for articles
5967 which are due and sends them. It uses the @code{gnus-delay-send-queue}
5968 function for this. By default, this function is added to the hook
5969 @code{gnus-get-new-news-hook}. But of course, you can change this.
5970 Maybe you want to use the demon to send drafts? Just tell the demon to
5971 execute the @code{gnus-delay-send-queue} function.
5972
5973 @table @code
5974 @item gnus-delay-initialize
5975 @findex gnus-delay-initialize
5976 By default, this function installs @code{gnus-delay-send-queue} in
5977 @code{gnus-get-new-news-hook}. But it accepts the optional second
5978 argument @code{no-check}. If it is non-@code{nil},
5979 @code{gnus-get-new-news-hook} is not changed. The optional first
5980 argument is ignored.
5981
5982 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5983 Presumably, you want to use the demon for sending due delayed articles.
5984 Just don't forget to set that up :-)
5985 @end table
5986
5987 When delaying an article with @kbd{C-c C-j}, Message mode will
5988 automatically add a @code{"Date"} header with the current time. In
5989 many cases you probably want the @code{"Date"} header to reflect the
5990 time the message is sent instead. To do this, you have to delete
5991 @code{Date} from @code{message-draft-headers}.
5992
5993
5994 @node Marking Articles
5995 @section Marking Articles
5996 @cindex article marking
5997 @cindex article ticking
5998 @cindex marks
5999
6000 There are several marks you can set on an article.
6001
6002 You have marks that decide the @dfn{readedness} (whoo, neato-keano
6003 neologism ohoy!) of the article. Alphabetic marks generally mean
6004 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
6005
6006 In addition, you also have marks that do not affect readedness.
6007
6008 @ifinfo
6009 There's a plethora of commands for manipulating these marks.
6010 @end ifinfo
6011
6012 @menu
6013 * Unread Articles:: Marks for unread articles.
6014 * Read Articles:: Marks for read articles.
6015 * Other Marks:: Marks that do not affect readedness.
6016 * Setting Marks:: How to set and remove marks.
6017 * Generic Marking Commands:: How to customize the marking.
6018 * Setting Process Marks:: How to mark articles for later processing.
6019 @end menu
6020
6021
6022 @node Unread Articles
6023 @subsection Unread Articles
6024
6025 The following marks mark articles as (kinda) unread, in one form or
6026 other.
6027
6028 @table @samp
6029 @item !
6030 @vindex gnus-ticked-mark
6031 Marked as ticked (@code{gnus-ticked-mark}).
6032
6033 @dfn{Ticked articles} are articles that will remain visible always. If
6034 you see an article that you find interesting, or you want to put off
6035 reading it, or replying to it, until sometime later, you'd typically
6036 tick it. However, articles can be expired (from news servers by the
6037 news server software, Gnus itself never expires ticked messages), so if
6038 you want to keep an article forever, you'll have to make it persistent
6039 (@pxref{Persistent Articles}).
6040
6041 @item ?
6042 @vindex gnus-dormant-mark
6043 Marked as dormant (@code{gnus-dormant-mark}).
6044
6045 @dfn{Dormant articles} will only appear in the summary buffer if there
6046 are followups to it. If you want to see them even if they don't have
6047 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
6048 Otherwise (except for the visibility issue), they are just like ticked
6049 messages.
6050
6051 @item SPACE
6052 @vindex gnus-unread-mark
6053 Marked as unread (@code{gnus-unread-mark}).
6054
6055 @dfn{Unread articles} are articles that haven't been read at all yet.
6056 @end table
6057
6058
6059 @node Read Articles
6060 @subsection Read Articles
6061 @cindex expirable mark
6062
6063 All the following marks mark articles as read.
6064
6065 @table @samp
6066
6067 @item r
6068 @vindex gnus-del-mark
6069 These are articles that the user has marked as read with the @kbd{d}
6070 command manually, more or less (@code{gnus-del-mark}).
6071
6072 @item R
6073 @vindex gnus-read-mark
6074 Articles that have actually been read (@code{gnus-read-mark}).
6075
6076 @item O
6077 @vindex gnus-ancient-mark
6078 Articles that were marked as read in previous sessions and are now
6079 @dfn{old} (@code{gnus-ancient-mark}).
6080
6081 @item K
6082 @vindex gnus-killed-mark
6083 Marked as killed (@code{gnus-killed-mark}).
6084
6085 @item X
6086 @vindex gnus-kill-file-mark
6087 Marked as killed by kill files (@code{gnus-kill-file-mark}).
6088
6089 @item Y
6090 @vindex gnus-low-score-mark
6091 Marked as read by having too low a score (@code{gnus-low-score-mark}).
6092
6093 @item C
6094 @vindex gnus-catchup-mark
6095 Marked as read by a catchup (@code{gnus-catchup-mark}).
6096
6097 @item G
6098 @vindex gnus-canceled-mark
6099 Canceled article (@code{gnus-canceled-mark})
6100
6101 @item Q
6102 @vindex gnus-sparse-mark
6103 Sparsely reffed article (@code{gnus-sparse-mark}). @xref{Customizing
6104 Threading}.
6105
6106 @item M
6107 @vindex gnus-duplicate-mark
6108 Article marked as read by duplicate suppression
6109 (@code{gnus-duplicate-mark}). @xref{Duplicate Suppression}.
6110
6111 @end table
6112
6113 All these marks just mean that the article is marked as read, really.
6114 They are interpreted differently when doing adaptive scoring, though.
6115
6116 One more special mark, though:
6117
6118 @table @samp
6119 @item E
6120 @vindex gnus-expirable-mark
6121 Marked as expirable (@code{gnus-expirable-mark}).
6122
6123 Marking articles as @dfn{expirable} (or have them marked as such
6124 automatically) doesn't make much sense in normal groups---a user doesn't
6125 control expiring of news articles, but in mail groups, for instance,
6126 articles marked as @dfn{expirable} can be deleted by Gnus at
6127 any time.
6128 @end table
6129
6130
6131 @node Other Marks
6132 @subsection Other Marks
6133 @cindex process mark
6134 @cindex bookmarks
6135
6136 There are some marks that have nothing to do with whether the article is
6137 read or not.
6138
6139 @itemize @bullet
6140
6141 @item
6142 You can set a bookmark in the current article. Say you are reading a
6143 long thesis on cats' urinary tracts, and have to go home for dinner
6144 before you've finished reading the thesis. You can then set a bookmark
6145 in the article, and Gnus will jump to this bookmark the next time it
6146 encounters the article. @xref{Setting Marks}.
6147
6148 @item
6149 @vindex gnus-replied-mark
6150 All articles that you have replied to or made a followup to (i.e., have
6151 answered) will be marked with an @samp{A} in the second column
6152 (@code{gnus-replied-mark}).
6153
6154 @item
6155 @vindex gnus-forwarded-mark
6156 All articles that you have forwarded will be marked with an @samp{F} in
6157 the second column (@code{gnus-forwarded-mark}).
6158
6159 @item
6160 @vindex gnus-cached-mark
6161 Articles stored in the article cache will be marked with an @samp{*} in
6162 the second column (@code{gnus-cached-mark}). @xref{Article Caching}.
6163
6164 @item
6165 @vindex gnus-saved-mark
6166 Articles ``saved'' (in some manner or other; not necessarily
6167 religiously) are marked with an @samp{S} in the second column
6168 (@code{gnus-saved-mark}).
6169
6170 @item
6171 @vindex gnus-unseen-mark
6172 Articles that haven't been seen before in Gnus by the user are marked
6173 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
6174
6175 @item
6176 @vindex gnus-downloaded-mark
6177 When using the Gnus agent (@pxref{Agent Basics}), articles may be
6178 downloaded for unplugged (offline) viewing. If you are using the
6179 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
6180 (The variable @code{gnus-downloaded-mark} controls which character to
6181 use.)
6182
6183 @item
6184 @vindex gnus-undownloaded-mark
6185 When using the Gnus agent (@pxref{Agent Basics}), some articles might
6186 not have been downloaded. Such articles cannot be viewed while you
6187 are unplugged (offline). If you are using the @samp{%O} spec, these
6188 articles get the @samp{-} mark in that spec. (The variable
6189 @code{gnus-undownloaded-mark} controls which character to use.)
6190
6191 @item
6192 @vindex gnus-downloadable-mark
6193 The Gnus agent (@pxref{Agent Basics}) downloads some articles
6194 automatically, but it is also possible to explicitly mark articles for
6195 download, even if they would not be downloaded automatically. Such
6196 explicitly-marked articles get the @samp{%} mark in the first column.
6197 (The variable @code{gnus-downloadable-mark} controls which character to
6198 use.)
6199
6200 @item
6201 @vindex gnus-not-empty-thread-mark
6202 @vindex gnus-empty-thread-mark
6203 If the @samp{%e} spec is used, the presence of threads or not will be
6204 marked with @code{gnus-not-empty-thread-mark} and
6205 @code{gnus-empty-thread-mark} in the third column, respectively.
6206
6207 @item
6208 @vindex gnus-process-mark
6209 Finally we have the @dfn{process mark} (@code{gnus-process-mark}). A
6210 variety of commands react to the presence of the process mark. For
6211 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
6212 all articles that have been marked with the process mark. Articles
6213 marked with the process mark have a @samp{#} in the second column.
6214
6215 @end itemize
6216
6217 You might have noticed that most of these ``non-readedness'' marks
6218 appear in the second column by default. So if you have a cached, saved,
6219 replied article that you have process-marked, what will that look like?
6220
6221 Nothing much. The precedence rules go as follows: process -> cache ->
6222 replied -> saved. So if the article is in the cache and is replied,
6223 you'll only see the cache mark and not the replied mark.
6224
6225
6226 @node Setting Marks
6227 @subsection Setting Marks
6228 @cindex setting marks
6229
6230 All the marking commands understand the numeric prefix.
6231
6232 @table @kbd
6233 @item M c
6234 @itemx M-u
6235 @kindex M c (Summary)
6236 @kindex M-u (Summary)
6237 @findex gnus-summary-clear-mark-forward
6238 @cindex mark as unread
6239 Clear all readedness-marks from the current article
6240 (@code{gnus-summary-clear-mark-forward}). In other words, mark the
6241 article as unread.
6242
6243 @item M t
6244 @itemx !
6245 @kindex ! (Summary)
6246 @kindex M t (Summary)
6247 @findex gnus-summary-tick-article-forward
6248 Tick the current article (@code{gnus-summary-tick-article-forward}).
6249 @xref{Article Caching}.
6250
6251 @item M ?
6252 @itemx ?
6253 @kindex ? (Summary)
6254 @kindex M ? (Summary)
6255 @findex gnus-summary-mark-as-dormant
6256 Mark the current article as dormant
6257 (@code{gnus-summary-mark-as-dormant}). @xref{Article Caching}.
6258
6259 @item M d
6260 @itemx d
6261 @kindex M d (Summary)
6262 @kindex d (Summary)
6263 @findex gnus-summary-mark-as-read-forward
6264 Mark the current article as read
6265 (@code{gnus-summary-mark-as-read-forward}).
6266
6267 @item D
6268 @kindex D (Summary)
6269 @findex gnus-summary-mark-as-read-backward
6270 Mark the current article as read and move point to the previous line
6271 (@code{gnus-summary-mark-as-read-backward}).
6272
6273 @item M k
6274 @itemx k
6275 @kindex k (Summary)
6276 @kindex M k (Summary)
6277 @findex gnus-summary-kill-same-subject-and-select
6278 Mark all articles that have the same subject as the current one as read,
6279 and then select the next unread article
6280 (@code{gnus-summary-kill-same-subject-and-select}).
6281
6282 @item M K
6283 @itemx C-k
6284 @kindex M K (Summary)
6285 @kindex C-k (Summary)
6286 @findex gnus-summary-kill-same-subject
6287 Mark all articles that have the same subject as the current one as read
6288 (@code{gnus-summary-kill-same-subject}).
6289
6290 @item M C
6291 @kindex M C (Summary)
6292 @findex gnus-summary-catchup
6293 @c @icon{gnus-summary-catchup}
6294 Mark all unread articles as read (@code{gnus-summary-catchup}).
6295
6296 @item M C-c
6297 @kindex M C-c (Summary)
6298 @findex gnus-summary-catchup-all
6299 Mark all articles in the group as read---even the ticked and dormant
6300 articles (@code{gnus-summary-catchup-all}).
6301
6302 @item M H
6303 @kindex M H (Summary)
6304 @findex gnus-summary-catchup-to-here
6305 Catchup the current group to point (before the point)
6306 (@code{gnus-summary-catchup-to-here}).
6307
6308 @item M h
6309 @kindex M h (Summary)
6310 @findex gnus-summary-catchup-from-here
6311 Catchup the current group from point (after the point)
6312 (@code{gnus-summary-catchup-from-here}).
6313
6314 @item C-w
6315 @kindex C-w (Summary)
6316 @findex gnus-summary-mark-region-as-read
6317 Mark all articles between point and mark as read
6318 (@code{gnus-summary-mark-region-as-read}).
6319
6320 @item M V k
6321 @kindex M V k (Summary)
6322 @findex gnus-summary-kill-below
6323 Kill all articles with scores below the default score (or below the
6324 numeric prefix) (@code{gnus-summary-kill-below}).
6325
6326 @item M e
6327 @itemx E
6328 @kindex M e (Summary)
6329 @kindex E (Summary)
6330 @findex gnus-summary-mark-as-expirable
6331 Mark the current article as expirable
6332 (@code{gnus-summary-mark-as-expirable}).
6333
6334 @item M b
6335 @kindex M b (Summary)
6336 @findex gnus-summary-set-bookmark
6337 Set a bookmark in the current article
6338 (@code{gnus-summary-set-bookmark}).
6339
6340 @item M B
6341 @kindex M B (Summary)
6342 @findex gnus-summary-remove-bookmark
6343 Remove the bookmark from the current article
6344 (@code{gnus-summary-remove-bookmark}).
6345
6346 @item M V c
6347 @kindex M V c (Summary)
6348 @findex gnus-summary-clear-above
6349 Clear all marks from articles with scores over the default score (or
6350 over the numeric prefix) (@code{gnus-summary-clear-above}).
6351
6352 @item M V u
6353 @kindex M V u (Summary)
6354 @findex gnus-summary-tick-above
6355 Tick all articles with scores over the default score (or over the
6356 numeric prefix) (@code{gnus-summary-tick-above}).
6357
6358 @item M V m
6359 @kindex M V m (Summary)
6360 @findex gnus-summary-mark-above
6361 Prompt for a mark, and mark all articles with scores over the default
6362 score (or over the numeric prefix) with this mark
6363 (@code{gnus-summary-clear-above}).
6364 @end table
6365
6366 @vindex gnus-summary-goto-unread
6367 The @code{gnus-summary-goto-unread} variable controls what action should
6368 be taken after setting a mark. If non-@code{nil}, point will move to
6369 the next/previous unread article. If @code{nil}, point will just move
6370 one line up or down. As a special case, if this variable is
6371 @code{never}, all the marking commands as well as other commands (like
6372 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6373 The default is @code{t}.
6374
6375
6376 @node Generic Marking Commands
6377 @subsection Generic Marking Commands
6378
6379 Some people would like the command that ticks an article (@kbd{!}) go to
6380 the next article. Others would like it to go to the next unread
6381 article. Yet others would like it to stay on the current article. And
6382 even though I haven't heard of anybody wanting it to go to the
6383 previous (unread) article, I'm sure there are people that want that as
6384 well.
6385
6386 Multiply these five behaviors with five different marking commands, and
6387 you get a potentially complex set of variable to control what each
6388 command should do.
6389
6390 To sidestep that mess, Gnus provides commands that do all these
6391 different things. They can be found on the @kbd{M M} map in the summary
6392 buffer. Type @kbd{M M C-h} to see them all---there are too many of them
6393 to list in this manual.
6394
6395 While you can use these commands directly, most users would prefer
6396 altering the summary mode keymap. For instance, if you would like the
6397 @kbd{!} command to go to the next article instead of the next unread
6398 article, you could say something like:
6399
6400 @lisp
6401 @group
6402 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6403 (defun my-alter-summary-map ()
6404 (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6405 @end group
6406 @end lisp
6407
6408 @noindent
6409 or
6410
6411 @lisp
6412 (defun my-alter-summary-map ()
6413 (local-set-key "!" "MM!n"))
6414 @end lisp
6415
6416
6417 @node Setting Process Marks
6418 @subsection Setting Process Marks
6419 @cindex setting process marks
6420
6421 Process marks are displayed as @code{#} in the summary buffer, and are
6422 used for marking articles in such a way that other commands will
6423 process these articles. For instance, if you process mark four
6424 articles and then use the @kbd{*} command, Gnus will enter these four
6425 articles into the cache. For more information,
6426 @pxref{Process/Prefix}.
6427
6428 @table @kbd
6429
6430 @item M P p
6431 @itemx #
6432 @kindex # (Summary)
6433 @kindex M P p (Summary)
6434 @findex gnus-summary-mark-as-processable
6435 Mark the current article with the process mark
6436 (@code{gnus-summary-mark-as-processable}).
6437 @findex gnus-summary-unmark-as-processable
6438
6439 @item M P u
6440 @itemx M-#
6441 @kindex M P u (Summary)
6442 @kindex M-# (Summary)
6443 Remove the process mark, if any, from the current article
6444 (@code{gnus-summary-unmark-as-processable}).
6445
6446 @item M P U
6447 @kindex M P U (Summary)
6448 @findex gnus-summary-unmark-all-processable
6449 Remove the process mark from all articles
6450 (@code{gnus-summary-unmark-all-processable}).
6451
6452 @item M P i
6453 @kindex M P i (Summary)
6454 @findex gnus-uu-invert-processable
6455 Invert the list of process marked articles
6456 (@code{gnus-uu-invert-processable}).
6457
6458 @item M P R
6459 @kindex M P R (Summary)
6460 @findex gnus-uu-mark-by-regexp
6461 Mark articles that have a @code{Subject} header that matches a regular
6462 expression (@code{gnus-uu-mark-by-regexp}).
6463
6464 @item M P G
6465 @kindex M P G (Summary)
6466 @findex gnus-uu-unmark-by-regexp
6467 Unmark articles that have a @code{Subject} header that matches a regular
6468 expression (@code{gnus-uu-unmark-by-regexp}).
6469
6470 @item M P r
6471 @kindex M P r (Summary)
6472 @findex gnus-uu-mark-region
6473 Mark articles in region (@code{gnus-uu-mark-region}).
6474
6475 @item M P g
6476 @kindex M P g (Summary)
6477 @findex gnus-uu-unmark-region
6478 Unmark articles in region (@code{gnus-uu-unmark-region}).
6479
6480 @item M P t
6481 @kindex M P t (Summary)
6482 @findex gnus-uu-mark-thread
6483 Mark all articles in the current (sub)thread
6484 (@code{gnus-uu-mark-thread}).
6485
6486 @item M P T
6487 @kindex M P T (Summary)
6488 @findex gnus-uu-unmark-thread
6489 Unmark all articles in the current (sub)thread
6490 (@code{gnus-uu-unmark-thread}).
6491
6492 @item M P v
6493 @kindex M P v (Summary)
6494 @findex gnus-uu-mark-over
6495 Mark all articles that have a score above the prefix argument
6496 (@code{gnus-uu-mark-over}).
6497
6498 @item M P s
6499 @kindex M P s (Summary)
6500 @findex gnus-uu-mark-series
6501 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6502
6503 @item M P S
6504 @kindex M P S (Summary)
6505 @findex gnus-uu-mark-sparse
6506 Mark all series that have already had some articles marked
6507 (@code{gnus-uu-mark-sparse}).
6508
6509 @item M P a
6510 @kindex M P a (Summary)
6511 @findex gnus-uu-mark-all
6512 Mark all articles in series order (@code{gnus-uu-mark-all}).
6513
6514 @item M P b
6515 @kindex M P b (Summary)
6516 @findex gnus-uu-mark-buffer
6517 Mark all articles in the buffer in the order they appear
6518 (@code{gnus-uu-mark-buffer}).
6519
6520 @item M P k
6521 @kindex M P k (Summary)
6522 @findex gnus-summary-kill-process-mark
6523 Push the current process mark set onto the stack and unmark all articles
6524 (@code{gnus-summary-kill-process-mark}).
6525
6526 @item M P y
6527 @kindex M P y (Summary)
6528 @findex gnus-summary-yank-process-mark
6529 Pop the previous process mark set from the stack and restore it
6530 (@code{gnus-summary-yank-process-mark}).
6531
6532 @item M P w
6533 @kindex M P w (Summary)
6534 @findex gnus-summary-save-process-mark
6535 Push the current process mark set onto the stack
6536 (@code{gnus-summary-save-process-mark}).
6537
6538 @end table
6539
6540 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6541 set process marks based on article body contents.
6542
6543
6544 @node Limiting
6545 @section Limiting
6546 @cindex limiting
6547
6548 It can be convenient to limit the summary buffer to just show some
6549 subset of the articles currently in the group. The effect most limit
6550 commands have is to remove a few (or many) articles from the summary
6551 buffer.
6552
6553 Limiting commands work on subsets of the articles already fetched from
6554 the servers. These commands don't query the server for additional
6555 articles.
6556
6557 @table @kbd
6558
6559 @item / /
6560 @itemx / s
6561 @kindex / / (Summary)
6562 @findex gnus-summary-limit-to-subject
6563 Limit the summary buffer to articles that match some subject
6564 (@code{gnus-summary-limit-to-subject}). If given a prefix, exclude
6565 matching articles.
6566
6567 @item / a
6568 @kindex / a (Summary)
6569 @findex gnus-summary-limit-to-author
6570 Limit the summary buffer to articles that match some author
6571 (@code{gnus-summary-limit-to-author}). If given a prefix, exclude
6572 matching articles.
6573
6574 @item / R
6575 @kindex / R (Summary)
6576 @findex gnus-summary-limit-to-recipient
6577 Limit the summary buffer to articles that match some recipient
6578 (@code{gnus-summary-limit-to-recipient}). If given a prefix, exclude
6579 matching articles.
6580
6581 @item / A
6582 @kindex / A (Summary)
6583 @findex gnus-summary-limit-to-address
6584 Limit the summary buffer to articles in which contents of From, To or Cc
6585 header match a given address (@code{gnus-summary-limit-to-address}). If
6586 given a prefix, exclude matching articles.
6587
6588 @item / S
6589 @kindex / S (Summary)
6590 @findex gnus-summary-limit-to-singletons
6591 Limit the summary buffer to articles that aren't part of any displayed
6592 threads (@code{gnus-summary-limit-to-singletons}). If given a prefix,
6593 limit to articles that are part of displayed threads.
6594
6595 @item / x
6596 @kindex / x (Summary)
6597 @findex gnus-summary-limit-to-extra
6598 Limit the summary buffer to articles that match one of the ``extra''
6599 headers (@pxref{To From Newsgroups})
6600 (@code{gnus-summary-limit-to-extra}). If given a prefix, exclude
6601 matching articles.
6602
6603 @item / u
6604 @itemx x
6605 @kindex / u (Summary)
6606 @kindex x (Summary)
6607 @findex gnus-summary-limit-to-unread
6608 Limit the summary buffer to articles not marked as read
6609 (@code{gnus-summary-limit-to-unread}). If given a prefix, limit the
6610 buffer to articles strictly unread. This means that ticked and
6611 dormant articles will also be excluded.
6612
6613 @item / m
6614 @kindex / m (Summary)
6615 @findex gnus-summary-limit-to-marks
6616 Ask for a mark and then limit to all articles that have been marked
6617 with that mark (@code{gnus-summary-limit-to-marks}).
6618
6619 @item / t
6620 @kindex / t (Summary)
6621 @findex gnus-summary-limit-to-age
6622 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6623 (@code{gnus-summary-limit-to-age}). If given a prefix, limit to
6624 articles younger than that number of days.
6625
6626 @item / n
6627 @kindex / n (Summary)
6628 @findex gnus-summary-limit-to-articles
6629 With prefix @samp{n}, limit the summary buffer to the next @samp{n}
6630 articles. If not given a prefix, use the process marked articles
6631 instead. (@code{gnus-summary-limit-to-articles}).
6632
6633 @item / w
6634 @kindex / w (Summary)
6635 @findex gnus-summary-pop-limit
6636 Pop the previous limit off the stack and restore it
6637 (@code{gnus-summary-pop-limit}). If given a prefix, pop all limits off
6638 the stack.
6639
6640 @item / .
6641 @kindex / . (Summary)
6642 @findex gnus-summary-limit-to-unseen
6643 Limit the summary buffer to the unseen articles
6644 (@code{gnus-summary-limit-to-unseen}).
6645
6646 @item / v
6647 @kindex / v (Summary)
6648 @findex gnus-summary-limit-to-score
6649 Limit the summary buffer to articles that have a score at or above some
6650 score (@code{gnus-summary-limit-to-score}).
6651
6652 @item / p
6653 @kindex / p (Summary)
6654 @findex gnus-summary-limit-to-display-predicate
6655 Limit the summary buffer to articles that satisfy the @code{display}
6656 group parameter predicate
6657 (@code{gnus-summary-limit-to-display-predicate}). @xref{Group
6658 Parameters}, for more on this predicate.
6659
6660 @item / r
6661 @kindex / r (Summary)
6662 @findex gnus-summary-limit-to-replied
6663 Limit the summary buffer to replied articles
6664 (@code{gnus-summary-limit-to-replied}). If given a prefix, exclude
6665 replied articles.
6666
6667 @item / E
6668 @itemx M S
6669 @kindex M S (Summary)
6670 @kindex / E (Summary)
6671 @findex gnus-summary-limit-include-expunged
6672 Include all expunged articles in the limit
6673 (@code{gnus-summary-limit-include-expunged}).
6674
6675 @item / D
6676 @kindex / D (Summary)
6677 @findex gnus-summary-limit-include-dormant
6678 Include all dormant articles in the limit
6679 (@code{gnus-summary-limit-include-dormant}).
6680
6681 @item / *
6682 @kindex / * (Summary)
6683 @findex gnus-summary-limit-include-cached
6684 Include all cached articles in the limit
6685 (@code{gnus-summary-limit-include-cached}).
6686
6687 @item / d
6688 @kindex / d (Summary)
6689 @findex gnus-summary-limit-exclude-dormant
6690 Exclude all dormant articles from the limit
6691 (@code{gnus-summary-limit-exclude-dormant}).
6692
6693 @item / M
6694 @kindex / M (Summary)
6695 @findex gnus-summary-limit-exclude-marks
6696 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6697
6698 @item / T
6699 @kindex / T (Summary)
6700 @findex gnus-summary-limit-include-thread
6701 Include all the articles in the current thread in the limit.
6702
6703 @item / c
6704 @kindex / c (Summary)
6705 @findex gnus-summary-limit-exclude-childless-dormant
6706 Exclude all dormant articles that have no children from the limit@*
6707 (@code{gnus-summary-limit-exclude-childless-dormant}).
6708
6709 @item / C
6710 @kindex / C (Summary)
6711 @findex gnus-summary-limit-mark-excluded-as-read
6712 Mark all excluded unread articles as read
6713 (@code{gnus-summary-limit-mark-excluded-as-read}). If given a prefix,
6714 also mark excluded ticked and dormant articles as read.
6715
6716 @item / b
6717 @kindex / b (Summary)
6718 @findex gnus-summary-limit-to-bodies
6719 Limit the summary buffer to articles that have bodies that match a
6720 certain regexp (@code{gnus-summary-limit-to-bodies}). If given a
6721 prefix, reverse the limit. This command is quite slow since it
6722 requires selecting each article to find the matches.
6723
6724 @item / h
6725 @kindex / h (Summary)
6726 @findex gnus-summary-limit-to-headers
6727 Like the previous command, only limit to headers instead
6728 (@code{gnus-summary-limit-to-headers}).
6729
6730 @end table
6731
6732
6733 The following commands aren't limiting commands, but use the @kbd{/}
6734 prefix as well.
6735
6736 @table @kbd
6737 @item / N
6738 @kindex / N (Summary)
6739 @findex gnus-summary-insert-new-articles
6740 Insert all new articles in the summary buffer. It scans for new emails
6741 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6742
6743 @item / o
6744 @kindex / o (Summary)
6745 @findex gnus-summary-insert-old-articles
6746 Insert all old articles in the summary buffer. If given a numbered
6747 prefix, fetch this number of articles.
6748
6749 @end table
6750
6751
6752 @node Threading
6753 @section Threading
6754 @cindex threading
6755 @cindex article threading
6756
6757 Gnus threads articles by default. @dfn{To thread} is to put responses
6758 to articles directly after the articles they respond to---in a
6759 hierarchical fashion.
6760
6761 Threading is done by looking at the @code{References} headers of the
6762 articles. In a perfect world, this would be enough to build pretty
6763 trees, but unfortunately, the @code{References} header is often broken
6764 or simply missing. Weird news propagation exacerbates the problem,
6765 so one has to employ other heuristics to get pleasing results. A
6766 plethora of approaches exists, as detailed in horrible detail in
6767 @ref{Customizing Threading}.
6768
6769 First, a quick overview of the concepts:
6770
6771 @table @dfn
6772 @item root
6773 The top-most article in a thread; the first article in the thread.
6774
6775 @item thread
6776 A tree-like article structure.
6777
6778 @item sub-thread
6779 A small(er) section of this tree-like structure.
6780
6781 @item loose threads
6782 Threads often lose their roots due to article expiry, or due to the root
6783 already having been read in a previous session, and not displayed in the
6784 summary buffer. We then typically have many sub-threads that really
6785 belong to one thread, but are without connecting roots. These are
6786 called loose threads.
6787
6788 @item thread gathering
6789 An attempt to gather loose threads into bigger threads.
6790
6791 @item sparse threads
6792 A thread where the missing articles have been ``guessed'' at, and are
6793 displayed as empty lines in the summary buffer.
6794
6795 @end table
6796
6797
6798 @menu
6799 * Customizing Threading:: Variables you can change to affect the threading.
6800 * Thread Commands:: Thread based commands in the summary buffer.
6801 @end menu
6802
6803
6804 @node Customizing Threading
6805 @subsection Customizing Threading
6806 @cindex customizing threading
6807
6808 @menu
6809 * Loose Threads:: How Gnus gathers loose threads into bigger threads.
6810 * Filling In Threads:: Making the threads displayed look fuller.
6811 * More Threading:: Even more variables for fiddling with threads.
6812 * Low-Level Threading:: You thought it was over@dots{} but you were wrong!
6813 @end menu
6814
6815
6816 @node Loose Threads
6817 @subsubsection Loose Threads
6818 @cindex <
6819 @cindex >
6820 @cindex loose threads
6821
6822 @table @code
6823 @item gnus-summary-make-false-root
6824 @vindex gnus-summary-make-false-root
6825 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6826 and create a dummy root at the top. (Wait a minute. Root at the top?
6827 Yup.) Loose subtrees occur when the real root has expired, or you've
6828 read or killed the root in a previous session.
6829
6830 When there is no real root of a thread, Gnus will have to fudge
6831 something. This variable says what fudging method Gnus should use.
6832 There are four possible values:
6833
6834 @iftex
6835 @iflatex
6836 \gnusfigure{The Summary Buffer}{390}{
6837 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6838 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6839 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6840 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6841 }
6842 @end iflatex
6843 @end iftex
6844
6845 @cindex adopting articles
6846
6847 @table @code
6848
6849 @item adopt
6850 Gnus will make the first of the orphaned articles the parent. This
6851 parent will adopt all the other articles. The adopted articles will be
6852 marked as such by pointy brackets (@samp{<>}) instead of the standard
6853 square brackets (@samp{[]}). This is the default method.
6854
6855 @item dummy
6856 @vindex gnus-summary-dummy-line-format
6857 @vindex gnus-summary-make-false-root-always
6858 Gnus will create a dummy summary line that will pretend to be the
6859 parent. This dummy line does not correspond to any real article, so
6860 selecting it will just select the first real article after the dummy
6861 article. @code{gnus-summary-dummy-line-format} is used to specify the
6862 format of the dummy roots. It accepts only one format spec: @samp{S},
6863 which is the subject of the article. @xref{Formatting Variables}.
6864 If you want all threads to have a dummy root, even the non-gathered
6865 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6866
6867 @item empty
6868 Gnus won't actually make any article the parent, but simply leave the
6869 subject field of all orphans except the first empty. (Actually, it will
6870 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6871 Buffer Format}).)
6872
6873 @item none
6874 Don't make any article parent at all. Just gather the threads and
6875 display them after one another.
6876
6877 @item nil
6878 Don't gather loose threads.
6879 @end table
6880
6881 @item gnus-summary-gather-subject-limit
6882 @vindex gnus-summary-gather-subject-limit
6883 Loose threads are gathered by comparing subjects of articles. If this
6884 variable is @code{nil}, Gnus requires an exact match between the
6885 subjects of the loose threads before gathering them into one big
6886 super-thread. This might be too strict a requirement, what with the
6887 presence of stupid newsreaders that chop off long subject lines. If
6888 you think so, set this variable to, say, 20 to require that only the
6889 first 20 characters of the subjects have to match. If you set this
6890 variable to a really low number, you'll find that Gnus will gather
6891 everything in sight into one thread, which isn't very helpful.
6892
6893 @cindex fuzzy article gathering
6894 If you set this variable to the special value @code{fuzzy}, Gnus will
6895 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6896 Matching}).
6897
6898 @item gnus-simplify-subject-fuzzy-regexp
6899 @vindex gnus-simplify-subject-fuzzy-regexp
6900 This can either be a regular expression or list of regular expressions
6901 that match strings that will be removed from subjects if fuzzy subject
6902 simplification is used.
6903
6904 @item gnus-simplify-ignored-prefixes
6905 @vindex gnus-simplify-ignored-prefixes
6906 If you set @code{gnus-summary-gather-subject-limit} to something as low
6907 as 10, you might consider setting this variable to something sensible:
6908
6909 @c Written by Michael Ernst <mernst@cs.rice.edu>
6910 @lisp
6911 (setq gnus-simplify-ignored-prefixes
6912 (concat
6913 "\\`\\[?\\("
6914 (mapconcat
6915 'identity
6916 '("looking"
6917 "wanted" "followup" "summary\\( of\\)?"
6918 "help" "query" "problem" "question"
6919 "answer" "reference" "announce"
6920 "How can I" "How to" "Comparison of"
6921 ;; ...
6922 )
6923 "\\|")
6924 "\\)\\s *\\("
6925 (mapconcat 'identity
6926 '("for" "for reference" "with" "about")
6927 "\\|")
6928 "\\)?\\]?:?[ \t]*"))
6929 @end lisp
6930
6931 All words that match this regexp will be removed before comparing two
6932 subjects.
6933
6934 @item gnus-simplify-subject-functions
6935 @vindex gnus-simplify-subject-functions
6936 If non-@code{nil}, this variable overrides
6937 @code{gnus-summary-gather-subject-limit}. This variable should be a
6938 list of functions to apply to the @code{Subject} string iteratively to
6939 arrive at the simplified version of the string.
6940
6941 Useful functions to put in this list include:
6942
6943 @table @code
6944 @item gnus-simplify-subject-re
6945 @findex gnus-simplify-subject-re
6946 Strip the leading @samp{Re:}.
6947
6948 @item gnus-simplify-subject-fuzzy
6949 @findex gnus-simplify-subject-fuzzy
6950 Simplify fuzzily.
6951
6952 @item gnus-simplify-whitespace
6953 @findex gnus-simplify-whitespace
6954 Remove excessive whitespace.
6955
6956 @item gnus-simplify-all-whitespace
6957 @findex gnus-simplify-all-whitespace
6958 Remove all whitespace.
6959 @end table
6960
6961 You may also write your own functions, of course.
6962
6963
6964 @item gnus-summary-gather-exclude-subject
6965 @vindex gnus-summary-gather-exclude-subject
6966 Since loose thread gathering is done on subjects only, that might lead
6967 to many false hits, especially with certain common subjects like
6968 @samp{} and @samp{(none)}. To make the situation slightly better,
6969 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6970 what subjects should be excluded from the gathering process.@*
6971 The default is @samp{^ *$\\|^(none)$}.
6972
6973 @item gnus-summary-thread-gathering-function
6974 @vindex gnus-summary-thread-gathering-function
6975 Gnus gathers threads by looking at @code{Subject} headers. This means
6976 that totally unrelated articles may end up in the same ``thread'', which
6977 is confusing. An alternate approach is to look at all the
6978 @code{Message-ID}s in all the @code{References} headers to find matches.
6979 This will ensure that no gathered threads ever include unrelated
6980 articles, but it also means that people who have posted with broken
6981 newsreaders won't be gathered properly. The choice is yours---plague or
6982 cholera:
6983
6984 @table @code
6985 @item gnus-gather-threads-by-subject
6986 @findex gnus-gather-threads-by-subject
6987 This function is the default gathering function and looks at
6988 @code{Subject}s exclusively.
6989
6990 @item gnus-gather-threads-by-references
6991 @findex gnus-gather-threads-by-references
6992 This function looks at @code{References} headers exclusively.
6993 @end table
6994
6995 If you want to test gathering by @code{References}, you could say
6996 something like:
6997
6998 @lisp
6999 (setq gnus-summary-thread-gathering-function
7000 'gnus-gather-threads-by-references)
7001 @end lisp
7002
7003 @end table
7004
7005
7006 @node Filling In Threads
7007 @subsubsection Filling In Threads
7008
7009 @table @code
7010 @item gnus-fetch-old-headers
7011 @vindex gnus-fetch-old-headers
7012 If non-@code{nil}, Gnus will attempt to build old threads by fetching
7013 more old headers---headers to articles marked as read. If you would
7014 like to display as few summary lines as possible, but still connect as
7015 many loose threads as possible, you should set this variable to
7016 @code{some} or a number. If you set it to a number, no more than that
7017 number of extra old headers will be fetched. In either case, fetching
7018 old headers only works if the back end you are using carries overview
7019 files---this would normally be @code{nntp}, @code{nnspool},
7020 @code{nnml}, and @code{nnmaildir}. Also remember that if the root of
7021 the thread has been expired by the server, there's not much Gnus can
7022 do about that.
7023
7024 This variable can also be set to @code{invisible}. This won't have any
7025 visible effects, but is useful if you use the @kbd{A T} command a lot
7026 (@pxref{Finding the Parent}).
7027
7028 The server has to support @acronym{NOV} for any of this to work.
7029
7030 @cindex Gmane, gnus-fetch-old-headers
7031 This feature can seriously impact performance it ignores all locally
7032 cached header entries. Setting it to @code{t} for groups for a server
7033 that doesn't expire articles (such as news.gmane.org), leads to very
7034 slow summary generation.
7035
7036 @item gnus-fetch-old-ephemeral-headers
7037 @vindex gnus-fetch-old-ephemeral-headers
7038 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
7039 newsgroups.
7040
7041 @item gnus-build-sparse-threads
7042 @vindex gnus-build-sparse-threads
7043 Fetching old headers can be slow. A low-rent similar effect can be
7044 gotten by setting this variable to @code{some}. Gnus will then look at
7045 the complete @code{References} headers of all articles and try to string
7046 together articles that belong in the same thread. This will leave
7047 @dfn{gaps} in the threading display where Gnus guesses that an article
7048 is missing from the thread. (These gaps appear like normal summary
7049 lines. If you select a gap, Gnus will try to fetch the article in
7050 question.) If this variable is @code{t}, Gnus will display all these
7051 ``gaps'' without regard for whether they are useful for completing the
7052 thread or not. Finally, if this variable is @code{more}, Gnus won't cut
7053 off sparse leaf nodes that don't lead anywhere. This variable is
7054 @code{nil} by default.
7055
7056 @item gnus-read-all-available-headers
7057 @vindex gnus-read-all-available-headers
7058 This is a rather obscure variable that few will find useful. It's
7059 intended for those non-news newsgroups where the back end has to fetch
7060 quite a lot to present the summary buffer, and where it's impossible to
7061 go back to parents of articles. This is mostly the case in the
7062 web-based groups.
7063
7064 If you don't use those, then it's safe to leave this as the default
7065 @code{nil}. If you want to use this variable, it should be a regexp
7066 that matches the group name, or @code{t} for all groups.
7067
7068 @end table
7069
7070
7071 @node More Threading
7072 @subsubsection More Threading
7073
7074 @table @code
7075 @item gnus-show-threads
7076 @vindex gnus-show-threads
7077 If this variable is @code{nil}, no threading will be done, and all of
7078 the rest of the variables here will have no effect. Turning threading
7079 off will speed group selection up a bit, but it is sure to make reading
7080 slower and more awkward.
7081
7082 @item gnus-thread-hide-subtree
7083 @vindex gnus-thread-hide-subtree
7084 If non-@code{nil}, all threads will be hidden when the summary buffer is
7085 generated.
7086
7087 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
7088 Available predicates are @code{gnus-article-unread-p} and
7089 @code{gnus-article-unseen-p}.
7090
7091 Here's an example:
7092
7093 @lisp
7094 (setq gnus-thread-hide-subtree
7095 '(or gnus-article-unread-p
7096 gnus-article-unseen-p))
7097 @end lisp
7098
7099 (It's a pretty nonsensical example, since all unseen articles are also
7100 unread, but you get my drift.)
7101
7102
7103 @item gnus-thread-expunge-below
7104 @vindex gnus-thread-expunge-below
7105 All threads that have a total score (as defined by
7106 @code{gnus-thread-score-function}) less than this number will be
7107 expunged. This variable is @code{nil} by default, which means that no
7108 threads are expunged.
7109
7110 @item gnus-thread-hide-killed
7111 @vindex gnus-thread-hide-killed
7112 if you kill a thread and this variable is non-@code{nil}, the subtree
7113 will be hidden.
7114
7115 @item gnus-thread-ignore-subject
7116 @vindex gnus-thread-ignore-subject
7117 Sometimes somebody changes the subject in the middle of a thread. If
7118 this variable is non-@code{nil}, which is the default, the subject
7119 change is ignored. If it is @code{nil}, a change in the subject will
7120 result in a new thread.
7121
7122 @item gnus-thread-indent-level
7123 @vindex gnus-thread-indent-level
7124 This is a number that says how much each sub-thread should be indented.
7125 The default is 4.
7126
7127 @item gnus-sort-gathered-threads-function
7128 @vindex gnus-sort-gathered-threads-function
7129 Sometimes, particularly with mailing lists, the order in which mails
7130 arrive locally is not necessarily the same as the order in which they
7131 arrived on the mailing list. Consequently, when sorting sub-threads
7132 using the default @code{gnus-thread-sort-by-number}, responses can end
7133 up appearing before the article to which they are responding to.
7134 Setting this variable to an alternate value
7135 (e.g., @code{gnus-thread-sort-by-date}), in a group's parameters or in an
7136 appropriate hook (e.g., @code{gnus-summary-generate-hook}) can produce a
7137 more logical sub-thread ordering in such instances.
7138
7139 @end table
7140
7141
7142 @node Low-Level Threading
7143 @subsubsection Low-Level Threading
7144
7145 @table @code
7146
7147 @item gnus-parse-headers-hook
7148 @vindex gnus-parse-headers-hook
7149 Hook run before parsing any headers.
7150
7151 @item gnus-alter-header-function
7152 @vindex gnus-alter-header-function
7153 If non-@code{nil}, this function will be called to allow alteration of
7154 article header structures. The function is called with one parameter,
7155 the article header vector, which it may alter in any way. For instance,
7156 if you have a mail-to-news gateway which alters the @code{Message-ID}s
7157 in systematic ways (by adding prefixes and such), you can use this
7158 variable to un-scramble the @code{Message-ID}s so that they are more
7159 meaningful. Here's one example:
7160
7161 @lisp
7162 (setq gnus-alter-header-function 'my-alter-message-id)
7163
7164 (defun my-alter-message-id (header)
7165 (let ((id (mail-header-id header)))
7166 (when (string-match
7167 "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
7168 (mail-header-set-id
7169 (concat (match-string 1 id) "@@" (match-string 2 id))
7170 header))))
7171 @end lisp
7172
7173 @end table
7174
7175
7176 @node Thread Commands
7177 @subsection Thread Commands
7178 @cindex thread commands
7179
7180 @table @kbd
7181
7182 @item T k
7183 @itemx C-M-k
7184 @kindex T k (Summary)
7185 @kindex C-M-k (Summary)
7186 @findex gnus-summary-kill-thread
7187 Mark all articles in the current (sub-)thread as read
7188 (@code{gnus-summary-kill-thread}). If the prefix argument is positive,
7189 remove all marks instead. If the prefix argument is negative, tick
7190 articles instead.
7191
7192 @item T l
7193 @itemx C-M-l
7194 @kindex T l (Summary)
7195 @kindex C-M-l (Summary)
7196 @findex gnus-summary-lower-thread
7197 Lower the score of the current (sub-)thread
7198 (@code{gnus-summary-lower-thread}).
7199
7200 @item T i
7201 @kindex T i (Summary)
7202 @findex gnus-summary-raise-thread
7203 Increase the score of the current (sub-)thread
7204 (@code{gnus-summary-raise-thread}).
7205
7206 @item T #
7207 @kindex T # (Summary)
7208 @findex gnus-uu-mark-thread
7209 Set the process mark on the current (sub-)thread
7210 (@code{gnus-uu-mark-thread}).
7211
7212 @item T M-#
7213 @kindex T M-# (Summary)
7214 @findex gnus-uu-unmark-thread
7215 Remove the process mark from the current (sub-)thread
7216 (@code{gnus-uu-unmark-thread}).
7217
7218 @item T T
7219 @kindex T T (Summary)
7220 @findex gnus-summary-toggle-threads
7221 Toggle threading (@code{gnus-summary-toggle-threads}).
7222
7223 @item T s
7224 @kindex T s (Summary)
7225 @findex gnus-summary-show-thread
7226 Expose the (sub-)thread hidden under the current article, if any@*
7227 (@code{gnus-summary-show-thread}).
7228
7229 @item T h
7230 @kindex T h (Summary)
7231 @findex gnus-summary-hide-thread
7232 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
7233
7234 @item T S
7235 @kindex T S (Summary)
7236 @findex gnus-summary-show-all-threads
7237 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
7238
7239 @item T H
7240 @kindex T H (Summary)
7241 @findex gnus-summary-hide-all-threads
7242 Hide all threads (@code{gnus-summary-hide-all-threads}).
7243
7244 @item T t
7245 @kindex T t (Summary)
7246 @findex gnus-summary-rethread-current
7247 Re-thread the current article's thread
7248 (@code{gnus-summary-rethread-current}). This works even when the
7249 summary buffer is otherwise unthreaded.
7250
7251 @item T ^
7252 @kindex T ^ (Summary)
7253 @findex gnus-summary-reparent-thread
7254 Make the current article the child of the marked (or previous) article
7255 (@code{gnus-summary-reparent-thread}).
7256
7257 @item T M-^
7258 @kindex T M-^ (Summary)
7259 @findex gnus-summary-reparent-children
7260 Make the current article the parent of the marked articles
7261 (@code{gnus-summary-reparent-children}).
7262
7263 @end table
7264
7265 The following commands are thread movement commands. They all
7266 understand the numeric prefix.
7267
7268 @table @kbd
7269
7270 @item T n
7271 @kindex T n (Summary)
7272 @itemx C-M-f
7273 @kindex C-M-n (Summary)
7274 @itemx M-down
7275 @kindex M-down (Summary)
7276 @findex gnus-summary-next-thread
7277 Go to the next thread (@code{gnus-summary-next-thread}).
7278
7279 @item T p
7280 @kindex T p (Summary)
7281 @itemx C-M-b
7282 @kindex C-M-p (Summary)
7283 @itemx M-up
7284 @kindex M-up (Summary)
7285 @findex gnus-summary-prev-thread
7286 Go to the previous thread (@code{gnus-summary-prev-thread}).
7287
7288 @item T d
7289 @kindex T d (Summary)
7290 @findex gnus-summary-down-thread
7291 Descend the thread (@code{gnus-summary-down-thread}).
7292
7293 @item T u
7294 @kindex T u (Summary)
7295 @findex gnus-summary-up-thread
7296 Ascend the thread (@code{gnus-summary-up-thread}).
7297
7298 @item T o
7299 @kindex T o (Summary)
7300 @findex gnus-summary-top-thread
7301 Go to the top of the thread (@code{gnus-summary-top-thread}).
7302 @end table
7303
7304 @vindex gnus-thread-operation-ignore-subject
7305 If you ignore subject while threading, you'll naturally end up with
7306 threads that have several different subjects in them. If you then issue
7307 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
7308 wish to kill the entire thread, but just those parts of the thread that
7309 have the same subject as the current article. If you like this idea,
7310 you can fiddle with @code{gnus-thread-operation-ignore-subject}. If it
7311 is non-@code{nil} (which it is by default), subjects will be ignored
7312 when doing thread commands. If this variable is @code{nil}, articles in
7313 the same thread with different subjects will not be included in the
7314 operation in question. If this variable is @code{fuzzy}, only articles
7315 that have subjects fuzzily equal will be included (@pxref{Fuzzy
7316 Matching}).
7317
7318
7319 @node Sorting the Summary Buffer
7320 @section Sorting the Summary Buffer
7321
7322 @findex gnus-thread-sort-by-total-score
7323 @findex gnus-thread-sort-by-date
7324 @findex gnus-thread-sort-by-score
7325 @findex gnus-thread-sort-by-subject
7326 @findex gnus-thread-sort-by-author
7327 @findex gnus-thread-sort-by-recipient
7328 @findex gnus-thread-sort-by-number
7329 @findex gnus-thread-sort-by-random
7330 @vindex gnus-thread-sort-functions
7331 @findex gnus-thread-sort-by-most-recent-number
7332 @findex gnus-thread-sort-by-most-recent-date
7333 If you are using a threaded summary display, you can sort the threads by
7334 setting @code{gnus-thread-sort-functions}, which can be either a single
7335 function, a list of functions, or a list containing functions and
7336 @code{(not some-function)} elements.
7337
7338 By default, sorting is done on article numbers. Ready-made sorting
7339 predicate functions include @code{gnus-thread-sort-by-number},
7340 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-recipient},
7341 @code{gnus-thread-sort-by-subject},
7342 @code{gnus-thread-sort-by-date},
7343 @code{gnus-thread-sort-by-score},
7344 @code{gnus-thread-sort-by-most-recent-number},
7345 @code{gnus-thread-sort-by-most-recent-date},
7346 @code{gnus-thread-sort-by-random} and
7347 @code{gnus-thread-sort-by-total-score}.
7348
7349 Each function takes two threads and returns non-@code{nil} if the first
7350 thread should be sorted before the other. Note that sorting really is
7351 normally done by looking only at the roots of each thread. Exceptions
7352 to this rule are @code{gnus-thread-sort-by-most-recent-number} and
7353 @code{gnus-thread-sort-by-most-recent-date}.
7354
7355 If you use more than one function, the primary sort key should be the
7356 last function in the list. You should probably always include
7357 @code{gnus-thread-sort-by-number} in the list of sorting
7358 functions---preferably first. This will ensure that threads that are
7359 equal with respect to the other sort criteria will be displayed in
7360 ascending article order.
7361
7362 If you would like to sort by reverse score, then by subject, and finally
7363 by number, you could do something like:
7364
7365 @lisp
7366 (setq gnus-thread-sort-functions
7367 '(gnus-thread-sort-by-number
7368 gnus-thread-sort-by-subject
7369 (not gnus-thread-sort-by-total-score)))
7370 @end lisp
7371
7372 The threads that have highest score will be displayed first in the
7373 summary buffer. When threads have the same score, they will be sorted
7374 alphabetically. The threads that have the same score and the same
7375 subject will be sorted by number, which is (normally) the sequence in
7376 which the articles arrived.
7377
7378 If you want to sort by score and then reverse arrival order, you could
7379 say something like:
7380
7381 @lisp
7382 (setq gnus-thread-sort-functions
7383 '((not gnus-thread-sort-by-number)
7384 gnus-thread-sort-by-score))
7385 @end lisp
7386
7387 @vindex gnus-thread-score-function
7388 The function in the @code{gnus-thread-score-function} variable (default
7389 @code{+}) is used for calculating the total score of a thread. Useful
7390 functions might be @code{max}, @code{min}, or squared means, or whatever
7391 tickles your fancy.
7392
7393 @findex gnus-article-sort-functions
7394 @findex gnus-article-sort-by-date
7395 @findex gnus-article-sort-by-most-recent-date
7396 @findex gnus-article-sort-by-score
7397 @findex gnus-article-sort-by-subject
7398 @findex gnus-article-sort-by-author
7399 @findex gnus-article-sort-by-random
7400 @findex gnus-article-sort-by-number
7401 @findex gnus-article-sort-by-most-recent-number
7402 If you are using an unthreaded display for some strange reason or
7403 other, you have to fiddle with the @code{gnus-article-sort-functions}
7404 variable. It is very similar to the
7405 @code{gnus-thread-sort-functions}, except that it uses slightly
7406 different functions for article comparison. Available sorting
7407 predicate functions are @code{gnus-article-sort-by-number},
7408 @code{gnus-article-sort-by-author},
7409 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7410 @code{gnus-article-sort-by-random}, and
7411 @code{gnus-article-sort-by-score}.
7412
7413 If you want to sort an unthreaded summary display by subject, you could
7414 say something like:
7415
7416 @lisp
7417 (setq gnus-article-sort-functions
7418 '(gnus-article-sort-by-number
7419 gnus-article-sort-by-subject))
7420 @end lisp
7421
7422 You can define group specific sorting via @code{gnus-parameters},
7423 @xref{Group Parameters}.
7424
7425
7426 @node Asynchronous Fetching
7427 @section Asynchronous Article Fetching
7428 @cindex asynchronous article fetching
7429 @cindex article pre-fetch
7430 @cindex pre-fetch
7431
7432 If you read your news from an @acronym{NNTP} server that's far away, the
7433 network latencies may make reading articles a chore. You have to wait
7434 for a while after pressing @kbd{n} to go to the next article before the
7435 article appears. Why can't Gnus just go ahead and fetch the article
7436 while you are reading the previous one? Why not, indeed.
7437
7438 First, some caveats. There are some pitfalls to using asynchronous
7439 article fetching, especially the way Gnus does it.
7440
7441 Let's say you are reading article 1, which is short, and article 2 is
7442 quite long, and you are not interested in reading that. Gnus does not
7443 know this, so it goes ahead and fetches article 2. You decide to read
7444 article 3, but since Gnus is in the process of fetching article 2, the
7445 connection is blocked.
7446
7447 To avoid these situations, Gnus will open two (count 'em two)
7448 connections to the server. Some people may think this isn't a very nice
7449 thing to do, but I don't see any real alternatives. Setting up that
7450 extra connection takes some time, so Gnus startup will be slower.
7451
7452 Gnus will fetch more articles than you will read. This will mean that
7453 the link between your machine and the @acronym{NNTP} server will become more
7454 loaded than if you didn't use article pre-fetch. The server itself will
7455 also become more loaded---both with the extra article requests, and the
7456 extra connection.
7457
7458 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7459 you really want to.
7460
7461 @vindex gnus-asynchronous
7462 Here's how: Set @code{gnus-asynchronous} to @code{t}. The rest should
7463 happen automatically.
7464
7465 @vindex gnus-use-article-prefetch
7466 You can control how many articles are to be pre-fetched by setting
7467 @code{gnus-use-article-prefetch}. This is 30 by default, which means
7468 that when you read an article in the group, the back end will pre-fetch
7469 the next 30 articles. If this variable is @code{t}, the back end will
7470 pre-fetch all the articles it can without bound. If it is
7471 @code{nil}, no pre-fetching will be done.
7472
7473 @vindex gnus-async-prefetch-article-p
7474 @findex gnus-async-unread-p
7475 There are probably some articles that you don't want to pre-fetch---read
7476 articles, for instance. The @code{gnus-async-prefetch-article-p}
7477 variable controls whether an article is to be pre-fetched. This
7478 function should return non-@code{nil} when the article in question is
7479 to be pre-fetched. The default is @code{gnus-async-unread-p}, which
7480 returns @code{nil} on read articles. The function is called with an
7481 article data structure as the only parameter.
7482
7483 If, for instance, you wish to pre-fetch only unread articles shorter
7484 than 100 lines, you could say something like:
7485
7486 @lisp
7487 (defun my-async-short-unread-p (data)
7488 "Return non-nil for short, unread articles."
7489 (and (gnus-data-unread-p data)
7490 (< (mail-header-lines (gnus-data-header data))
7491 100)))
7492
7493 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7494 @end lisp
7495
7496 These functions will be called many, many times, so they should
7497 preferably be short and sweet to avoid slowing down Gnus too much.
7498 It's probably a good idea to byte-compile things like this.
7499
7500 @vindex gnus-async-post-fetch-function
7501 @findex gnus-html-prefetch-images
7502 After an article has been prefetched, this
7503 @code{gnus-async-post-fetch-function} will be called. The buffer will
7504 be narrowed to the region of the article that was fetched. A useful
7505 value would be @code{gnus-html-prefetch-images}, which will prefetch
7506 and store images referenced in the article, so that you don't have to
7507 wait for them to be fetched when you read the article. This is useful
7508 for @acronym{HTML} messages that have external images.
7509
7510 @vindex gnus-prefetched-article-deletion-strategy
7511 Articles have to be removed from the asynch buffer sooner or later. The
7512 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7513 articles. This is a list that may contain the following elements:
7514
7515 @table @code
7516 @item read
7517 Remove articles when they are read.
7518
7519 @item exit
7520 Remove articles when exiting the group.
7521 @end table
7522
7523 The default value is @code{(read exit)}.
7524
7525 @c @vindex gnus-use-header-prefetch
7526 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7527 @c from the next group.
7528
7529
7530 @node Article Caching
7531 @section Article Caching
7532 @cindex article caching
7533 @cindex caching
7534
7535 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7536 consider turning article caching on. Each article will then be stored
7537 locally under your home directory. As you may surmise, this could
7538 potentially use @emph{huge} amounts of disk space, as well as eat up all
7539 your inodes so fast it will make your head swim. In vodka.
7540
7541 Used carefully, though, it could be just an easier way to save articles.
7542
7543 @vindex gnus-use-long-file-name
7544 @vindex gnus-cache-directory
7545 @vindex gnus-use-cache
7546 To turn caching on, set @code{gnus-use-cache} to @code{t}. By default,
7547 all articles ticked or marked as dormant will then be copied
7548 over to your local cache (@code{gnus-cache-directory}). Whether this
7549 cache is flat or hierarchical is controlled by the
7550 @code{gnus-use-long-file-name} variable, as usual.
7551
7552 When re-selecting a ticked or dormant article, it will be fetched from the
7553 cache instead of from the server. As articles in your cache will never
7554 expire, this might serve as a method of saving articles while still
7555 keeping them where they belong. Just mark all articles you want to save
7556 as dormant, and don't worry.
7557
7558 When an article is marked as read, is it removed from the cache.
7559
7560 @vindex gnus-cache-remove-articles
7561 @vindex gnus-cache-enter-articles
7562 The entering/removal of articles from the cache is controlled by the
7563 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7564 variables. Both are lists of symbols. The first is @code{(ticked
7565 dormant)} by default, meaning that ticked and dormant articles will be
7566 put in the cache. The latter is @code{(read)} by default, meaning that
7567 articles marked as read are removed from the cache. Possibly
7568 symbols in these two lists are @code{ticked}, @code{dormant},
7569 @code{unread} and @code{read}.
7570
7571 @findex gnus-jog-cache
7572 So where does the massive article-fetching and storing come into the
7573 picture? The @code{gnus-jog-cache} command will go through all
7574 subscribed newsgroups, request all unread articles, score them, and
7575 store them in the cache. You should only ever, ever ever ever, use this
7576 command if 1) your connection to the @acronym{NNTP} server is really, really,
7577 really slow and 2) you have a really, really, really huge disk.
7578 Seriously. One way to cut down on the number of articles downloaded is
7579 to score unwanted articles down and have them marked as read. They will
7580 not then be downloaded by this command.
7581
7582 @vindex gnus-uncacheable-groups
7583 @vindex gnus-cacheable-groups
7584 It is likely that you do not want caching on all groups. For instance,
7585 if your @code{nnml} mail is located under your home directory, it makes no
7586 sense to cache it somewhere else under your home directory. Unless you
7587 feel that it's neat to use twice as much space.
7588
7589 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7590 regexp of groups to cache, @samp{^nntp} for instance, or set the
7591 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7592 Both variables are @code{nil} by default. If a group matches both
7593 variables, the group is not cached.
7594
7595 @findex gnus-cache-generate-nov-databases
7596 @findex gnus-cache-generate-active
7597 @vindex gnus-cache-active-file
7598 The cache stores information on what articles it contains in its active
7599 file (@code{gnus-cache-active-file}). If this file (or any other parts
7600 of the cache) becomes all messed up for some reason or other, Gnus
7601 offers two functions that will try to set things right. @kbd{M-x
7602 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7603 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7604 file.
7605
7606 @findex gnus-cache-move-cache
7607 @code{gnus-cache-move-cache} will move your whole
7608 @code{gnus-cache-directory} to some other location. You get asked to
7609 where, isn't that cool?
7610
7611 @node Persistent Articles
7612 @section Persistent Articles
7613 @cindex persistent articles
7614
7615 Closely related to article caching, we have @dfn{persistent articles}.
7616 In fact, it's just a different way of looking at caching, and much more
7617 useful in my opinion.
7618
7619 Say you're reading a newsgroup, and you happen on to some valuable gem
7620 that you want to keep and treasure forever. You'd normally just save it
7621 (using one of the many saving commands) in some file. The problem with
7622 that is that it's just, well, yucky. Ideally you'd prefer just having
7623 the article remain in the group where you found it forever; untouched by
7624 the expiry going on at the news server.
7625
7626 This is what a @dfn{persistent article} is---an article that just won't
7627 be deleted. It's implemented using the normal cache functions, but
7628 you use two explicit commands for managing persistent articles:
7629
7630 @table @kbd
7631
7632 @item *
7633 @kindex * (Summary)
7634 @findex gnus-cache-enter-article
7635 Make the current article persistent (@code{gnus-cache-enter-article}).
7636
7637 @item M-*
7638 @kindex M-* (Summary)
7639 @findex gnus-cache-remove-article
7640 Remove the current article from the persistent articles
7641 (@code{gnus-cache-remove-article}). This will normally delete the
7642 article.
7643 @end table
7644
7645 Both these commands understand the process/prefix convention.
7646
7647 To avoid having all ticked articles (and stuff) entered into the cache,
7648 you should set @code{gnus-use-cache} to @code{passive} if you're just
7649 interested in persistent articles:
7650
7651 @lisp
7652 (setq gnus-use-cache 'passive)
7653 @end lisp
7654
7655 @node Sticky Articles
7656 @section Sticky Articles
7657 @cindex sticky articles
7658
7659 When you select an article the current article buffer will be reused
7660 according to the value of the variable
7661 @code{gnus-single-article-buffer}. If its value is non-@code{nil} (the
7662 default) all articles reuse the same article buffer. Else each group
7663 has its own article buffer.
7664
7665 This implies that it's not possible to have more than one article buffer
7666 in a group at a time. But sometimes you might want to display all the
7667 latest emails from your mother, your father, your aunt, your uncle and
7668 your 17 cousins to coordinate the next Christmas party.
7669
7670 That's where sticky articles come in handy. A sticky article buffer
7671 basically is a normal article buffer, but it won't be reused when you
7672 select another article. You can make an article sticky with:
7673
7674 @table @kbd
7675 @item A S
7676 @kindex A S (Summary)
7677 @findex gnus-sticky-article
7678 Make the current article sticky. If a prefix arg is given, ask for a
7679 name for this sticky article buffer.
7680 @end table
7681
7682 To close a sticky article buffer you can use these commands:
7683
7684 @table @kbd
7685 @item q
7686 @kindex q (Article)
7687 @findex bury-buffer
7688 Puts this sticky article buffer at the end of the list of all buffers.
7689
7690 @item k
7691 @kindex k (Article)
7692 @findex gnus-kill-sticky-article-buffer
7693 Kills this sticky article buffer.
7694 @end table
7695
7696 To kill all sticky article buffers you can use:
7697
7698 @defun gnus-kill-sticky-article-buffers ARG
7699 Kill all sticky article buffers.
7700 If a prefix ARG is given, ask for confirmation.
7701 @end defun
7702
7703 @node Article Backlog
7704 @section Article Backlog
7705 @cindex backlog
7706 @cindex article backlog
7707
7708 If you have a slow connection, but the idea of using caching seems
7709 unappealing to you (and it is, really), you can help the situation some
7710 by switching on the @dfn{backlog}. This is where Gnus will buffer
7711 already read articles so that it doesn't have to re-fetch articles
7712 you've already read. This only helps if you are in the habit of
7713 re-selecting articles you've recently read, of course. If you never do
7714 that, turning the backlog on will slow Gnus down a little bit, and
7715 increase memory usage some.
7716
7717 @vindex gnus-keep-backlog
7718 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7719 at most @var{n} old articles in a buffer for later re-fetching. If this
7720 variable is non-@code{nil} and is not a number, Gnus will store
7721 @emph{all} read articles, which means that your Emacs will grow without
7722 bound before exploding and taking your machine down with you. I put
7723 that in there just to keep y'all on your toes.
7724
7725 The default value is 20.
7726
7727
7728 @node Saving Articles
7729 @section Saving Articles
7730 @cindex saving articles
7731
7732 Gnus can save articles in a number of ways. Below is the documentation
7733 for saving articles in a fairly straight-forward fashion (i.e., little
7734 processing of the article is done before it is saved). For a different
7735 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7736 (@pxref{Decoding Articles}).
7737
7738 For the commands listed here, the target is a file. If you want to
7739 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7740 command (@pxref{Mail Group Commands}).
7741
7742 @vindex gnus-save-all-headers
7743 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7744 unwanted headers before saving the article.
7745
7746 @vindex gnus-saved-headers
7747 If the preceding variable is @code{nil}, all headers that match the
7748 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7749 deleted before saving.
7750
7751 @table @kbd
7752
7753 @item O o
7754 @itemx o
7755 @kindex O o (Summary)
7756 @kindex o (Summary)
7757 @findex gnus-summary-save-article
7758 @c @icon{gnus-summary-save-article}
7759 Save the current article using the default article saver
7760 (@code{gnus-summary-save-article}).
7761
7762 @item O m
7763 @kindex O m (Summary)
7764 @findex gnus-summary-save-article-mail
7765 Save the current article in a Unix mail box (mbox) file
7766 (@code{gnus-summary-save-article-mail}).
7767
7768 @item O r
7769 @kindex O r (Summary)
7770 @findex gnus-summary-save-article-rmail
7771 Save the current article in Rmail format
7772 (@code{gnus-summary-save-article-rmail}). This is mbox since Emacs 23,
7773 Babyl in older versions.
7774
7775 @item O f
7776 @kindex O f (Summary)
7777 @findex gnus-summary-save-article-file
7778 @c @icon{gnus-summary-save-article-file}
7779 Save the current article in plain file format
7780 (@code{gnus-summary-save-article-file}).
7781
7782 @item O F
7783 @kindex O F (Summary)
7784 @findex gnus-summary-write-article-file
7785 Write the current article in plain file format, overwriting any previous
7786 file contents (@code{gnus-summary-write-article-file}).
7787
7788 @item O b
7789 @kindex O b (Summary)
7790 @findex gnus-summary-save-article-body-file
7791 Save the current article body in plain file format
7792 (@code{gnus-summary-save-article-body-file}).
7793
7794 @item O h
7795 @kindex O h (Summary)
7796 @findex gnus-summary-save-article-folder
7797 Save the current article in mh folder format
7798 (@code{gnus-summary-save-article-folder}).
7799
7800 @item O v
7801 @kindex O v (Summary)
7802 @findex gnus-summary-save-article-vm
7803 Save the current article in a VM folder
7804 (@code{gnus-summary-save-article-vm}).
7805
7806 @item O p
7807 @itemx |
7808 @kindex O p (Summary)
7809 @kindex | (Summary)
7810 @findex gnus-summary-pipe-output
7811 @vindex gnus-summary-pipe-output-default-command
7812 Save the current article in a pipe. Uhm, like, what I mean is---Pipe
7813 the current article to a process (@code{gnus-summary-pipe-output}).
7814 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7815 complete headers in the piped output. The symbolic prefix @code{r} is
7816 special; it lets this command pipe a raw article including all headers.
7817 The @code{gnus-summary-pipe-output-default-command} variable can be set
7818 to a string containing the default command and options (default
7819 @code{nil}).
7820
7821 @item O P
7822 @kindex O P (Summary)
7823 @findex gnus-summary-muttprint
7824 @vindex gnus-summary-muttprint-program
7825 Save the current article into muttprint. That is, print it using the
7826 external program @uref{http://muttprint.sourceforge.net/,
7827 Muttprint}. The program name and options to use is controlled by the
7828 variable @code{gnus-summary-muttprint-program}.
7829 (@code{gnus-summary-muttprint}).
7830
7831 @end table
7832
7833 @vindex gnus-prompt-before-saving
7834 All these commands use the process/prefix convention
7835 (@pxref{Process/Prefix}). If you save bunches of articles using these
7836 functions, you might get tired of being prompted for files to save each
7837 and every article in. The prompting action is controlled by
7838 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7839 default, giving you that excessive prompting action you know and
7840 loathe. If you set this variable to @code{t} instead, you'll be prompted
7841 just once for each series of articles you save. If you like to really
7842 have Gnus do all your thinking for you, you can even set this variable
7843 to @code{nil}, which means that you will never be prompted for files to
7844 save articles in. Gnus will simply save all the articles in the default
7845 files.
7846
7847
7848 @vindex gnus-default-article-saver
7849 You can customize the @code{gnus-default-article-saver} variable to make
7850 Gnus do what you want it to. You can use any of the eight ready-made
7851 functions below, or you can create your own.
7852
7853 @table @code
7854
7855 @item gnus-summary-save-in-rmail
7856 @findex gnus-summary-save-in-rmail
7857 @vindex gnus-rmail-save-name
7858 @findex gnus-plain-save-name
7859 This is the default format, that used by the Rmail package. Since Emacs
7860 23, Rmail uses standard mbox format. Before this, it used the
7861 @dfn{Babyl} format. Accordingly, this command writes mbox format since
7862 Emacs 23, unless appending to an existing Babyl file. In older versions
7863 of Emacs, it always uses Babyl format. Uses the function in the
7864 @code{gnus-rmail-save-name} variable to get a file name to save the
7865 article in. The default is @code{gnus-plain-save-name}.
7866
7867 @item gnus-summary-save-in-mail
7868 @findex gnus-summary-save-in-mail
7869 @vindex gnus-mail-save-name
7870 Save in a Unix mail (mbox) file. Uses the function in the
7871 @code{gnus-mail-save-name} variable to get a file name to save the
7872 article in. The default is @code{gnus-plain-save-name}.
7873
7874 @item gnus-summary-save-in-file
7875 @findex gnus-summary-save-in-file
7876 @vindex gnus-file-save-name
7877 @findex gnus-numeric-save-name
7878 Append the article straight to an ordinary file. Uses the function in
7879 the @code{gnus-file-save-name} variable to get a file name to save the
7880 article in. The default is @code{gnus-numeric-save-name}.
7881
7882 @item gnus-summary-write-to-file
7883 @findex gnus-summary-write-to-file
7884 Write the article straight to an ordinary file. The file is
7885 overwritten if it exists. Uses the function in the
7886 @code{gnus-file-save-name} variable to get a file name to save the
7887 article in. The default is @code{gnus-numeric-save-name}.
7888
7889 @item gnus-summary-save-body-in-file
7890 @findex gnus-summary-save-body-in-file
7891 Append the article body to an ordinary file. Uses the function in the
7892 @code{gnus-file-save-name} variable to get a file name to save the
7893 article in. The default is @code{gnus-numeric-save-name}.
7894
7895 @item gnus-summary-write-body-to-file
7896 @findex gnus-summary-write-body-to-file
7897 Write the article body straight to an ordinary file. The file is
7898 overwritten if it exists. Uses the function in the
7899 @code{gnus-file-save-name} variable to get a file name to save the
7900 article in. The default is @code{gnus-numeric-save-name}.
7901
7902 @item gnus-summary-save-in-folder
7903 @findex gnus-summary-save-in-folder
7904 @findex gnus-folder-save-name
7905 @findex gnus-Folder-save-name
7906 @vindex gnus-folder-save-name
7907 @cindex rcvstore
7908 @cindex MH folders
7909 Save the article to an MH folder using @code{rcvstore} from the MH
7910 library. Uses the function in the @code{gnus-folder-save-name} variable
7911 to get a file name to save the article in. The default is
7912 @code{gnus-folder-save-name}, but you can also use
7913 @code{gnus-Folder-save-name}, which creates capitalized names.
7914
7915 @item gnus-summary-save-in-vm
7916 @findex gnus-summary-save-in-vm
7917 Save the article in a VM folder. You have to have the VM mail
7918 reader to use this setting.
7919
7920 @item gnus-summary-save-in-pipe
7921 @findex gnus-summary-save-in-pipe
7922 Pipe the article to a shell command. This function takes optional two
7923 arguments COMMAND and RAW@. Valid values for COMMAND include:
7924
7925 @itemize @bullet
7926 @item a string@*
7927 The executable command name and possibly arguments.
7928 @item @code{nil}@*
7929 You will be prompted for the command in the minibuffer.
7930 @item the symbol @code{default}@*
7931 It will be replaced with the command which the variable
7932 @code{gnus-summary-pipe-output-default-command} holds or the command
7933 last used for saving.
7934 @end itemize
7935
7936 Non-@code{nil} value for RAW overrides @code{:decode} and
7937 @code{:headers} properties (see below) and the raw article including all
7938 headers will be piped.
7939 @end table
7940
7941 The symbol of each function may have the following properties:
7942
7943 @table @code
7944 @item :decode
7945 The value non-@code{nil} means save decoded articles. This is
7946 meaningful only with @code{gnus-summary-save-in-file},
7947 @code{gnus-summary-save-body-in-file},
7948 @code{gnus-summary-write-to-file},
7949 @code{gnus-summary-write-body-to-file}, and
7950 @code{gnus-summary-save-in-pipe}.
7951
7952 @item :function
7953 The value specifies an alternative function which appends, not
7954 overwrites, articles to a file. This implies that when saving many
7955 articles at a time, @code{gnus-prompt-before-saving} is bound to
7956 @code{t} and all articles are saved in a single file. This is
7957 meaningful only with @code{gnus-summary-write-to-file} and
7958 @code{gnus-summary-write-body-to-file}.
7959
7960 @item :headers
7961 The value specifies the symbol of a variable of which the value
7962 specifies headers to be saved. If it is omitted,
7963 @code{gnus-save-all-headers} and @code{gnus-saved-headers} control what
7964 headers should be saved.
7965 @end table
7966
7967 @vindex gnus-article-save-directory
7968 All of these functions, except for the last one, will save the article
7969 in the @code{gnus-article-save-directory}, which is initialized from the
7970 @env{SAVEDIR} environment variable. This is @file{~/News/} by
7971 default.
7972
7973 As you can see above, the functions use different functions to find a
7974 suitable name of a file to save the article in. Below is a list of
7975 available functions that generate names:
7976
7977 @table @code
7978
7979 @item gnus-Numeric-save-name
7980 @findex gnus-Numeric-save-name
7981 File names like @file{~/News/Alt.andrea-dworkin/45}.
7982
7983 @item gnus-numeric-save-name
7984 @findex gnus-numeric-save-name
7985 File names like @file{~/News/alt.andrea-dworkin/45}.
7986
7987 @item gnus-Plain-save-name
7988 @findex gnus-Plain-save-name
7989 File names like @file{~/News/Alt.andrea-dworkin}.
7990
7991 @item gnus-plain-save-name
7992 @findex gnus-plain-save-name
7993 File names like @file{~/News/alt.andrea-dworkin}.
7994
7995 @item gnus-sender-save-name
7996 @findex gnus-sender-save-name
7997 File names like @file{~/News/larsi}.
7998 @end table
7999
8000 @vindex gnus-split-methods
8001 You can have Gnus suggest where to save articles by plonking a regexp into
8002 the @code{gnus-split-methods} alist. For instance, if you would like to
8003 save articles related to Gnus in the file @file{gnus-stuff}, and articles
8004 related to VM in @file{vm-stuff}, you could set this variable to something
8005 like:
8006
8007 @lisp
8008 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
8009 ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
8010 (my-choosing-function "../other-dir/my-stuff")
8011 ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
8012 @end lisp
8013
8014 We see that this is a list where each element is a list that has two
8015 elements---the @dfn{match} and the @dfn{file}. The match can either be
8016 a string (in which case it is used as a regexp to match on the article
8017 head); it can be a symbol (which will be called as a function with the
8018 group name as a parameter); or it can be a list (which will be
8019 @code{eval}ed). If any of these actions have a non-@code{nil} result,
8020 the @dfn{file} will be used as a default prompt. In addition, the
8021 result of the operation itself will be used if the function or form
8022 called returns a string or a list of strings.
8023
8024 You basically end up with a list of file names that might be used when
8025 saving the current article. (All ``matches'' will be used.) You will
8026 then be prompted for what you really want to use as a name, with file
8027 name completion over the results from applying this variable.
8028
8029 This variable is @code{((gnus-article-archive-name))} by default, which
8030 means that Gnus will look at the articles it saves for an
8031 @code{Archive-name} line and use that as a suggestion for the file
8032 name.
8033
8034 Here's an example function to clean up file names somewhat. If you have
8035 lots of mail groups called things like
8036 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
8037 these group names before creating the file name to save to. The
8038 following will do just that:
8039
8040 @lisp
8041 (defun my-save-name (group)
8042 (when (string-match "^nnml:mail." group)
8043 (substring group (match-end 0))))
8044
8045 (setq gnus-split-methods
8046 '((gnus-article-archive-name)
8047 (my-save-name)))
8048 @end lisp
8049
8050
8051 @vindex gnus-use-long-file-name
8052 Finally, you have the @code{gnus-use-long-file-name} variable. If it is
8053 @code{nil}, all the preceding functions will replace all periods
8054 (@samp{.}) in the group names with slashes (@samp{/})---which means that
8055 the functions will generate hierarchies of directories instead of having
8056 all the files in the top level directory
8057 (@file{~/News/alt/andrea-dworkin} instead of
8058 @file{~/News/alt.andrea-dworkin}.) This variable is @code{t} by default
8059 on most systems. However, for historical reasons, this is @code{nil} on
8060 Xenix and usg-unix-v machines by default.
8061
8062 This function also affects kill and score file names. If this variable
8063 is a list, and the list contains the element @code{not-score}, long file
8064 names will not be used for score files, if it contains the element
8065 @code{not-save}, long file names will not be used for saving, and if it
8066 contains the element @code{not-kill}, long file names will not be used
8067 for kill files.
8068
8069 If you'd like to save articles in a hierarchy that looks something like
8070 a spool, you could
8071
8072 @lisp
8073 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
8074 (setq gnus-default-article-saver
8075 'gnus-summary-save-in-file) ; @r{no encoding}
8076 @end lisp
8077
8078 Then just save with @kbd{o}. You'd then read this hierarchy with
8079 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
8080 the top level directory as the argument (@file{~/News/}). Then just walk
8081 around to the groups/directories with @code{nneething}.
8082
8083
8084 @node Decoding Articles
8085 @section Decoding Articles
8086 @cindex decoding articles
8087
8088 Sometime users post articles (or series of articles) that have been
8089 encoded in some way or other. Gnus can decode them for you.
8090
8091 @menu
8092 * Uuencoded Articles:: Uudecode articles.
8093 * Shell Archives:: Unshar articles.
8094 * PostScript Files:: Split PostScript.
8095 * Other Files:: Plain save and binhex.
8096 * Decoding Variables:: Variables for a happy decoding.
8097 * Viewing Files:: You want to look at the result of the decoding?
8098 @end menu
8099
8100 @cindex series
8101 @cindex article series
8102 All these functions use the process/prefix convention
8103 (@pxref{Process/Prefix}) for finding out what articles to work on, with
8104 the extension that a ``single article'' means ``a single series''. Gnus
8105 can find out by itself what articles belong to a series, decode all the
8106 articles and unpack/view/save the resulting file(s).
8107
8108 Gnus guesses what articles are in the series according to the following
8109 simplish rule: The subjects must be (nearly) identical, except for the
8110 last two numbers of the line. (Spaces are largely ignored, however.)
8111
8112 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
8113 will find all the articles that match the regexp @samp{^cat.gif
8114 ([0-9]+/[0-9]+).*$}.
8115
8116 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
8117 series}, will not be properly recognized by any of the automatic viewing
8118 commands, and you have to mark the articles manually with @kbd{#}.
8119
8120
8121 @node Uuencoded Articles
8122 @subsection Uuencoded Articles
8123 @cindex uudecode
8124 @cindex uuencoded articles
8125
8126 @table @kbd
8127
8128 @item X u
8129 @kindex X u (Summary)
8130 @findex gnus-uu-decode-uu
8131 @c @icon{gnus-uu-decode-uu}
8132 Uudecodes the current series (@code{gnus-uu-decode-uu}).
8133
8134 @item X U
8135 @kindex X U (Summary)
8136 @findex gnus-uu-decode-uu-and-save
8137 Uudecodes and saves the current series
8138 (@code{gnus-uu-decode-uu-and-save}).
8139
8140 @item X v u
8141 @kindex X v u (Summary)
8142 @findex gnus-uu-decode-uu-view
8143 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
8144
8145 @item X v U
8146 @kindex X v U (Summary)
8147 @findex gnus-uu-decode-uu-and-save-view
8148 Uudecodes, views and saves the current series
8149 (@code{gnus-uu-decode-uu-and-save-view}).
8150
8151 @end table
8152
8153 Remember that these all react to the presence of articles marked with
8154 the process mark. If, for instance, you'd like to decode and save an
8155 entire newsgroup, you'd typically do @kbd{M P a}
8156 (@code{gnus-uu-mark-all}) and then @kbd{X U}
8157 (@code{gnus-uu-decode-uu-and-save}).
8158
8159 All this is very much different from how @code{gnus-uu} worked with
8160 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
8161 the sun. This version of @code{gnus-uu} generally assumes that you mark
8162 articles in some way (@pxref{Setting Process Marks}) and then press
8163 @kbd{X u}.
8164
8165 @vindex gnus-uu-notify-files
8166 Note: When trying to decode articles that have names matching
8167 @code{gnus-uu-notify-files}, which is hard-coded to
8168 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
8169 automatically post an article on @samp{comp.unix.wizards} saying that
8170 you have just viewed the file in question. This feature can't be turned
8171 off.
8172
8173
8174 @node Shell Archives
8175 @subsection Shell Archives
8176 @cindex unshar
8177 @cindex shell archives
8178 @cindex shared articles
8179
8180 Shell archives (``shar files'') used to be a popular way to distribute
8181 sources, but it isn't used all that much today. In any case, we have
8182 some commands to deal with these:
8183
8184 @table @kbd
8185
8186 @item X s
8187 @kindex X s (Summary)
8188 @findex gnus-uu-decode-unshar
8189 Unshars the current series (@code{gnus-uu-decode-unshar}).
8190
8191 @item X S
8192 @kindex X S (Summary)
8193 @findex gnus-uu-decode-unshar-and-save
8194 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
8195
8196 @item X v s
8197 @kindex X v s (Summary)
8198 @findex gnus-uu-decode-unshar-view
8199 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
8200
8201 @item X v S
8202 @kindex X v S (Summary)
8203 @findex gnus-uu-decode-unshar-and-save-view
8204 Unshars, views and saves the current series
8205 (@code{gnus-uu-decode-unshar-and-save-view}).
8206 @end table
8207
8208
8209 @node PostScript Files
8210 @subsection PostScript Files
8211 @cindex PostScript
8212
8213 @table @kbd
8214
8215 @item X p
8216 @kindex X p (Summary)
8217 @findex gnus-uu-decode-postscript
8218 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
8219
8220 @item X P
8221 @kindex X P (Summary)
8222 @findex gnus-uu-decode-postscript-and-save
8223 Unpack and save the current PostScript series
8224 (@code{gnus-uu-decode-postscript-and-save}).
8225
8226 @item X v p
8227 @kindex X v p (Summary)
8228 @findex gnus-uu-decode-postscript-view
8229 View the current PostScript series
8230 (@code{gnus-uu-decode-postscript-view}).
8231
8232 @item X v P
8233 @kindex X v P (Summary)
8234 @findex gnus-uu-decode-postscript-and-save-view
8235 View and save the current PostScript series
8236 (@code{gnus-uu-decode-postscript-and-save-view}).
8237 @end table
8238
8239
8240 @node Other Files
8241 @subsection Other Files
8242
8243 @table @kbd
8244 @item X o
8245 @kindex X o (Summary)
8246 @findex gnus-uu-decode-save
8247 Save the current series
8248 (@code{gnus-uu-decode-save}).
8249
8250 @item X b
8251 @kindex X b (Summary)
8252 @findex gnus-uu-decode-binhex
8253 Unbinhex the current series (@code{gnus-uu-decode-binhex}). This
8254 doesn't really work yet.
8255
8256 @item X Y
8257 @kindex X Y (Summary)
8258 @findex gnus-uu-decode-yenc
8259 yEnc-decode the current series and save it (@code{gnus-uu-decode-yenc}).
8260 @end table
8261
8262
8263 @node Decoding Variables
8264 @subsection Decoding Variables
8265
8266 Adjective, not verb.
8267
8268 @menu
8269 * Rule Variables:: Variables that say how a file is to be viewed.
8270 * Other Decode Variables:: Other decode variables.
8271 * Uuencoding and Posting:: Variables for customizing uuencoding.
8272 @end menu
8273
8274
8275 @node Rule Variables
8276 @subsubsection Rule Variables
8277 @cindex rule variables
8278
8279 Gnus uses @dfn{rule variables} to decide how to view a file. All these
8280 variables are of the form
8281
8282 @lisp
8283 (list '(regexp1 command2)
8284 '(regexp2 command2)
8285 ...)
8286 @end lisp
8287
8288 @table @code
8289
8290 @item gnus-uu-user-view-rules
8291 @vindex gnus-uu-user-view-rules
8292 @cindex sox
8293 This variable is consulted first when viewing files. If you wish to use,
8294 for instance, @code{sox} to convert an @file{.au} sound file, you could
8295 say something like:
8296 @lisp
8297 (setq gnus-uu-user-view-rules
8298 (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
8299 @end lisp
8300
8301 @item gnus-uu-user-view-rules-end
8302 @vindex gnus-uu-user-view-rules-end
8303 This variable is consulted if Gnus couldn't make any matches from the
8304 user and default view rules.
8305
8306 @item gnus-uu-user-archive-rules
8307 @vindex gnus-uu-user-archive-rules
8308 This variable can be used to say what commands should be used to unpack
8309 archives.
8310 @end table
8311
8312
8313 @node Other Decode Variables
8314 @subsubsection Other Decode Variables
8315
8316 @table @code
8317 @vindex gnus-uu-grabbed-file-functions
8318
8319 @item gnus-uu-grabbed-file-functions
8320 All functions in this list will be called right after each file has been
8321 successfully decoded---so that you can move or view files right away,
8322 and don't have to wait for all files to be decoded before you can do
8323 anything. Ready-made functions you can put in this list are:
8324
8325 @table @code
8326
8327 @item gnus-uu-grab-view
8328 @findex gnus-uu-grab-view
8329 View the file.
8330
8331 @item gnus-uu-grab-move
8332 @findex gnus-uu-grab-move
8333 Move the file (if you're using a saving function.)
8334 @end table
8335
8336 @item gnus-uu-be-dangerous
8337 @vindex gnus-uu-be-dangerous
8338 Specifies what to do if unusual situations arise during decoding. If
8339 @code{nil}, be as conservative as possible. If @code{t}, ignore things
8340 that didn't work, and overwrite existing files. Otherwise, ask each
8341 time.
8342
8343 @item gnus-uu-ignore-files-by-name
8344 @vindex gnus-uu-ignore-files-by-name
8345 Files with name matching this regular expression won't be viewed.
8346
8347 @item gnus-uu-ignore-files-by-type
8348 @vindex gnus-uu-ignore-files-by-type
8349 Files with a @acronym{MIME} type matching this variable won't be viewed.
8350 Note that Gnus tries to guess what type the file is based on the name.
8351 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
8352 kludgy.
8353
8354 @item gnus-uu-tmp-dir
8355 @vindex gnus-uu-tmp-dir
8356 Where @code{gnus-uu} does its work.
8357
8358 @item gnus-uu-do-not-unpack-archives
8359 @vindex gnus-uu-do-not-unpack-archives
8360 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
8361 looking for files to display.
8362
8363 @item gnus-uu-view-and-save
8364 @vindex gnus-uu-view-and-save
8365 Non-@code{nil} means that the user will always be asked to save a file
8366 after viewing it.
8367
8368 @item gnus-uu-ignore-default-view-rules
8369 @vindex gnus-uu-ignore-default-view-rules
8370 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
8371 rules.
8372
8373 @item gnus-uu-ignore-default-archive-rules
8374 @vindex gnus-uu-ignore-default-archive-rules
8375 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
8376 unpacking commands.
8377
8378 @item gnus-uu-kill-carriage-return
8379 @vindex gnus-uu-kill-carriage-return
8380 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
8381 from articles.
8382
8383 @item gnus-uu-unmark-articles-not-decoded
8384 @vindex gnus-uu-unmark-articles-not-decoded
8385 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
8386 decoded articles as unread.
8387
8388 @item gnus-uu-correct-stripped-uucode
8389 @vindex gnus-uu-correct-stripped-uucode
8390 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
8391 uuencoded files that have had trailing spaces deleted.
8392
8393 @item gnus-uu-pre-uudecode-hook
8394 @vindex gnus-uu-pre-uudecode-hook
8395 Hook run before sending a message to @code{uudecode}.
8396
8397 @item gnus-uu-view-with-metamail
8398 @vindex gnus-uu-view-with-metamail
8399 @cindex metamail
8400 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
8401 commands defined by the rule variables and just fudge a @acronym{MIME}
8402 content type based on the file name. The result will be fed to
8403 @code{metamail} for viewing.
8404
8405 @item gnus-uu-save-in-digest
8406 @vindex gnus-uu-save-in-digest
8407 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
8408 decoding, will save in digests. If this variable is @code{nil},
8409 @code{gnus-uu} will just save everything in a file without any
8410 embellishments. The digesting almost conforms to RFC 1153---no easy way
8411 to specify any meaningful volume and issue numbers were found, so I
8412 simply dropped them.
8413
8414 @end table
8415
8416
8417 @node Uuencoding and Posting
8418 @subsubsection Uuencoding and Posting
8419
8420 @table @code
8421
8422 @item gnus-uu-post-include-before-composing
8423 @vindex gnus-uu-post-include-before-composing
8424 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
8425 before you compose the article. If this variable is @code{t}, you can
8426 either include an encoded file with @kbd{C-c C-i} or have one included
8427 for you when you post the article.
8428
8429 @item gnus-uu-post-length
8430 @vindex gnus-uu-post-length
8431 Maximum length of an article. The encoded file will be split into how
8432 many articles it takes to post the entire file.
8433
8434 @item gnus-uu-post-threaded
8435 @vindex gnus-uu-post-threaded
8436 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
8437 thread. This may not be smart, as no other decoder I have seen is able
8438 to follow threads when collecting uuencoded articles. (Well, I have
8439 seen one package that does that---@code{gnus-uu}, but somehow, I don't
8440 think that counts@dots{}) Default is @code{nil}.
8441
8442 @item gnus-uu-post-separate-description
8443 @vindex gnus-uu-post-separate-description
8444 Non-@code{nil} means that the description will be posted in a separate
8445 article. The first article will typically be numbered (0/x). If this
8446 variable is @code{nil}, the description the user enters will be included
8447 at the beginning of the first article, which will be numbered (1/x).
8448 Default is @code{t}.
8449
8450 @end table
8451
8452
8453 @node Viewing Files
8454 @subsection Viewing Files
8455 @cindex viewing files
8456 @cindex pseudo-articles
8457
8458 After decoding, if the file is some sort of archive, Gnus will attempt
8459 to unpack the archive and see if any of the files in the archive can be
8460 viewed. For instance, if you have a gzipped tar file @file{pics.tar.gz}
8461 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
8462 uncompress and de-tar the main file, and then view the two pictures.
8463 This unpacking process is recursive, so if the archive contains archives
8464 of archives, it'll all be unpacked.
8465
8466 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
8467 extracted file into the summary buffer. If you go to these
8468 ``articles'', you will be prompted for a command to run (usually Gnus
8469 will make a suggestion), and then the command will be run.
8470
8471 @vindex gnus-view-pseudo-asynchronously
8472 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8473 until the viewing is done before proceeding.
8474
8475 @vindex gnus-view-pseudos
8476 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8477 the pseudo-articles into the summary buffer, but view them
8478 immediately. If this variable is @code{not-confirm}, the user won't even
8479 be asked for a confirmation before viewing is done.
8480
8481 @vindex gnus-view-pseudos-separately
8482 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8483 pseudo-article will be created for each file to be viewed. If
8484 @code{nil}, all files that use the same viewing command will be given as
8485 a list of parameters to that command.
8486
8487 @vindex gnus-insert-pseudo-articles
8488 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8489 pseudo-articles when decoding. It is @code{t} by default.
8490
8491 So; there you are, reading your @emph{pseudo-articles} in your
8492 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8493 Why isn't anything real anymore? How did we get here?
8494
8495
8496 @node Article Treatment
8497 @section Article Treatment
8498
8499 Reading through this huge manual, you may have quite forgotten that the
8500 object of newsreaders is to actually, like, read what people have
8501 written. Reading articles. Unfortunately, people are quite bad at
8502 writing, so there are tons of functions and variables to make reading
8503 these articles easier.
8504
8505 @menu
8506 * Article Highlighting:: You want to make the article look like fruit salad.
8507 * Article Fontisizing:: Making emphasized text look nice.
8508 * Article Hiding:: You also want to make certain info go away.
8509 * Article Washing:: Lots of way-neat functions to make life better.
8510 * Article Header:: Doing various header transformations.
8511 * Article Buttons:: Click on URLs, Message-IDs, addresses and the like.
8512 * Article Button Levels:: Controlling appearance of buttons.
8513 * Article Date:: Grumble, UT!
8514 * Article Display:: Display various stuff:
8515 X-Face, Picons, Gravatars, Smileys.
8516 * Article Signature:: What is a signature?
8517 * Article Miscellanea:: Various other stuff.
8518 @end menu
8519
8520
8521 @node Article Highlighting
8522 @subsection Article Highlighting
8523 @cindex highlighting
8524
8525 Not only do you want your article buffer to look like fruit salad, but
8526 you want it to look like technicolor fruit salad.
8527
8528 @table @kbd
8529
8530 @item W H a
8531 @kindex W H a (Summary)
8532 @findex gnus-article-highlight
8533 @findex gnus-article-maybe-highlight
8534 Do much highlighting of the current article
8535 (@code{gnus-article-highlight}). This function highlights header, cited
8536 text, the signature, and adds buttons to the body and the head.
8537
8538 @item W H h
8539 @kindex W H h (Summary)
8540 @findex gnus-article-highlight-headers
8541 @vindex gnus-header-face-alist
8542 Highlight the headers (@code{gnus-article-highlight-headers}). The
8543 highlighting will be done according to the @code{gnus-header-face-alist}
8544 variable, which is a list where each element has the form
8545 @code{(@var{regexp} @var{name} @var{content})}.
8546 @var{regexp} is a regular expression for matching the
8547 header, @var{name} is the face used for highlighting the header name
8548 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8549 the header value. The first match made will be used. Note that
8550 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8551
8552 @item W H c
8553 @kindex W H c (Summary)
8554 @findex gnus-article-highlight-citation
8555 Highlight cited text (@code{gnus-article-highlight-citation}).
8556
8557 Some variables to customize the citation highlights:
8558
8559 @table @code
8560 @vindex gnus-cite-parse-max-size
8561
8562 @item gnus-cite-parse-max-size
8563 If the article size in bytes is bigger than this variable (which is
8564 25000 by default), no citation highlighting will be performed.
8565
8566 @item gnus-cite-max-prefix
8567 @vindex gnus-cite-max-prefix
8568 Maximum possible length for a citation prefix (default 20).
8569
8570 @item gnus-cite-face-list
8571 @vindex gnus-cite-face-list
8572 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8573 When there are citations from multiple articles in the same message,
8574 Gnus will try to give each citation from each article its own face.
8575 This should make it easier to see who wrote what.
8576
8577 @item gnus-supercite-regexp
8578 @vindex gnus-supercite-regexp
8579 Regexp matching normal Supercite attribution lines.
8580
8581 @item gnus-supercite-secondary-regexp
8582 @vindex gnus-supercite-secondary-regexp
8583 Regexp matching mangled Supercite attribution lines.
8584
8585 @item gnus-cite-minimum-match-count
8586 @vindex gnus-cite-minimum-match-count
8587 Minimum number of identical prefixes we have to see before we believe
8588 that it's a citation.
8589
8590 @item gnus-cite-attribution-prefix
8591 @vindex gnus-cite-attribution-prefix
8592 Regexp matching the beginning of an attribution line.
8593
8594 @item gnus-cite-attribution-suffix
8595 @vindex gnus-cite-attribution-suffix
8596 Regexp matching the end of an attribution line.
8597
8598 @item gnus-cite-attribution-face
8599 @vindex gnus-cite-attribution-face
8600 Face used for attribution lines. It is merged with the face for the
8601 cited text belonging to the attribution.
8602
8603 @item gnus-cite-ignore-quoted-from
8604 @vindex gnus-cite-ignore-quoted-from
8605 If non-@code{nil}, no citation highlighting will be performed on lines
8606 beginning with @samp{>From }. Those lines may have been quoted by MTAs
8607 in order not to mix up with the envelope From line. The default value
8608 is @code{t}.
8609
8610 @end table
8611
8612
8613 @item W H s
8614 @kindex W H s (Summary)
8615 @vindex gnus-signature-separator
8616 @vindex gnus-signature-face
8617 @findex gnus-article-highlight-signature
8618 Highlight the signature (@code{gnus-article-highlight-signature}).
8619 Everything after @code{gnus-signature-separator} (@pxref{Article
8620 Signature}) in an article will be considered a signature and will be
8621 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8622 default.
8623
8624 @end table
8625
8626 @xref{Customizing Articles}, for how to highlight articles automatically.
8627
8628
8629 @node Article Fontisizing
8630 @subsection Article Fontisizing
8631 @cindex emphasis
8632 @cindex article emphasis
8633
8634 @findex gnus-article-emphasize
8635 @kindex W e (Summary)
8636 People commonly add emphasis to words in news articles by writing things
8637 like @samp{_this_} or @samp{*this*} or @samp{/this/}. Gnus can make
8638 this look nicer by running the article through the @kbd{W e}
8639 (@code{gnus-article-emphasize}) command.
8640
8641 @vindex gnus-emphasis-alist
8642 How the emphasis is computed is controlled by the
8643 @code{gnus-emphasis-alist} variable. This is an alist where the first
8644 element is a regular expression to be matched. The second is a number
8645 that says what regular expression grouping is used to find the entire
8646 emphasized word. The third is a number that says what regexp grouping
8647 should be displayed and highlighted. (The text between these two
8648 groupings will be hidden.) The fourth is the face used for
8649 highlighting.
8650
8651 @lisp
8652 (setq gnus-emphasis-alist
8653 '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8654 ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8655 @end lisp
8656
8657 @cindex slash
8658 @cindex asterisk
8659 @cindex underline
8660 @cindex /
8661 @cindex *
8662
8663 @vindex gnus-emphasis-underline
8664 @vindex gnus-emphasis-bold
8665 @vindex gnus-emphasis-italic
8666 @vindex gnus-emphasis-underline-bold
8667 @vindex gnus-emphasis-underline-italic
8668 @vindex gnus-emphasis-bold-italic
8669 @vindex gnus-emphasis-underline-bold-italic
8670 By default, there are seven rules, and they use the following faces:
8671 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8672 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8673 @code{gnus-emphasis-underline-italic},
8674 @code{gnus-emphasis-underline-bold}, and
8675 @code{gnus-emphasis-underline-bold-italic}.
8676
8677 If you want to change these faces, you can either use @kbd{M-x
8678 customize}, or you can use @code{copy-face}. For instance, if you want
8679 to make @code{gnus-emphasis-italic} use a red face instead, you could
8680 say something like:
8681
8682 @lisp
8683 (copy-face 'red 'gnus-emphasis-italic)
8684 @end lisp
8685
8686 @vindex gnus-group-highlight-words-alist
8687
8688 If you want to highlight arbitrary words, you can use the
8689 @code{gnus-group-highlight-words-alist} variable, which uses the same
8690 syntax as @code{gnus-emphasis-alist}. The @code{highlight-words} group
8691 parameter (@pxref{Group Parameters}) can also be used.
8692
8693 @xref{Customizing Articles}, for how to fontize articles automatically.
8694
8695
8696 @node Article Hiding
8697 @subsection Article Hiding
8698 @cindex article hiding
8699
8700 Or rather, hiding certain things in each article. There usually is much
8701 too much cruft in most articles.
8702
8703 @table @kbd
8704
8705 @item W W a
8706 @kindex W W a (Summary)
8707 @findex gnus-article-hide
8708 Do quite a lot of hiding on the article buffer
8709 (@kbd{gnus-article-hide}). In particular, this function will hide
8710 headers, @acronym{PGP}, cited text and the signature.
8711
8712 @item W W h
8713 @kindex W W h (Summary)
8714 @findex gnus-article-hide-headers
8715 Hide headers (@code{gnus-article-hide-headers}). @xref{Hiding
8716 Headers}.
8717
8718 @item W W b
8719 @kindex W W b (Summary)
8720 @findex gnus-article-hide-boring-headers
8721 Hide headers that aren't particularly interesting
8722 (@code{gnus-article-hide-boring-headers}). @xref{Hiding Headers}.
8723
8724 @item W W s
8725 @kindex W W s (Summary)
8726 @findex gnus-article-hide-signature
8727 Hide signature (@code{gnus-article-hide-signature}). @xref{Article
8728 Signature}.
8729
8730 @item W W l
8731 @kindex W W l (Summary)
8732 @findex gnus-article-hide-list-identifiers
8733 @vindex gnus-list-identifiers
8734 Strip list identifiers specified in @code{gnus-list-identifiers}. These
8735 are strings some mailing list servers add to the beginning of all
8736 @code{Subject} headers---for example, @samp{[zebra 4711]}. Any leading
8737 @samp{Re: } is skipped before stripping. @code{gnus-list-identifiers}
8738 may not contain @code{\\(..\\)}.
8739
8740 @table @code
8741
8742 @item gnus-list-identifiers
8743 @vindex gnus-list-identifiers
8744 A regular expression that matches list identifiers to be removed from
8745 subject. This can also be a list of regular expressions.
8746
8747 @end table
8748
8749 @item W W P
8750 @kindex W W P (Summary)
8751 @findex gnus-article-hide-pem
8752 Hide @acronym{PEM} (privacy enhanced messages) cruft
8753 (@code{gnus-article-hide-pem}).
8754
8755 @item W W B
8756 @kindex W W B (Summary)
8757 @findex gnus-article-strip-banner
8758 @vindex gnus-article-banner-alist
8759 @vindex gnus-article-address-banner-alist
8760 @cindex banner
8761 @cindex OneList
8762 @cindex stripping advertisements
8763 @cindex advertisements
8764 Strip the banner specified by the @code{banner} group parameter
8765 (@code{gnus-article-strip-banner}). This is mainly used to hide those
8766 annoying banners and/or signatures that some mailing lists and moderated
8767 groups adds to all the messages. The way to use this function is to add
8768 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8769 group you want banners stripped from. The parameter either be a string,
8770 which will be interpreted as a regular expression matching text to be
8771 removed, or the symbol @code{signature}, meaning that the (last)
8772 signature should be removed, or other symbol, meaning that the
8773 corresponding regular expression in @code{gnus-article-banner-alist} is
8774 used.
8775
8776 For instance:
8777
8778 @lisp
8779 (setq gnus-article-banner-alist
8780 ((googleGroups .
8781 "^\n*--~--~---------\\(.+\n\\)+")))
8782 @end lisp
8783
8784 Regardless of a group, you can hide things like advertisements only when
8785 the sender of an article has a certain mail address specified in
8786 @code{gnus-article-address-banner-alist}.
8787
8788 @table @code
8789
8790 @item gnus-article-address-banner-alist
8791 @vindex gnus-article-address-banner-alist
8792 Alist of mail addresses and banners. Each element has the form
8793 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8794 matching a mail address in the From header, @var{banner} is one of a
8795 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8796 a regexp and @code{nil}. If @var{address} matches author's mail
8797 address, it will remove things like advertisements. For example, if a
8798 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8799 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8800 sends, you can use the following element to remove them:
8801
8802 @lisp
8803 ("@@yoo-hoo\\.co\\.jp\\'" .
8804 "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8805 @end lisp
8806
8807 @end table
8808
8809 @item W W c
8810 @kindex W W c (Summary)
8811 @findex gnus-article-hide-citation
8812 Hide citation (@code{gnus-article-hide-citation}). Some variables for
8813 customizing the hiding:
8814
8815 @table @code
8816
8817 @item gnus-cited-opened-text-button-line-format
8818 @itemx gnus-cited-closed-text-button-line-format
8819 @vindex gnus-cited-closed-text-button-line-format
8820 @vindex gnus-cited-opened-text-button-line-format
8821 Gnus adds buttons to show where the cited text has been hidden, and to
8822 allow toggle hiding the text. The format of the variable is specified
8823 by these format-like variable (@pxref{Formatting Variables}). These
8824 specs are valid:
8825
8826 @table @samp
8827 @item b
8828 Starting point of the hidden text.
8829 @item e
8830 Ending point of the hidden text.
8831 @item l
8832 Number of characters in the hidden region.
8833 @item n
8834 Number of lines of hidden text.
8835 @end table
8836
8837 @item gnus-cited-lines-visible
8838 @vindex gnus-cited-lines-visible
8839 The number of lines at the beginning of the cited text to leave
8840 shown. This can also be a cons cell with the number of lines at the top
8841 and bottom of the text, respectively, to remain visible.
8842
8843 @end table
8844
8845 @item W W C-c
8846 @kindex W W C-c (Summary)
8847 @findex gnus-article-hide-citation-maybe
8848
8849 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8850 following two variables:
8851
8852 @table @code
8853 @item gnus-cite-hide-percentage
8854 @vindex gnus-cite-hide-percentage
8855 If the cited text is of a bigger percentage than this variable (default
8856 50), hide the cited text.
8857
8858 @item gnus-cite-hide-absolute
8859 @vindex gnus-cite-hide-absolute
8860 The cited text must have at least this length (default 10) before it
8861 is hidden.
8862 @end table
8863
8864 @item W W C
8865 @kindex W W C (Summary)
8866 @findex gnus-article-hide-citation-in-followups
8867 Hide cited text in articles that aren't roots
8868 (@code{gnus-article-hide-citation-in-followups}). This isn't very
8869 useful as an interactive command, but might be a handy function to stick
8870 have happen automatically (@pxref{Customizing Articles}).
8871
8872 @end table
8873
8874 All these ``hiding'' commands are toggles, but if you give a negative
8875 prefix to these commands, they will show what they have previously
8876 hidden. If you give a positive prefix, they will always hide.
8877
8878 Also @pxref{Article Highlighting} for further variables for
8879 citation customization.
8880
8881 @xref{Customizing Articles}, for how to hide article elements
8882 automatically.
8883
8884
8885 @node Article Washing
8886 @subsection Article Washing
8887 @cindex washing
8888 @cindex article washing
8889
8890 We call this ``article washing'' for a really good reason. Namely, the
8891 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8892
8893 @dfn{Washing} is defined by us as ``changing something from something to
8894 something else'', but normally results in something looking better.
8895 Cleaner, perhaps.
8896
8897 @xref{Customizing Articles}, if you want to change how Gnus displays
8898 articles by default.
8899
8900 @table @kbd
8901
8902 @item C-u g
8903 This is not really washing, it's sort of the opposite of washing. If
8904 you type this, you see the article exactly as it exists on disk or on
8905 the server.
8906
8907 @item g
8908 Force redisplaying of the current article
8909 (@code{gnus-summary-show-article}). This is also not really washing.
8910 If you type this, you see the article without any previously applied
8911 interactive Washing functions but with all default treatments
8912 (@pxref{Customizing Articles}).
8913
8914 @item W l
8915 @kindex W l (Summary)
8916 @findex gnus-summary-stop-page-breaking
8917 Remove page breaks from the current article
8918 (@code{gnus-summary-stop-page-breaking}). @xref{Misc Article}, for page
8919 delimiters.
8920
8921 @item W r
8922 @kindex W r (Summary)
8923 @findex gnus-summary-caesar-message
8924 @c @icon{gnus-summary-caesar-message}
8925 Do a Caesar rotate (rot13) on the article buffer
8926 (@code{gnus-summary-caesar-message}).
8927 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8928 (Typically offensive jokes and such.)
8929
8930 It's commonly called ``rot13'' because each letter is rotated 13
8931 positions in the alphabet, e.g., @samp{B} (letter #2) -> @samp{O} (letter
8932 #15). It is sometimes referred to as ``Caesar rotate'' because Caesar
8933 is rumored to have employed this form of, uh, somewhat weak encryption.
8934
8935 @item W m
8936 @kindex W m (Summary)
8937 @findex gnus-summary-morse-message
8938 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8939
8940 @item W i
8941 @kindex W i (Summary)
8942 @findex gnus-summary-idna-message
8943 Decode IDNA encoded domain names in the current articles. IDNA
8944 encoded domain names looks like @samp{xn--bar}. If a string remain
8945 unencoded after running invoking this, it is likely an invalid IDNA
8946 string (@samp{xn--bar} is invalid). You must have GNU Libidn
8947 (@url{http://www.gnu.org/software/libidn/}) installed for this command
8948 to work.
8949
8950 @item W t
8951 @item t
8952 @kindex W t (Summary)
8953 @kindex t (Summary)
8954 @findex gnus-summary-toggle-header
8955 Toggle whether to display all headers in the article buffer
8956 (@code{gnus-summary-toggle-header}).
8957
8958 @item W v
8959 @kindex W v (Summary)
8960 @findex gnus-summary-verbose-headers
8961 Toggle whether to display all headers in the article buffer permanently
8962 (@code{gnus-summary-verbose-headers}).
8963
8964 @item W o
8965 @kindex W o (Summary)
8966 @findex gnus-article-treat-overstrike
8967 Treat overstrike (@code{gnus-article-treat-overstrike}).
8968
8969 @item W d
8970 @kindex W d (Summary)
8971 @findex gnus-article-treat-dumbquotes
8972 @vindex gnus-article-dumbquotes-map
8973 @cindex Smartquotes
8974 @cindex M****s*** sm*rtq**t*s
8975 @cindex Latin 1
8976 Treat M****s*** sm*rtq**t*s according to
8977 @code{gnus-article-dumbquotes-map}
8978 (@code{gnus-article-treat-dumbquotes}). Note that this function guesses
8979 whether a character is a sm*rtq**t* or not, so it should only be used
8980 interactively.
8981
8982 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8983 an attempt to provide more quoting characters. If you see something
8984 like @code{\222} or @code{\264} where you're expecting some kind of
8985 apostrophe or quotation mark, then try this wash.
8986
8987 @item W U
8988 @kindex W U (Summary)
8989 @findex gnus-article-treat-non-ascii
8990 @cindex Unicode
8991 @cindex Non-@acronym{ASCII}
8992 Translate many non-@acronym{ASCII} characters into their
8993 @acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}).
8994 This is mostly useful if you're on a terminal that has a limited font
8995 and doesn't show accented characters, ``advanced'' punctuation, and the
8996 like. For instance, @samp{»} is translated into @samp{>>}, and so on.
8997
8998 @item W Y f
8999 @kindex W Y f (Summary)
9000 @findex gnus-article-outlook-deuglify-article
9001 @cindex Outlook Express
9002 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
9003 unwrap lines, repair attribution and rearrange citation.
9004 (@code{gnus-article-outlook-deuglify-article}).
9005
9006 @item W Y u
9007 @kindex W Y u (Summary)
9008 @findex gnus-article-outlook-unwrap-lines
9009 @vindex gnus-outlook-deuglify-unwrap-min
9010 @vindex gnus-outlook-deuglify-unwrap-max
9011 Unwrap lines that appear to be wrapped citation lines. You can control
9012 what lines will be unwrapped by frobbing
9013 @code{gnus-outlook-deuglify-unwrap-min} and
9014 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
9015 maximum length of an unwrapped citation line.
9016 (@code{gnus-article-outlook-unwrap-lines}).
9017
9018 @item W Y a
9019 @kindex W Y a (Summary)
9020 @findex gnus-article-outlook-repair-attribution
9021 Repair a broken attribution line.@*
9022 (@code{gnus-article-outlook-repair-attribution}).
9023
9024 @item W Y c
9025 @kindex W Y c (Summary)
9026 @findex gnus-article-outlook-rearrange-citation
9027 Repair broken citations by rearranging the text.
9028 (@code{gnus-article-outlook-rearrange-citation}).
9029
9030 @item W w
9031 @kindex W w (Summary)
9032 @findex gnus-article-fill-cited-article
9033 Do word wrap (@code{gnus-article-fill-cited-article}).
9034
9035 You can give the command a numerical prefix to specify the width to use
9036 when filling.
9037
9038 @item W Q
9039 @kindex W Q (Summary)
9040 @findex gnus-article-fill-long-lines
9041 Fill long lines (@code{gnus-article-fill-long-lines}).
9042
9043 @item W C
9044 @kindex W C (Summary)
9045 @findex gnus-article-capitalize-sentences
9046 Capitalize the first word in each sentence
9047 (@code{gnus-article-capitalize-sentences}).
9048
9049 @item W c
9050 @kindex W c (Summary)
9051 @findex gnus-article-remove-cr
9052 Translate CRLF pairs (i.e., @samp{^M}s on the end of the lines) into LF
9053 (this takes care of DOS line endings), and then translate any remaining
9054 CRs into LF (this takes care of Mac line endings)
9055 (@code{gnus-article-remove-cr}).
9056
9057 @item W q
9058 @kindex W q (Summary)
9059 @findex gnus-article-de-quoted-unreadable
9060 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
9061 Quoted-Printable is one common @acronym{MIME} encoding employed when
9062 sending non-@acronym{ASCII} (i.e., 8-bit) articles. It typically
9063 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
9064 which doesn't look very readable to me. Note that this is usually
9065 done automatically by Gnus if the message in question has a
9066 @code{Content-Transfer-Encoding} header that says that this encoding
9067 has been done. If a prefix is given, a charset will be asked for.
9068
9069 @item W 6
9070 @kindex W 6 (Summary)
9071 @findex gnus-article-de-base64-unreadable
9072 Treat base64 (@code{gnus-article-de-base64-unreadable}). Base64 is
9073 one common @acronym{MIME} encoding employed when sending
9074 non-@acronym{ASCII} (i.e., 8-bit) articles. Note that this is
9075 usually done automatically by Gnus if the message in question has a
9076 @code{Content-Transfer-Encoding} header that says that this encoding
9077 has been done. If a prefix is given, a charset will be asked for.
9078
9079 @item W Z
9080 @kindex W Z (Summary)
9081 @findex gnus-article-decode-HZ
9082 Treat HZ or HZP (@code{gnus-article-decode-HZ}). HZ (or HZP) is one
9083 common encoding employed when sending Chinese articles. It typically
9084 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
9085
9086 @item W A
9087 @kindex W A (Summary)
9088 @findex gnus-article-treat-ansi-sequences
9089 @cindex @acronym{ANSI} control sequences
9090 Translate @acronym{ANSI} SGR control sequences into overlays or
9091 extents (@code{gnus-article-treat-ansi-sequences}). @acronym{ANSI}
9092 sequences are used in some Chinese hierarchies for highlighting.
9093
9094 @item W u
9095 @kindex W u (Summary)
9096 @findex gnus-article-unsplit-urls
9097 Remove newlines from within URLs. Some mailers insert newlines into
9098 outgoing email messages to keep lines short. This reformatting can
9099 split long URLs onto multiple lines. Repair those URLs by removing
9100 the newlines (@code{gnus-article-unsplit-urls}).
9101
9102 @item W h
9103 @kindex W h (Summary)
9104 @findex gnus-article-wash-html
9105 Treat @acronym{HTML} (@code{gnus-article-wash-html}). Note that this is
9106 usually done automatically by Gnus if the message in question has a
9107 @code{Content-Type} header that says that the message is @acronym{HTML}.
9108
9109 If a prefix is given, a charset will be asked for. If it is a number,
9110 the charset defined in @code{gnus-summary-show-article-charset-alist}
9111 (@pxref{Paging the Article}) will be used.
9112
9113 The default is to use the function specified by
9114 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
9115 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
9116 @acronym{HTML}. Pre-defined functions you can use include:
9117
9118 @table @code
9119 @item shr
9120 Use Gnus simple html renderer.
9121
9122 @item gnus-w3m
9123 Use Gnus rendered based on w3m.
9124
9125 @item w3
9126 Use Emacs/W3.
9127
9128 @item w3m
9129 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
9130
9131 @item w3m-standalone
9132 Use @uref{http://w3m.sourceforge.net/, w3m}.
9133
9134 @item links
9135 Use @uref{http://links.sf.net/, Links}.
9136
9137 @item lynx
9138 Use @uref{http://lynx.isc.org/, Lynx}.
9139
9140 @item html2text
9141 Use html2text---a simple @acronym{HTML} converter included with Gnus.
9142
9143 @end table
9144
9145 @item W b
9146 @kindex W b (Summary)
9147 @findex gnus-article-add-buttons
9148 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
9149 @xref{Article Buttons}.
9150
9151 @item W B
9152 @kindex W B (Summary)
9153 @findex gnus-article-add-buttons-to-head
9154 Add clickable buttons to the article headers
9155 (@code{gnus-article-add-buttons-to-head}).
9156
9157 @item W p
9158 @kindex W p (Summary)
9159 @findex gnus-article-verify-x-pgp-sig
9160 Verify a signed control message
9161 (@code{gnus-article-verify-x-pgp-sig}). Control messages such as
9162 @code{newgroup} and @code{checkgroups} are usually signed by the
9163 hierarchy maintainer. You need to add the @acronym{PGP} public key of
9164 the maintainer to your keyring to verify the
9165 message.@footnote{@acronym{PGP} keys for many hierarchies are
9166 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
9167
9168 @item W s
9169 @kindex W s (Summary)
9170 @findex gnus-summary-force-verify-and-decrypt
9171 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
9172 @acronym{S/MIME}) message
9173 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
9174
9175 @item W a
9176 @kindex W a (Summary)
9177 @findex gnus-article-strip-headers-in-body
9178 Strip headers like the @code{X-No-Archive} header from the beginning of
9179 article bodies (@code{gnus-article-strip-headers-in-body}).
9180
9181 @item W E l
9182 @kindex W E l (Summary)
9183 @findex gnus-article-strip-leading-blank-lines
9184 Remove all blank lines from the beginning of the article
9185 (@code{gnus-article-strip-leading-blank-lines}).
9186
9187 @item W E m
9188 @kindex W E m (Summary)
9189 @findex gnus-article-strip-multiple-blank-lines
9190 Replace all blank lines with empty lines and then all multiple empty
9191 lines with a single empty line.
9192 (@code{gnus-article-strip-multiple-blank-lines}).
9193
9194 @item W E t
9195 @kindex W E t (Summary)
9196 @findex gnus-article-remove-trailing-blank-lines
9197 Remove all blank lines at the end of the article
9198 (@code{gnus-article-remove-trailing-blank-lines}).
9199
9200 @item W E a
9201 @kindex W E a (Summary)
9202 @findex gnus-article-strip-blank-lines
9203 Do all the three commands above
9204 (@code{gnus-article-strip-blank-lines}).
9205
9206 @item W E A
9207 @kindex W E A (Summary)
9208 @findex gnus-article-strip-all-blank-lines
9209 Remove all blank lines
9210 (@code{gnus-article-strip-all-blank-lines}).
9211
9212 @item W E s
9213 @kindex W E s (Summary)
9214 @findex gnus-article-strip-leading-space
9215 Remove all white space from the beginning of all lines of the article
9216 body (@code{gnus-article-strip-leading-space}).
9217
9218 @item W E e
9219 @kindex W E e (Summary)
9220 @findex gnus-article-strip-trailing-space
9221 Remove all white space from the end of all lines of the article
9222 body (@code{gnus-article-strip-trailing-space}).
9223
9224 @end table
9225
9226 @xref{Customizing Articles}, for how to wash articles automatically.
9227
9228
9229 @node Article Header
9230 @subsection Article Header
9231
9232 These commands perform various transformations of article header.
9233
9234 @table @kbd
9235
9236 @item W G u
9237 @kindex W G u (Summary)
9238 @findex gnus-article-treat-unfold-headers
9239 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
9240
9241 @item W G n
9242 @kindex W G n (Summary)
9243 @findex gnus-article-treat-fold-newsgroups
9244 Fold the @code{Newsgroups} and @code{Followup-To} headers
9245 (@code{gnus-article-treat-fold-newsgroups}).
9246
9247 @item W G f
9248 @kindex W G f (Summary)
9249 @findex gnus-article-treat-fold-headers
9250 Fold all the message headers
9251 (@code{gnus-article-treat-fold-headers}).
9252
9253 @item W E w
9254 @kindex W E w (Summary)
9255 @findex gnus-article-remove-leading-whitespace
9256 Remove excessive whitespace from all headers
9257 (@code{gnus-article-remove-leading-whitespace}).
9258
9259 @end table
9260
9261
9262 @node Article Buttons
9263 @subsection Article Buttons
9264 @cindex buttons
9265
9266 People often include references to other stuff in articles, and it would
9267 be nice if Gnus could just fetch whatever it is that people talk about
9268 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
9269 button on these references.
9270
9271 @vindex gnus-button-man-handler
9272 Gnus adds @dfn{buttons} to certain standard references by default:
9273 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
9274 Emacs or Gnus related references. This is controlled by two variables,
9275 one that handles article bodies and one that handles article heads:
9276
9277 @table @code
9278
9279 @item gnus-button-alist
9280 @vindex gnus-button-alist
9281 This is an alist where each entry has this form:
9282
9283 @lisp
9284 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
9285 @end lisp
9286
9287 @table @var
9288
9289 @item regexp
9290 All text that match this regular expression (case insensitive) will be
9291 considered an external reference. Here's a typical regexp that matches
9292 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}. This can also be a
9293 variable containing a regexp, useful variables to use include
9294 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
9295
9296 @item button-par
9297 Gnus has to know which parts of the matches is to be highlighted. This
9298 is a number that says what sub-expression of the regexp is to be
9299 highlighted. If you want it all highlighted, you use 0 here.
9300
9301 @item use-p
9302 This form will be @code{eval}ed, and if the result is non-@code{nil},
9303 this is considered a match. This is useful if you want extra sifting to
9304 avoid false matches. Often variables named
9305 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
9306 Levels}, but any other form may be used too.
9307
9308 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
9309
9310 @item function
9311 This function will be called when you click on this button.
9312
9313 @item data-par
9314 As with @var{button-par}, this is a sub-expression number, but this one
9315 says which part of the match is to be sent as data to @var{function}.
9316
9317 @end table
9318
9319 So the full entry for buttonizing URLs is then
9320
9321 @lisp
9322 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
9323 @end lisp
9324
9325 @item gnus-header-button-alist
9326 @vindex gnus-header-button-alist
9327 This is just like the other alist, except that it is applied to the
9328 article head only, and that each entry has an additional element that is
9329 used to say what headers to apply the buttonize coding to:
9330
9331 @lisp
9332 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
9333 @end lisp
9334
9335 @var{header} is a regular expression.
9336 @end table
9337
9338 @subsubsection Related variables and functions
9339
9340 @table @code
9341 @item gnus-button-@var{*}-level
9342 @xref{Article Button Levels}.
9343
9344 @c Stuff related to gnus-button-browse-level
9345
9346 @item gnus-button-url-regexp
9347 @vindex gnus-button-url-regexp
9348 A regular expression that matches embedded URLs. It is used in the
9349 default values of the variables above.
9350
9351 @c Stuff related to gnus-button-man-level
9352
9353 @item gnus-button-man-handler
9354 @vindex gnus-button-man-handler
9355 The function to use for displaying man pages. It must take at least one
9356 argument with a string naming the man page.
9357
9358 @c Stuff related to gnus-button-message-level
9359
9360 @item gnus-button-mid-or-mail-regexp
9361 @vindex gnus-button-mid-or-mail-regexp
9362 Regular expression that matches a message ID or a mail address.
9363
9364 @item gnus-button-prefer-mid-or-mail
9365 @vindex gnus-button-prefer-mid-or-mail
9366 This variable determines what to do when the button on a string as
9367 @samp{foo123@@bar.invalid} is pushed. Strings like this can be either a
9368 message ID or a mail address. If it is one of the symbols @code{mid} or
9369 @code{mail}, Gnus will always assume that the string is a message ID or
9370 a mail address, respectively. If this variable is set to the symbol
9371 @code{ask}, always query the user what to do. If it is a function, this
9372 function will be called with the string as its only argument. The
9373 function must return @code{mid}, @code{mail}, @code{invalid} or
9374 @code{ask}. The default value is the function
9375 @code{gnus-button-mid-or-mail-heuristic}.
9376
9377 @item gnus-button-mid-or-mail-heuristic
9378 @findex gnus-button-mid-or-mail-heuristic
9379 Function that guesses whether its argument is a message ID or a mail
9380 address. Returns @code{mid} if it's a message IDs, @code{mail} if
9381 it's a mail address, @code{ask} if unsure and @code{invalid} if the
9382 string is invalid.
9383
9384 @item gnus-button-mid-or-mail-heuristic-alist
9385 @vindex gnus-button-mid-or-mail-heuristic-alist
9386 An alist of @code{(RATE . REGEXP)} pairs used by the function
9387 @code{gnus-button-mid-or-mail-heuristic}.
9388
9389 @c Misc stuff
9390
9391 @item gnus-article-button-face
9392 @vindex gnus-article-button-face
9393 Face used on buttons.
9394
9395 @item gnus-article-mouse-face
9396 @vindex gnus-article-mouse-face
9397 Face used when the mouse cursor is over a button.
9398
9399 @end table
9400
9401 @xref{Customizing Articles}, for how to buttonize articles automatically.
9402
9403
9404 @node Article Button Levels
9405 @subsection Article button levels
9406 @cindex button levels
9407 The higher the value of the variables @code{gnus-button-@var{*}-level},
9408 the more buttons will appear. If the level is zero, no corresponding
9409 buttons are displayed. With the default value (which is 5) you should
9410 already see quite a lot of buttons. With higher levels, you will see
9411 more buttons, but you may also get more false positives. To avoid them,
9412 you can set the variables @code{gnus-button-@var{*}-level} local to
9413 specific groups (@pxref{Group Parameters}). Here's an example for the
9414 variable @code{gnus-parameters}:
9415
9416 @lisp
9417 ;; @r{increase @code{gnus-button-*-level} in some groups:}
9418 (setq gnus-parameters
9419 '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
9420 ("\\<unix\\>" (gnus-button-man-level 10))
9421 ("\\<tex\\>" (gnus-button-tex-level 10))))
9422 @end lisp
9423
9424 @table @code
9425
9426 @item gnus-button-browse-level
9427 @vindex gnus-button-browse-level
9428 Controls the display of references to message IDs, mail addresses and
9429 news URLs. Related variables and functions include
9430 @code{gnus-button-url-regexp}, @code{browse-url}, and
9431 @code{browse-url-browser-function}.
9432
9433 @item gnus-button-emacs-level
9434 @vindex gnus-button-emacs-level
9435 Controls the display of Emacs or Gnus references. Related functions are
9436 @code{gnus-button-handle-custom},
9437 @code{gnus-button-handle-describe-function},
9438 @code{gnus-button-handle-describe-variable},
9439 @code{gnus-button-handle-symbol},
9440 @code{gnus-button-handle-describe-key},
9441 @code{gnus-button-handle-apropos},
9442 @code{gnus-button-handle-apropos-command},
9443 @code{gnus-button-handle-apropos-variable},
9444 @code{gnus-button-handle-apropos-documentation}, and
9445 @code{gnus-button-handle-library}.
9446
9447 @item gnus-button-man-level
9448 @vindex gnus-button-man-level
9449 Controls the display of references to (Unix) man pages.
9450 See @code{gnus-button-man-handler}.
9451
9452 @item gnus-button-message-level
9453 @vindex gnus-button-message-level
9454 Controls the display of message IDs, mail addresses and news URLs.
9455 Related variables and functions include
9456 @code{gnus-button-mid-or-mail-regexp},
9457 @code{gnus-button-prefer-mid-or-mail},
9458 @code{gnus-button-mid-or-mail-heuristic}, and
9459 @code{gnus-button-mid-or-mail-heuristic-alist}.
9460
9461 @end table
9462
9463
9464 @node Article Date
9465 @subsection Article Date
9466
9467 The date is most likely generated in some obscure timezone you've never
9468 heard of, so it's quite nice to be able to find out what the time was
9469 when the article was sent.
9470
9471 @table @kbd
9472
9473 @item W T u
9474 @kindex W T u (Summary)
9475 @findex gnus-article-date-ut
9476 Display the date in UT (aka. GMT, aka ZULU)
9477 (@code{gnus-article-date-ut}).
9478
9479 @item W T i
9480 @kindex W T i (Summary)
9481 @findex gnus-article-date-iso8601
9482 @cindex ISO 8601
9483 Display the date in international format, aka. ISO 8601
9484 (@code{gnus-article-date-iso8601}).
9485
9486 @item W T l
9487 @kindex W T l (Summary)
9488 @findex gnus-article-date-local
9489 Display the date in the local timezone (@code{gnus-article-date-local}).
9490
9491 @item W T p
9492 @kindex W T p (Summary)
9493 @findex gnus-article-date-english
9494 Display the date in a format that's easily pronounceable in English
9495 (@code{gnus-article-date-english}).
9496
9497 @item W T s
9498 @kindex W T s (Summary)
9499 @vindex gnus-article-time-format
9500 @findex gnus-article-date-user
9501 @findex format-time-string
9502 Display the date using a user-defined format
9503 (@code{gnus-article-date-user}). The format is specified by the
9504 @code{gnus-article-time-format} variable, and is a string that's passed
9505 to @code{format-time-string}. See the documentation of that variable
9506 for a list of possible format specs.
9507
9508 @item W T e
9509 @kindex W T e (Summary)
9510 @findex gnus-article-date-lapsed
9511 @findex gnus-start-date-timer
9512 @findex gnus-stop-date-timer
9513 Say how much time has elapsed between the article was posted and now
9514 (@code{gnus-article-date-lapsed}). It looks something like:
9515
9516 @example
9517 Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9518 @end example
9519
9520 This line is updated continually by default. The frequency (in
9521 seconds) is controlled by the @code{gnus-article-update-date-headers}
9522 variable.
9523
9524 If you wish to switch updating off, say:
9525
9526 @vindex gnus-article-update-date-headers
9527 @lisp
9528 (setq gnus-article-update-date-headers nil)
9529 @end lisp
9530
9531 in your @file{~/.gnus.el} file.
9532
9533 @item W T o
9534 @kindex W T o (Summary)
9535 @findex gnus-article-date-original
9536 Display the original date (@code{gnus-article-date-original}). This can
9537 be useful if you normally use some other conversion function and are
9538 worried that it might be doing something totally wrong. Say, claiming
9539 that the article was posted in 1854. Although something like that is
9540 @emph{totally} impossible. Don't you trust me? *titter*
9541
9542 @end table
9543
9544 @xref{Customizing Articles}, for how to display the date in your
9545 preferred format automatically.
9546
9547
9548 @node Article Display
9549 @subsection Article Display
9550 @cindex picons
9551 @cindex x-face
9552 @cindex smileys
9553 @cindex gravatars
9554
9555 These commands add various frivolous display gimmicks to the article
9556 buffer in Emacs versions that support them.
9557
9558 @code{X-Face} headers are small black-and-white images supplied by the
9559 message headers (@pxref{X-Face}).
9560
9561 @code{Face} headers are small colored images supplied by the message
9562 headers (@pxref{Face}).
9563
9564 Smileys are those little @samp{:-)} symbols that people like to litter
9565 their messages with (@pxref{Smileys}).
9566
9567 Picons, on the other hand, reside on your own system, and Gnus will
9568 try to match the headers to what you have (@pxref{Picons}).
9569
9570 Gravatars reside on-line and are fetched from
9571 @uref{http://www.gravatar.com/} (@pxref{Gravatars}).
9572
9573 All these functions are toggles---if the elements already exist,
9574 they'll be removed.
9575
9576 @table @kbd
9577 @item W D x
9578 @kindex W D x (Summary)
9579 @findex gnus-article-display-x-face
9580 Display an @code{X-Face} in the @code{From} header.
9581 (@code{gnus-article-display-x-face}).
9582
9583 @item W D d
9584 @kindex W D d (Summary)
9585 @findex gnus-article-display-face
9586 Display a @code{Face} in the @code{From} header.
9587 (@code{gnus-article-display-face}).
9588
9589 @item W D s
9590 @kindex W D s (Summary)
9591 @findex gnus-treat-smiley
9592 Display smileys (@code{gnus-treat-smiley}).
9593
9594 @item W D f
9595 @kindex W D f (Summary)
9596 @findex gnus-treat-from-picon
9597 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9598
9599 @item W D m
9600 @kindex W D m (Summary)
9601 @findex gnus-treat-mail-picon
9602 Piconify all mail headers (i.e., @code{Cc}, @code{To})
9603 (@code{gnus-treat-mail-picon}).
9604
9605 @item W D n
9606 @kindex W D n (Summary)
9607 @findex gnus-treat-newsgroups-picon
9608 Piconify all news headers (i.e., @code{Newsgroups} and
9609 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9610
9611 @item W D g
9612 @kindex W D g (Summary)
9613 @findex gnus-treat-from-gravatar
9614 Gravatarify the @code{From} header (@code{gnus-treat-from-gravatar}).
9615
9616 @item W D h
9617 @kindex W D h (Summary)
9618 @findex gnus-treat-mail-gravatar
9619 Gravatarify all mail headers (i.e., @code{Cc}, @code{To})
9620 (@code{gnus-treat-from-gravatar}).
9621
9622 @item W D D
9623 @kindex W D D (Summary)
9624 @findex gnus-article-remove-images
9625 Remove all images from the article buffer
9626 (@code{gnus-article-remove-images}).
9627
9628 @item W D W
9629 @kindex W D W (Summary)
9630 @findex gnus-html-show-images
9631 If you're reading an @acronym{HTML} article rendered with
9632 @code{gnus-article-html}, then you can insert any blocked images in
9633 the buffer with this command.
9634 (@code{gnus-html-show-images}).
9635
9636 @end table
9637
9638
9639
9640 @node Article Signature
9641 @subsection Article Signature
9642 @cindex signatures
9643 @cindex article signature
9644
9645 @vindex gnus-signature-separator
9646 Each article is divided into two parts---the head and the body. The
9647 body can be divided into a signature part and a text part. The variable
9648 that says what is to be considered a signature is
9649 @code{gnus-signature-separator}. This is normally the standard
9650 @samp{^-- $} as mandated by son-of-RFC 1036. However, many people use
9651 non-standard signature separators, so this variable can also be a list
9652 of regular expressions to be tested, one by one. (Searches are done
9653 from the end of the body towards the beginning.) One likely value is:
9654
9655 @lisp
9656 (setq gnus-signature-separator
9657 '("^-- $" ; @r{The standard}
9658 "^-- *$" ; @r{A common mangling}
9659 "^-------*$" ; @r{Many people just use a looong}
9660 ; @r{line of dashes. Shame!}
9661 "^ *--------*$" ; @r{Double-shame!}
9662 "^________*$" ; @r{Underscores are also popular}
9663 "^========*$")) ; @r{Pervert!}
9664 @end lisp
9665
9666 The more permissive you are, the more likely it is that you'll get false
9667 positives.
9668
9669 @vindex gnus-signature-limit
9670 @code{gnus-signature-limit} provides a limit to what is considered a
9671 signature when displaying articles.
9672
9673 @enumerate
9674 @item
9675 If it is an integer, no signature may be longer (in characters) than
9676 that integer.
9677 @item
9678 If it is a floating point number, no signature may be longer (in lines)
9679 than that number.
9680 @item
9681 If it is a function, the function will be called without any parameters,
9682 and if it returns @code{nil}, there is no signature in the buffer.
9683 @item
9684 If it is a string, it will be used as a regexp. If it matches, the text
9685 in question is not a signature.
9686 @end enumerate
9687
9688 This variable can also be a list where the elements may be of the types
9689 listed above. Here's an example:
9690
9691 @lisp
9692 (setq gnus-signature-limit
9693 '(200.0 "^---*Forwarded article"))
9694 @end lisp
9695
9696 This means that if there are more than 200 lines after the signature
9697 separator, or the text after the signature separator is matched by
9698 the regular expression @samp{^---*Forwarded article}, then it isn't a
9699 signature after all.
9700
9701
9702 @node Article Miscellanea
9703 @subsection Article Miscellanea
9704
9705 @table @kbd
9706 @item A t
9707 @kindex A t (Summary)
9708 @findex gnus-article-babel
9709 Translate the article from one language to another
9710 (@code{gnus-article-babel}).
9711
9712 @end table
9713
9714
9715 @node MIME Commands
9716 @section MIME Commands
9717 @cindex MIME decoding
9718 @cindex attachments
9719 @cindex viewing attachments
9720
9721 The following commands all understand the numerical prefix. For
9722 instance, @kbd{3 K v} means ``view the third @acronym{MIME} part''.
9723
9724 @table @kbd
9725 @item b
9726 @itemx K v
9727 @kindex b (Summary)
9728 @kindex K v (Summary)
9729 View the @acronym{MIME} part.
9730
9731 @item K o
9732 @kindex K o (Summary)
9733 Save the @acronym{MIME} part.
9734
9735 @item K O
9736 @kindex K O (Summary)
9737 Prompt for a file name, then save the @acronym{MIME} part and strip it
9738 from the article. The stripped @acronym{MIME} object will be referred
9739 via the message/external-body @acronym{MIME} type.
9740
9741 @item K r
9742 @kindex K r (Summary)
9743 Replace the @acronym{MIME} part with an external body.
9744
9745 @item K d
9746 @kindex K d (Summary)
9747 Delete the @acronym{MIME} part and add some information about the
9748 removed part.
9749
9750 @item K c
9751 @kindex K c (Summary)
9752 Copy the @acronym{MIME} part.
9753
9754 @item K e
9755 @kindex K e (Summary)
9756 View the @acronym{MIME} part externally.
9757
9758 @item K i
9759 @kindex K i (Summary)
9760 View the @acronym{MIME} part internally.
9761
9762 @item K |
9763 @kindex K | (Summary)
9764 Pipe the @acronym{MIME} part to an external command.
9765 @end table
9766
9767 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9768 the same manner:
9769
9770 @table @kbd
9771 @item K H
9772 @kindex K H (Summary)
9773 @findex gnus-article-browse-html-article
9774 View @samp{text/html} parts of the current article with a WWW browser.
9775 Inline images embedded in a message using the @code{cid} scheme, as they
9776 are generally considered to be safe, will be processed properly. The
9777 message header is added to the beginning of every @acronym{HTML} part
9778 unless the prefix argument is given.
9779
9780 Warning: Spammers use links to images (using the @code{http} scheme) in
9781 @acronym{HTML} articles to verify whether you have read the message. As
9782 this command passes the @acronym{HTML} content to the browser without
9783 eliminating these ``web bugs'' you should only use it for mails from
9784 trusted senders.
9785
9786 If you always want to display @acronym{HTML} parts in the browser, set
9787 @code{mm-text-html-renderer} to @code{nil}.
9788
9789 This command creates temporary files to pass @acronym{HTML} contents
9790 including images if any to the browser, and deletes them when exiting
9791 the group (if you want).
9792
9793 @item K b
9794 @kindex K b (Summary)
9795 Make all the @acronym{MIME} parts have buttons in front of them. This is
9796 mostly useful if you wish to save (or perform other actions) on inlined
9797 parts.
9798
9799 @item K m
9800 @kindex K m (Summary)
9801 @findex gnus-summary-repair-multipart
9802 Some multipart messages are transmitted with missing or faulty headers.
9803 This command will attempt to ``repair'' these messages so that they can
9804 be viewed in a more pleasant manner
9805 (@code{gnus-summary-repair-multipart}).
9806
9807 @item X m
9808 @kindex X m (Summary)
9809 @findex gnus-summary-save-parts
9810 Save all parts matching a @acronym{MIME} type to a directory
9811 (@code{gnus-summary-save-parts}). Understands the process/prefix
9812 convention (@pxref{Process/Prefix}).
9813
9814 @item M-t
9815 @kindex M-t (Summary)
9816 @findex gnus-summary-toggle-display-buttonized
9817 Toggle the buttonized display of the article buffer
9818 (@code{gnus-summary-toggle-display-buttonized}).
9819
9820 @item W M w
9821 @kindex W M w (Summary)
9822 @findex gnus-article-decode-mime-words
9823 Decode RFC 2047-encoded words in the article headers
9824 (@code{gnus-article-decode-mime-words}).
9825
9826 @item W M c
9827 @kindex W M c (Summary)
9828 @findex gnus-article-decode-charset
9829 Decode encoded article bodies as well as charsets
9830 (@code{gnus-article-decode-charset}).
9831
9832 This command looks in the @code{Content-Type} header to determine the
9833 charset. If there is no such header in the article, you can give it a
9834 prefix, which will prompt for the charset to decode as. In regional
9835 groups where people post using some common encoding (but do not
9836 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9837 parameter to the required charset (@pxref{Group Parameters}).
9838
9839 @item W M v
9840 @kindex W M v (Summary)
9841 @findex gnus-mime-view-all-parts
9842 View all the @acronym{MIME} parts in the current article
9843 (@code{gnus-mime-view-all-parts}).
9844
9845 @end table
9846
9847 Relevant variables:
9848
9849 @table @code
9850 @item gnus-ignored-mime-types
9851 @vindex gnus-ignored-mime-types
9852 This is a list of regexps. @acronym{MIME} types that match a regexp from
9853 this list will be completely ignored by Gnus. The default value is
9854 @code{nil}.
9855
9856 To have all Vcards be ignored, you'd say something like this:
9857
9858 @lisp
9859 (setq gnus-ignored-mime-types
9860 '("text/x-vcard"))
9861 @end lisp
9862
9863 @item gnus-article-loose-mime
9864 @vindex gnus-article-loose-mime
9865 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9866 before interpreting the message as a @acronym{MIME} message. This helps
9867 when reading messages from certain broken mail user agents. The
9868 default is @code{t}.
9869
9870 @item gnus-article-emulate-mime
9871 @vindex gnus-article-emulate-mime
9872 @cindex uuencode
9873 @cindex yEnc
9874 There are other, non-@acronym{MIME} encoding methods used. The most common
9875 is @samp{uuencode}, but yEncode is also getting to be popular. If
9876 this variable is non-@code{nil}, Gnus will look in message bodies to
9877 see if it finds these encodings, and if so, it'll run them through the
9878 Gnus @acronym{MIME} machinery. The default is @code{t}. Only
9879 single-part yEnc encoded attachments can be decoded. There's no support
9880 for encoding in Gnus.
9881
9882 @item gnus-unbuttonized-mime-types
9883 @vindex gnus-unbuttonized-mime-types
9884 This is a list of regexps. @acronym{MIME} types that match a regexp from
9885 this list won't have @acronym{MIME} buttons inserted unless they aren't
9886 displayed or this variable is overridden by
9887 @code{gnus-buttonized-mime-types}. The default value is
9888 @code{(".*/.*")}. This variable is only used when
9889 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9890
9891 @item gnus-buttonized-mime-types
9892 @vindex gnus-buttonized-mime-types
9893 This is a list of regexps. @acronym{MIME} types that match a regexp from
9894 this list will have @acronym{MIME} buttons inserted unless they aren't
9895 displayed. This variable overrides
9896 @code{gnus-unbuttonized-mime-types}. The default value is @code{nil}.
9897 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9898 is @code{nil}.
9899
9900 E.g., to see security buttons but no other buttons, you could set this
9901 variable to @code{("multipart/signed")} and leave
9902 @code{gnus-unbuttonized-mime-types} at the default value.
9903
9904 You could also add @code{"multipart/alternative"} to this list to
9905 display radio buttons that allow you to choose one of two media types
9906 those mails include. See also @code{mm-discouraged-alternatives}
9907 (@pxref{Display Customization, ,Display Customization, emacs-mime, The
9908 Emacs MIME Manual}).
9909
9910 @item gnus-inhibit-mime-unbuttonizing
9911 @vindex gnus-inhibit-mime-unbuttonizing
9912 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons. The
9913 default value is @code{nil}.
9914
9915 @item gnus-article-mime-part-function
9916 @vindex gnus-article-mime-part-function
9917 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9918 handle as the parameter. The function is meant to be used to allow
9919 users to gather information from the article (e.g., add Vcard info to
9920 the bbdb database) or to do actions based on parts (e.g., automatically
9921 save all jpegs into some directory).
9922
9923 Here's an example function the does the latter:
9924
9925 @lisp
9926 (defun my-save-all-jpeg-parts (handle)
9927 (when (equal (car (mm-handle-type handle)) "image/jpeg")
9928 (with-temp-buffer
9929 (insert (mm-get-part handle))
9930 (write-region (point-min) (point-max)
9931 (read-file-name "Save jpeg to: ")))))
9932 (setq gnus-article-mime-part-function
9933 'my-save-all-jpeg-parts)
9934 @end lisp
9935
9936 @vindex gnus-mime-multipart-functions
9937 @item gnus-mime-multipart-functions
9938 Alist of @acronym{MIME} multipart types and functions to handle them.
9939
9940 @vindex gnus-mime-display-multipart-alternative-as-mixed
9941 @item gnus-mime-display-multipart-alternative-as-mixed
9942 Display "multipart/alternative" parts as "multipart/mixed".
9943
9944 @vindex gnus-mime-display-multipart-related-as-mixed
9945 @item gnus-mime-display-multipart-related-as-mixed
9946 Display "multipart/related" parts as "multipart/mixed".
9947
9948 If displaying @samp{text/html} is discouraged, see
9949 @code{mm-discouraged-alternatives}, images or other material inside a
9950 "multipart/related" part might be overlooked when this variable is
9951 @code{nil}. @ref{Display Customization, Display Customization, ,
9952 emacs-mime, Emacs-Mime Manual}.
9953
9954 @vindex gnus-mime-display-multipart-as-mixed
9955 @item gnus-mime-display-multipart-as-mixed
9956 Display "multipart" parts as "multipart/mixed". If @code{t}, it
9957 overrides @code{nil} values of
9958 @code{gnus-mime-display-multipart-alternative-as-mixed} and
9959 @code{gnus-mime-display-multipart-related-as-mixed}.
9960
9961 @vindex mm-file-name-rewrite-functions
9962 @item mm-file-name-rewrite-functions
9963 List of functions used for rewriting file names of @acronym{MIME} parts.
9964 Each function takes a file name as input and returns a file name.
9965
9966 Ready-made functions include@*
9967 @code{mm-file-name-delete-whitespace},
9968 @code{mm-file-name-trim-whitespace},
9969 @code{mm-file-name-collapse-whitespace}, and
9970 @code{mm-file-name-replace-whitespace}. The later uses the value of
9971 the variable @code{mm-file-name-replace-whitespace} to replace each
9972 whitespace character in a file name with that string; default value
9973 is @code{"_"} (a single underscore).
9974 @findex mm-file-name-delete-whitespace
9975 @findex mm-file-name-trim-whitespace
9976 @findex mm-file-name-collapse-whitespace
9977 @findex mm-file-name-replace-whitespace
9978 @vindex mm-file-name-replace-whitespace
9979
9980 The standard functions @code{capitalize}, @code{downcase},
9981 @code{upcase}, and @code{upcase-initials} may be useful, too.
9982
9983 Everybody knows that whitespace characters in file names are evil,
9984 except those who don't know. If you receive lots of attachments from
9985 such unenlightened users, you can make live easier by adding
9986
9987 @lisp
9988 (setq mm-file-name-rewrite-functions
9989 '(mm-file-name-trim-whitespace
9990 mm-file-name-collapse-whitespace
9991 mm-file-name-replace-whitespace))
9992 @end lisp
9993
9994 @noindent
9995 to your @file{~/.gnus.el} file.
9996
9997 @end table
9998
9999
10000 @node Charsets
10001 @section Charsets
10002 @cindex charsets
10003
10004 People use different charsets, and we have @acronym{MIME} to let us know what
10005 charsets they use. Or rather, we wish we had. Many people use
10006 newsreaders and mailers that do not understand or use @acronym{MIME}, and
10007 just send out messages without saying what character sets they use. To
10008 help a bit with this, some local news hierarchies have policies that say
10009 what character set is the default. For instance, the @samp{fj}
10010 hierarchy uses @code{iso-2022-jp}.
10011
10012 @vindex gnus-group-charset-alist
10013 This knowledge is encoded in the @code{gnus-group-charset-alist}
10014 variable, which is an alist of regexps (use the first item to match full
10015 group names) and default charsets to be used when reading these groups.
10016
10017 @vindex gnus-newsgroup-ignored-charsets
10018 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
10019 aren't. These blithely mark messages as being in @code{iso-8859-1}
10020 even if they really are in @code{koi-8}. To help here, the
10021 @code{gnus-newsgroup-ignored-charsets} variable can be used. The
10022 charsets that are listed here will be ignored. The variable can be
10023 set on a group-by-group basis using the group parameters (@pxref{Group
10024 Parameters}). The default value is @code{(unknown-8bit x-unknown)},
10025 which includes values some agents insist on having in there.
10026
10027 @vindex gnus-group-posting-charset-alist
10028 When posting, @code{gnus-group-posting-charset-alist} is used to
10029 determine which charsets should not be encoded using the @acronym{MIME}
10030 encodings. For instance, some hierarchies discourage using
10031 quoted-printable header encoding.
10032
10033 This variable is an alist of regexps and permitted unencoded charsets
10034 for posting. Each element of the alist has the form @code{(}@var{test
10035 header body-list}@code{)}, where:
10036
10037 @table @var
10038 @item test
10039 is either a regular expression matching the newsgroup header or a
10040 variable to query,
10041 @item header
10042 is the charset which may be left unencoded in the header (@code{nil}
10043 means encode all charsets),
10044 @item body-list
10045 is a list of charsets which may be encoded using 8bit content-transfer
10046 encoding in the body, or one of the special values @code{nil} (always
10047 encode using quoted-printable) or @code{t} (always use 8bit).
10048 @end table
10049
10050 @cindex Russian
10051 @cindex koi8-r
10052 @cindex koi8-u
10053 @cindex iso-8859-5
10054 @cindex coding system aliases
10055 @cindex preferred charset
10056
10057 @xref{Encoding Customization, , Encoding Customization, emacs-mime,
10058 The Emacs MIME Manual}, for additional variables that control which
10059 MIME charsets are used when sending messages.
10060
10061 Other charset tricks that may be useful, although not Gnus-specific:
10062
10063 If there are several @acronym{MIME} charsets that encode the same Emacs
10064 charset, you can choose what charset to use by saying the following:
10065
10066 @lisp
10067 (put-charset-property 'cyrillic-iso8859-5
10068 'preferred-coding-system 'koi8-r)
10069 @end lisp
10070
10071 This means that Russian will be encoded using @code{koi8-r} instead of
10072 the default @code{iso-8859-5} @acronym{MIME} charset.
10073
10074 If you want to read messages in @code{koi8-u}, you can cheat and say
10075
10076 @lisp
10077 (define-coding-system-alias 'koi8-u 'koi8-r)
10078 @end lisp
10079
10080 This will almost do the right thing.
10081
10082 And finally, to read charsets like @code{windows-1251}, you can say
10083 something like
10084
10085 @lisp
10086 (codepage-setup 1251)
10087 (define-coding-system-alias 'windows-1251 'cp1251)
10088 @end lisp
10089
10090
10091 @node Article Commands
10092 @section Article Commands
10093
10094 @table @kbd
10095
10096 @item A P
10097 @cindex PostScript
10098 @cindex printing
10099 @kindex A P (Summary)
10100 @vindex gnus-ps-print-hook
10101 @findex gnus-summary-print-article
10102 Generate and print a PostScript image of the article buffer
10103 (@code{gnus-summary-print-article}). @code{gnus-ps-print-hook} will
10104 be run just before printing the buffer. An alternative way to print
10105 article is to use Muttprint (@pxref{Saving Articles}).
10106
10107 @item A C
10108 @vindex gnus-fetch-partial-articles
10109 @findex gnus-summary-show-complete-article
10110 If @code{<backend>-fetch-partial-articles} is non-@code{nil}, Gnus will
10111 fetch partial articles, if the backend it fetches them from supports
10112 it. Currently only @code{nnimap} does. If you're looking at a
10113 partial article, and want to see the complete article instead, then
10114 the @kbd{A C} command (@code{gnus-summary-show-complete-article}) will
10115 do so.
10116
10117 @end table
10118
10119
10120 @node Summary Sorting
10121 @section Summary Sorting
10122 @cindex summary sorting
10123
10124 You can have the summary buffer sorted in various ways, even though I
10125 can't really see why you'd want that.
10126
10127 @table @kbd
10128
10129 @item C-c C-s C-n
10130 @kindex C-c C-s C-n (Summary)
10131 @findex gnus-summary-sort-by-number
10132 Sort by article number (@code{gnus-summary-sort-by-number}).
10133
10134 @item C-c C-s C-m C-n
10135 @kindex C-c C-s C-n (Summary)
10136 @findex gnus-summary-sort-by-most-recent-number
10137 Sort by most recent article number
10138 (@code{gnus-summary-sort-by-most-recent-number}).
10139
10140 @item C-c C-s C-a
10141 @kindex C-c C-s C-a (Summary)
10142 @findex gnus-summary-sort-by-author
10143 Sort by author (@code{gnus-summary-sort-by-author}).
10144
10145 @item C-c C-s C-t
10146 @kindex C-c C-s C-t (Summary)
10147 @findex gnus-summary-sort-by-recipient
10148 Sort by recipient (@code{gnus-summary-sort-by-recipient}).
10149
10150 @item C-c C-s C-s
10151 @kindex C-c C-s C-s (Summary)
10152 @findex gnus-summary-sort-by-subject
10153 Sort by subject (@code{gnus-summary-sort-by-subject}).
10154
10155 @item C-c C-s C-d
10156 @kindex C-c C-s C-d (Summary)
10157 @findex gnus-summary-sort-by-date
10158 Sort by date (@code{gnus-summary-sort-by-date}).
10159
10160 @item C-c C-s C-m C-d
10161 @kindex C-c C-s C-m C-d (Summary)
10162 @findex gnus-summary-sort-by-most-recent-date
10163 Sort by most recent date (@code{gnus-summary-sort-by-most-recent-date}).
10164
10165 @item C-c C-s C-l
10166 @kindex C-c C-s C-l (Summary)
10167 @findex gnus-summary-sort-by-lines
10168 Sort by lines (@code{gnus-summary-sort-by-lines}).
10169
10170 @item C-c C-s C-c
10171 @kindex C-c C-s C-c (Summary)
10172 @findex gnus-summary-sort-by-chars
10173 Sort by article length (@code{gnus-summary-sort-by-chars}).
10174
10175 @item C-c C-s C-i
10176 @kindex C-c C-s C-i (Summary)
10177 @findex gnus-summary-sort-by-score
10178 Sort by score (@code{gnus-summary-sort-by-score}).
10179
10180 @item C-c C-s C-r
10181 @kindex C-c C-s C-r (Summary)
10182 @findex gnus-summary-sort-by-random
10183 Randomize (@code{gnus-summary-sort-by-random}).
10184
10185 @item C-c C-s C-o
10186 @kindex C-c C-s C-o (Summary)
10187 @findex gnus-summary-sort-by-original
10188 Sort using the default sorting method
10189 (@code{gnus-summary-sort-by-original}).
10190 @end table
10191
10192 These functions will work both when you use threading and when you don't
10193 use threading. In the latter case, all summary lines will be sorted,
10194 line by line. In the former case, sorting will be done on a
10195 root-by-root basis, which might not be what you were looking for. To
10196 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
10197 Commands}).
10198
10199 If a prefix argument if given, the sort order is reversed.
10200
10201
10202 @node Finding the Parent
10203 @section Finding the Parent
10204 @cindex parent articles
10205 @cindex referring articles
10206
10207 @table @kbd
10208 @item ^
10209 @kindex ^ (Summary)
10210 @findex gnus-summary-refer-parent-article
10211 If you'd like to read the parent of the current article, and it is not
10212 displayed in the summary buffer, you might still be able to. That is,
10213 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
10214 and the @code{References} in the current article are not mangled, you
10215 can just press @kbd{^} or @kbd{A r}
10216 (@code{gnus-summary-refer-parent-article}). If everything goes well,
10217 you'll get the parent. If the parent is already displayed in the
10218 summary buffer, point will just move to this article.
10219
10220 If given a positive numerical prefix, fetch that many articles back into
10221 the ancestry. If given a negative numerical prefix, fetch just that
10222 ancestor. So if you say @kbd{3 ^}, Gnus will fetch the parent, the
10223 grandparent and the grandgrandparent of the current article. If you say
10224 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
10225 article.
10226
10227 @item A R (Summary)
10228 @findex gnus-summary-refer-references
10229 @kindex A R (Summary)
10230 Fetch all articles mentioned in the @code{References} header of the
10231 article (@code{gnus-summary-refer-references}).
10232
10233 @item A T (Summary)
10234 @findex gnus-summary-refer-thread
10235 @kindex A T (Summary)
10236 Display the full thread where the current article appears
10237 (@code{gnus-summary-refer-thread}). This command has to fetch all the
10238 headers in the current group to work, so it usually takes a while. If
10239 you do it often, you may consider setting @code{gnus-fetch-old-headers}
10240 to @code{invisible} (@pxref{Filling In Threads}). This won't have any
10241 visible effects normally, but it'll make this command work a whole lot
10242 faster. Of course, it'll make group entry somewhat slow.
10243
10244 @vindex gnus-refer-thread-limit
10245 The @code{gnus-refer-thread-limit} variable says how many old (i.e.,
10246 articles before the first displayed in the current group) headers to
10247 fetch when doing this command. The default is 200. If @code{t}, all
10248 the available headers will be fetched. This variable can be overridden
10249 by giving the @kbd{A T} command a numerical prefix.
10250
10251 @item M-^ (Summary)
10252 @findex gnus-summary-refer-article
10253 @kindex M-^ (Summary)
10254 @cindex Message-ID
10255 @cindex fetching by Message-ID
10256 You can also ask Gnus for an arbitrary article, no matter what group it
10257 belongs to. @kbd{M-^} (@code{gnus-summary-refer-article}) will ask you
10258 for a @code{Message-ID}, which is one of those long, hard-to-read
10259 thingies that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.
10260 You have to get it all exactly right. No fuzzy searches, I'm afraid.
10261
10262 Gnus looks for the @code{Message-ID} in the headers that have already
10263 been fetched, but also tries all the select methods specified by
10264 @code{gnus-refer-article-method} if it is not found.
10265 @end table
10266
10267 @vindex gnus-refer-article-method
10268 If the group you are reading is located on a back end that does not
10269 support fetching by @code{Message-ID} very well (like @code{nnspool}),
10270 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method. It
10271 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
10272 updating the spool you are reading from, but that's not really
10273 necessary.
10274
10275 It can also be a list of select methods, as well as the special symbol
10276 @code{current}, which means to use the current select method. If it
10277 is a list, Gnus will try all the methods in the list until it finds a
10278 match.
10279
10280 Here's an example setting that will first try the current method, and
10281 then ask Google if that fails:
10282
10283 @lisp
10284 (setq gnus-refer-article-method
10285 '(current
10286 (nnweb "google" (nnweb-type google))))
10287 @end lisp
10288
10289 Most of the mail back ends support fetching by @code{Message-ID}, but
10290 do not do a particularly excellent job at it. That is, @code{nnmbox},
10291 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
10292 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
10293 only able to locate articles that have been posted to the current
10294 group. @code{nnmh} does not support this at all.
10295
10296 Fortunately, the special @code{nnregistry} back end is able to locate
10297 articles in any groups, regardless of their back end (@pxref{Registry
10298 Article Refer Method, fetching by @code{Message-ID} using the
10299 registry}).
10300
10301 @node Alternative Approaches
10302 @section Alternative Approaches
10303
10304 Different people like to read news using different methods. This being
10305 Gnus, we offer a small selection of minor modes for the summary buffers.
10306
10307 @menu
10308 * Pick and Read:: First mark articles and then read them.
10309 * Binary Groups:: Auto-decode all articles.
10310 @end menu
10311
10312
10313 @node Pick and Read
10314 @subsection Pick and Read
10315 @cindex pick and read
10316
10317 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
10318 a two-phased reading interface. The user first marks in a summary
10319 buffer the articles she wants to read. Then she starts reading the
10320 articles with just an article buffer displayed.
10321
10322 @findex gnus-pick-mode
10323 @kindex M-x gnus-pick-mode
10324 Gnus provides a summary buffer minor mode that allows
10325 this---@code{gnus-pick-mode}. This basically means that a few process
10326 mark commands become one-keystroke commands to allow easy marking, and
10327 it provides one additional command for switching to the summary buffer.
10328
10329 Here are the available keystrokes when using pick mode:
10330
10331 @table @kbd
10332 @item .
10333 @kindex . (Pick)
10334 @findex gnus-pick-article-or-thread
10335 Pick the article or thread on the current line
10336 (@code{gnus-pick-article-or-thread}). If the variable
10337 @code{gnus-thread-hide-subtree} is true, then this key selects the
10338 entire thread when used at the first article of the thread. Otherwise,
10339 it selects just the article. If given a numerical prefix, go to that
10340 thread or article and pick it. (The line number is normally displayed
10341 at the beginning of the summary pick lines.)
10342
10343 @item SPACE
10344 @kindex SPACE (Pick)
10345 @findex gnus-pick-next-page
10346 Scroll the summary buffer up one page (@code{gnus-pick-next-page}). If
10347 at the end of the buffer, start reading the picked articles.
10348
10349 @item u
10350 @kindex u (Pick)
10351 @findex gnus-pick-unmark-article-or-thread.
10352 Unpick the thread or article
10353 (@code{gnus-pick-unmark-article-or-thread}). If the variable
10354 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
10355 thread if used at the first article of the thread. Otherwise it unpicks
10356 just the article. You can give this key a numerical prefix to unpick
10357 the thread or article at that line.
10358
10359 @item RET
10360 @kindex RET (Pick)
10361 @findex gnus-pick-start-reading
10362 @vindex gnus-pick-display-summary
10363 Start reading the picked articles (@code{gnus-pick-start-reading}). If
10364 given a prefix, mark all unpicked articles as read first. If
10365 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
10366 will still be visible when you are reading.
10367
10368 @end table
10369
10370 All the normal summary mode commands are still available in the
10371 pick-mode, with the exception of @kbd{u}. However @kbd{!} is available
10372 which is mapped to the same function
10373 @code{gnus-summary-tick-article-forward}.
10374
10375 If this sounds like a good idea to you, you could say:
10376
10377 @lisp
10378 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
10379 @end lisp
10380
10381 @vindex gnus-pick-mode-hook
10382 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
10383
10384 @vindex gnus-mark-unpicked-articles-as-read
10385 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
10386 all unpicked articles as read. The default is @code{nil}.
10387
10388 @vindex gnus-summary-pick-line-format
10389 The summary line format in pick mode is slightly different from the
10390 standard format. At the beginning of each line the line number is
10391 displayed. The pick mode line format is controlled by the
10392 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
10393 Variables}). It accepts the same format specs that
10394 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
10395
10396
10397 @node Binary Groups
10398 @subsection Binary Groups
10399 @cindex binary groups
10400
10401 @findex gnus-binary-mode
10402 @kindex M-x gnus-binary-mode
10403 If you spend much time in binary groups, you may grow tired of hitting
10404 @kbd{X u}, @kbd{n}, @kbd{RET} all the time. @kbd{M-x gnus-binary-mode}
10405 is a minor mode for summary buffers that makes all ordinary Gnus article
10406 selection functions uudecode series of articles and display the result
10407 instead of just displaying the articles the normal way.
10408
10409 @kindex g (Binary)
10410 @findex gnus-binary-show-article
10411 The only way, in fact, to see the actual articles is the @kbd{g}
10412 command, when you have turned on this mode
10413 (@code{gnus-binary-show-article}).
10414
10415 @vindex gnus-binary-mode-hook
10416 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
10417
10418
10419 @node Tree Display
10420 @section Tree Display
10421 @cindex trees
10422
10423 @vindex gnus-use-trees
10424 If you don't like the normal Gnus summary display, you might try setting
10425 @code{gnus-use-trees} to @code{t}. This will create (by default) an
10426 additional @dfn{tree buffer}. You can execute all summary mode commands
10427 in the tree buffer.
10428
10429 There are a few variables to customize the tree display, of course:
10430
10431 @table @code
10432 @item gnus-tree-mode-hook
10433 @vindex gnus-tree-mode-hook
10434 A hook called in all tree mode buffers.
10435
10436 @item gnus-tree-mode-line-format
10437 @vindex gnus-tree-mode-line-format
10438 A format string for the mode bar in the tree mode buffers (@pxref{Mode
10439 Line Formatting}). The default is @samp{Gnus: %%b %S %Z}. For a list
10440 of valid specs, @pxref{Summary Buffer Mode Line}.
10441
10442 @item gnus-selected-tree-face
10443 @vindex gnus-selected-tree-face
10444 Face used for highlighting the selected article in the tree buffer. The
10445 default is @code{modeline}.
10446
10447 @item gnus-tree-line-format
10448 @vindex gnus-tree-line-format
10449 A format string for the tree nodes. The name is a bit of a misnomer,
10450 though---it doesn't define a line, but just the node. The default value
10451 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
10452 the name of the poster. It is vital that all nodes are of the same
10453 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
10454
10455 Valid specs are:
10456
10457 @table @samp
10458 @item n
10459 The name of the poster.
10460 @item f
10461 The @code{From} header.
10462 @item N
10463 The number of the article.
10464 @item [
10465 The opening bracket.
10466 @item ]
10467 The closing bracket.
10468 @item s
10469 The subject.
10470 @end table
10471
10472 @xref{Formatting Variables}.
10473
10474 Variables related to the display are:
10475
10476 @table @code
10477 @item gnus-tree-brackets
10478 @vindex gnus-tree-brackets
10479 This is used for differentiating between ``real'' articles and
10480 ``sparse'' articles. The format is
10481 @example
10482 ((@var{real-open} . @var{real-close})
10483 (@var{sparse-open} . @var{sparse-close})
10484 (@var{dummy-open} . @var{dummy-close}))
10485 @end example
10486 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
10487
10488 @item gnus-tree-parent-child-edges
10489 @vindex gnus-tree-parent-child-edges
10490 This is a list that contains the characters used for connecting parent
10491 nodes to their children. The default is @code{(?- ?\\ ?|)}.
10492
10493 @end table
10494
10495 @item gnus-tree-minimize-window
10496 @vindex gnus-tree-minimize-window
10497 If this variable is non-@code{nil}, Gnus will try to keep the tree
10498 buffer as small as possible to allow more room for the other Gnus
10499 windows. If this variable is a number, the tree buffer will never be
10500 higher than that number. The default is @code{t}. Note that if you
10501 have several windows displayed side-by-side in a frame and the tree
10502 buffer is one of these, minimizing the tree window will also resize all
10503 other windows displayed next to it.
10504
10505 You may also wish to add the following hook to keep the window minimized
10506 at all times:
10507
10508 @lisp
10509 (add-hook 'gnus-configure-windows-hook
10510 'gnus-tree-perhaps-minimize)
10511 @end lisp
10512
10513 @item gnus-generate-tree-function
10514 @vindex gnus-generate-tree-function
10515 @findex gnus-generate-horizontal-tree
10516 @findex gnus-generate-vertical-tree
10517 The function that actually generates the thread tree. Two predefined
10518 functions are available: @code{gnus-generate-horizontal-tree} and
10519 @code{gnus-generate-vertical-tree} (which is the default).
10520
10521 @end table
10522
10523 Here's an example from a horizontal tree buffer:
10524
10525 @example
10526 @{***@}-(***)-[odd]-[Gun]
10527 | \[Jan]
10528 | \[odd]-[Eri]
10529 | \(***)-[Eri]
10530 | \[odd]-[Paa]
10531 \[Bjo]
10532 \[Gun]
10533 \[Gun]-[Jor]
10534 @end example
10535
10536 Here's the same thread displayed in a vertical tree buffer:
10537
10538 @example
10539 @group
10540 @{***@}
10541 |--------------------------\-----\-----\
10542 (***) [Bjo] [Gun] [Gun]
10543 |--\-----\-----\ |
10544 [odd] [Jan] [odd] (***) [Jor]
10545 | | |--\
10546 [Gun] [Eri] [Eri] [odd]
10547 |
10548 [Paa]
10549 @end group
10550 @end example
10551
10552 If you're using horizontal trees, it might be nice to display the trees
10553 side-by-side with the summary buffer. You could add something like the
10554 following to your @file{~/.gnus.el} file:
10555
10556 @lisp
10557 (setq gnus-use-trees t
10558 gnus-generate-tree-function 'gnus-generate-horizontal-tree
10559 gnus-tree-minimize-window nil)
10560 (gnus-add-configuration
10561 '(article
10562 (vertical 1.0
10563 (horizontal 0.25
10564 (summary 0.75 point)
10565 (tree 1.0))
10566 (article 1.0))))
10567 @end lisp
10568
10569 @xref{Window Layout}.
10570
10571
10572 @node Mail Group Commands
10573 @section Mail Group Commands
10574 @cindex mail group commands
10575
10576 Some commands only make sense in mail groups. If these commands are
10577 invalid in the current group, they will raise a hell and let you know.
10578
10579 All these commands (except the expiry and edit commands) use the
10580 process/prefix convention (@pxref{Process/Prefix}).
10581
10582 @table @kbd
10583
10584 @item B e
10585 @kindex B e (Summary)
10586 @findex gnus-summary-expire-articles
10587 @cindex expiring mail
10588 Run all expirable articles in the current group through the expiry
10589 process (@code{gnus-summary-expire-articles}). That is, delete all
10590 expirable articles in the group that have been around for a while.
10591 (@pxref{Expiring Mail}).
10592
10593 @item B C-M-e
10594 @kindex B C-M-e (Summary)
10595 @findex gnus-summary-expire-articles-now
10596 @cindex expiring mail
10597 Delete all the expirable articles in the group
10598 (@code{gnus-summary-expire-articles-now}). This means that @strong{all}
10599 articles eligible for expiry in the current group will
10600 disappear forever into that big @file{/dev/null} in the sky.
10601
10602 @item B DEL
10603 @kindex B DEL (Summary)
10604 @cindex deleting mail
10605 @findex gnus-summary-delete-article
10606 @c @icon{gnus-summary-mail-delete}
10607 Delete the mail article. This is ``delete'' as in ``delete it from your
10608 disk forever and ever, never to return again.'' Use with caution.
10609 (@code{gnus-summary-delete-article}).
10610
10611 @item B m
10612 @kindex B m (Summary)
10613 @cindex move mail
10614 @findex gnus-summary-move-article
10615 @vindex gnus-preserve-marks
10616 Move the article from one mail group to another
10617 (@code{gnus-summary-move-article}). Marks will be preserved if
10618 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10619
10620 @item B c
10621 @kindex B c (Summary)
10622 @cindex copy mail
10623 @findex gnus-summary-copy-article
10624 @c @icon{gnus-summary-mail-copy}
10625 Copy the article from one group (mail group or not) to a mail group
10626 (@code{gnus-summary-copy-article}). Marks will be preserved if
10627 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10628
10629 @item B B
10630 @kindex B B (Summary)
10631 @cindex crosspost mail
10632 @findex gnus-summary-crosspost-article
10633 Crosspost the current article to some other group
10634 (@code{gnus-summary-crosspost-article}). This will create a new copy of
10635 the article in the other group, and the Xref headers of the article will
10636 be properly updated.
10637
10638 @item B i
10639 @kindex B i (Summary)
10640 @findex gnus-summary-import-article
10641 Import an arbitrary file into the current mail newsgroup
10642 (@code{gnus-summary-import-article}). You will be prompted for a file
10643 name, a @code{From} header and a @code{Subject} header.
10644
10645 @item B I
10646 @kindex B I (Summary)
10647 @findex gnus-summary-create-article
10648 Create an empty article in the current mail newsgroups
10649 (@code{gnus-summary-create-article}). You will be prompted for a
10650 @code{From} header and a @code{Subject} header.
10651
10652 @item B r
10653 @kindex B r (Summary)
10654 @findex gnus-summary-respool-article
10655 @vindex gnus-summary-respool-default-method
10656 Respool the mail article (@code{gnus-summary-respool-article}).
10657 @code{gnus-summary-respool-default-method} will be used as the default
10658 select method when respooling. This variable is @code{nil} by default,
10659 which means that the current group select method will be used instead.
10660 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10661 (which is the default).
10662
10663 @item B w
10664 @itemx e
10665 @kindex B w (Summary)
10666 @kindex e (Summary)
10667 @findex gnus-summary-edit-article
10668 @kindex C-c C-c (Article)
10669 @findex gnus-summary-edit-article-done
10670 Edit the current article (@code{gnus-summary-edit-article}). To finish
10671 editing and make the changes permanent, type @kbd{C-c C-c}
10672 (@code{gnus-summary-edit-article-done}). If you give a prefix to the
10673 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
10674
10675 @item B q
10676 @kindex B q (Summary)
10677 @findex gnus-summary-respool-query
10678 If you want to re-spool an article, you might be curious as to what group
10679 the article will end up in before you do the re-spooling. This command
10680 will tell you (@code{gnus-summary-respool-query}).
10681
10682 @item B t
10683 @kindex B t (Summary)
10684 @findex gnus-summary-respool-trace
10685 Similarly, this command will display all fancy splitting patterns used
10686 when respooling, if any (@code{gnus-summary-respool-trace}).
10687
10688 @item B p
10689 @kindex B p (Summary)
10690 @findex gnus-summary-article-posted-p
10691 Some people have a tendency to send you ``courtesy'' copies when they
10692 follow up to articles you have posted. These usually have a
10693 @code{Newsgroups} header in them, but not always. This command
10694 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10695 article from your news server (or rather, from
10696 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10697 report back whether it found the article or not. Even if it says that
10698 it didn't find the article, it may have been posted anyway---mail
10699 propagation is much faster than news propagation, and the news copy may
10700 just not have arrived yet.
10701
10702 @item K E
10703 @kindex K E (Summary)
10704 @findex gnus-article-encrypt-body
10705 @vindex gnus-article-encrypt-protocol
10706 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10707 The body is encrypted with the encryption protocol specified by the
10708 variable @code{gnus-article-encrypt-protocol}.
10709
10710 @end table
10711
10712 @vindex gnus-move-split-methods
10713 @cindex moving articles
10714 If you move (or copy) articles regularly, you might wish to have Gnus
10715 suggest where to put the articles. @code{gnus-move-split-methods} is a
10716 variable that uses the same syntax as @code{gnus-split-methods}
10717 (@pxref{Saving Articles}). You may customize that variable to create
10718 suggestions you find reasonable. (Note that
10719 @code{gnus-move-split-methods} uses group names where
10720 @code{gnus-split-methods} uses file names.)
10721
10722 @lisp
10723 (setq gnus-move-split-methods
10724 '(("^From:.*Lars Magne" "nnml:junk")
10725 ("^Subject:.*gnus" "nnfolder:important")
10726 (".*" "nnml:misc")))
10727 @end lisp
10728
10729
10730 @node Various Summary Stuff
10731 @section Various Summary Stuff
10732
10733 @menu
10734 * Summary Group Information:: Information oriented commands.
10735 * Searching for Articles:: Multiple article commands.
10736 * Summary Generation Commands::
10737 * Really Various Summary Commands:: Those pesky non-conformant commands.
10738 @end menu
10739
10740 @table @code
10741 @vindex gnus-summary-display-while-building
10742 @item gnus-summary-display-while-building
10743 If non-@code{nil}, show and update the summary buffer as it's being
10744 built. If @code{t}, update the buffer after every line is inserted.
10745 If the value is an integer, @var{n}, update the display every @var{n}
10746 lines. The default is @code{nil}.
10747
10748 @vindex gnus-summary-display-arrow
10749 @item gnus-summary-display-arrow
10750 If non-@code{nil}, display an arrow in the fringe to indicate the
10751 current article.
10752
10753 @vindex gnus-summary-mode-hook
10754 @item gnus-summary-mode-hook
10755 This hook is called when creating a summary mode buffer.
10756
10757 @vindex gnus-summary-generate-hook
10758 @item gnus-summary-generate-hook
10759 This is called as the last thing before doing the threading and the
10760 generation of the summary buffer. It's quite convenient for customizing
10761 the threading variables based on what data the newsgroup has. This hook
10762 is called from the summary buffer after most summary buffer variables
10763 have been set.
10764
10765 @vindex gnus-summary-prepare-hook
10766 @item gnus-summary-prepare-hook
10767 It is called after the summary buffer has been generated. You might use
10768 it to, for instance, highlight lines or modify the look of the buffer in
10769 some other ungodly manner. I don't care.
10770
10771 @vindex gnus-summary-prepared-hook
10772 @item gnus-summary-prepared-hook
10773 A hook called as the very last thing after the summary buffer has been
10774 generated.
10775
10776 @vindex gnus-summary-ignore-duplicates
10777 @item gnus-summary-ignore-duplicates
10778 When Gnus discovers two articles that have the same @code{Message-ID},
10779 it has to do something drastic. No articles are allowed to have the
10780 same @code{Message-ID}, but this may happen when reading mail from some
10781 sources. Gnus allows you to customize what happens with this variable.
10782 If it is @code{nil} (which is the default), Gnus will rename the
10783 @code{Message-ID} (for display purposes only) and display the article as
10784 any other article. If this variable is @code{t}, it won't display the
10785 article---it'll be as if it never existed.
10786
10787 @vindex gnus-alter-articles-to-read-function
10788 @item gnus-alter-articles-to-read-function
10789 This function, which takes two parameters (the group name and the list
10790 of articles to be selected), is called to allow the user to alter the
10791 list of articles to be selected.
10792
10793 For instance, the following function adds the list of cached articles to
10794 the list in one particular group:
10795
10796 @lisp
10797 (defun my-add-cached-articles (group articles)
10798 (if (string= group "some.group")
10799 (append gnus-newsgroup-cached articles)
10800 articles))
10801 @end lisp
10802
10803 @vindex gnus-newsgroup-variables
10804 @item gnus-newsgroup-variables
10805 A list of newsgroup (summary buffer) local variables, or cons of
10806 variables and their default expressions to be evalled (when the default
10807 values are not @code{nil}), that should be made global while the summary
10808 buffer is active.
10809
10810 Note: The default expressions will be evaluated (using function
10811 @code{eval}) before assignment to the local variable rather than just
10812 assigned to it. If the default expression is the symbol @code{global},
10813 that symbol will not be evaluated but the global value of the local
10814 variable will be used instead.
10815
10816 These variables can be used to set variables in the group parameters
10817 while still allowing them to affect operations done in other
10818 buffers. For example:
10819
10820 @lisp
10821 (setq gnus-newsgroup-variables
10822 '(message-use-followup-to
10823 (gnus-visible-headers .
10824 "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10825 @end lisp
10826
10827 Also @pxref{Group Parameters}.
10828
10829 @end table
10830
10831
10832 @node Summary Group Information
10833 @subsection Summary Group Information
10834
10835 @table @kbd
10836
10837 @item H d
10838 @kindex H d (Summary)
10839 @findex gnus-summary-describe-group
10840 Give a brief description of the current group
10841 (@code{gnus-summary-describe-group}). If given a prefix, force
10842 rereading the description from the server.
10843
10844 @item H h
10845 @kindex H h (Summary)
10846 @findex gnus-summary-describe-briefly
10847 Give an extremely brief description of the most important summary
10848 keystrokes (@code{gnus-summary-describe-briefly}).
10849
10850 @item H i
10851 @kindex H i (Summary)
10852 @findex gnus-info-find-node
10853 Go to the Gnus info node (@code{gnus-info-find-node}).
10854 @end table
10855
10856
10857 @node Searching for Articles
10858 @subsection Searching for Articles
10859
10860 @table @kbd
10861
10862 @item M-s
10863 @kindex M-s (Summary)
10864 @findex gnus-summary-search-article-forward
10865 Search through all subsequent (raw) articles for a regexp
10866 (@code{gnus-summary-search-article-forward}).
10867
10868 @item M-r
10869 @kindex M-r (Summary)
10870 @findex gnus-summary-search-article-backward
10871 Search through all previous (raw) articles for a regexp
10872 (@code{gnus-summary-search-article-backward}).
10873
10874 @item M-S
10875 @kindex M-S (Summary)
10876 @findex gnus-summary-repeat-search-article-forward
10877 Repeat the previous search forwards
10878 (@code{gnus-summary-repeat-search-article-forward}).
10879
10880 @item M-R
10881 @kindex M-R (Summary)
10882 @findex gnus-summary-repeat-search-article-backward
10883 Repeat the previous search backwards
10884 (@code{gnus-summary-repeat-search-article-backward}).
10885
10886 @item &
10887 @kindex & (Summary)
10888 @findex gnus-summary-execute-command
10889 This command will prompt you for a header, a regular expression to match
10890 on this field, and a command to be executed if the match is made
10891 (@code{gnus-summary-execute-command}). If the header is an empty
10892 string, the match is done on the entire article. If given a prefix,
10893 search backward instead.
10894
10895 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10896 all articles that have heads or bodies that match @samp{some.*string}.
10897
10898 @item M-&
10899 @kindex M-& (Summary)
10900 @findex gnus-summary-universal-argument
10901 Perform any operation on all articles that have been marked with
10902 the process mark (@code{gnus-summary-universal-argument}).
10903 @end table
10904
10905 @node Summary Generation Commands
10906 @subsection Summary Generation Commands
10907
10908 @table @kbd
10909
10910 @item Y g
10911 @kindex Y g (Summary)
10912 @findex gnus-summary-prepare
10913 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10914
10915 @item Y c
10916 @kindex Y c (Summary)
10917 @findex gnus-summary-insert-cached-articles
10918 Pull all cached articles (for the current group) into the summary buffer
10919 (@code{gnus-summary-insert-cached-articles}).
10920
10921 @item Y d
10922 @kindex Y d (Summary)
10923 @findex gnus-summary-insert-dormant-articles
10924 Pull all dormant articles (for the current group) into the summary buffer
10925 (@code{gnus-summary-insert-dormant-articles}).
10926
10927 @item Y t
10928 @kindex Y t (Summary)
10929 @findex gnus-summary-insert-ticked-articles
10930 Pull all ticked articles (for the current group) into the summary buffer
10931 (@code{gnus-summary-insert-ticked-articles}).
10932
10933 @end table
10934
10935
10936 @node Really Various Summary Commands
10937 @subsection Really Various Summary Commands
10938
10939 @table @kbd
10940
10941 @item A D
10942 @itemx C-d
10943 @kindex C-d (Summary)
10944 @kindex A D (Summary)
10945 @findex gnus-summary-enter-digest-group
10946 If the current article is a collection of other articles (for instance,
10947 a digest), you might use this command to enter a group based on the that
10948 article (@code{gnus-summary-enter-digest-group}). Gnus will try to
10949 guess what article type is currently displayed unless you give a prefix
10950 to this command, which forces a ``digest'' interpretation. Basically,
10951 whenever you see a message that is a collection of other messages of
10952 some format, you @kbd{C-d} and read these messages in a more convenient
10953 fashion.
10954
10955 @vindex gnus-auto-select-on-ephemeral-exit
10956 The variable @code{gnus-auto-select-on-ephemeral-exit} controls what
10957 article should be selected after exiting a digest group. Valid values
10958 include:
10959
10960 @table @code
10961 @item next
10962 Select the next article.
10963
10964 @item next-unread
10965 Select the next unread article.
10966
10967 @item next-noselect
10968 Move the cursor to the next article. This is the default.
10969
10970 @item next-unread-noselect
10971 Move the cursor to the next unread article.
10972 @end table
10973
10974 If it has any other value or there is no next (unread) article, the
10975 article selected before entering to the digest group will appear.
10976
10977 @item C-M-d
10978 @kindex C-M-d (Summary)
10979 @findex gnus-summary-read-document
10980 This command is very similar to the one above, but lets you gather
10981 several documents into one biiig group
10982 (@code{gnus-summary-read-document}). It does this by opening several
10983 @code{nndoc} groups for each document, and then opening an
10984 @code{nnvirtual} group on top of these @code{nndoc} groups. This
10985 command understands the process/prefix convention
10986 (@pxref{Process/Prefix}).
10987
10988 @item C-t
10989 @kindex C-t (Summary)
10990 @findex gnus-summary-toggle-truncation
10991 Toggle truncation of summary lines
10992 (@code{gnus-summary-toggle-truncation}). This will probably confuse the
10993 line centering function in the summary buffer, so it's not a good idea
10994 to have truncation switched off while reading articles.
10995
10996 @item =
10997 @kindex = (Summary)
10998 @findex gnus-summary-expand-window
10999 Expand the summary buffer window (@code{gnus-summary-expand-window}).
11000 If given a prefix, force an @code{article} window configuration.
11001
11002 @item C-M-e
11003 @kindex C-M-e (Summary)
11004 @findex gnus-summary-edit-parameters
11005 Edit the group parameters (@pxref{Group Parameters}) of the current
11006 group (@code{gnus-summary-edit-parameters}).
11007
11008 @item C-M-a
11009 @kindex C-M-a (Summary)
11010 @findex gnus-summary-customize-parameters
11011 Customize the group parameters (@pxref{Group Parameters}) of the current
11012 group (@code{gnus-summary-customize-parameters}).
11013
11014 @end table
11015
11016
11017 @node Exiting the Summary Buffer
11018 @section Exiting the Summary Buffer
11019 @cindex summary exit
11020 @cindex exiting groups
11021
11022 Exiting from the summary buffer will normally update all info on the
11023 group and return you to the group buffer.
11024
11025 @table @kbd
11026
11027 @item Z Z
11028 @itemx Z Q
11029 @itemx q
11030 @kindex Z Z (Summary)
11031 @kindex Z Q (Summary)
11032 @kindex q (Summary)
11033 @findex gnus-summary-exit
11034 @vindex gnus-summary-exit-hook
11035 @vindex gnus-summary-prepare-exit-hook
11036 @vindex gnus-group-no-more-groups-hook
11037 @c @icon{gnus-summary-exit}
11038 Exit the current group and update all information on the group
11039 (@code{gnus-summary-exit}). @code{gnus-summary-prepare-exit-hook} is
11040 called before doing much of the exiting, which calls
11041 @code{gnus-summary-expire-articles} by default.
11042 @code{gnus-summary-exit-hook} is called after finishing the exit
11043 process. @code{gnus-group-no-more-groups-hook} is run when returning to
11044 group mode having no more (unread) groups.
11045
11046 @item Z E
11047 @itemx Q
11048 @kindex Z E (Summary)
11049 @kindex Q (Summary)
11050 @findex gnus-summary-exit-no-update
11051 Exit the current group without updating any information on the group
11052 (@code{gnus-summary-exit-no-update}).
11053
11054 @item Z c
11055 @itemx c
11056 @kindex Z c (Summary)
11057 @kindex c (Summary)
11058 @findex gnus-summary-catchup-and-exit
11059 @c @icon{gnus-summary-catchup-and-exit}
11060 Mark all unticked articles in the group as read and then exit
11061 (@code{gnus-summary-catchup-and-exit}).
11062
11063 @item Z C
11064 @kindex Z C (Summary)
11065 @findex gnus-summary-catchup-all-and-exit
11066 Mark all articles, even the ticked ones, as read and then exit
11067 (@code{gnus-summary-catchup-all-and-exit}).
11068
11069 @item Z n
11070 @kindex Z n (Summary)
11071 @findex gnus-summary-catchup-and-goto-next-group
11072 Mark all articles as read and go to the next group
11073 (@code{gnus-summary-catchup-and-goto-next-group}).
11074
11075 @item Z p
11076 @kindex Z p (Summary)
11077 @findex gnus-summary-catchup-and-goto-prev-group
11078 Mark all articles as read and go to the previous group
11079 (@code{gnus-summary-catchup-and-goto-prev-group}).
11080
11081 @item Z R
11082 @itemx C-x C-s
11083 @kindex Z R (Summary)
11084 @kindex C-x C-s (Summary)
11085 @findex gnus-summary-reselect-current-group
11086 Exit this group, and then enter it again
11087 (@code{gnus-summary-reselect-current-group}). If given a prefix, select
11088 all articles, both read and unread.
11089
11090 @item Z G
11091 @itemx M-g
11092 @kindex Z G (Summary)
11093 @kindex M-g (Summary)
11094 @findex gnus-summary-rescan-group
11095 @c @icon{gnus-summary-mail-get}
11096 Exit the group, check for new articles in the group, and select the
11097 group (@code{gnus-summary-rescan-group}). If given a prefix, select all
11098 articles, both read and unread.
11099
11100 @item Z N
11101 @kindex Z N (Summary)
11102 @findex gnus-summary-next-group
11103 Exit the group and go to the next group
11104 (@code{gnus-summary-next-group}).
11105
11106 @item Z P
11107 @kindex Z P (Summary)
11108 @findex gnus-summary-prev-group
11109 Exit the group and go to the previous group
11110 (@code{gnus-summary-prev-group}).
11111
11112 @item Z s
11113 @kindex Z s (Summary)
11114 @findex gnus-summary-save-newsrc
11115 Save the current number of read/marked articles in the dribble buffer
11116 and then save the dribble buffer (@code{gnus-summary-save-newsrc}). If
11117 given a prefix, also save the @file{.newsrc} file(s). Using this
11118 command will make exit without updating (the @kbd{Q} command) worthless.
11119 @end table
11120
11121 @vindex gnus-exit-group-hook
11122 @code{gnus-exit-group-hook} is called when you exit the current group
11123 with an ``updating'' exit. For instance @kbd{Q}
11124 (@code{gnus-summary-exit-no-update}) does not call this hook.
11125
11126 @findex gnus-summary-wake-up-the-dead
11127 @findex gnus-dead-summary-mode
11128 @vindex gnus-kill-summary-on-exit
11129 If you're in the habit of exiting groups, and then changing your mind
11130 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
11131 If you do that, Gnus won't kill the summary buffer when you exit it.
11132 (Quelle surprise!) Instead it will change the name of the buffer to
11133 something like @samp{*Dead Summary ... *} and install a minor mode
11134 called @code{gnus-dead-summary-mode}. Now, if you switch back to this
11135 buffer, you'll find that all keys are mapped to a function called
11136 @code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead
11137 summary buffer will result in a live, normal summary buffer.
11138
11139 There will never be more than one dead summary buffer at any one time.
11140
11141 @vindex gnus-use-cross-reference
11142 The data on the current group will be updated (which articles you have
11143 read, which articles you have replied to, etc.) when you exit the
11144 summary buffer. If the @code{gnus-use-cross-reference} variable is
11145 @code{t} (which is the default), articles that are cross-referenced to
11146 this group and are marked as read, will also be marked as read in the
11147 other subscribed groups they were cross-posted to. If this variable is
11148 neither @code{nil} nor @code{t}, the article will be marked as read in
11149 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
11150
11151
11152 @node Crosspost Handling
11153 @section Crosspost Handling
11154
11155 @cindex velveeta
11156 @cindex spamming
11157 Marking cross-posted articles as read ensures that you'll never have to
11158 read the same article more than once. Unless, of course, somebody has
11159 posted it to several groups separately. Posting the same article to
11160 several groups (not cross-posting) is called @dfn{spamming}, and you are
11161 by law required to send nasty-grams to anyone who perpetrates such a
11162 heinous crime.
11163
11164 Remember: Cross-posting is kinda ok, but posting the same article
11165 separately to several groups is not. Massive cross-posting (aka.
11166 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
11167 @code{gnus-summary-mail-crosspost-complaint} command to complain about
11168 excessive crossposting (@pxref{Summary Mail Commands}).
11169
11170 @cindex cross-posting
11171 @cindex Xref
11172 @cindex @acronym{NOV}
11173 One thing that may cause Gnus to not do the cross-posting thing
11174 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
11175 (which is very nice, because it speeds things up considerably) which
11176 does not include the @code{Xref} header in its @acronym{NOV} lines. This is
11177 Evil, but all too common, alas, alack. Gnus tries to Do The Right Thing
11178 even with @sc{xover} by registering the @code{Xref} lines of all
11179 articles you actually read, but if you kill the articles, or just mark
11180 them as read without reading them, Gnus will not get a chance to snoop
11181 the @code{Xref} lines out of these articles, and will be unable to use
11182 the cross reference mechanism.
11183
11184 @cindex LIST overview.fmt
11185 @cindex overview.fmt
11186 To check whether your @acronym{NNTP} server includes the @code{Xref} header
11187 in its overview files, try @samp{telnet your.nntp.server nntp},
11188 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
11189 overview.fmt}. This may not work, but if it does, and the last line you
11190 get does not read @samp{Xref:full}, then you should shout and whine at
11191 your news admin until she includes the @code{Xref} header in the
11192 overview files.
11193
11194 If you want Gnus to get the @code{Xref}s right all the time, you have to
11195 set @code{nntp-nov-is-evil} to @code{t}, which slows things down
11196 considerably. Also @pxref{Slow/Expensive Connection}.
11197
11198 C'est la vie.
11199
11200 For an alternative approach, @pxref{Duplicate Suppression}.
11201
11202
11203 @node Duplicate Suppression
11204 @section Duplicate Suppression
11205
11206 By default, Gnus tries to make sure that you don't have to read the same
11207 article more than once by utilizing the crossposting mechanism
11208 (@pxref{Crosspost Handling}). However, that simple and efficient
11209 approach may not work satisfactory for some users for various
11210 reasons.
11211
11212 @enumerate
11213 @item
11214 The @acronym{NNTP} server may fail to generate the @code{Xref} header. This
11215 is evil and not very common.
11216
11217 @item
11218 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
11219 @file{.overview} data bases. This is evil and all too common, alas.
11220
11221 @item
11222 You may be reading the same group (or several related groups) from
11223 different @acronym{NNTP} servers.
11224
11225 @item
11226 You may be getting mail that duplicates articles posted to groups.
11227 @end enumerate
11228
11229 I'm sure there are other situations where @code{Xref} handling fails as
11230 well, but these four are the most common situations.
11231
11232 If, and only if, @code{Xref} handling fails for you, then you may
11233 consider switching on @dfn{duplicate suppression}. If you do so, Gnus
11234 will remember the @code{Message-ID}s of all articles you have read or
11235 otherwise marked as read, and then, as if by magic, mark them as read
11236 all subsequent times you see them---in @emph{all} groups. Using this
11237 mechanism is quite likely to be somewhat inefficient, but not overly
11238 so. It's certainly preferable to reading the same articles more than
11239 once.
11240
11241 Duplicate suppression is not a very subtle instrument. It's more like a
11242 sledge hammer than anything else. It works in a very simple
11243 fashion---if you have marked an article as read, it adds this Message-ID
11244 to a cache. The next time it sees this Message-ID, it will mark the
11245 article as read with the @samp{M} mark. It doesn't care what group it
11246 saw the article in.
11247
11248 @table @code
11249 @item gnus-suppress-duplicates
11250 @vindex gnus-suppress-duplicates
11251 If non-@code{nil}, suppress duplicates.
11252
11253 @item gnus-save-duplicate-list
11254 @vindex gnus-save-duplicate-list
11255 If non-@code{nil}, save the list of duplicates to a file. This will
11256 make startup and shutdown take longer, so the default is @code{nil}.
11257 However, this means that only duplicate articles read in a single Gnus
11258 session are suppressed.
11259
11260 @item gnus-duplicate-list-length
11261 @vindex gnus-duplicate-list-length
11262 This variable says how many @code{Message-ID}s to keep in the duplicate
11263 suppression list. The default is 10000.
11264
11265 @item gnus-duplicate-file
11266 @vindex gnus-duplicate-file
11267 The name of the file to store the duplicate suppression list in. The
11268 default is @file{~/News/suppression}.
11269 @end table
11270
11271 If you have a tendency to stop and start Gnus often, setting
11272 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea. If
11273 you leave Gnus running for weeks on end, you may have it @code{nil}. On
11274 the other hand, saving the list makes startup and shutdown much slower,
11275 so that means that if you stop and start Gnus often, you should set
11276 @code{gnus-save-duplicate-list} to @code{nil}. Uhm. I'll leave this up
11277 to you to figure out, I think.
11278
11279 @node Security
11280 @section Security
11281
11282 Gnus is able to verify signed messages or decrypt encrypted messages.
11283 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
11284 and @acronym{S/MIME}, however you need some external programs to get
11285 things to work:
11286
11287 @enumerate
11288 @item
11289 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
11290 install an OpenPGP implementation such as GnuPG@. The Lisp interface
11291 to GnuPG included with Emacs is called EasyPG (@pxref{Top, ,EasyPG,
11292 epa, EasyPG Assistant user's manual}), but PGG (@pxref{Top, ,PGG, pgg,
11293 PGG Manual}), and Mailcrypt are also supported.
11294
11295 @item
11296 To handle @acronym{S/MIME} message, you need to install OpenSSL@. OpenSSL 0.9.6
11297 or newer is recommended.
11298
11299 @end enumerate
11300
11301 The variables that control security functionality on reading/composing
11302 messages include:
11303
11304 @table @code
11305 @item mm-verify-option
11306 @vindex mm-verify-option
11307 Option of verifying signed parts. @code{never}, not verify;
11308 @code{always}, always verify; @code{known}, only verify known
11309 protocols. Otherwise, ask user.
11310
11311 @item mm-decrypt-option
11312 @vindex mm-decrypt-option
11313 Option of decrypting encrypted parts. @code{never}, no decryption;
11314 @code{always}, always decrypt; @code{known}, only decrypt known
11315 protocols. Otherwise, ask user.
11316
11317 @item mm-sign-option
11318 @vindex mm-sign-option
11319 Option of creating signed parts. @code{nil}, use default signing
11320 keys; @code{guided}, ask user to select signing keys from the menu.
11321
11322 @item mm-encrypt-option
11323 @vindex mm-encrypt-option
11324 Option of creating encrypted parts. @code{nil}, use the first
11325 public-key matching the @samp{From:} header as the recipient;
11326 @code{guided}, ask user to select recipient keys from the menu.
11327
11328 @item mml1991-use
11329 @vindex mml1991-use
11330 Symbol indicating elisp interface to OpenPGP implementation for
11331 @acronym{PGP} messages. The default is @code{epg}, but @code{pgg},
11332 and @code{mailcrypt} are also supported although
11333 deprecated. By default, Gnus uses the first available interface in
11334 this order.
11335
11336 @item mml2015-use
11337 @vindex mml2015-use
11338 Symbol indicating elisp interface to OpenPGP implementation for
11339 @acronym{PGP/MIME} messages. The default is @code{epg}, but
11340 @code{pgg}, and @code{mailcrypt} are also supported
11341 although deprecated. By default, Gnus uses the first available
11342 interface in this order.
11343
11344 @end table
11345
11346 By default the buttons that display security information are not
11347 shown, because they clutter reading the actual e-mail. You can type
11348 @kbd{K b} manually to display the information. Use the
11349 @code{gnus-buttonized-mime-types} and
11350 @code{gnus-unbuttonized-mime-types} variables to control this
11351 permanently. @ref{MIME Commands} for further details, and hints on
11352 how to customize these variables to always display security
11353 information.
11354
11355 @cindex snarfing keys
11356 @cindex importing PGP keys
11357 @cindex PGP key ring import
11358 Snarfing OpenPGP keys (i.e., importing keys from articles into your
11359 key ring) is not supported explicitly through a menu item or command,
11360 rather Gnus do detect and label keys as @samp{application/pgp-keys},
11361 allowing you to specify whatever action you think is appropriate
11362 through the usual @acronym{MIME} infrastructure. You can use a
11363 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
11364 Emacs MIME Manual}) such as the following to import keys using GNU
11365 Privacy Guard when you click on the @acronym{MIME} button
11366 (@pxref{Using MIME}).
11367
11368 @example
11369 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
11370 @end example
11371 @noindent
11372 This happens to also be the default action defined in
11373 @code{mailcap-mime-data}.
11374
11375 More information on how to set things for sending outgoing signed and
11376 encrypted messages up can be found in the message manual
11377 (@pxref{Security, ,Security, message, Message Manual}).
11378
11379 @node Mailing List
11380 @section Mailing List
11381 @cindex mailing list
11382 @cindex RFC 2396
11383
11384 @kindex A M (summary)
11385 @findex gnus-mailing-list-insinuate
11386 Gnus understands some mailing list fields of RFC 2369. To enable it,
11387 add a @code{to-list} group parameter (@pxref{Group Parameters}),
11388 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
11389 summary buffer.
11390
11391 That enables the following commands to the summary buffer:
11392
11393 @table @kbd
11394
11395 @item C-c C-n h
11396 @kindex C-c C-n h (Summary)
11397 @findex gnus-mailing-list-help
11398 Send a message to fetch mailing list help, if List-Help field exists.
11399
11400 @item C-c C-n s
11401 @kindex C-c C-n s (Summary)
11402 @findex gnus-mailing-list-subscribe
11403 Send a message to subscribe the mailing list, if List-Subscribe field exists.
11404
11405 @item C-c C-n u
11406 @kindex C-c C-n u (Summary)
11407 @findex gnus-mailing-list-unsubscribe
11408 Send a message to unsubscribe the mailing list, if List-Unsubscribe
11409 field exists.
11410
11411 @item C-c C-n p
11412 @kindex C-c C-n p (Summary)
11413 @findex gnus-mailing-list-post
11414 Post to the mailing list, if List-Post field exists.
11415
11416 @item C-c C-n o
11417 @kindex C-c C-n o (Summary)
11418 @findex gnus-mailing-list-owner
11419 Send a message to the mailing list owner, if List-Owner field exists.
11420
11421 @item C-c C-n a
11422 @kindex C-c C-n a (Summary)
11423 @findex gnus-mailing-list-archive
11424 Browse the mailing list archive, if List-Archive field exists.
11425
11426 @end table
11427
11428
11429 @node Article Buffer
11430 @chapter Article Buffer
11431 @cindex article buffer
11432
11433 The articles are displayed in the article buffer, of which there is only
11434 one. All the summary buffers share the same article buffer unless you
11435 tell Gnus otherwise.
11436
11437 @menu
11438 * Hiding Headers:: Deciding what headers should be displayed.
11439 * Using MIME:: Pushing articles through @acronym{MIME} before reading them.
11440 * HTML:: Reading @acronym{HTML} messages.
11441 * Customizing Articles:: Tailoring the look of the articles.
11442 * Article Keymap:: Keystrokes available in the article buffer.
11443 * Misc Article:: Other stuff.
11444 @end menu
11445
11446
11447 @node Hiding Headers
11448 @section Hiding Headers
11449 @cindex hiding headers
11450 @cindex deleting headers
11451
11452 The top section of each article is the @dfn{head}. (The rest is the
11453 @dfn{body}, but you may have guessed that already.)
11454
11455 @vindex gnus-show-all-headers
11456 There is a lot of useful information in the head: the name of the person
11457 who wrote the article, the date it was written and the subject of the
11458 article. That's well and nice, but there's also lots of information
11459 most people do not want to see---what systems the article has passed
11460 through before reaching you, the @code{Message-ID}, the
11461 @code{References}, etc. ad nauseam---and you'll probably want to get rid
11462 of some of those lines. If you want to keep all those lines in the
11463 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
11464
11465 Gnus provides you with two variables for sifting headers:
11466
11467 @table @code
11468
11469 @item gnus-visible-headers
11470 @vindex gnus-visible-headers
11471 If this variable is non-@code{nil}, it should be a regular expression
11472 that says what headers you wish to keep in the article buffer. All
11473 headers that do not match this variable will be hidden.
11474
11475 For instance, if you only want to see the name of the person who wrote
11476 the article and the subject, you'd say:
11477
11478 @lisp
11479 (setq gnus-visible-headers "^From:\\|^Subject:")
11480 @end lisp
11481
11482 This variable can also be a list of regexps to match headers to
11483 remain visible.
11484
11485 @item gnus-ignored-headers
11486 @vindex gnus-ignored-headers
11487 This variable is the reverse of @code{gnus-visible-headers}. If this
11488 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
11489 should be a regular expression that matches all lines that you want to
11490 hide. All lines that do not match this variable will remain visible.
11491
11492 For instance, if you just want to get rid of the @code{References} line
11493 and the @code{Xref} line, you might say:
11494
11495 @lisp
11496 (setq gnus-ignored-headers "^References:\\|^Xref:")
11497 @end lisp
11498
11499 This variable can also be a list of regexps to match headers to
11500 be removed.
11501
11502 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
11503 variable will have no effect.
11504
11505 @end table
11506
11507 @vindex gnus-sorted-header-list
11508 Gnus can also sort the headers for you. (It does this by default.) You
11509 can control the sorting by setting the @code{gnus-sorted-header-list}
11510 variable. It is a list of regular expressions that says in what order
11511 the headers are to be displayed.
11512
11513 For instance, if you want the name of the author of the article first,
11514 and then the subject, you might say something like:
11515
11516 @lisp
11517 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
11518 @end lisp
11519
11520 Any headers that are to remain visible, but are not listed in this
11521 variable, will be displayed in random order after all the headers listed in this variable.
11522
11523 @findex gnus-article-hide-boring-headers
11524 @vindex gnus-boring-article-headers
11525 You can hide further boring headers by setting
11526 @code{gnus-treat-hide-boring-headers} to @code{head}. What this function
11527 does depends on the @code{gnus-boring-article-headers} variable. It's a
11528 list, but this list doesn't actually contain header names. Instead it
11529 lists various @dfn{boring conditions} that Gnus can check and remove
11530 from sight.
11531
11532 These conditions are:
11533 @table @code
11534 @item empty
11535 Remove all empty headers.
11536 @item followup-to
11537 Remove the @code{Followup-To} header if it is identical to the
11538 @code{Newsgroups} header.
11539 @item reply-to
11540 Remove the @code{Reply-To} header if it lists the same addresses as
11541 the @code{From} header, or if the @code{broken-reply-to} group
11542 parameter is set.
11543 @item newsgroups
11544 Remove the @code{Newsgroups} header if it only contains the current group
11545 name.
11546 @item to-address
11547 Remove the @code{To} header if it only contains the address identical to
11548 the current group's @code{to-address} parameter.
11549 @item to-list
11550 Remove the @code{To} header if it only contains the address identical to
11551 the current group's @code{to-list} parameter.
11552 @item cc-list
11553 Remove the @code{Cc} header if it only contains the address identical to
11554 the current group's @code{to-list} parameter.
11555 @item date
11556 Remove the @code{Date} header if the article is less than three days
11557 old.
11558 @item long-to
11559 Remove the @code{To} and/or @code{Cc} header if it is very long.
11560 @item many-to
11561 Remove all @code{To} and/or @code{Cc} headers if there are more than one.
11562 @end table
11563
11564 To include these three elements, you could say something like:
11565
11566 @lisp
11567 (setq gnus-boring-article-headers
11568 '(empty followup-to reply-to))
11569 @end lisp
11570
11571 This is also the default value for this variable.
11572
11573
11574 @node Using MIME
11575 @section Using MIME
11576 @cindex @acronym{MIME}
11577
11578 Mime is a standard for waving your hands through the air, aimlessly,
11579 while people stand around yawning.
11580
11581 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
11582 while all newsreaders die of fear.
11583
11584 @acronym{MIME} may specify what character set the article uses, the encoding
11585 of the characters, and it also makes it possible to embed pictures and
11586 other naughty stuff in innocent-looking articles.
11587
11588 @vindex gnus-display-mime-function
11589 @findex gnus-display-mime
11590 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
11591 to display the @acronym{MIME} parts. This is @code{gnus-display-mime} by
11592 default, which creates a bundle of clickable buttons that can be used to
11593 display, save and manipulate the @acronym{MIME} objects.
11594
11595 The following commands are available when you have placed point over a
11596 @acronym{MIME} button:
11597
11598 @table @kbd
11599 @findex gnus-article-press-button
11600 @item RET (Article)
11601 @kindex RET (Article)
11602 @itemx BUTTON-2 (Article)
11603 Toggle displaying of the @acronym{MIME} object
11604 (@code{gnus-article-press-button}). If built-in viewers can not display
11605 the object, Gnus resorts to external viewers in the @file{mailcap}
11606 files. If a viewer has the @samp{copiousoutput} specification, the
11607 object is displayed inline.
11608
11609 @findex gnus-mime-view-part
11610 @item M-RET (Article)
11611 @kindex M-RET (Article)
11612 @itemx v (Article)
11613 Prompt for a method, and then view the @acronym{MIME} object using this
11614 method (@code{gnus-mime-view-part}).
11615
11616 @findex gnus-mime-view-part-as-type
11617 @item t (Article)
11618 @kindex t (Article)
11619 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
11620 (@code{gnus-mime-view-part-as-type}).
11621
11622 @findex gnus-mime-view-part-as-charset
11623 @item C (Article)
11624 @kindex C (Article)
11625 Prompt for a charset, and then view the @acronym{MIME} object using this
11626 charset (@code{gnus-mime-view-part-as-charset}).
11627
11628 @findex gnus-mime-save-part
11629 @item o (Article)
11630 @kindex o (Article)
11631 Prompt for a file name, and then save the @acronym{MIME} object
11632 (@code{gnus-mime-save-part}).
11633
11634 @findex gnus-mime-save-part-and-strip
11635 @item C-o (Article)
11636 @kindex C-o (Article)
11637 Prompt for a file name, then save the @acronym{MIME} object and strip it from
11638 the article. Then proceed to article editing, where a reasonable
11639 suggestion is being made on how the altered article should look
11640 like. The stripped @acronym{MIME} object will be referred via the
11641 message/external-body @acronym{MIME} type.
11642 (@code{gnus-mime-save-part-and-strip}).
11643
11644 @findex gnus-mime-replace-part
11645 @item r (Article)
11646 @kindex r (Article)
11647 Prompt for a file name, replace the @acronym{MIME} object with an
11648 external body referring to the file via the message/external-body
11649 @acronym{MIME} type. (@code{gnus-mime-replace-part}).
11650
11651 @findex gnus-mime-delete-part
11652 @item d (Article)
11653 @kindex d (Article)
11654 Delete the @acronym{MIME} object from the article and replace it with some
11655 information about the removed @acronym{MIME} object
11656 (@code{gnus-mime-delete-part}).
11657
11658 @c FIXME: gnus-auto-select-part should be documented here
11659
11660 @findex gnus-mime-copy-part
11661 @item c (Article)
11662 @kindex c (Article)
11663 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
11664 (@code{gnus-mime-copy-part}). If given a prefix, copy the raw contents
11665 without decoding. If given a numerical prefix, you can do semi-manual
11666 charset stuff (see @code{gnus-summary-show-article-charset-alist} in
11667 @ref{Paging the Article}). Compressed files like @file{.gz} and
11668 @file{.bz2} are automatically decompressed if
11669 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
11670 Accessing Compressed Files, emacs, The Emacs Editor}).
11671
11672 @findex gnus-mime-print-part
11673 @item p (Article)
11674 @kindex p (Article)
11675 Print the @acronym{MIME} object (@code{gnus-mime-print-part}). This
11676 command respects the @samp{print=} specifications in the
11677 @file{.mailcap} file.
11678
11679 @findex gnus-mime-inline-part
11680 @item i (Article)
11681 @kindex i (Article)
11682 Insert the contents of the @acronym{MIME} object into the buffer
11683 (@code{gnus-mime-inline-part}) as @samp{text/plain}. If given a prefix, insert
11684 the raw contents without decoding. If given a numerical prefix, you can
11685 do semi-manual charset stuff (see
11686 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
11687 Article}). Compressed files like @file{.gz} and @file{.bz2} are
11688 automatically decompressed depending on @code{jka-compr} regardless of
11689 @code{auto-compression-mode} (@pxref{Compressed Files,, Accessing
11690 Compressed Files, emacs, The Emacs Editor}).
11691
11692 @findex gnus-mime-view-part-internally
11693 @item E (Article)
11694 @kindex E (Article)
11695 View the @acronym{MIME} object with an internal viewer. If no internal
11696 viewer is available, use an external viewer
11697 (@code{gnus-mime-view-part-internally}).
11698
11699 @findex gnus-mime-view-part-externally
11700 @item e (Article)
11701 @kindex e (Article)
11702 View the @acronym{MIME} object with an external viewer.
11703 (@code{gnus-mime-view-part-externally}).
11704
11705 @findex gnus-mime-pipe-part
11706 @item | (Article)
11707 @kindex | (Article)
11708 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
11709
11710 @findex gnus-mime-action-on-part
11711 @item . (Article)
11712 @kindex . (Article)
11713 Interactively run an action on the @acronym{MIME} object
11714 (@code{gnus-mime-action-on-part}).
11715
11716 @end table
11717
11718 Gnus will display some @acronym{MIME} objects automatically. The way Gnus
11719 determines which parts to do this with is described in the Emacs
11720 @acronym{MIME} manual.
11721
11722 It might be best to just use the toggling functions from the article
11723 buffer to avoid getting nasty surprises. (For instance, you enter the
11724 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
11725 decoded the sound file in the article and some horrible sing-a-long song
11726 comes screaming out your speakers, and you can't find the volume button,
11727 because there isn't one, and people are starting to look at you, and you
11728 try to stop the program, but you can't, and you can't find the program
11729 to control the volume, and everybody else in the room suddenly decides
11730 to look at you disdainfully, and you'll feel rather stupid.)
11731
11732 Any similarity to real events and people is purely coincidental. Ahem.
11733
11734 Also @pxref{MIME Commands}.
11735
11736
11737 @node HTML
11738 @section @acronym{HTML}
11739 @cindex @acronym{HTML}
11740
11741 If you have @code{w3m} installed on your system, Gnus can display
11742 @acronym{HTML} articles in the article buffer. There are many Gnus
11743 add-ons for doing this, using various approaches, but there's one
11744 (sort of) built-in method that's used by default.
11745
11746 For a complete overview, consult @xref{Display Customization,
11747 ,Display Customization, emacs-mime, The Emacs MIME Manual}. This
11748 section only describes the default method.
11749
11750 @table @code
11751 @item mm-text-html-renderer
11752 @vindex mm-text-html-renderer
11753 If set to @code{gnus-article-html}, Gnus will use the built-in method,
11754 that's based on @code{w3m}.
11755
11756 @item gnus-blocked-images
11757 @vindex gnus-blocked-images
11758 External images that have @acronym{URL}s that match this regexp won't
11759 be fetched and displayed. For instance, do block all @acronym{URL}s
11760 that have the string ``ads'' in them, do the following:
11761
11762 @lisp
11763 (setq gnus-blocked-images "ads")
11764 @end lisp
11765
11766 This can also be a function to be evaluated. If so, it will be
11767 called with the group name as the parameter. The default value is
11768 @code{gnus-block-private-groups}, which will return @samp{"."} for
11769 anything that isn't a newsgroup. This means that no external images
11770 will be fetched as a result of reading mail, so that nobody can use
11771 web bugs (and the like) to track whether you've read email.
11772
11773 Also @pxref{Misc Article} for @code{gnus-inhibit-images}.
11774
11775 @item gnus-html-cache-directory
11776 @vindex gnus-html-cache-directory
11777 Gnus will download and cache images according to how
11778 @code{gnus-blocked-images} is set. These images will be stored in
11779 this directory.
11780
11781 @item gnus-html-cache-size
11782 @vindex gnus-html-cache-size
11783 When @code{gnus-html-cache-size} bytes have been used in that
11784 directory, the oldest files will be deleted. The default is 500MB.
11785
11786 @item gnus-html-frame-width
11787 @vindex gnus-html-frame-width
11788 The width to use when rendering HTML@. The default is 70.
11789
11790 @item gnus-max-image-proportion
11791 @vindex gnus-max-image-proportion
11792 How big pictures displayed are in relation to the window they're in.
11793 A value of 0.7 (the default) means that they are allowed to take up
11794 70% of the width and height of the window. If they are larger than
11795 this, and Emacs supports it, then the images will be rescaled down to
11796 fit these criteria.
11797
11798 @end table
11799
11800 To use this, make sure that you have @code{w3m} and @code{curl}
11801 installed. If you have, then Gnus should display @acronym{HTML}
11802 automatically.
11803
11804
11805
11806 @node Customizing Articles
11807 @section Customizing Articles
11808 @cindex article customization
11809
11810 A slew of functions for customizing how the articles are to look like
11811 exist. You can call these functions interactively
11812 (@pxref{Article Washing}), or you can have them
11813 called automatically when you select the articles.
11814
11815 To have them called automatically, you should set the corresponding
11816 ``treatment'' variable. For instance, to have headers hidden, you'd set
11817 @code{gnus-treat-hide-headers}. Below is a list of variables that can
11818 be set, but first we discuss the values these variables can have.
11819
11820 Note: Some values, while valid, make little sense. Check the list below
11821 for sensible values.
11822
11823 @enumerate
11824 @item
11825 @code{nil}: Don't do this treatment.
11826
11827 @item
11828 @code{t}: Do this treatment on all body parts.
11829
11830 @item
11831 @code{head}: Do the treatment on the headers.
11832
11833 @item
11834 @code{first}: Do this treatment on the first body part.
11835
11836 @item
11837 @code{last}: Do this treatment on the last body part.
11838
11839 @item
11840 An integer: Do this treatment on all body parts that have a length less
11841 than this number.
11842
11843 @item
11844 A list of strings: Do this treatment on all body parts that are in
11845 articles that are read in groups that have names that match one of the
11846 regexps in the list.
11847
11848 @item
11849 A list where the first element is not a string:
11850
11851 The list is evaluated recursively. The first element of the list is a
11852 predicate. The following predicates are recognized: @code{or},
11853 @code{and}, @code{not} and @code{typep}. Here's an example:
11854
11855 @lisp
11856 (or last
11857 (typep "text/x-vcard"))
11858 @end lisp
11859
11860 @end enumerate
11861
11862 You may have noticed that the word @dfn{part} is used here. This refers
11863 to the fact that some messages are @acronym{MIME} multipart articles that may
11864 be divided into several parts. Articles that are not multiparts are
11865 considered to contain just a single part.
11866
11867 @vindex gnus-article-treat-types
11868 Are the treatments applied to all sorts of multipart parts? Yes, if you
11869 want to, but by default, only @samp{text/plain} parts are given the
11870 treatment. This is controlled by the @code{gnus-article-treat-types}
11871 variable, which is a list of regular expressions that are matched to the
11872 type of the part. This variable is ignored if the value of the
11873 controlling variable is a predicate list, as described above.
11874
11875 @ifinfo
11876 @c Avoid sort of redundant entries in the same section for the printed
11877 @c manual, but add them in info to allow `i gnus-treat-foo-bar RET' or
11878 @c `i foo-bar'.
11879 @vindex gnus-treat-buttonize
11880 @vindex gnus-treat-buttonize-head
11881 @vindex gnus-treat-capitalize-sentences
11882 @vindex gnus-treat-overstrike
11883 @vindex gnus-treat-strip-cr
11884 @vindex gnus-treat-strip-headers-in-body
11885 @vindex gnus-treat-strip-leading-blank-lines
11886 @vindex gnus-treat-strip-multiple-blank-lines
11887 @vindex gnus-treat-strip-pem
11888 @vindex gnus-treat-strip-trailing-blank-lines
11889 @vindex gnus-treat-unsplit-urls
11890 @vindex gnus-treat-wash-html
11891 @vindex gnus-treat-date
11892 @vindex gnus-treat-from-picon
11893 @vindex gnus-treat-mail-picon
11894 @vindex gnus-treat-newsgroups-picon
11895 @vindex gnus-treat-from-gravatar
11896 @vindex gnus-treat-mail-gravatar
11897 @vindex gnus-treat-display-smileys
11898 @vindex gnus-treat-body-boundary
11899 @vindex gnus-treat-display-x-face
11900 @vindex gnus-treat-display-face
11901 @vindex gnus-treat-emphasize
11902 @vindex gnus-treat-fill-article
11903 @vindex gnus-treat-fill-long-lines
11904 @vindex gnus-treat-hide-boring-headers
11905 @vindex gnus-treat-hide-citation
11906 @vindex gnus-treat-hide-citation-maybe
11907 @vindex gnus-treat-hide-headers
11908 @vindex gnus-treat-hide-signature
11909 @vindex gnus-treat-strip-banner
11910 @vindex gnus-treat-strip-list-identifiers
11911 @vindex gnus-treat-highlight-citation
11912 @vindex gnus-treat-highlight-headers
11913 @vindex gnus-treat-highlight-signature
11914 @vindex gnus-treat-play-sounds
11915 @vindex gnus-treat-x-pgp-sig
11916 @vindex gnus-treat-unfold-headers
11917 @vindex gnus-treat-fold-headers
11918 @vindex gnus-treat-fold-newsgroups
11919 @vindex gnus-treat-leading-whitespace
11920 @end ifinfo
11921
11922 The following treatment options are available. The easiest way to
11923 customize this is to examine the @code{gnus-article-treat} customization
11924 group. Values in parenthesis are suggested sensible values. Others are
11925 possible but those listed are probably sufficient for most people.
11926
11927 @table @code
11928 @item gnus-treat-buttonize (t, integer)
11929 @item gnus-treat-buttonize-head (head)
11930
11931 @xref{Article Buttons}.
11932
11933 @item gnus-treat-capitalize-sentences (t, integer)
11934 @item gnus-treat-overstrike (t, integer)
11935 @item gnus-treat-strip-cr (t, integer)
11936 @item gnus-treat-strip-headers-in-body (t, integer)
11937 @item gnus-treat-strip-leading-blank-lines (t, first, integer)
11938 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11939 @item gnus-treat-strip-pem (t, last, integer)
11940 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11941 @item gnus-treat-unsplit-urls (t, integer)
11942 @item gnus-treat-wash-html (t, integer)
11943
11944 @xref{Article Washing}.
11945
11946 @item gnus-treat-date (head)
11947
11948 This will transform/add date headers according to the
11949 @code{gnus-article-date-headers} variable. This is a list of Date
11950 headers to display. The formats available are:
11951
11952 @table @code
11953 @item ut
11954 Universal time, aka GMT, aka ZULU.
11955
11956 @item local
11957 The user's local time zone.
11958
11959 @item english
11960 A semi-readable English sentence.
11961
11962 @item lapsed
11963 The time elapsed since the message was posted.
11964
11965 @item combined-lapsed
11966 Both the original date header and a (shortened) elapsed time.
11967
11968 @item original
11969 The original date header.
11970
11971 @item iso8601
11972 ISO8601 format, i.e., ``2010-11-23T22:05:21''.
11973
11974 @item user-defined
11975 A format done according to the @code{gnus-article-time-format}
11976 variable.
11977
11978 @end table
11979
11980 @xref{Article Date}.
11981
11982 @item gnus-treat-from-picon (head)
11983 @item gnus-treat-mail-picon (head)
11984 @item gnus-treat-newsgroups-picon (head)
11985
11986 @xref{Picons}.
11987
11988 @item gnus-treat-from-gravatar (head)
11989 @item gnus-treat-mail-gravatar (head)
11990
11991 @xref{Gravatars}.
11992
11993 @item gnus-treat-display-smileys (t, integer)
11994
11995 @item gnus-treat-body-boundary (head)
11996
11997 @vindex gnus-body-boundary-delimiter
11998 Adds a delimiter between header and body, the string used as delimiter
11999 is controlled by @code{gnus-body-boundary-delimiter}.
12000
12001 @xref{Smileys}.
12002
12003 @vindex gnus-treat-display-x-face
12004 @item gnus-treat-display-x-face (head)
12005
12006 @xref{X-Face}.
12007
12008 @vindex gnus-treat-display-face
12009 @item gnus-treat-display-face (head)
12010
12011 @xref{Face}.
12012
12013 @vindex gnus-treat-emphasize
12014 @item gnus-treat-emphasize (t, head, integer)
12015 @vindex gnus-treat-fill-article
12016 @item gnus-treat-fill-article (t, integer)
12017 @vindex gnus-treat-fill-long-lines
12018 @item gnus-treat-fill-long-lines (t, integer)
12019 @vindex gnus-treat-hide-boring-headers
12020 @item gnus-treat-hide-boring-headers (head)
12021 @vindex gnus-treat-hide-citation
12022 @item gnus-treat-hide-citation (t, integer)
12023 @vindex gnus-treat-hide-citation-maybe
12024 @item gnus-treat-hide-citation-maybe (t, integer)
12025 @vindex gnus-treat-hide-headers
12026 @item gnus-treat-hide-headers (head)
12027 @vindex gnus-treat-hide-signature
12028 @item gnus-treat-hide-signature (t, last)
12029 @vindex gnus-treat-strip-banner
12030 @item gnus-treat-strip-banner (t, last)
12031 @vindex gnus-treat-strip-list-identifiers
12032 @item gnus-treat-strip-list-identifiers (head)
12033
12034 @xref{Article Hiding}.
12035
12036 @vindex gnus-treat-highlight-citation
12037 @item gnus-treat-highlight-citation (t, integer)
12038 @vindex gnus-treat-highlight-headers
12039 @item gnus-treat-highlight-headers (head)
12040 @vindex gnus-treat-highlight-signature
12041 @item gnus-treat-highlight-signature (t, last, integer)
12042
12043 @xref{Article Highlighting}.
12044
12045 @vindex gnus-treat-play-sounds
12046 @item gnus-treat-play-sounds
12047 @item gnus-treat-ansi-sequences (t)
12048 @vindex gnus-treat-x-pgp-sig
12049 @item gnus-treat-x-pgp-sig (head)
12050
12051 @vindex gnus-treat-unfold-headers
12052 @item gnus-treat-unfold-headers (head)
12053 @vindex gnus-treat-fold-headers
12054 @item gnus-treat-fold-headers (head)
12055 @vindex gnus-treat-fold-newsgroups
12056 @item gnus-treat-fold-newsgroups (head)
12057 @vindex gnus-treat-leading-whitespace
12058 @item gnus-treat-leading-whitespace (head)
12059
12060 @xref{Article Header}.
12061
12062
12063 @end table
12064
12065 @vindex gnus-part-display-hook
12066 You can, of course, write your own functions to be called from
12067 @code{gnus-part-display-hook}. The functions are called narrowed to the
12068 part, and you can do anything you like, pretty much. There is no
12069 information that you have to keep in the buffer---you can change
12070 everything.
12071
12072
12073 @node Article Keymap
12074 @section Article Keymap
12075
12076 Most of the keystrokes in the summary buffer can also be used in the
12077 article buffer. They should behave as if you typed them in the summary
12078 buffer, which means that you don't actually have to have a summary
12079 buffer displayed while reading. You can do it all from the article
12080 buffer.
12081
12082 @kindex v (Article)
12083 @cindex keys, reserved for users (Article)
12084 The key @kbd{v} is reserved for users. You can bind it to some
12085 command or better use it as a prefix key.
12086
12087 A few additional keystrokes are available:
12088
12089 @table @kbd
12090
12091 @item SPACE
12092 @kindex SPACE (Article)
12093 @findex gnus-article-next-page
12094 Scroll forwards one page (@code{gnus-article-next-page}).
12095 This is exactly the same as @kbd{h SPACE h}.
12096
12097 @item DEL
12098 @kindex DEL (Article)
12099 @findex gnus-article-prev-page
12100 Scroll backwards one page (@code{gnus-article-prev-page}).
12101 This is exactly the same as @kbd{h DEL h}.
12102
12103 @item C-c ^
12104 @kindex C-c ^ (Article)
12105 @findex gnus-article-refer-article
12106 If point is in the neighborhood of a @code{Message-ID} and you press
12107 @kbd{C-c ^}, Gnus will try to get that article from the server
12108 (@code{gnus-article-refer-article}).
12109
12110 @item C-c C-m
12111 @kindex C-c C-m (Article)
12112 @findex gnus-article-mail
12113 Send a reply to the address near point (@code{gnus-article-mail}). If
12114 given a prefix, include the mail.
12115
12116 @item s
12117 @kindex s (Article)
12118 @findex gnus-article-show-summary
12119 Reconfigure the buffers so that the summary buffer becomes visible
12120 (@code{gnus-article-show-summary}).
12121
12122 @item ?
12123 @kindex ? (Article)
12124 @findex gnus-article-describe-briefly
12125 Give a very brief description of the available keystrokes
12126 (@code{gnus-article-describe-briefly}).
12127
12128 @item TAB
12129 @kindex TAB (Article)
12130 @findex gnus-article-next-button
12131 Go to the next button, if any (@code{gnus-article-next-button}). This
12132 only makes sense if you have buttonizing turned on.
12133
12134 @item M-TAB
12135 @kindex M-TAB (Article)
12136 @findex gnus-article-prev-button
12137 Go to the previous button, if any (@code{gnus-article-prev-button}).
12138
12139 @item R
12140 @kindex R (Article)
12141 @findex gnus-article-reply-with-original
12142 Send a reply to the current article and yank the current article
12143 (@code{gnus-article-reply-with-original}). If the region is active,
12144 only yank the text in the region.
12145
12146 @item S W
12147 @kindex S W (Article)
12148 @findex gnus-article-wide-reply-with-original
12149 Send a wide reply to the current article and yank the current article
12150 (@code{gnus-article-wide-reply-with-original}). If the region is
12151 active, only yank the text in the region.
12152
12153 @item F
12154 @kindex F (Article)
12155 @findex gnus-article-followup-with-original
12156 Send a followup to the current article and yank the current article
12157 (@code{gnus-article-followup-with-original}). If the region is active,
12158 only yank the text in the region.
12159
12160
12161 @end table
12162
12163
12164 @node Misc Article
12165 @section Misc Article
12166
12167 @table @code
12168
12169 @item gnus-single-article-buffer
12170 @vindex gnus-single-article-buffer
12171 @cindex article buffers, several
12172 If non-@code{nil}, use the same article buffer for all the groups.
12173 (This is the default.) If @code{nil}, each group will have its own
12174 article buffer.
12175
12176 @item gnus-widen-article-window
12177 @cindex gnus-widen-article-window
12178 If non-@code{nil}, selecting the article buffer with the @kbd{h}
12179 command will ``widen'' the article window to take the entire frame.
12180
12181 @vindex gnus-article-decode-hook
12182 @item gnus-article-decode-hook
12183 @cindex @acronym{MIME}
12184 Hook used to decode @acronym{MIME} articles. The default value is
12185 @code{(article-decode-charset article-decode-encoded-words)}
12186
12187 @vindex gnus-article-prepare-hook
12188 @item gnus-article-prepare-hook
12189 This hook is called right after the article has been inserted into the
12190 article buffer. It is mainly intended for functions that do something
12191 depending on the contents; it should probably not be used for changing
12192 the contents of the article buffer.
12193
12194 @item gnus-article-mode-hook
12195 @vindex gnus-article-mode-hook
12196 Hook called in article mode buffers.
12197
12198 @item gnus-article-mode-syntax-table
12199 @vindex gnus-article-mode-syntax-table
12200 Syntax table used in article buffers. It is initialized from
12201 @code{text-mode-syntax-table}.
12202
12203 @vindex gnus-article-over-scroll
12204 @item gnus-article-over-scroll
12205 If non-@code{nil}, allow scrolling the article buffer even when there
12206 no more new text to scroll in. The default is @code{nil}.
12207
12208 @vindex gnus-article-mode-line-format
12209 @item gnus-article-mode-line-format
12210 This variable is a format string along the same lines as
12211 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
12212 Line}). It accepts the same format specifications as that variable,
12213 with two extensions:
12214
12215 @table @samp
12216
12217 @item w
12218 The @dfn{wash status} of the article. This is a short string with one
12219 character for each possible article wash operation that may have been
12220 performed. The characters and their meaning:
12221
12222 @table @samp
12223
12224 @item c
12225 Displayed when cited text may be hidden in the article buffer.
12226
12227 @item h
12228 Displayed when headers are hidden in the article buffer.
12229
12230 @item p
12231 Displayed when article is digitally signed or encrypted, and Gnus has
12232 hidden the security headers. (N.B. does not tell anything about
12233 security status, i.e., good or bad signature.)
12234
12235 @item s
12236 Displayed when the signature has been hidden in the Article buffer.
12237
12238 @item o
12239 Displayed when Gnus has treated overstrike characters in the article buffer.
12240
12241 @item e
12242 Displayed when Gnus has treated emphasized strings in the article buffer.
12243
12244 @end table
12245
12246 @item m
12247 The number of @acronym{MIME} parts in the article.
12248
12249 @end table
12250
12251 @vindex gnus-break-pages
12252
12253 @item gnus-break-pages
12254 Controls whether @dfn{page breaking} is to take place. If this variable
12255 is non-@code{nil}, the articles will be divided into pages whenever a
12256 page delimiter appears in the article. If this variable is @code{nil},
12257 paging will not be done.
12258
12259 @item gnus-page-delimiter
12260 @vindex gnus-page-delimiter
12261 This is the delimiter mentioned above. By default, it is @samp{^L}
12262 (formfeed).
12263
12264 @cindex IDNA
12265 @cindex internationalized domain names
12266 @vindex gnus-use-idna
12267 @item gnus-use-idna
12268 This variable controls whether Gnus performs IDNA decoding of
12269 internationalized domain names inside @samp{From}, @samp{To} and
12270 @samp{Cc} headers. @xref{IDNA, ,IDNA,message, The Message Manual},
12271 for how to compose such messages. This requires
12272 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
12273 variable is only enabled if you have installed it.
12274
12275 @vindex gnus-inhibit-images
12276 @item gnus-inhibit-images
12277 If this is non-@code{nil}, inhibit displaying of images inline in the
12278 article body. It is effective to images that are in articles as
12279 @acronym{MIME} parts, and images in @acronym{HTML} articles rendered
12280 when @code{mm-text-html-renderer} (@pxref{Display Customization,
12281 ,Display Customization, emacs-mime, The Emacs MIME Manual}) is
12282 @code{shr} or @code{gnus-w3m}.
12283
12284 @end table
12285
12286
12287 @node Composing Messages
12288 @chapter Composing Messages
12289 @cindex composing messages
12290 @cindex messages
12291 @cindex mail
12292 @cindex sending mail
12293 @cindex reply
12294 @cindex followup
12295 @cindex post
12296 @cindex using gpg
12297 @cindex using s/mime
12298 @cindex using smime
12299
12300 @kindex C-c C-c (Post)
12301 All commands for posting and mailing will put you in a message buffer
12302 where you can edit the article all you like, before you send the
12303 article by pressing @kbd{C-c C-c}. @xref{Top, , Overview, message,
12304 Message Manual}. Where the message will be posted/mailed to depends
12305 on your setup (@pxref{Posting Server}).
12306
12307 @menu
12308 * Mail:: Mailing and replying.
12309 * Posting Server:: What server should you post and mail via?
12310 * POP before SMTP:: You cannot send a mail unless you read a mail.
12311 * Mail and Post:: Mailing and posting at the same time.
12312 * Archived Messages:: Where Gnus stores the messages you've sent.
12313 * Posting Styles:: An easier way to specify who you are.
12314 * Drafts:: Postponing messages and rejected messages.
12315 * Rejected Articles:: What happens if the server doesn't like your article?
12316 * Signing and encrypting:: How to compose secure messages.
12317 @end menu
12318
12319 Also @pxref{Canceling and Superseding} for information on how to
12320 remove articles you shouldn't have posted.
12321
12322
12323 @node Mail
12324 @section Mail
12325
12326 Variables for customizing outgoing mail:
12327
12328 @table @code
12329 @item gnus-uu-digest-headers
12330 @vindex gnus-uu-digest-headers
12331 List of regexps to match headers included in digested messages. The
12332 headers will be included in the sequence they are matched. If
12333 @code{nil} include all headers.
12334
12335 @item gnus-add-to-list
12336 @vindex gnus-add-to-list
12337 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
12338 that have none when you do a @kbd{a}.
12339
12340 @item gnus-confirm-mail-reply-to-news
12341 @vindex gnus-confirm-mail-reply-to-news
12342 If non-@code{nil}, Gnus will ask you for a confirmation when you are
12343 about to reply to news articles by mail. If it is @code{nil}, nothing
12344 interferes in what you want to do. This can also be a function
12345 receiving the group name as the only parameter which should return
12346 non-@code{nil} if a confirmation is needed, or a regular expression
12347 matching group names, where confirmation should be asked for.
12348
12349 If you find yourself never wanting to reply to mail, but occasionally
12350 press @kbd{R} anyway, this variable might be for you.
12351
12352 @item gnus-confirm-treat-mail-like-news
12353 @vindex gnus-confirm-treat-mail-like-news
12354 If non-@code{nil}, Gnus also requests confirmation according to
12355 @code{gnus-confirm-mail-reply-to-news} when replying to mail. This is
12356 useful for treating mailing lists like newsgroups.
12357
12358 @end table
12359
12360
12361 @node Posting Server
12362 @section Posting Server
12363
12364 When you press those magical @kbd{C-c C-c} keys to ship off your latest
12365 (extremely intelligent, of course) article, where does it go?
12366
12367 Thank you for asking. I hate you.
12368
12369 It can be quite complicated.
12370
12371 @vindex gnus-post-method
12372 When posting news, Message usually invokes @code{message-send-news}
12373 (@pxref{News Variables, , News Variables, message, Message Manual}).
12374 Normally, Gnus will post using the same select method as you're
12375 reading from (which might be convenient if you're reading lots of
12376 groups from different private servers). However. If the server
12377 you're reading from doesn't allow posting, just reading, you probably
12378 want to use some other server to post your (extremely intelligent and
12379 fabulously interesting) articles. You can then set the
12380 @code{gnus-post-method} to some other method:
12381
12382 @lisp
12383 (setq gnus-post-method '(nnspool ""))
12384 @end lisp
12385
12386 Now, if you've done this, and then this server rejects your article, or
12387 this server is down, what do you do then? To override this variable you
12388 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
12389 the ``current'' server, to get back the default behavior, for posting.
12390
12391 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
12392 Gnus will prompt you for what method to use for posting.
12393
12394 You can also set @code{gnus-post-method} to a list of select methods.
12395 If that's the case, Gnus will always prompt you for what method to use
12396 for posting.
12397
12398 Finally, if you want to always post using the native select method,
12399 you can set this variable to @code{native}.
12400
12401 @vindex message-send-mail-function
12402 When sending mail, Message invokes the function specified by the
12403 variable @code{message-send-mail-function}. Gnus tries to set it to a
12404 value suitable for your system.
12405 @xref{Mail Variables, ,Mail Variables,message,Message manual}, for more
12406 information.
12407
12408
12409 @node POP before SMTP
12410 @section POP before SMTP
12411 @cindex pop before smtp
12412 @findex mail-source-touch-pop
12413
12414 Does your @acronym{ISP} use @acronym{POP}-before-@acronym{SMTP}
12415 authentication? This authentication method simply requires you to
12416 contact the @acronym{POP} server before sending email. To do that,
12417 put the following lines in your @file{~/.gnus.el} file:
12418
12419 @lisp
12420 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
12421 @end lisp
12422
12423 @noindent
12424 The @code{mail-source-touch-pop} function does @acronym{POP}
12425 authentication according to the value of @code{mail-sources} without
12426 fetching mails, just before sending a mail. @xref{Mail Sources}.
12427
12428 If you have two or more @acronym{POP} mail servers set in
12429 @code{mail-sources}, you may want to specify one of them to
12430 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
12431 used for the @acronym{POP}-before-@acronym{SMTP} authentication. If it
12432 is your primary @acronym{POP} mail server (i.e., you are fetching mails
12433 mainly from that server), you can set it permanently as follows:
12434
12435 @lisp
12436 (setq mail-source-primary-source
12437 '(pop :server "pop3.mail.server"
12438 :password "secret"))
12439 @end lisp
12440
12441 @noindent
12442 Otherwise, bind it dynamically only when performing the
12443 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
12444
12445 @lisp
12446 (add-hook 'message-send-mail-hook
12447 (lambda ()
12448 (let ((mail-source-primary-source
12449 '(pop :server "pop3.mail.server"
12450 :password "secret")))
12451 (mail-source-touch-pop))))
12452 @end lisp
12453
12454
12455 @node Mail and Post
12456 @section Mail and Post
12457
12458 Here's a list of variables relevant to both mailing and
12459 posting:
12460
12461 @table @code
12462 @item gnus-mailing-list-groups
12463 @findex gnus-mailing-list-groups
12464 @cindex mailing lists
12465
12466 If your news server offers groups that are really mailing lists
12467 gatewayed to the @acronym{NNTP} server, you can read those groups without
12468 problems, but you can't post/followup to them without some difficulty.
12469 One solution is to add a @code{to-address} to the group parameters
12470 (@pxref{Group Parameters}). An easier thing to do is set the
12471 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
12472 really are mailing lists. Then, at least, followups to the mailing
12473 lists will work most of the time. Posting to these groups (@kbd{a}) is
12474 still a pain, though.
12475
12476 @item gnus-user-agent
12477 @vindex gnus-user-agent
12478 @cindex User-Agent
12479
12480 This variable controls which information should be exposed in the
12481 User-Agent header. It can be a list of symbols or a string. Valid
12482 symbols are @code{gnus} (show Gnus version) and @code{emacs} (show Emacs
12483 version). In addition to the Emacs version, you can add @code{codename}
12484 (show (S)XEmacs codename) or either @code{config} (show system
12485 configuration) or @code{type} (show system type). If you set it to a
12486 string, be sure to use a valid format, see RFC 2616.
12487
12488 @end table
12489
12490 You may want to do spell-checking on messages that you send out. Or, if
12491 you don't want to spell-check by hand, you could add automatic
12492 spell-checking via the @code{ispell} package:
12493
12494 @cindex ispell
12495 @findex ispell-message
12496 @lisp
12497 (add-hook 'message-send-hook 'ispell-message)
12498 @end lisp
12499
12500 If you want to change the @code{ispell} dictionary based on what group
12501 you're in, you could say something like the following:
12502
12503 @lisp
12504 (add-hook 'gnus-select-group-hook
12505 (lambda ()
12506 (cond
12507 ((string-match
12508 "^de\\." (gnus-group-real-name gnus-newsgroup-name))
12509 (ispell-change-dictionary "deutsch"))
12510 (t
12511 (ispell-change-dictionary "english")))))
12512 @end lisp
12513
12514 Modify to suit your needs.
12515
12516 @vindex gnus-message-highlight-citation
12517 If @code{gnus-message-highlight-citation} is t, different levels of
12518 citations are highlighted like in Gnus article buffers also in message
12519 mode buffers.
12520
12521 @node Archived Messages
12522 @section Archived Messages
12523 @cindex archived messages
12524 @cindex sent messages
12525
12526 Gnus provides a few different methods for storing the mail and news you
12527 send. The default method is to use the @dfn{archive virtual server} to
12528 store the messages. If you want to disable this completely, the
12529 @code{gnus-message-archive-group} variable should be @code{nil}. The
12530 default is "sent.%Y-%m", which gives you one archive group per month.
12531
12532 For archiving interesting messages in a group you read, see the
12533 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
12534 Group Commands}).
12535
12536 @vindex gnus-message-archive-method
12537 @code{gnus-message-archive-method} says what virtual server Gnus is to
12538 use to store sent messages. The default is @code{"archive"}, and when
12539 actually being used it is expanded into:
12540
12541 @lisp
12542 (nnfolder "archive"
12543 (nnfolder-directory "~/Mail/archive")
12544 (nnfolder-active-file "~/Mail/archive/active")
12545 (nnfolder-get-new-mail nil)
12546 (nnfolder-inhibit-expiry t))
12547 @end lisp
12548
12549 @quotation
12550 @vindex gnus-update-message-archive-method
12551 Note: a server like this is saved in the @file{~/.newsrc.eld} file first
12552 so that it may be used as a real method of the server which is named
12553 @code{"archive"} (that is, for the case where
12554 @code{gnus-message-archive-method} is set to @code{"archive"}) ever
12555 since. If it once has been saved, it will never be updated by default
12556 even if you change the value of @code{gnus-message-archive-method}
12557 afterward. Therefore, the server @code{"archive"} doesn't necessarily
12558 mean the @code{nnfolder} server like this at all times. If you want the
12559 saved method to reflect always the value of
12560 @code{gnus-message-archive-method}, set the
12561 @code{gnus-update-message-archive-method} variable to a non-@code{nil}
12562 value. The default value of this variable is @code{nil}.
12563 @end quotation
12564
12565 You can, however, use any mail select method (@code{nnml},
12566 @code{nnmbox}, etc.). @code{nnfolder} is a quite likable select method
12567 for doing this sort of thing, though. If you don't like the default
12568 directory chosen, you could say something like:
12569
12570 @lisp
12571 (setq gnus-message-archive-method
12572 '(nnfolder "archive"
12573 (nnfolder-inhibit-expiry t)
12574 (nnfolder-active-file "~/News/sent-mail/active")
12575 (nnfolder-directory "~/News/sent-mail/")))
12576 @end lisp
12577
12578 @vindex gnus-message-archive-group
12579 @cindex Gcc
12580 Gnus will insert @code{Gcc} headers in all outgoing messages that point
12581 to one or more group(s) on that server. Which group to use is
12582 determined by the @code{gnus-message-archive-group} variable.
12583
12584 This variable can be used to do the following:
12585
12586 @table @asis
12587 @item a string
12588 Messages will be saved in that group.
12589
12590 Note that you can include a select method in the group name, then the
12591 message will not be stored in the select method given by
12592 @code{gnus-message-archive-method}, but in the select method specified
12593 by the group name, instead. Suppose @code{gnus-message-archive-method}
12594 has the default value shown above. Then setting
12595 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
12596 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
12597 value @code{"nnml:foo"}, then outgoing messages will be stored in
12598 @samp{nnml:foo}.
12599
12600 @item a list of strings
12601 Messages will be saved in all those groups.
12602
12603 @item an alist of regexps, functions and forms
12604 When a key ``matches'', the result is used.
12605
12606 @item @code{nil}
12607 No message archiving will take place.
12608 @end table
12609
12610 Let's illustrate:
12611
12612 Just saving to a single group called @samp{MisK}:
12613 @lisp
12614 (setq gnus-message-archive-group "MisK")
12615 @end lisp
12616
12617 Saving to two groups, @samp{MisK} and @samp{safe}:
12618 @lisp
12619 (setq gnus-message-archive-group '("MisK" "safe"))
12620 @end lisp
12621
12622 Save to different groups based on what group you are in:
12623 @lisp
12624 (setq gnus-message-archive-group
12625 '(("^alt" "sent-to-alt")
12626 ("mail" "sent-to-mail")
12627 (".*" "sent-to-misc")))
12628 @end lisp
12629
12630 More complex stuff:
12631 @lisp
12632 (setq gnus-message-archive-group
12633 '((if (message-news-p)
12634 "misc-news"
12635 "misc-mail")))
12636 @end lisp
12637
12638 How about storing all news messages in one file, but storing all mail
12639 messages in one file per month:
12640
12641 @lisp
12642 (setq gnus-message-archive-group
12643 '((if (message-news-p)
12644 "misc-news"
12645 (concat "mail." (format-time-string "%Y-%m")))))
12646 @end lisp
12647
12648 Now, when you send a message off, it will be stored in the appropriate
12649 group. (If you want to disable storing for just one particular message,
12650 you can just remove the @code{Gcc} header that has been inserted.) The
12651 archive group will appear in the group buffer the next time you start
12652 Gnus, or the next time you press @kbd{F} in the group buffer. You can
12653 enter it and read the articles in it just like you'd read any other
12654 group. If the group gets really big and annoying, you can simply rename
12655 if (using @kbd{G r} in the group buffer) to something
12656 nice---@samp{misc-mail-september-1995}, or whatever. New messages will
12657 continue to be stored in the old (now empty) group.
12658
12659 @table @code
12660 @item gnus-gcc-mark-as-read
12661 @vindex gnus-gcc-mark-as-read
12662 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
12663
12664 @item gnus-gcc-externalize-attachments
12665 @vindex gnus-gcc-externalize-attachments
12666 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
12667 and matches the Gcc group name, attach files as external parts; if it is
12668 @code{all}, attach local files as external parts; if it is other
12669 non-@code{nil}, the behavior is the same as @code{all}, but it may be
12670 changed in the future.
12671
12672 @item gnus-gcc-self-resent-messages
12673 @vindex gnus-gcc-self-resent-messages
12674 Like the @code{gcc-self} group parameter, applied only for unmodified
12675 messages that @code{gnus-summary-resend-message} (@pxref{Summary Mail
12676 Commands}) resends. Non-@code{nil} value of this variable takes
12677 precedence over any existing @code{Gcc} header.
12678
12679 If this is @code{none}, no @code{Gcc} copy will be made. If this is
12680 @code{t}, messages resent will be @code{Gcc} copied to the current
12681 group. If this is a string, it specifies a group to which resent
12682 messages will be @code{Gcc} copied. If this is @code{nil}, @code{Gcc}
12683 will be done according to existing @code{Gcc} header(s), if any. If
12684 this is @code{no-gcc-self}, that is the default, resent messages will be
12685 @code{Gcc} copied to groups that existing @code{Gcc} header specifies,
12686 except for the current group.
12687
12688 @item gnus-gcc-pre-body-encode-hook
12689 @vindex gnus-gcc-pre-body-encode-hook
12690 @itemx gnus-gcc-post-body-encode-hook
12691 @vindex gnus-gcc-post-body-encode-hook
12692
12693 These hooks are run before/after encoding the message body of the Gcc
12694 copy of a sent message. The current buffer (when the hook is run)
12695 contains the message including the message header. Changes made to
12696 the message will only affect the Gcc copy, but not the original
12697 message. You can use these hooks to edit the copy (and influence
12698 subsequent transformations), e.g., remove MML secure tags
12699 (@pxref{Signing and encrypting}).
12700
12701 @end table
12702
12703
12704 @node Posting Styles
12705 @section Posting Styles
12706 @cindex posting styles
12707 @cindex styles
12708
12709 All them variables, they make my head swim.
12710
12711 So what if you want a different @code{Organization} and signature based
12712 on what groups you post to? And you post both from your home machine
12713 and your work machine, and you want different @code{From} lines, and so
12714 on?
12715
12716 @vindex gnus-posting-styles
12717 One way to do stuff like that is to write clever hooks that change the
12718 variables you need to have changed. That's a bit boring, so somebody
12719 came up with the bright idea of letting the user specify these things in
12720 a handy alist. Here's an example of a @code{gnus-posting-styles}
12721 variable:
12722
12723 @lisp
12724 ((".*"
12725 (signature "Peace and happiness")
12726 (organization "What me?"))
12727 ("^comp"
12728 (signature "Death to everybody"))
12729 ("comp.emacs.i-love-it"
12730 (organization "Emacs is it")))
12731 @end lisp
12732
12733 As you might surmise from this example, this alist consists of several
12734 @dfn{styles}. Each style will be applicable if the first element
12735 ``matches'', in some form or other. The entire alist will be iterated
12736 over, from the beginning towards the end, and each match will be
12737 applied, which means that attributes in later styles that match override
12738 the same attributes in earlier matching styles. So
12739 @samp{comp.programming.literate} will have the @samp{Death to everybody}
12740 signature and the @samp{What me?} @code{Organization} header.
12741
12742 The first element in each style is called the @code{match}. If it's a
12743 string, then Gnus will try to regexp match it against the group name.
12744 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
12745 will look in the original article for a header whose name is
12746 @var{match} and compare that @var{regexp}. @var{match} and
12747 @var{regexp} are strings. (The original article is the one you are
12748 replying or following up to. If you are not composing a reply or a
12749 followup, then there is nothing to match against.) If the
12750 @code{match} is a function symbol, that function will be called with
12751 no arguments. If it's a variable symbol, then the variable will be
12752 referenced. If it's a list, then that list will be @code{eval}ed. In
12753 any case, if this returns a non-@code{nil} value, then the style is
12754 said to @dfn{match}.
12755
12756 Each style may contain an arbitrary amount of @dfn{attributes}. Each
12757 attribute consists of a @code{(@var{name} @var{value})} pair. In
12758 addition, you can also use the @code{(@var{name} :file @var{value})}
12759 form or the @code{(@var{name} :value @var{value})} form. Where
12760 @code{:file} signifies @var{value} represents a file name and its
12761 contents should be used as the attribute value, @code{:value} signifies
12762 @var{value} does not represent a file name explicitly. The attribute
12763 name can be one of:
12764
12765 @itemize @bullet
12766 @item @code{signature}
12767 @item @code{signature-file}
12768 @item @code{x-face-file}
12769 @item @code{address}, overriding @code{user-mail-address}
12770 @item @code{name}, overriding @code{(user-full-name)}
12771 @item @code{body}
12772 @end itemize
12773
12774 Note that the @code{signature-file} attribute honors the variable
12775 @code{message-signature-directory}.
12776
12777 The attribute name can also be a string or a symbol. In that case,
12778 this will be used as a header name, and the value will be inserted in
12779 the headers of the article; if the value is @code{nil}, the header
12780 name will be removed. If the attribute name is @code{eval}, the form
12781 is evaluated, and the result is thrown away.
12782
12783 The attribute value can be a string, a function with zero arguments
12784 (the return value will be used), a variable (its value will be used)
12785 or a list (it will be @code{eval}ed and the return value will be
12786 used). The functions and sexps are called/@code{eval}ed in the
12787 message buffer that is being set up. The headers of the current
12788 article are available through the @code{message-reply-headers}
12789 variable, which is a vector of the following headers: number subject
12790 from date id references chars lines xref extra.
12791
12792 In the case of a string value, if the @code{match} is a regular
12793 expression, a @samp{gnus-match-substitute-replacement} is proceed on
12794 the value to replace the positional parameters @samp{\@var{n}} by the
12795 corresponding parenthetical matches (see @xref{Replacing Match,,
12796 Replacing the Text that Matched, elisp, The Emacs Lisp Reference Manual}.)
12797
12798 @vindex message-reply-headers
12799
12800 If you wish to check whether the message you are about to compose is
12801 meant to be a news article or a mail message, you can check the values
12802 of the @code{message-news-p} and @code{message-mail-p} functions.
12803
12804 @findex message-mail-p
12805 @findex message-news-p
12806
12807 So here's a new example:
12808
12809 @lisp
12810 (setq gnus-posting-styles
12811 '((".*"
12812 (signature-file "~/.signature")
12813 (name "User Name")
12814 (x-face-file "~/.xface")
12815 (x-url (getenv "WWW_HOME"))
12816 (organization "People's Front Against MWM"))
12817 ("^rec.humor"
12818 (signature my-funny-signature-randomizer))
12819 ((equal (system-name) "gnarly") ;; @r{A form}
12820 (signature my-quote-randomizer))
12821 (message-news-p ;; @r{A function symbol}
12822 (signature my-news-signature))
12823 (window-system ;; @r{A value symbol}
12824 ("X-Window-System" (format "%s" window-system)))
12825 ;; @r{If I'm replying to Larsi, set the Organization header.}
12826 ((header "from" "larsi.*org")
12827 (Organization "Somewhere, Inc."))
12828 ((posting-from-work-p) ;; @r{A user defined function}
12829 (signature-file "~/.work-signature")
12830 (address "user@@bar.foo")
12831 (body "You are fired.\n\nSincerely, your boss.")
12832 ("X-Message-SMTP-Method" "smtp smtp.example.org 587")
12833 (organization "Important Work, Inc"))
12834 ("nnml:.*"
12835 (From (with-current-buffer gnus-article-buffer
12836 (message-fetch-field "to"))))
12837 ("^nn.+:"
12838 (signature-file "~/.mail-signature"))))
12839 @end lisp
12840
12841 The @samp{nnml:.*} rule means that you use the @code{To} address as the
12842 @code{From} address in all your outgoing replies, which might be handy
12843 if you fill many roles.
12844 You may also use @code{message-alternative-emails} instead.
12845 @xref{Message Headers, ,Message Headers, message, Message Manual}.
12846
12847 Of particular interest in the ``work-mail'' style is the
12848 @samp{X-Message-SMTP-Method} header. It specifies how to send the
12849 outgoing email. You may want to sent certain emails through certain
12850 @acronym{SMTP} servers due to company policies, for instance.
12851 @xref{Mail Variables, ,Message Variables, message, Message Manual}.
12852
12853
12854 @node Drafts
12855 @section Drafts
12856 @cindex drafts
12857
12858 If you are writing a message (mail or news) and suddenly remember that
12859 you have a steak in the oven (or some pesto in the food processor, you
12860 craaazy vegetarians), you'll probably wish there was a method to save
12861 the message you are writing so that you can continue editing it some
12862 other day, and send it when you feel its finished.
12863
12864 Well, don't worry about it. Whenever you start composing a message of
12865 some sort using the Gnus mail and post commands, the buffer you get will
12866 automatically associate to an article in a special @dfn{draft} group.
12867 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
12868 article will be saved there. (Auto-save files also go to the draft
12869 group.)
12870
12871 @cindex nndraft
12872 @vindex nndraft-directory
12873 The draft group is a special group (which is implemented as an
12874 @code{nndraft} group, if you absolutely have to know) called
12875 @samp{nndraft:drafts}. The variable @code{nndraft-directory} says where
12876 @code{nndraft} is to store its files. What makes this group special is
12877 that you can't tick any articles in it or mark any articles as
12878 read---all articles in the group are permanently unread.
12879
12880 If the group doesn't exist, it will be created and you'll be subscribed
12881 to it. The only way to make it disappear from the Group buffer is to
12882 unsubscribe it. The special properties of the draft group comes from
12883 a group property (@pxref{Group Parameters}), and if lost the group
12884 behaves like any other group. This means the commands below will not
12885 be available. To restore the special properties of the group, the
12886 simplest way is to kill the group, using @kbd{C-k}, and restart
12887 Gnus. The group is automatically created again with the
12888 correct parameters. The content of the group is not lost.
12889
12890 @c @findex gnus-dissociate-buffer-from-draft
12891 @c @kindex C-c M-d (Mail)
12892 @c @kindex C-c M-d (Post)
12893 @c @findex gnus-associate-buffer-with-draft
12894 @c @kindex C-c C-d (Mail)
12895 @c @kindex C-c C-d (Post)
12896 @c If you're writing some super-secret message that you later want to
12897 @c encode with PGP before sending, you may wish to turn the auto-saving
12898 @c (and association with the draft group) off. You never know who might be
12899 @c interested in reading all your extremely valuable and terribly horrible
12900 @c and interesting secrets. The @kbd{C-c M-d}
12901 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
12902 @c If you change your mind and want to turn the auto-saving back on again,
12903 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
12904 @c
12905 @c @vindex gnus-use-draft
12906 @c To leave association with the draft group off by default, set
12907 @c @code{gnus-use-draft} to @code{nil}. It is @code{t} by default.
12908
12909 @findex gnus-draft-edit-message
12910 @kindex D e (Draft)
12911 When you want to continue editing the article, you simply enter the
12912 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
12913 that. You will be placed in a buffer where you left off.
12914
12915 Rejected articles will also be put in this draft group (@pxref{Rejected
12916 Articles}).
12917
12918 @findex gnus-draft-send-all-messages
12919 @kindex D s (Draft)
12920 @findex gnus-draft-send-message
12921 @kindex D S (Draft)
12922 If you have lots of rejected messages you want to post (or mail) without
12923 doing further editing, you can use the @kbd{D s} command
12924 (@code{gnus-draft-send-message}). This command understands the
12925 process/prefix convention (@pxref{Process/Prefix}). The @kbd{D S}
12926 command (@code{gnus-draft-send-all-messages}) will ship off all messages
12927 in the buffer.
12928
12929 @findex gnus-draft-toggle-sending
12930 @kindex D t (Draft)
12931 If you have some messages that you wish not to send, you can use the
12932 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
12933 as unsendable. This is a toggling command.
12934
12935 Finally, if you want to delete a draft, use the normal @kbd{B DEL}
12936 command (@pxref{Mail Group Commands}).
12937
12938
12939 @node Rejected Articles
12940 @section Rejected Articles
12941 @cindex rejected articles
12942
12943 Sometimes a news server will reject an article. Perhaps the server
12944 doesn't like your face. Perhaps it just feels miserable. Perhaps
12945 @emph{there be demons}. Perhaps you have included too much cited text.
12946 Perhaps the disk is full. Perhaps the server is down.
12947
12948 These situations are, of course, totally beyond the control of Gnus.
12949 (Gnus, of course, loves the way you look, always feels great, has angels
12950 fluttering around inside of it, doesn't care about how much cited text
12951 you include, never runs full and never goes down.) So Gnus saves these
12952 articles until some later time when the server feels better.
12953
12954 The rejected articles will automatically be put in a special draft group
12955 (@pxref{Drafts}). When the server comes back up again, you'd then
12956 typically enter that group and send all the articles off.
12957
12958 @node Signing and encrypting
12959 @section Signing and encrypting
12960 @cindex using gpg
12961 @cindex using s/mime
12962 @cindex using smime
12963
12964 Gnus can digitally sign and encrypt your messages, using vanilla
12965 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}. For
12966 decoding such messages, see the @code{mm-verify-option} and
12967 @code{mm-decrypt-option} options (@pxref{Security}).
12968
12969 @vindex gnus-message-replysign
12970 @vindex gnus-message-replyencrypt
12971 @vindex gnus-message-replysignencrypted
12972 Often, you would like to sign replies to people who send you signed
12973 messages. Even more often, you might want to encrypt messages which
12974 are in reply to encrypted messages. Gnus offers
12975 @code{gnus-message-replysign} to enable the former, and
12976 @code{gnus-message-replyencrypt} for the latter. In addition, setting
12977 @code{gnus-message-replysignencrypted} (on by default) will sign
12978 automatically encrypted messages.
12979
12980 Instructing @acronym{MML} to perform security operations on a
12981 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12982 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12983
12984 @table @kbd
12985
12986 @item C-c C-m s s
12987 @kindex C-c C-m s s (Message)
12988 @findex mml-secure-message-sign-smime
12989
12990 Digitally sign current message using @acronym{S/MIME}.
12991
12992 @item C-c C-m s o
12993 @kindex C-c C-m s o (Message)
12994 @findex mml-secure-message-sign-pgp
12995
12996 Digitally sign current message using @acronym{PGP}.
12997
12998 @item C-c C-m s p
12999 @kindex C-c C-m s p (Message)
13000 @findex mml-secure-message-sign-pgp
13001
13002 Digitally sign current message using @acronym{PGP/MIME}.
13003
13004 @item C-c C-m c s
13005 @kindex C-c C-m c s (Message)
13006 @findex mml-secure-message-encrypt-smime
13007
13008 Digitally encrypt current message using @acronym{S/MIME}.
13009
13010 @item C-c C-m c o
13011 @kindex C-c C-m c o (Message)
13012 @findex mml-secure-message-encrypt-pgp
13013
13014 Digitally encrypt current message using @acronym{PGP}.
13015
13016 @item C-c C-m c p
13017 @kindex C-c C-m c p (Message)
13018 @findex mml-secure-message-encrypt-pgpmime
13019
13020 Digitally encrypt current message using @acronym{PGP/MIME}.
13021
13022 @item C-c C-m C-n
13023 @kindex C-c C-m C-n (Message)
13024 @findex mml-unsecure-message
13025 Remove security related @acronym{MML} tags from message.
13026
13027 @end table
13028
13029 @xref{Security, ,Security, message, Message Manual}, for more information.
13030
13031 @node Select Methods
13032 @chapter Select Methods
13033 @cindex foreign groups
13034 @cindex select methods
13035
13036 A @dfn{foreign group} is a group not read by the usual (or
13037 default) means. It could be, for instance, a group from a different
13038 @acronym{NNTP} server, it could be a virtual group, or it could be your own
13039 personal mail group.
13040
13041 A foreign group (or any group, really) is specified by a @dfn{name} and
13042 a @dfn{select method}. To take the latter first, a select method is a
13043 list where the first element says what back end to use (e.g., @code{nntp},
13044 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
13045 name}. There may be additional elements in the select method, where the
13046 value may have special meaning for the back end in question.
13047
13048 One could say that a select method defines a @dfn{virtual server}---so
13049 we do just that (@pxref{Server Buffer}).
13050
13051 The @dfn{name} of the group is the name the back end will recognize the
13052 group as.
13053
13054 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
13055 @samp{some.where.edu} will have the name @samp{soc.motss} and select
13056 method @code{(nntp "some.where.edu")}. Gnus will call this group
13057 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
13058 back end just knows this group as @samp{soc.motss}.
13059
13060 The different methods all have their peculiarities, of course.
13061
13062 @menu
13063 * Server Buffer:: Making and editing virtual servers.
13064 * Getting News:: Reading USENET news with Gnus.
13065 * Using IMAP:: Reading mail from @acronym{IMAP}.
13066 * Getting Mail:: Reading your personal mail with Gnus.
13067 * Browsing the Web:: Getting messages from a plethora of Web sources.
13068 * Other Sources:: Reading directories, files.
13069 * Combined Groups:: Combining groups into one group.
13070 * Email Based Diary:: Using mails to manage diary events in Gnus.
13071 * Gnus Unplugged:: Reading news and mail offline.
13072 @end menu
13073
13074
13075 @node Server Buffer
13076 @section Server Buffer
13077
13078 Traditionally, a @dfn{server} is a machine or a piece of software that
13079 one connects to, and then requests information from. Gnus does not
13080 connect directly to any real servers, but does all transactions through
13081 one back end or other. But that's just putting one layer more between
13082 the actual media and Gnus, so we might just as well say that each
13083 back end represents a virtual server.
13084
13085 For instance, the @code{nntp} back end may be used to connect to several
13086 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
13087 on the same actual @acronym{NNTP} server. You tell Gnus which back end to
13088 use, and what parameters to set by specifying a @dfn{select method}.
13089
13090 These select method specifications can sometimes become quite
13091 complicated---say, for instance, that you want to read from the
13092 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
13093 hangs if queried for @acronym{NOV} headers and has a buggy select. Ahem.
13094 Anyway, if you had to specify that for each group that used this
13095 server, that would be too much work, so Gnus offers a way of naming
13096 select methods, which is what you do in the server buffer.
13097
13098 To enter the server buffer, use the @kbd{^}
13099 (@code{gnus-group-enter-server-mode}) command in the group buffer.
13100
13101 @menu
13102 * Server Buffer Format:: You can customize the look of this buffer.
13103 * Server Commands:: Commands to manipulate servers.
13104 * Example Methods:: Examples server specifications.
13105 * Creating a Virtual Server:: An example session.
13106 * Server Variables:: Which variables to set.
13107 * Servers and Methods:: You can use server names as select methods.
13108 * Unavailable Servers:: Some servers you try to contact may be down.
13109 @end menu
13110
13111 @vindex gnus-server-mode-hook
13112 @code{gnus-server-mode-hook} is run when creating the server buffer.
13113
13114
13115 @node Server Buffer Format
13116 @subsection Server Buffer Format
13117 @cindex server buffer format
13118
13119 @vindex gnus-server-line-format
13120 You can change the look of the server buffer lines by changing the
13121 @code{gnus-server-line-format} variable. This is a @code{format}-like
13122 variable, with some simple extensions:
13123
13124 @table @samp
13125
13126 @item h
13127 How the news is fetched---the back end name.
13128
13129 @item n
13130 The name of this server.
13131
13132 @item w
13133 Where the news is to be fetched from---the address.
13134
13135 @item s
13136 The opened/closed/denied status of the server.
13137
13138 @item a
13139 Whether this server is agentized.
13140 @end table
13141
13142 @vindex gnus-server-mode-line-format
13143 The mode line can also be customized by using the
13144 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
13145 Formatting}). The following specs are understood:
13146
13147 @table @samp
13148 @item S
13149 Server name.
13150
13151 @item M
13152 Server method.
13153 @end table
13154
13155 Also @pxref{Formatting Variables}.
13156
13157
13158 @node Server Commands
13159 @subsection Server Commands
13160 @cindex server commands
13161
13162 @table @kbd
13163
13164 @item v
13165 @kindex v (Server)
13166 @cindex keys, reserved for users (Server)
13167 The key @kbd{v} is reserved for users. You can bind it to some
13168 command or better use it as a prefix key.
13169
13170 @item a
13171 @kindex a (Server)
13172 @findex gnus-server-add-server
13173 Add a new server (@code{gnus-server-add-server}).
13174
13175 @item e
13176 @kindex e (Server)
13177 @findex gnus-server-edit-server
13178 Edit a server (@code{gnus-server-edit-server}).
13179
13180 @item S
13181 @kindex S (Server)
13182 @findex gnus-server-show-server
13183 Show the definition of a server (@code{gnus-server-show-server}).
13184
13185 @item SPACE
13186 @kindex SPACE (Server)
13187 @findex gnus-server-read-server
13188 Browse the current server (@code{gnus-server-read-server}).
13189
13190 @item q
13191 @kindex q (Server)
13192 @findex gnus-server-exit
13193 Return to the group buffer (@code{gnus-server-exit}).
13194
13195 @item k
13196 @kindex k (Server)
13197 @findex gnus-server-kill-server
13198 Kill the current server (@code{gnus-server-kill-server}).
13199
13200 @item y
13201 @kindex y (Server)
13202 @findex gnus-server-yank-server
13203 Yank the previously killed server (@code{gnus-server-yank-server}).
13204
13205 @item c
13206 @kindex c (Server)
13207 @findex gnus-server-copy-server
13208 Copy the current server (@code{gnus-server-copy-server}).
13209
13210 @item l
13211 @kindex l (Server)
13212 @findex gnus-server-list-servers
13213 List all servers (@code{gnus-server-list-servers}).
13214
13215 @item s
13216 @kindex s (Server)
13217 @findex gnus-server-scan-server
13218 Request that the server scan its sources for new articles
13219 (@code{gnus-server-scan-server}). This is mainly sensible with mail
13220 servers.
13221
13222 @item g
13223 @kindex g (Server)
13224 @findex gnus-server-regenerate-server
13225 Request that the server regenerate all its data structures
13226 (@code{gnus-server-regenerate-server}). This can be useful if you have
13227 a mail back end that has gotten out of sync.
13228
13229 @item z
13230 @kindex z (Server)
13231 @findex gnus-server-compact-server
13232
13233 Compact all groups in the server under point
13234 (@code{gnus-server-compact-server}). Currently implemented only in
13235 nnml (@pxref{Mail Spool}). This removes gaps between article numbers,
13236 hence getting a correct total article count.
13237
13238 @end table
13239
13240 Some more commands for closing, disabling, and re-opening servers are
13241 listed in @ref{Unavailable Servers}.
13242
13243
13244 @node Example Methods
13245 @subsection Example Methods
13246
13247 Most select methods are pretty simple and self-explanatory:
13248
13249 @lisp
13250 (nntp "news.funet.fi")
13251 @end lisp
13252
13253 Reading directly from the spool is even simpler:
13254
13255 @lisp
13256 (nnspool "")
13257 @end lisp
13258
13259 As you can see, the first element in a select method is the name of the
13260 back end, and the second is the @dfn{address}, or @dfn{name}, if you
13261 will.
13262
13263 After these two elements, there may be an arbitrary number of
13264 @code{(@var{variable} @var{form})} pairs.
13265
13266 To go back to the first example---imagine that you want to read from
13267 port 15 on that machine. This is what the select method should
13268 look like then:
13269
13270 @lisp
13271 (nntp "news.funet.fi" (nntp-port-number 15))
13272 @end lisp
13273
13274 You should read the documentation to each back end to find out what
13275 variables are relevant, but here's an @code{nnmh} example:
13276
13277 @code{nnmh} is a mail back end that reads a spool-like structure. Say
13278 you have two structures that you wish to access: One is your private
13279 mail spool, and the other is a public one. Here's the possible spec for
13280 your private mail:
13281
13282 @lisp
13283 (nnmh "private" (nnmh-directory "~/private/mail/"))
13284 @end lisp
13285
13286 (This server is then called @samp{private}, but you may have guessed
13287 that.)
13288
13289 Here's the method for a public spool:
13290
13291 @lisp
13292 (nnmh "public"
13293 (nnmh-directory "/usr/information/spool/")
13294 (nnmh-get-new-mail nil))
13295 @end lisp
13296
13297 @cindex proxy
13298 @cindex firewall
13299
13300 If you are behind a firewall and only have access to the @acronym{NNTP}
13301 server from the firewall machine, you can instruct Gnus to @code{rlogin}
13302 on the firewall machine and connect with
13303 @uref{http://netcat.sourceforge.net/, netcat} from there to the
13304 @acronym{NNTP} server.
13305 Doing this can be rather fiddly, but your virtual server definition
13306 should probably look something like this:
13307
13308 @lisp
13309 (nntp "firewall"
13310 (nntp-open-connection-function nntp-open-via-rlogin-and-netcat)
13311 (nntp-via-address "the.firewall.machine")
13312 (nntp-address "the.real.nntp.host"))
13313 @end lisp
13314
13315 If you want to use the wonderful @code{ssh} program to provide a
13316 compressed connection over the modem line, you could add the following
13317 configuration to the example above:
13318
13319 @lisp
13320 (nntp-via-rlogin-command "ssh")
13321 @end lisp
13322
13323 See also @code{nntp-via-rlogin-command-switches}. Here's an example for
13324 an indirect connection:
13325
13326 @lisp
13327 (setq gnus-select-method
13328 '(nntp "indirect"
13329 (nntp-address "news.server.example")
13330 (nntp-via-user-name "intermediate_user_name")
13331 (nntp-via-address "intermediate.host.example")
13332 (nntp-via-rlogin-command "ssh")
13333 (nntp-via-rlogin-command-switches ("-C"))
13334 (nntp-open-connection-function nntp-open-via-rlogin-and-netcat)))
13335 @end lisp
13336
13337 This means that you have to have set up @code{ssh-agent} correctly to
13338 provide automatic authorization, of course.
13339
13340 If you're behind a firewall, but have direct access to the outside world
13341 through a wrapper command like "runsocks", you could open a socksified
13342 netcat connection to the news server as follows:
13343
13344 @lisp
13345 (nntp "outside"
13346 (nntp-pre-command "runsocks")
13347 (nntp-open-connection-function nntp-open-netcat-stream)
13348 (nntp-address "the.news.server"))
13349 @end lisp
13350
13351
13352 @node Creating a Virtual Server
13353 @subsection Creating a Virtual Server
13354
13355 If you're saving lots of articles in the cache by using persistent
13356 articles, you may want to create a virtual server to read the cache.
13357
13358 First you need to add a new server. The @kbd{a} command does that. It
13359 would probably be best to use @code{nnml} to read the cache. You
13360 could also use @code{nnspool} or @code{nnmh}, though.
13361
13362 Type @kbd{a nnml RET cache RET}.
13363
13364 You should now have a brand new @code{nnml} virtual server called
13365 @samp{cache}. You now need to edit it to have the right definitions.
13366 Type @kbd{e} to edit the server. You'll be entered into a buffer that
13367 will contain the following:
13368
13369 @lisp
13370 (nnml "cache")
13371 @end lisp
13372
13373 Change that to:
13374
13375 @lisp
13376 (nnml "cache"
13377 (nnml-directory "~/News/cache/")
13378 (nnml-active-file "~/News/cache/active"))
13379 @end lisp
13380
13381 Type @kbd{C-c C-c} to return to the server buffer. If you now press
13382 @kbd{RET} over this virtual server, you should be entered into a browse
13383 buffer, and you should be able to enter any of the groups displayed.
13384
13385
13386 @node Server Variables
13387 @subsection Server Variables
13388 @cindex server variables
13389 @cindex server parameters
13390
13391 One sticky point when defining variables (both on back ends and in Emacs
13392 in general) is that some variables are typically initialized from other
13393 variables when the definition of the variables is being loaded. If you
13394 change the ``base'' variable after the variables have been loaded, you
13395 won't change the ``derived'' variables.
13396
13397 This typically affects directory and file variables. For instance,
13398 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
13399 directory variables are initialized from that variable, so
13400 @code{nnml-active-file} will be @file{~/Mail/active}. If you define a
13401 new virtual @code{nnml} server, it will @emph{not} suffice to set just
13402 @code{nnml-directory}---you have to explicitly set all the file
13403 variables to be what you want them to be. For a complete list of
13404 variables for each back end, see each back end's section later in this
13405 manual, but here's an example @code{nnml} definition:
13406
13407 @lisp
13408 (nnml "public"
13409 (nnml-directory "~/my-mail/")
13410 (nnml-active-file "~/my-mail/active")
13411 (nnml-newsgroups-file "~/my-mail/newsgroups"))
13412 @end lisp
13413
13414 Server variables are often called @dfn{server parameters}.
13415
13416 @node Servers and Methods
13417 @subsection Servers and Methods
13418
13419 Wherever you would normally use a select method
13420 (e.g., @code{gnus-secondary-select-method}, in the group select method,
13421 when browsing a foreign server) you can use a virtual server name
13422 instead. This could potentially save lots of typing. And it's nice all
13423 over.
13424
13425
13426 @node Unavailable Servers
13427 @subsection Unavailable Servers
13428
13429 If a server seems to be unreachable, Gnus will mark that server as
13430 @code{denied}. That means that any subsequent attempt to make contact
13431 with that server will just be ignored. ``It can't be opened,'' Gnus
13432 will tell you, without making the least effort to see whether that is
13433 actually the case or not.
13434
13435 That might seem quite naughty, but it does make sense most of the time.
13436 Let's say you have 10 groups subscribed to on server
13437 @samp{nephelococcygia.com}. This server is located somewhere quite far
13438 away from you and the machine is quite slow, so it takes 1 minute just
13439 to find out that it refuses connection to you today. If Gnus were to
13440 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
13441 attempt to do that. Once it has gotten a single ``connection refused'',
13442 it will regard that server as ``down''.
13443
13444 So, what happens if the machine was only feeling unwell temporarily?
13445 How do you test to see whether the machine has come up again?
13446
13447 You jump to the server buffer (@pxref{Server Buffer}) and poke it
13448 with the following commands:
13449
13450 @table @kbd
13451
13452 @item O
13453 @kindex O (Server)
13454 @findex gnus-server-open-server
13455 Try to establish connection to the server on the current line
13456 (@code{gnus-server-open-server}).
13457
13458 @item C
13459 @kindex C (Server)
13460 @findex gnus-server-close-server
13461 Close the connection (if any) to the server
13462 (@code{gnus-server-close-server}).
13463
13464 @item D
13465 @kindex D (Server)
13466 @findex gnus-server-deny-server
13467 Mark the current server as unreachable
13468 (@code{gnus-server-deny-server}).
13469
13470 @item M-o
13471 @kindex M-o (Server)
13472 @findex gnus-server-open-all-servers
13473 Open the connections to all servers in the buffer
13474 (@code{gnus-server-open-all-servers}).
13475
13476 @item M-c
13477 @kindex M-c (Server)
13478 @findex gnus-server-close-all-servers
13479 Close the connections to all servers in the buffer
13480 (@code{gnus-server-close-all-servers}).
13481
13482 @item R
13483 @kindex R (Server)
13484 @findex gnus-server-remove-denials
13485 Remove all marks to whether Gnus was denied connection from any servers
13486 (@code{gnus-server-remove-denials}).
13487
13488 @item c
13489 @kindex c (Server)
13490 @findex gnus-server-copy-server
13491 Copy a server and give it a new name
13492 (@code{gnus-server-copy-server}). This can be useful if you have a
13493 complex method definition, and want to use the same definition towards
13494 a different (physical) server.
13495
13496 @item L
13497 @kindex L (Server)
13498 @findex gnus-server-offline-server
13499 Set server status to offline (@code{gnus-server-offline-server}).
13500
13501 @end table
13502
13503
13504 @node Getting News
13505 @section Getting News
13506 @cindex reading news
13507 @cindex news back ends
13508
13509 A newsreader is normally used for reading news. Gnus currently provides
13510 only two methods of getting news---it can read from an @acronym{NNTP} server,
13511 or it can read from a local spool.
13512
13513 @menu
13514 * NNTP:: Reading news from an @acronym{NNTP} server.
13515 * News Spool:: Reading news from the local spool.
13516 @end menu
13517
13518
13519 @node NNTP
13520 @subsection NNTP
13521 @cindex nntp
13522
13523 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
13524 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
13525 server as the, uhm, address.
13526
13527 If the @acronym{NNTP} server is located at a non-standard port, setting the
13528 third element of the select method to this port number should allow you
13529 to connect to the right port. You'll have to edit the group info for
13530 that (@pxref{Foreign Groups}).
13531
13532 The name of the foreign group can be the same as a native group. In
13533 fact, you can subscribe to the same group from as many different servers
13534 you feel like. There will be no name collisions.
13535
13536 The following variables can be used to create a virtual @code{nntp}
13537 server:
13538
13539 @table @code
13540
13541 @item nntp-server-opened-hook
13542 @vindex nntp-server-opened-hook
13543 @cindex @sc{mode reader}
13544 @cindex authinfo
13545 @cindex authentication
13546 @cindex nntp authentication
13547 @findex nntp-send-authinfo
13548 @findex nntp-send-mode-reader
13549 is run after a connection has been made. It can be used to send
13550 commands to the @acronym{NNTP} server after it has been contacted. By
13551 default it sends the command @code{MODE READER} to the server with the
13552 @code{nntp-send-mode-reader} function. This function should always be
13553 present in this hook.
13554
13555 @item nntp-authinfo-function
13556 @vindex nntp-authinfo-function
13557 @findex nntp-send-authinfo
13558 @vindex nntp-authinfo-file
13559 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
13560 server. The default function is @code{nntp-send-authinfo}, which looks
13561 through your @file{~/.authinfo} (or whatever you've set the
13562 @code{nntp-authinfo-file} variable to) for applicable entries. If none
13563 are found, it will prompt you for a login name and a password. The
13564 format of the @file{~/.authinfo} file is (almost) the same as the
13565 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
13566 manual page, but here are the salient facts:
13567
13568 @enumerate
13569 @item
13570 The file contains one or more line, each of which define one server.
13571
13572 @item
13573 Each line may contain an arbitrary number of token/value pairs.
13574
13575 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
13576 @samp{default}. In addition Gnus introduces two new tokens, not present
13577 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
13578 @samp{force}. (This is the only way the @file{.authinfo} file format
13579 deviates from the @file{.netrc} file format.) @samp{port} is used to
13580 indicate what port on the server the credentials apply to and
13581 @samp{force} is explained below.
13582
13583 @end enumerate
13584
13585 Here's an example file:
13586
13587 @example
13588 machine news.uio.no login larsi password geheimnis
13589 machine nntp.ifi.uio.no login larsi force yes
13590 @end example
13591
13592 The token/value pairs may appear in any order; @samp{machine} doesn't
13593 have to be first, for instance.
13594
13595 In this example, both login name and password have been supplied for the
13596 former server, while the latter has only the login name listed, and the
13597 user will be prompted for the password. The latter also has the
13598 @samp{force} tag, which means that the authinfo will be sent to the
13599 @var{nntp} server upon connection; the default (i.e., when there is not
13600 @samp{force} tag) is to not send authinfo to the @var{nntp} server
13601 until the @var{nntp} server asks for it.
13602
13603 You can also add @samp{default} lines that will apply to all servers
13604 that don't have matching @samp{machine} lines.
13605
13606 @example
13607 default force yes
13608 @end example
13609
13610 This will force sending @samp{AUTHINFO} commands to all servers not
13611 previously mentioned.
13612
13613 Remember to not leave the @file{~/.authinfo} file world-readable.
13614
13615 @item nntp-server-action-alist
13616 @vindex nntp-server-action-alist
13617 This is a list of regexps to match on server types and actions to be
13618 taken when matches are made. For instance, if you want Gnus to beep
13619 every time you connect to innd, you could say something like:
13620
13621 @lisp
13622 (setq nntp-server-action-alist
13623 '(("innd" (ding))))
13624 @end lisp
13625
13626 You probably don't want to do that, though.
13627
13628 The default value is
13629
13630 @lisp
13631 '(("nntpd 1\\.5\\.11t"
13632 (remove-hook 'nntp-server-opened-hook
13633 'nntp-send-mode-reader)))
13634 @end lisp
13635
13636 This ensures that Gnus doesn't send the @code{MODE READER} command to
13637 nntpd 1.5.11t, since that command chokes that server, I've been told.
13638
13639 @item nntp-maximum-request
13640 @vindex nntp-maximum-request
13641 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
13642 will collect headers by sending a series of @code{head} commands. To
13643 speed things up, the back end sends lots of these commands without
13644 waiting for reply, and then reads all the replies. This is controlled
13645 by the @code{nntp-maximum-request} variable, and is 400 by default. If
13646 your network is buggy, you should set this to 1.
13647
13648 @item nntp-connection-timeout
13649 @vindex nntp-connection-timeout
13650 If you have lots of foreign @code{nntp} groups that you connect to
13651 regularly, you're sure to have problems with @acronym{NNTP} servers not
13652 responding properly, or being too loaded to reply within reasonable
13653 time. This is can lead to awkward problems, which can be helped
13654 somewhat by setting @code{nntp-connection-timeout}. This is an integer
13655 that says how many seconds the @code{nntp} back end should wait for a
13656 connection before giving up. If it is @code{nil}, which is the default,
13657 no timeouts are done.
13658
13659 @item nntp-nov-is-evil
13660 @vindex nntp-nov-is-evil
13661 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
13662 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
13663 can be used.
13664
13665 @item nntp-xover-commands
13666 @vindex nntp-xover-commands
13667 @cindex @acronym{NOV}
13668 @cindex XOVER
13669 List of strings used as commands to fetch @acronym{NOV} lines from a
13670 server. The default value of this variable is @code{("XOVER"
13671 "XOVERVIEW")}.
13672
13673 @item nntp-nov-gap
13674 @vindex nntp-nov-gap
13675 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
13676 the server. The server responds with one huge list of lines. However,
13677 if you have read articles 2--5000 in the group, and only want to read
13678 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
13679 lines that you will not need. This variable says how
13680 big a gap between two consecutive articles is allowed to be before the
13681 @code{XOVER} request is split into several request. Note that if your
13682 network is fast, setting this variable to a really small number means
13683 that fetching will probably be slower. If this variable is @code{nil},
13684 @code{nntp} will never split requests. The default is 5.
13685
13686 @item nntp-xref-number-is-evil
13687 @vindex nntp-xref-number-is-evil
13688 When Gnus refers to an article having the @code{Message-ID} that a user
13689 specifies or having the @code{Message-ID} of the parent article of the
13690 current one (@pxref{Finding the Parent}), Gnus sends a @code{HEAD}
13691 command to the @acronym{NNTP} server to know where it is, and the server
13692 returns the data containing the pairs of a group and an article number
13693 in the @code{Xref} header. Gnus normally uses the article number to
13694 refer to the article if the data shows that that article is in the
13695 current group, while it uses the @code{Message-ID} otherwise. However,
13696 some news servers, e.g., ones running Diablo, run multiple engines
13697 having the same articles but article numbers are not kept synchronized
13698 between them. In that case, the article number that appears in the
13699 @code{Xref} header varies by which engine is chosen, so you cannot refer
13700 to the parent article that is in the current group, for instance. If
13701 you connect to such a server, set this variable to a non-@code{nil}
13702 value, and Gnus never uses article numbers. For example:
13703
13704 @lisp
13705 (setq gnus-select-method
13706 '(nntp "newszilla"
13707 (nntp-address "newszilla.example.com")
13708 (nntp-xref-number-is-evil t)
13709 @dots{}))
13710 @end lisp
13711
13712 The default value of this server variable is @code{nil}.
13713
13714 @item nntp-prepare-server-hook
13715 @vindex nntp-prepare-server-hook
13716 A hook run before attempting to connect to an @acronym{NNTP} server.
13717
13718 @item nntp-record-commands
13719 @vindex nntp-record-commands
13720 If non-@code{nil}, @code{nntp} will log all commands it sends to the
13721 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
13722 buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection
13723 that doesn't seem to work.
13724
13725 @item nntp-open-connection-function
13726 @vindex nntp-open-connection-function
13727 It is possible to customize how the connection to the nntp server will
13728 be opened. If you specify an @code{nntp-open-connection-function}
13729 parameter, Gnus will use that function to establish the connection.
13730 Seven pre-made functions are supplied. These functions can be grouped
13731 in two categories: direct connection functions (four pre-made), and
13732 indirect ones (three pre-made).
13733
13734 @item nntp-never-echoes-commands
13735 @vindex nntp-never-echoes-commands
13736 Non-@code{nil} means the nntp server never echoes commands. It is
13737 reported that some nntps server doesn't echo commands. So, you may want
13738 to set this to non-@code{nil} in the method for such a server setting
13739 @code{nntp-open-connection-function} to @code{nntp-open-ssl-stream} for
13740 example. The default value is @code{nil}. Note that the
13741 @code{nntp-open-connection-functions-never-echo-commands} variable
13742 overrides the @code{nil} value of this variable.
13743
13744 @item nntp-open-connection-functions-never-echo-commands
13745 @vindex nntp-open-connection-functions-never-echo-commands
13746 List of functions that never echo commands. Add or set a function which
13747 you set to @code{nntp-open-connection-function} to this list if it does
13748 not echo commands. Note that a non-@code{nil} value of the
13749 @code{nntp-never-echoes-commands} variable overrides this variable. The
13750 default value is @code{(nntp-open-network-stream)}.
13751
13752 @item nntp-prepare-post-hook
13753 @vindex nntp-prepare-post-hook
13754 A hook run just before posting an article. If there is no
13755 @code{Message-ID} header in the article and the news server provides the
13756 recommended ID, it will be added to the article before running this
13757 hook. It is useful to make @code{Cancel-Lock} headers even if you
13758 inhibit Gnus to add a @code{Message-ID} header, you could say:
13759
13760 @lisp
13761 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
13762 @end lisp
13763
13764 Note that not all servers support the recommended ID@. This works for
13765 INN versions 2.3.0 and later, for instance.
13766
13767 @item nntp-server-list-active-group
13768 If @code{nil}, then always use @samp{GROUP} instead of @samp{LIST
13769 ACTIVE}. This is usually slower, but on misconfigured servers that
13770 don't update their active files often, this can help.
13771
13772
13773 @end table
13774
13775 @menu
13776 * Direct Functions:: Connecting directly to the server.
13777 * Indirect Functions:: Connecting indirectly to the server.
13778 * Common Variables:: Understood by several connection functions.
13779 @end menu
13780
13781
13782 @node Direct Functions
13783 @subsubsection Direct Functions
13784 @cindex direct connection functions
13785
13786 These functions are called direct because they open a direct connection
13787 between your machine and the @acronym{NNTP} server. The behavior of these
13788 functions is also affected by commonly understood variables
13789 (@pxref{Common Variables}).
13790
13791 @table @code
13792 @findex nntp-open-network-stream
13793 @item nntp-open-network-stream
13794 This is the default, and simply connects to some port or other on the
13795 remote system. If both Emacs and the server supports it, the
13796 connection will be upgraded to an encrypted @acronym{STARTTLS}
13797 connection automatically.
13798
13799 @item network-only
13800 The same as the above, but don't do automatic @acronym{STARTTLS} upgrades.
13801
13802 @findex nntp-open-tls-stream
13803 @item nntp-open-tls-stream
13804 Opens a connection to a server over a @dfn{secure} channel. To use
13805 this you must have @uref{http://www.gnu.org/software/gnutls/, GnuTLS}
13806 installed. You then define a server as follows:
13807
13808 @lisp
13809 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
13810 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
13811 ;;
13812 (nntp "snews.bar.com"
13813 (nntp-open-connection-function nntp-open-tls-stream)
13814 (nntp-port-number 563)
13815 (nntp-address "snews.bar.com"))
13816 @end lisp
13817
13818 @findex nntp-open-ssl-stream
13819 @item nntp-open-ssl-stream
13820 Opens a connection to a server over a @dfn{secure} channel. To use
13821 this you must have @uref{http://www.openssl.org, OpenSSL} or
13822 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed. You
13823 then define a server as follows:
13824
13825 @lisp
13826 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
13827 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
13828 ;;
13829 (nntp "snews.bar.com"
13830 (nntp-open-connection-function nntp-open-ssl-stream)
13831 (nntp-port-number 563)
13832 (nntp-address "snews.bar.com"))
13833 @end lisp
13834
13835 @findex nntp-open-netcat-stream
13836 @item nntp-open-netcat-stream
13837 Opens a connection to an @acronym{NNTP} server using the @code{netcat}
13838 program. You might wonder why this function exists, since we have
13839 the default @code{nntp-open-network-stream} which would do the job. (One
13840 of) the reason(s) is that if you are behind a firewall but have direct
13841 connections to the outside world thanks to a command wrapper like
13842 @code{runsocks}, you can use it like this:
13843
13844 @lisp
13845 (nntp "socksified"
13846 (nntp-pre-command "runsocks")
13847 (nntp-open-connection-function nntp-open-netcat-stream)
13848 (nntp-address "the.news.server"))
13849 @end lisp
13850
13851 With the default method, you would need to wrap your whole Emacs
13852 session, which is not a good idea.
13853
13854 @findex nntp-open-telnet-stream
13855 @item nntp-open-telnet-stream
13856 Like @code{nntp-open-netcat-stream}, but uses @code{telnet} rather than
13857 @code{netcat}. @code{telnet} is a bit less robust because of things
13858 like line-end-conversion, but sometimes netcat is simply
13859 not available. The previous example would turn into:
13860
13861 @lisp
13862 (nntp "socksified"
13863 (nntp-pre-command "runsocks")
13864 (nntp-open-connection-function nntp-open-telnet-stream)
13865 (nntp-address "the.news.server")
13866 (nntp-end-of-line "\n"))
13867 @end lisp
13868 @end table
13869
13870
13871 @node Indirect Functions
13872 @subsubsection Indirect Functions
13873 @cindex indirect connection functions
13874
13875 These functions are called indirect because they connect to an
13876 intermediate host before actually connecting to the @acronym{NNTP} server.
13877 All of these functions and related variables are also said to belong to
13878 the ``via'' family of connection: they're all prefixed with ``via'' to make
13879 things cleaner. The behavior of these functions is also affected by
13880 commonly understood variables (@pxref{Common Variables}).
13881
13882 @table @code
13883 @item nntp-open-via-rlogin-and-netcat
13884 @findex nntp-open-via-rlogin-and-netcat
13885 Does an @samp{rlogin} on a remote system, and then uses @code{netcat} to connect
13886 to the real @acronym{NNTP} server from there. This is useful for instance if
13887 you need to connect to a firewall machine first.
13888
13889 @code{nntp-open-via-rlogin-and-netcat}-specific variables:
13890
13891 @table @code
13892 @item nntp-via-rlogin-command
13893 @vindex nntp-via-rlogin-command
13894 Command used to log in on the intermediate host. The default is
13895 @samp{rsh}, but @samp{ssh} is a popular alternative.
13896
13897 @item nntp-via-rlogin-command-switches
13898 @vindex nntp-via-rlogin-command-switches
13899 List of strings to be used as the switches to
13900 @code{nntp-via-rlogin-command}. The default is @code{nil}. If you use
13901 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
13902 @samp{("-C")} in order to compress all data connections.
13903 @end table
13904
13905 @item nntp-open-via-rlogin-and-telnet
13906 @findex nntp-open-via-rlogin-and-telnet
13907 Does essentially the same, but uses @code{telnet} instead of @samp{netcat}
13908 to connect to the real @acronym{NNTP} server from the intermediate host.
13909 @code{telnet} is a bit less robust because of things like
13910 line-end-conversion, but sometimes @code{netcat} is simply not available.
13911
13912 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
13913
13914 @table @code
13915 @item nntp-telnet-command
13916 @vindex nntp-telnet-command
13917 Command used to connect to the real @acronym{NNTP} server from the
13918 intermediate host. The default is @samp{telnet}.
13919
13920 @item nntp-telnet-switches
13921 @vindex nntp-telnet-switches
13922 List of strings to be used as the switches to the
13923 @code{nntp-telnet-command} command. The default is @code{("-8")}.
13924
13925 @item nntp-via-rlogin-command
13926 @vindex nntp-via-rlogin-command
13927 Command used to log in on the intermediate host. The default is
13928 @samp{rsh}, but @samp{ssh} is a popular alternative.
13929
13930 @item nntp-via-rlogin-command-switches
13931 @vindex nntp-via-rlogin-command-switches
13932 List of strings to be used as the switches to
13933 @code{nntp-via-rlogin-command}. If you use @samp{ssh}, you may need to set
13934 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
13935 the telnet command requires a pseudo-tty allocation on an intermediate
13936 host. The default is @code{nil}.
13937 @end table
13938
13939 Note that you may want to change the value for @code{nntp-end-of-line}
13940 to @samp{\n} (@pxref{Common Variables}).
13941
13942 @item nntp-open-via-telnet-and-telnet
13943 @findex nntp-open-via-telnet-and-telnet
13944 Does essentially the same, but uses @samp{telnet} instead of
13945 @samp{rlogin} to connect to the intermediate host.
13946
13947 @code{nntp-open-via-telnet-and-telnet}-specific variables:
13948
13949 @table @code
13950 @item nntp-via-telnet-command
13951 @vindex nntp-via-telnet-command
13952 Command used to @code{telnet} the intermediate host. The default is
13953 @samp{telnet}.
13954
13955 @item nntp-via-telnet-switches
13956 @vindex nntp-via-telnet-switches
13957 List of strings to be used as the switches to the
13958 @code{nntp-via-telnet-command} command. The default is @samp{("-8")}.
13959
13960 @item nntp-via-user-password
13961 @vindex nntp-via-user-password
13962 Password to use when logging in on the intermediate host.
13963
13964 @item nntp-via-envuser
13965 @vindex nntp-via-envuser
13966 If non-@code{nil}, the intermediate @code{telnet} session (client and
13967 server both) will support the @code{ENVIRON} option and not prompt for
13968 login name. This works for Solaris @code{telnet}, for instance.
13969
13970 @item nntp-via-shell-prompt
13971 @vindex nntp-via-shell-prompt
13972 Regexp matching the shell prompt on the intermediate host. The default
13973 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
13974
13975 @end table
13976
13977 Note that you may want to change the value for @code{nntp-end-of-line}
13978 to @samp{\n} (@pxref{Common Variables}).
13979 @end table
13980
13981
13982 Here are some additional variables that are understood by all the above
13983 functions:
13984
13985 @table @code
13986
13987 @item nntp-via-user-name
13988 @vindex nntp-via-user-name
13989 User name to use when connecting to the intermediate host.
13990
13991 @item nntp-via-address
13992 @vindex nntp-via-address
13993 Address of the intermediate host to connect to.
13994
13995 @end table
13996
13997
13998 @node Common Variables
13999 @subsubsection Common Variables
14000
14001 The following variables affect the behavior of all, or several of the
14002 pre-made connection functions. When not specified, all functions are
14003 affected (the values of the following variables will be used as the
14004 default if each virtual @code{nntp} server doesn't specify those server
14005 variables individually).
14006
14007 @table @code
14008
14009 @item nntp-pre-command
14010 @vindex nntp-pre-command
14011 A command wrapper to use when connecting through a non native
14012 connection function (all except @code{nntp-open-network-stream},
14013 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}). This is
14014 where you would put a @samp{SOCKS} wrapper for instance.
14015
14016 @item nntp-address
14017 @vindex nntp-address
14018 The address of the @acronym{NNTP} server.
14019
14020 @item nntp-port-number
14021 @vindex nntp-port-number
14022 Port number to connect to the @acronym{NNTP} server. The default is
14023 @samp{nntp}. If you use @acronym{NNTP} over
14024 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
14025 than named ports (i.e, use @samp{563} instead of @samp{snews} or
14026 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
14027 not work with named ports.
14028
14029 @item nntp-end-of-line
14030 @vindex nntp-end-of-line
14031 String to use as end-of-line marker when talking to the @acronym{NNTP}
14032 server. This is @samp{\r\n} by default, but should be @samp{\n} when
14033 using a non native telnet connection function.
14034
14035 @item nntp-netcat-command
14036 @vindex nntp-netcat-command
14037 Command to use when connecting to the @acronym{NNTP} server through
14038 @samp{netcat}. This is @emph{not} for an intermediate host. This is
14039 just for the real @acronym{NNTP} server. The default is
14040 @samp{nc}.
14041
14042 @item nntp-netcat-switches
14043 @vindex nntp-netcat-switches
14044 A list of switches to pass to @code{nntp-netcat-command}. The default
14045 is @samp{()}.
14046
14047 @end table
14048
14049 @node News Spool
14050 @subsection News Spool
14051 @cindex nnspool
14052 @cindex news spool
14053
14054 Subscribing to a foreign group from the local spool is extremely easy,
14055 and might be useful, for instance, to speed up reading groups that
14056 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
14057 instance.
14058
14059 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
14060 anything else) as the address.
14061
14062 If you have access to a local spool, you should probably use that as the
14063 native select method (@pxref{Finding the News}). It is normally faster
14064 than using an @code{nntp} select method, but might not be. It depends.
14065 You just have to try to find out what's best at your site.
14066
14067 @table @code
14068
14069 @item nnspool-inews-program
14070 @vindex nnspool-inews-program
14071 Program used to post an article.
14072
14073 @item nnspool-inews-switches
14074 @vindex nnspool-inews-switches
14075 Parameters given to the inews program when posting an article.
14076
14077 @item nnspool-spool-directory
14078 @vindex nnspool-spool-directory
14079 Where @code{nnspool} looks for the articles. This is normally
14080 @file{/usr/spool/news/}.
14081
14082 @item nnspool-nov-directory
14083 @vindex nnspool-nov-directory
14084 Where @code{nnspool} will look for @acronym{NOV} files. This is normally@*
14085 @file{/usr/spool/news/over.view/}.
14086
14087 @item nnspool-lib-dir
14088 @vindex nnspool-lib-dir
14089 Where the news lib dir is (@file{/usr/lib/news/} by default).
14090
14091 @item nnspool-active-file
14092 @vindex nnspool-active-file
14093 The name of the active file.
14094
14095 @item nnspool-newsgroups-file
14096 @vindex nnspool-newsgroups-file
14097 The name of the group descriptions file.
14098
14099 @item nnspool-history-file
14100 @vindex nnspool-history-file
14101 The name of the news history file.
14102
14103 @item nnspool-active-times-file
14104 @vindex nnspool-active-times-file
14105 The name of the active date file.
14106
14107 @item nnspool-nov-is-evil
14108 @vindex nnspool-nov-is-evil
14109 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
14110 that it finds.
14111
14112 @item nnspool-sift-nov-with-sed
14113 @vindex nnspool-sift-nov-with-sed
14114 @cindex sed
14115 If non-@code{nil}, which is the default, use @code{sed} to get the
14116 relevant portion from the overview file. If @code{nil},
14117 @code{nnspool} will load the entire file into a buffer and process it
14118 there.
14119
14120 @end table
14121
14122
14123 @node Using IMAP
14124 @section Using IMAP
14125 @cindex imap
14126
14127 The most popular mail backend is probably @code{nnimap}, which
14128 provides access to @acronym{IMAP} servers. @acronym{IMAP} servers
14129 store mail remotely, so the client doesn't store anything locally.
14130 This means that it's a convenient choice when you're reading your mail
14131 from different locations, or with different user agents.
14132
14133 @menu
14134 * Connecting to an IMAP Server:: Getting started with @acronym{IMAP}.
14135 * Customizing the IMAP Connection:: Variables for @acronym{IMAP} connection.
14136 * Client-Side IMAP Splitting:: Put mail in the correct mail box.
14137 @end menu
14138
14139
14140 @node Connecting to an IMAP Server
14141 @subsection Connecting to an IMAP Server
14142
14143 Connecting to an @acronym{IMAP} can be very easy. Type @kbd{B} in the
14144 group buffer, or (if your primary interest is reading email), say
14145 something like:
14146
14147 @example
14148 (setq gnus-select-method
14149 '(nnimap "imap.gmail.com"))
14150 @end example
14151
14152 You'll be prompted for a user name and password. If you grow tired of
14153 that, then add the following to your @file{~/.authinfo} file:
14154
14155 @example
14156 machine imap.gmail.com login <username> password <password> port imap
14157 @end example
14158
14159 That should basically be it for most users.
14160
14161
14162 @node Customizing the IMAP Connection
14163 @subsection Customizing the IMAP Connection
14164
14165 Here's an example method that's more complex:
14166
14167 @example
14168 (nnimap "imap.gmail.com"
14169 (nnimap-inbox "INBOX")
14170 (nnimap-split-methods default)
14171 (nnimap-expunge t)
14172 (nnimap-stream ssl))
14173 @end example
14174
14175 @table @code
14176 @item nnimap-address
14177 The address of the server, like @samp{imap.gmail.com}.
14178
14179 @item nnimap-server-port
14180 If the server uses a non-standard port, that can be specified here. A
14181 typical port would be @code{"imap"} or @code{"imaps"}.
14182
14183 @item nnimap-stream
14184 How @code{nnimap} should connect to the server. Possible values are:
14185
14186 @table @code
14187 @item undecided
14188 This is the default, and this first tries the @code{ssl} setting, and
14189 then tries the @code{network} setting.
14190
14191 @item ssl
14192 This uses standard @acronym{TLS}/@acronym{SSL} connections.
14193
14194 @item network
14195 Non-encrypted and unsafe straight socket connection, but will upgrade
14196 to encrypted @acronym{STARTTLS} if both Emacs and the server
14197 supports it.
14198
14199 @item starttls
14200 Encrypted @acronym{STARTTLS} over the normal @acronym{IMAP} port.
14201
14202 @item shell
14203 If you need to tunnel via other systems to connect to the server, you
14204 can use this option, and customize @code{nnimap-shell-program} to be
14205 what you need.
14206
14207 @end table
14208
14209 @item nnimap-authenticator
14210 Some @acronym{IMAP} servers allow anonymous logins. In that case,
14211 this should be set to @code{anonymous}. If this variable isn't set,
14212 the normal login methods will be used. If you wish to specify a
14213 specific login method to be used, you can set this variable to either
14214 @code{login} (the traditional @acronym{IMAP} login method),
14215 @code{plain} or @code{cram-md5}.
14216
14217 @item nnimap-expunge
14218 If non-@code{nil}, expunge articles after deleting them. This is always done
14219 if the server supports UID EXPUNGE, but it's not done by default on
14220 servers that doesn't support that command.
14221
14222 @item nnimap-streaming
14223 Virtually all @acronym{IMAP} server support fast streaming of data.
14224 If you have problems connecting to the server, try setting this to
14225 @code{nil}.
14226
14227 @item nnimap-fetch-partial-articles
14228 If non-@code{nil}, fetch partial articles from the server. If set to
14229 a string, then it's interpreted as a regexp, and parts that have
14230 matching types will be fetched. For instance, @samp{"text/"} will
14231 fetch all textual parts, while leaving the rest on the server.
14232
14233 @item nnimap-record-commands
14234 If non-@code{nil}, record all @acronym{IMAP} commands in the
14235 @samp{"*imap log*"} buffer.
14236
14237 @end table
14238
14239
14240 @node Client-Side IMAP Splitting
14241 @subsection Client-Side IMAP Splitting
14242
14243 Many people prefer to do the sorting/splitting of mail into their mail
14244 boxes on the @acronym{IMAP} server. That way they don't have to
14245 download the mail they're not all that interested in.
14246
14247 If you do want to do client-side mail splitting, then the following
14248 variables are relevant:
14249
14250 @table @code
14251 @item nnimap-inbox
14252 This is the @acronym{IMAP} mail box that will be scanned for new mail.
14253
14254 @item nnimap-split-methods
14255 Uses the same syntax as @code{nnmail-split-methods} (@pxref{Splitting
14256 Mail}), except the symbol @code{default}, which means that it should
14257 use the value of the @code{nnmail-split-methods} variable.
14258
14259 @item nnimap-split-fancy
14260 Uses the same syntax as @code{nnmail-split-fancy}.
14261
14262 @item nnimap-unsplittable-articles
14263 List of flag symbols to ignore when doing splitting. That is,
14264 articles that have these flags won't be considered when splitting.
14265 The default is @samp{(%Deleted %Seen)}.
14266
14267 @end table
14268
14269 Here's a complete example @code{nnimap} backend with a client-side
14270 ``fancy'' splitting method:
14271
14272 @example
14273 (nnimap "imap.example.com"
14274 (nnimap-inbox "INBOX")
14275 (nnimap-split-methods
14276 (| ("MailScanner-SpamCheck" "spam" "spam.detected")
14277 (to "foo@@bar.com" "foo")
14278 "undecided")))
14279 @end example
14280
14281
14282 @node Getting Mail
14283 @section Getting Mail
14284 @cindex reading mail
14285 @cindex mail
14286
14287 Reading mail with a newsreader---isn't that just plain WeIrD@? But of
14288 course.
14289
14290 @menu
14291 * Mail in a Newsreader:: Important introductory notes.
14292 * Getting Started Reading Mail:: A simple cookbook example.
14293 * Splitting Mail:: How to create mail groups.
14294 * Mail Sources:: How to tell Gnus where to get mail from.
14295 * Mail Back End Variables:: Variables for customizing mail handling.
14296 * Fancy Mail Splitting:: Gnus can do hairy splitting of incoming mail.
14297 * Group Mail Splitting:: Use group customize to drive mail splitting.
14298 * Incorporating Old Mail:: What about the old mail you have?
14299 * Expiring Mail:: Getting rid of unwanted mail.
14300 * Washing Mail:: Removing cruft from the mail you get.
14301 * Duplicates:: Dealing with duplicated mail.
14302 * Not Reading Mail:: Using mail back ends for reading other files.
14303 * Choosing a Mail Back End:: Gnus can read a variety of mail formats.
14304 @end menu
14305
14306
14307 @node Mail in a Newsreader
14308 @subsection Mail in a Newsreader
14309
14310 If you are used to traditional mail readers, but have decided to switch
14311 to reading mail with Gnus, you may find yourself experiencing something
14312 of a culture shock.
14313
14314 Gnus does not behave like traditional mail readers. If you want to make
14315 it behave that way, you can, but it's an uphill battle.
14316
14317 Gnus, by default, handles all its groups using the same approach. This
14318 approach is very newsreaderly---you enter a group, see the new/unread
14319 messages, and when you read the messages, they get marked as read, and
14320 you don't see them any more. (Unless you explicitly ask for them.)
14321
14322 In particular, you do not do anything explicitly to delete messages.
14323
14324 Does this mean that all the messages that have been marked as read are
14325 deleted? How awful!
14326
14327 But, no, it means that old messages are @dfn{expired} according to some
14328 scheme or other. For news messages, the expire process is controlled by
14329 the news administrator; for mail, the expire process is controlled by
14330 you. The expire process for mail is covered in depth in @ref{Expiring
14331 Mail}.
14332
14333 What many Gnus users find, after using it a while for both news and
14334 mail, is that the transport mechanism has very little to do with how
14335 they want to treat a message.
14336
14337 Many people subscribe to several mailing lists. These are transported
14338 via @acronym{SMTP}, and are therefore mail. But we might go for weeks without
14339 answering, or even reading these messages very carefully. We may not
14340 need to save them because if we should need to read one again, they are
14341 archived somewhere else.
14342
14343 Some people have local news groups which have only a handful of readers.
14344 These are transported via @acronym{NNTP}, and are therefore news. But we may need
14345 to read and answer a large fraction of the messages very carefully in
14346 order to do our work. And there may not be an archive, so we may need
14347 to save the interesting messages the same way we would personal mail.
14348
14349 The important distinction turns out to be not the transport mechanism,
14350 but other factors such as how interested we are in the subject matter,
14351 or how easy it is to retrieve the message if we need to read it again.
14352
14353 Gnus provides many options for sorting mail into ``groups'' which behave
14354 like newsgroups, and for treating each group (whether mail or news)
14355 differently.
14356
14357 Some users never get comfortable using the Gnus (ahem) paradigm and wish
14358 that Gnus should grow up and be a male, er, mail reader. It is possible
14359 to whip Gnus into a more mailreaderly being, but, as said before, it's
14360 not easy. People who prefer proper mail readers should try @sc{vm}
14361 instead, which is an excellent, and proper, mail reader.
14362
14363 I don't mean to scare anybody off, but I want to make it clear that you
14364 may be required to learn a new way of thinking about messages. After
14365 you've been subjected to The Gnus Way, you will come to love it. I can
14366 guarantee it. (At least the guy who sold me the Emacs Subliminal
14367 Brain-Washing Functions that I've put into Gnus did guarantee it. You
14368 Will Be Assimilated. You Love Gnus. You Love The Gnus Mail Way.
14369 You Do.)
14370
14371
14372 @node Getting Started Reading Mail
14373 @subsection Getting Started Reading Mail
14374
14375 It's quite easy to use Gnus to read your new mail. You just plonk the
14376 mail back end of your choice into @code{gnus-secondary-select-methods},
14377 and things will happen automatically.
14378
14379 For instance, if you want to use @code{nnml} (which is a ``one file per
14380 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
14381
14382 @lisp
14383 (setq gnus-secondary-select-methods '((nnml "")))
14384 @end lisp
14385
14386 Now, the next time you start Gnus, this back end will be queried for new
14387 articles, and it will move all the messages in your spool file to its
14388 directory, which is @file{~/Mail/} by default. The new group that will
14389 be created (@samp{mail.misc}) will be subscribed, and you can read it
14390 like any other group.
14391
14392 You will probably want to split the mail into several groups, though:
14393
14394 @lisp
14395 (setq nnmail-split-methods
14396 '(("junk" "^From:.*Lars Ingebrigtsen")
14397 ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
14398 ("other" "")))
14399 @end lisp
14400
14401 This will result in three new @code{nnml} mail groups being created:
14402 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}. All the
14403 mail that doesn't fit into the first two groups will be placed in the
14404 last group.
14405
14406 This should be sufficient for reading mail with Gnus. You might want to
14407 give the other sections in this part of the manual a perusal, though.
14408 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
14409
14410
14411 @node Splitting Mail
14412 @subsection Splitting Mail
14413 @cindex splitting mail
14414 @cindex mail splitting
14415 @cindex mail filtering (splitting)
14416
14417 @vindex nnmail-split-methods
14418 The @code{nnmail-split-methods} variable says how the incoming mail is
14419 to be split into groups.
14420
14421 @lisp
14422 (setq nnmail-split-methods
14423 '(("mail.junk" "^From:.*Lars Ingebrigtsen")
14424 ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
14425 ("mail.other" "")))
14426 @end lisp
14427
14428 This variable is a list of lists, where the first element of each of
14429 these lists is the name of the mail group (they do not have to be called
14430 something beginning with @samp{mail}, by the way), and the second
14431 element is a regular expression used on the header of each mail to
14432 determine if it belongs in this mail group. The first string may
14433 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
14434 insert sub-expressions from the matched text. For instance:
14435
14436 @lisp
14437 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
14438 @end lisp
14439
14440 @noindent
14441 In that case, @code{nnmail-split-lowercase-expanded} controls whether
14442 the inserted text should be made lowercase. @xref{Fancy Mail Splitting}.
14443
14444 The second element can also be a function. In that case, it will be
14445 called narrowed to the headers with the first element of the rule as the
14446 argument. It should return a non-@code{nil} value if it thinks that the
14447 mail belongs in that group.
14448
14449 @cindex @samp{bogus} group
14450 The last of these groups should always be a general one, and the regular
14451 expression should @emph{always} be @samp{""} so that it matches any mails
14452 that haven't been matched by any of the other regexps. (These rules are
14453 processed from the beginning of the alist toward the end. The first rule
14454 to make a match will ``win'', unless you have crossposting enabled. In
14455 that case, all matching rules will ``win''.) If no rule matched, the mail
14456 will end up in the @samp{bogus} group. When new groups are created by
14457 splitting mail, you may want to run @code{gnus-group-find-new-groups} to
14458 see the new groups. This also applies to the @samp{bogus} group.
14459
14460 If you like to tinker with this yourself, you can set this variable to a
14461 function of your choice. This function will be called without any
14462 arguments in a buffer narrowed to the headers of an incoming mail
14463 message. The function should return a list of group names that it
14464 thinks should carry this mail message.
14465
14466 This variable can also be a fancy split method. For the syntax,
14467 see @ref{Fancy Mail Splitting}.
14468
14469 Note that the mail back ends are free to maul the poor, innocent,
14470 incoming headers all they want to. They all add @code{Lines} headers;
14471 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
14472 @code{From<SPACE>} line to something else.
14473
14474 @vindex nnmail-crosspost
14475 The mail back ends all support cross-posting. If several regexps match,
14476 the mail will be ``cross-posted'' to all those groups.
14477 @code{nnmail-crosspost} says whether to use this mechanism or not. Note
14478 that no articles are crossposted to the general (@samp{""}) group.
14479
14480 @vindex nnmail-crosspost-link-function
14481 @cindex crosspost
14482 @cindex links
14483 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
14484 the crossposted articles. However, not all file systems support hard
14485 links. If that's the case for you, set
14486 @code{nnmail-crosspost-link-function} to @code{copy-file}. (This
14487 variable is @code{add-name-to-file} by default.)
14488
14489 @kindex M-x nnmail-split-history
14490 @findex nnmail-split-history
14491 If you wish to see where the previous mail split put the messages, you
14492 can use the @kbd{M-x nnmail-split-history} command. If you wish to see
14493 where re-spooling messages would put the messages, you can use
14494 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
14495 Group Commands}).
14496
14497 @vindex nnmail-split-header-length-limit
14498 Header lines longer than the value of
14499 @code{nnmail-split-header-length-limit} are excluded from the split
14500 function.
14501
14502 @vindex nnmail-mail-splitting-decodes
14503 @vindex nnmail-mail-splitting-charset
14504 By default, splitting does not decode headers, so you can not match on
14505 non-@acronym{ASCII} strings. But it is useful if you want to match
14506 articles based on the raw header data. To enable it, set the
14507 @code{nnmail-mail-splitting-decodes} variable to a non-@code{nil} value.
14508 In addition, the value of the @code{nnmail-mail-splitting-charset}
14509 variable is used for decoding non-@acronym{MIME} encoded string when
14510 @code{nnmail-mail-splitting-decodes} is non-@code{nil}. The default
14511 value is @code{nil} which means not to decode non-@acronym{MIME} encoded
14512 string. A suitable value for you will be @code{undecided} or be the
14513 charset used normally in mails you are interested in.
14514
14515 @vindex nnmail-resplit-incoming
14516 By default, splitting is performed on all incoming messages. If you
14517 specify a @code{directory} entry for the variable @code{mail-sources}
14518 (@pxref{Mail Source Specifiers}), however, then splitting does
14519 @emph{not} happen by default. You can set the variable
14520 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
14521 splitting happen even in this case. (This variable has no effect on
14522 other kinds of entries.)
14523
14524 Gnus gives you all the opportunity you could possibly want for shooting
14525 yourself in the foot. Let's say you create a group that will contain
14526 all the mail you get from your boss. And then you accidentally
14527 unsubscribe from the group. Gnus will still put all the mail from your
14528 boss in the unsubscribed group, and so, when your boss mails you ``Have
14529 that report ready by Monday or you're fired!'', you'll never see it and,
14530 come Tuesday, you'll still believe that you're gainfully employed while
14531 you really should be out collecting empty bottles to save up for next
14532 month's rent money.
14533
14534
14535 @node Mail Sources
14536 @subsection Mail Sources
14537
14538 Mail can be gotten from many different sources---the mail spool, from
14539 a @acronym{POP} mail server, from a procmail directory, or from a
14540 maildir, for instance.
14541
14542 @menu
14543 * Mail Source Specifiers:: How to specify what a mail source is.
14544 * Mail Source Customization:: Some variables that influence things.
14545 * Fetching Mail:: Using the mail source specifiers.
14546 @end menu
14547
14548
14549 @node Mail Source Specifiers
14550 @subsubsection Mail Source Specifiers
14551 @cindex POP
14552 @cindex mail server
14553 @cindex procmail
14554 @cindex mail spool
14555 @cindex mail source
14556
14557 You tell Gnus how to fetch mail by setting @code{mail-sources}
14558 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
14559
14560 Here's an example:
14561
14562 @lisp
14563 (pop :server "pop3.mailserver.com" :user "myname")
14564 @end lisp
14565
14566 As can be observed, a mail source specifier is a list where the first
14567 element is a @dfn{mail source type}, followed by an arbitrary number of
14568 @dfn{keywords}. Keywords that are not explicitly specified are given
14569 default values.
14570
14571 The @code{mail-sources} is global for all mail groups. You can specify
14572 an additional mail source for a particular group by including the
14573 @code{group} mail specifier in @code{mail-sources}, and setting a
14574 @code{mail-source} group parameter (@pxref{Group Parameters}) specifying
14575 a single mail source. When this is used, @code{mail-sources} is
14576 typically just @code{(group)}; the @code{mail-source} parameter for a
14577 group might look like this:
14578
14579 @lisp
14580 (mail-source . (file :path "home/user/spools/foo.spool"))
14581 @end lisp
14582
14583 This means that the group's (and only this group's) messages will be
14584 fetched from the spool file @samp{/user/spools/foo.spool}.
14585
14586 The following mail source types are available:
14587
14588 @table @code
14589 @item file
14590 Get mail from a single file; typically from the mail spool.
14591
14592 Keywords:
14593
14594 @table @code
14595 @item :path
14596 The file name. Defaults to the value of the @env{MAIL}
14597 environment variable or the value of @code{rmail-spool-directory}
14598 (usually something like @file{/usr/mail/spool/user-name}).
14599
14600 @item :prescript
14601 @itemx :postscript
14602 Script run before/after fetching mail.
14603 @end table
14604
14605 An example file mail source:
14606
14607 @lisp
14608 (file :path "/usr/spool/mail/user-name")
14609 @end lisp
14610
14611 Or using the default file name:
14612
14613 @lisp
14614 (file)
14615 @end lisp
14616
14617 If the mail spool file is not located on the local machine, it's best
14618 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
14619 You can not use ange-ftp file names here---it has no way to lock the
14620 mail spool while moving the mail.
14621
14622 If it's impossible to set up a proper server, you can use ssh instead.
14623
14624 @lisp
14625 (setq mail-sources
14626 '((file :prescript "ssh host bin/getmail >%t")))
14627 @end lisp
14628
14629 The @samp{getmail} script would look something like the following:
14630
14631 @example
14632 #!/bin/sh
14633 # getmail - move mail from spool to stdout
14634 # flu@@iki.fi
14635
14636 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
14637 TMP=$HOME/Mail/tmp
14638 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
14639 @end example
14640
14641 Alter this script to fit the @samp{movemail} and temporary
14642 file you want to use.
14643
14644
14645 @item directory
14646 @vindex nnmail-scan-directory-mail-source-once
14647 Get mail from several files in a directory. This is typically used
14648 when you have procmail split the incoming mail into several files.
14649 That is, there is a one-to-one correspondence between files in that
14650 directory and groups, so that mail from the file @file{foo.bar.spool}
14651 will be put in the group @code{foo.bar}. (You can change the suffix
14652 to be used instead of @code{.spool}.) Setting
14653 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
14654 Gnus to scan the mail source only once. This is particularly useful
14655 if you want to scan mail groups at a specified level.
14656
14657 @vindex nnmail-resplit-incoming
14658 There is also the variable @code{nnmail-resplit-incoming}, if you set
14659 that to a non-@code{nil} value, then the normal splitting process is
14660 applied to all the files from the directory, @ref{Splitting Mail}.
14661
14662 Keywords:
14663
14664 @table @code
14665 @item :path
14666 The name of the directory where the files are. There is no default
14667 value.
14668
14669 @item :suffix
14670 Only files ending with this suffix are used. The default is
14671 @samp{.spool}.
14672
14673 @item :predicate
14674 Only files that have this predicate return non-@code{nil} are returned.
14675 The default is @code{identity}. This is used as an additional
14676 filter---only files that have the right suffix @emph{and} satisfy this
14677 predicate are considered.
14678
14679 @item :prescript
14680 @itemx :postscript
14681 Script run before/after fetching mail.
14682
14683 @end table
14684
14685 An example directory mail source:
14686
14687 @lisp
14688 (directory :path "/home/user-name/procmail-dir/"
14689 :suffix ".prcml")
14690 @end lisp
14691
14692 @item pop
14693 Get mail from a @acronym{POP} server.
14694
14695 Keywords:
14696
14697 @table @code
14698 @item :server
14699 The name of the @acronym{POP} server. The default is taken from the
14700 @env{MAILHOST} environment variable.
14701
14702 @item :port
14703 The port number of the @acronym{POP} server. This can be a number (e.g.,
14704 @samp{:port 1234}) or a string (e.g., @samp{:port "pop3"}). If it is a
14705 string, it should be a service name as listed in @file{/etc/services} on
14706 Unix systems. The default is @samp{"pop3"}. On some systems you might
14707 need to specify it as @samp{"pop-3"} instead.
14708
14709 @item :user
14710 The user name to give to the @acronym{POP} server. The default is the login
14711 name.
14712
14713 @item :password
14714 The password to give to the @acronym{POP} server. If not specified,
14715 the user is prompted.
14716
14717 @item :program
14718 The program to use to fetch mail from the @acronym{POP} server. This
14719 should be a @code{format}-like string. Here's an example:
14720
14721 @example
14722 fetchmail %u@@%s -P %p %t
14723 @end example
14724
14725 The valid format specifier characters are:
14726
14727 @table @samp
14728 @item t
14729 The name of the file the mail is to be moved to. This must always be
14730 included in this string.
14731
14732 @item s
14733 The name of the server.
14734
14735 @item P
14736 The port number of the server.
14737
14738 @item u
14739 The user name to use.
14740
14741 @item p
14742 The password to use.
14743 @end table
14744
14745 The values used for these specs are taken from the values you give the
14746 corresponding keywords.
14747
14748 @item :prescript
14749 A script to be run before fetching the mail. The syntax is the same as
14750 the @code{:program} keyword. This can also be a function to be run.
14751
14752 One popular way to use this is to set up an SSH tunnel to access the
14753 @acronym{POP} server. Here's an example:
14754
14755 @lisp
14756 (pop :server "127.0.0.1"
14757 :port 1234
14758 :user "foo"
14759 :password "secret"
14760 :prescript
14761 "nohup ssh -f -L 1234:pop.server:110 remote.host sleep 3600 &")
14762 @end lisp
14763
14764 @item :postscript
14765 A script to be run after fetching the mail. The syntax is the same as
14766 the @code{:program} keyword. This can also be a function to be run.
14767
14768 @item :function
14769 The function to use to fetch mail from the @acronym{POP} server. The
14770 function is called with one parameter---the name of the file where the
14771 mail should be moved to.
14772
14773 @item :authentication
14774 This can be either the symbol @code{password} or the symbol @code{apop}
14775 and says what authentication scheme to use. The default is
14776 @code{password}.
14777
14778 @item :leave
14779 Non-@code{nil} if the mail is to be left on the @acronym{POP} server
14780 after fetching. Mails once fetched will never be fetched again by the
14781 @acronym{UIDL} control. Only the built-in @code{pop3-movemail} program
14782 (the default) supports this keyword.
14783
14784 If this is neither @code{nil} nor a number, all mails will be left on
14785 the server. If this is a number, leave mails on the server for this
14786 many days since you first checked new mails. If this is @code{nil}
14787 (the default), mails will be deleted on the server right after fetching.
14788
14789 @vindex pop3-uidl-file
14790 The @code{pop3-uidl-file} variable specifies the file to which the
14791 @acronym{UIDL} data are locally stored. The default value is
14792 @file{~/.pop3-uidl}.
14793
14794 Note that @acronym{POP} servers maintain no state information between
14795 sessions, so what the client believes is there and what is actually
14796 there may not match up. If they do not, then you may get duplicate
14797 mails or the whole thing can fall apart and leave you with a corrupt
14798 mailbox.
14799
14800 @end table
14801
14802 @findex pop3-movemail
14803 @vindex pop3-leave-mail-on-server
14804 If the @code{:program} and @code{:function} keywords aren't specified,
14805 @code{pop3-movemail} will be used.
14806
14807 Here are some examples for getting mail from a @acronym{POP} server.
14808
14809 Fetch from the default @acronym{POP} server, using the default user
14810 name, and default fetcher:
14811
14812 @lisp
14813 (pop)
14814 @end lisp
14815
14816 Fetch from a named server with a named user and password:
14817
14818 @lisp
14819 (pop :server "my.pop.server"
14820 :user "user-name" :password "secret")
14821 @end lisp
14822
14823 Leave mails on the server for 14 days:
14824
14825 @lisp
14826 (pop :server "my.pop.server"
14827 :user "user-name" :password "secret"
14828 :leave 14)
14829 @end lisp
14830
14831 Use @samp{movemail} to move the mail:
14832
14833 @lisp
14834 (pop :program "movemail po:%u %t %p")
14835 @end lisp
14836
14837 @item maildir
14838 Get mail from a maildir. This is a type of mailbox that is supported by
14839 at least qmail and postfix, where each file in a special directory
14840 contains exactly one mail.
14841
14842 Keywords:
14843
14844 @table @code
14845 @item :path
14846 The name of the directory where the mails are stored. The default is
14847 taken from the @env{MAILDIR} environment variable or
14848 @file{~/Maildir/}.
14849 @item :subdirs
14850 The subdirectories of the Maildir. The default is
14851 @samp{("new" "cur")}.
14852
14853 @c If you sometimes look at your mail through a pop3 daemon before fetching
14854 @c them with Gnus, you may also have to fetch your mails from the
14855 @c @code{cur} directory inside the maildir, like in the first example
14856 @c below.
14857
14858 You can also get mails from remote hosts (because maildirs don't suffer
14859 from locking problems).
14860
14861 @end table
14862
14863 Two example maildir mail sources:
14864
14865 @lisp
14866 (maildir :path "/home/user-name/Maildir/"
14867 :subdirs ("cur" "new"))
14868 @end lisp
14869
14870 @lisp
14871 (maildir :path "/user@@remotehost.org:~/Maildir/"
14872 :subdirs ("new"))
14873 @end lisp
14874
14875 @item imap
14876 Get mail from a @acronym{IMAP} server. If you don't want to use
14877 @acronym{IMAP} as intended, as a network mail reading protocol (i.e.,
14878 with nnimap), for some reason or other, Gnus let you treat it similar
14879 to a @acronym{POP} server and fetches articles from a given
14880 @acronym{IMAP} mailbox. @xref{Using IMAP}, for more information.
14881
14882 Keywords:
14883
14884 @table @code
14885 @item :server
14886 The name of the @acronym{IMAP} server. The default is taken from the
14887 @env{MAILHOST} environment variable.
14888
14889 @item :port
14890 The port number of the @acronym{IMAP} server. The default is @samp{143}, or
14891 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
14892
14893 @item :user
14894 The user name to give to the @acronym{IMAP} server. The default is the login
14895 name.
14896
14897 @item :password
14898 The password to give to the @acronym{IMAP} server. If not specified, the user is
14899 prompted.
14900
14901 @item :stream
14902 What stream to use for connecting to the server, this is one of the
14903 symbols in @code{imap-stream-alist}. Right now, this means
14904 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
14905 @samp{ssl}, @samp{shell} or the default @samp{network}.
14906
14907 @item :authentication
14908 Which authenticator to use for authenticating to the server, this is
14909 one of the symbols in @code{imap-authenticator-alist}. Right now,
14910 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
14911 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
14912
14913 @item :program
14914 When using the `shell' :stream, the contents of this variable is
14915 mapped into the @code{imap-shell-program} variable. This should be a
14916 @code{format}-like string (or list of strings). Here's an example:
14917
14918 @example
14919 ssh %s imapd
14920 @end example
14921
14922 Make sure nothing is interfering with the output of the program, e.g.,
14923 don't forget to redirect the error output to the void. The valid format
14924 specifier characters are:
14925
14926 @table @samp
14927 @item s
14928 The name of the server.
14929
14930 @item l
14931 User name from @code{imap-default-user}.
14932
14933 @item p
14934 The port number of the server.
14935 @end table
14936
14937 The values used for these specs are taken from the values you give the
14938 corresponding keywords.
14939
14940 @item :mailbox
14941 The name of the mailbox to get mail from. The default is @samp{INBOX}
14942 which normally is the mailbox which receives incoming mail.
14943
14944 @item :predicate
14945 The predicate used to find articles to fetch. The default, @samp{UNSEEN
14946 UNDELETED}, is probably the best choice for most people, but if you
14947 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
14948 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
14949 Then all articles in the mailbox is fetched, no matter what. For a
14950 complete list of predicates, see RFC 2060 section 6.4.4.
14951
14952 @item :fetchflag
14953 How to flag fetched articles on the server, the default @samp{\Deleted}
14954 will mark them as deleted, an alternative would be @samp{\Seen} which
14955 would simply mark them as read. These are the two most likely choices,
14956 but more flags are defined in RFC 2060 section 2.3.2.
14957
14958 @item :dontexpunge
14959 If non-@code{nil}, don't remove all articles marked as deleted in the
14960 mailbox after finishing the fetch.
14961
14962 @end table
14963
14964 An example @acronym{IMAP} mail source:
14965
14966 @lisp
14967 (imap :server "mail.mycorp.com"
14968 :stream kerberos4
14969 :fetchflag "\\Seen")
14970 @end lisp
14971
14972 @item group
14973 Get the actual mail source from the @code{mail-source} group parameter,
14974 @xref{Group Parameters}.
14975
14976 @end table
14977
14978 @table @dfn
14979 @item Common Keywords
14980 Common keywords can be used in any type of mail source.
14981
14982 Keywords:
14983
14984 @table @code
14985 @item :plugged
14986 If non-@code{nil}, fetch the mail even when Gnus is unplugged. If you
14987 use directory source to get mail, you can specify it as in this
14988 example:
14989
14990 @lisp
14991 (setq mail-sources
14992 '((directory :path "/home/pavel/.Spool/"
14993 :suffix ""
14994 :plugged t)))
14995 @end lisp
14996
14997 Gnus will then fetch your mail even when you are unplugged. This is
14998 useful when you use local mail and news.
14999
15000 @end table
15001 @end table
15002
15003 @subsubsection Function Interface
15004
15005 Some of the above keywords specify a Lisp function to be executed.
15006 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
15007 the value of the keyword while the function is executing. For example,
15008 consider the following mail-source setting:
15009
15010 @lisp
15011 (setq mail-sources '((pop :user "jrl"
15012 :server "pophost" :function fetchfunc)))
15013 @end lisp
15014
15015 While the function @code{fetchfunc} is executing, the symbol @code{user}
15016 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
15017 @code{"pophost"}. The symbols @code{port}, @code{password},
15018 @code{program}, @code{prescript}, @code{postscript}, @code{function},
15019 and @code{authentication} are also bound (to their default values).
15020
15021 See above for a list of keywords for each type of mail source.
15022
15023
15024 @node Mail Source Customization
15025 @subsubsection Mail Source Customization
15026
15027 The following is a list of variables that influence how the mail is
15028 fetched. You would normally not need to set or change any of these
15029 variables.
15030
15031 @table @code
15032 @item mail-source-crash-box
15033 @vindex mail-source-crash-box
15034 File where mail will be stored while processing it. The default is@*
15035 @file{~/.emacs-mail-crash-box}.
15036
15037 @cindex Incoming*
15038 @item mail-source-delete-incoming
15039 @vindex mail-source-delete-incoming
15040 If non-@code{nil}, delete incoming files after handling them. If
15041 @code{t}, delete the files immediately, if @code{nil}, never delete any
15042 files. If a positive number, delete files older than number of days
15043 (the deletion will only happen when receiving new mail). You may also
15044 set @code{mail-source-delete-incoming} to @code{nil} and call
15045 @code{mail-source-delete-old-incoming} from a hook or interactively.
15046 @code{mail-source-delete-incoming} defaults to @code{10} in alpha Gnusae
15047 and @code{2} in released Gnusae. @xref{Gnus Development}.
15048
15049 @item mail-source-delete-old-incoming-confirm
15050 @vindex mail-source-delete-old-incoming-confirm
15051 If non-@code{nil}, ask for confirmation before deleting old incoming
15052 files. This variable only applies when
15053 @code{mail-source-delete-incoming} is a positive number.
15054
15055 @item mail-source-ignore-errors
15056 @vindex mail-source-ignore-errors
15057 If non-@code{nil}, ignore errors when reading mail from a mail source.
15058
15059 @item mail-source-directory
15060 @vindex mail-source-directory
15061 Directory where incoming mail source files (if any) will be stored. The
15062 default is @file{~/Mail/}. At present, the only thing this is used for
15063 is to say where the incoming files will be stored if the variable
15064 @code{mail-source-delete-incoming} is @code{nil} or a number.
15065
15066 @item mail-source-incoming-file-prefix
15067 @vindex mail-source-incoming-file-prefix
15068 Prefix for file name for storing incoming mail. The default is
15069 @file{Incoming}, in which case files will end up with names like
15070 @file{Incoming30630D_} or @file{Incoming298602ZD}. This is really only
15071 relevant if @code{mail-source-delete-incoming} is @code{nil} or a
15072 number.
15073
15074 @item mail-source-default-file-modes
15075 @vindex mail-source-default-file-modes
15076 All new mail files will get this file mode. The default is @code{#o600}.
15077
15078 @item mail-source-movemail-program
15079 @vindex mail-source-movemail-program
15080 If non-@code{nil}, name of program for fetching new mail. If
15081 @code{nil}, @code{movemail} in @var{exec-directory}.
15082
15083 @end table
15084
15085
15086 @node Fetching Mail
15087 @subsubsection Fetching Mail
15088
15089 @vindex mail-sources
15090 The way to actually tell Gnus where to get new mail from is to set
15091 @code{mail-sources} to a list of mail source specifiers
15092 (@pxref{Mail Source Specifiers}).
15093
15094 If this variable is @code{nil}, the mail back ends will never attempt to
15095 fetch mail by themselves.
15096
15097 If you want to fetch mail both from your local spool as well as a
15098 @acronym{POP} mail server, you'd say something like:
15099
15100 @lisp
15101 (setq mail-sources
15102 '((file)
15103 (pop :server "pop3.mail.server"
15104 :password "secret")))
15105 @end lisp
15106
15107 Or, if you don't want to use any of the keyword defaults:
15108
15109 @lisp
15110 (setq mail-sources
15111 '((file :path "/var/spool/mail/user-name")
15112 (pop :server "pop3.mail.server"
15113 :user "user-name"
15114 :port "pop3"
15115 :password "secret")))
15116 @end lisp
15117
15118
15119 When you use a mail back end, Gnus will slurp all your mail from your
15120 inbox and plonk it down in your home directory. Gnus doesn't move any
15121 mail if you're not using a mail back end---you have to do a lot of magic
15122 invocations first. At the time when you have finished drawing the
15123 pentagram, lightened the candles, and sacrificed the goat, you really
15124 shouldn't be too surprised when Gnus moves your mail.
15125
15126
15127
15128 @node Mail Back End Variables
15129 @subsection Mail Back End Variables
15130
15131 These variables are (for the most part) pertinent to all the various
15132 mail back ends.
15133
15134 @table @code
15135 @vindex nnmail-read-incoming-hook
15136 @item nnmail-read-incoming-hook
15137 The mail back ends all call this hook after reading new mail. You can
15138 use this hook to notify any mail watch programs, if you want to.
15139
15140 @vindex nnmail-split-hook
15141 @item nnmail-split-hook
15142 @findex gnus-article-decode-encoded-words
15143 @cindex RFC 1522 decoding
15144 @cindex RFC 2047 decoding
15145 Hook run in the buffer where the mail headers of each message is kept
15146 just before the splitting based on these headers is done. The hook is
15147 free to modify the buffer contents in any way it sees fit---the buffer
15148 is discarded after the splitting has been done, and no changes performed
15149 in the buffer will show up in any files.
15150 @code{gnus-article-decode-encoded-words} is one likely function to add
15151 to this hook.
15152
15153 @vindex nnmail-pre-get-new-mail-hook
15154 @vindex nnmail-post-get-new-mail-hook
15155 @item nnmail-pre-get-new-mail-hook
15156 @itemx nnmail-post-get-new-mail-hook
15157 These are two useful hooks executed when treating new incoming
15158 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
15159 starting to handle the new mail) and
15160 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
15161 is done). Here's and example of using these two hooks to change the
15162 default file modes the new mail files get:
15163
15164 @lisp
15165 (add-hook 'nnmail-pre-get-new-mail-hook
15166 (lambda () (set-default-file-modes #o700)))
15167
15168 (add-hook 'nnmail-post-get-new-mail-hook
15169 (lambda () (set-default-file-modes #o775)))
15170 @end lisp
15171
15172 @item nnmail-use-long-file-names
15173 @vindex nnmail-use-long-file-names
15174 If non-@code{nil}, the mail back ends will use long file and directory
15175 names. Groups like @samp{mail.misc} will end up in directories
15176 (assuming use of @code{nnml} back end) or files (assuming use of
15177 @code{nnfolder} back end) like @file{mail.misc}. If it is @code{nil},
15178 the same group will end up in @file{mail/misc}.
15179
15180 @item nnmail-delete-file-function
15181 @vindex nnmail-delete-file-function
15182 @findex delete-file
15183 Function called to delete files. It is @code{delete-file} by default.
15184
15185 @item nnmail-cache-accepted-message-ids
15186 @vindex nnmail-cache-accepted-message-ids
15187 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
15188 the back end (via @code{Gcc}, for instance) into the mail duplication
15189 discovery cache. The default is @code{nil}.
15190
15191 @item nnmail-cache-ignore-groups
15192 @vindex nnmail-cache-ignore-groups
15193 This can be a regular expression or a list of regular expressions.
15194 Group names that match any of the regular expressions will never be
15195 recorded in the @code{Message-ID} cache.
15196
15197 This can be useful, for example, when using Fancy Splitting
15198 (@pxref{Fancy Mail Splitting}) together with the function
15199 @code{nnmail-split-fancy-with-parent}.
15200
15201 @end table
15202
15203
15204 @node Fancy Mail Splitting
15205 @subsection Fancy Mail Splitting
15206 @cindex mail splitting
15207 @cindex fancy mail splitting
15208
15209 @vindex nnmail-split-fancy
15210 @findex nnmail-split-fancy
15211 If the rather simple, standard method for specifying how to split mail
15212 doesn't allow you to do what you want, you can set
15213 @code{nnmail-split-methods} to @code{nnmail-split-fancy}. Then you can
15214 play with the @code{nnmail-split-fancy} variable.
15215
15216 Let's look at an example value of this variable first:
15217
15218 @lisp
15219 ;; @r{Messages from the mailer daemon are not crossposted to any of}
15220 ;; @r{the ordinary groups. Warnings are put in a separate group}
15221 ;; @r{from real errors.}
15222 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
15223 "mail.misc"))
15224 ;; @r{Non-error messages are crossposted to all relevant}
15225 ;; @r{groups, but we don't crosspost between the group for the}
15226 ;; @r{(ding) list and the group for other (ding) related mail.}
15227 (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
15228 ("subject" "ding" "ding.misc"))
15229 ;; @r{Other mailing lists@dots{}}
15230 (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
15231 (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
15232 ;; @r{Both lists below have the same suffix, so prevent}
15233 ;; @r{cross-posting to mkpkg.list of messages posted only to}
15234 ;; @r{the bugs- list, but allow cross-posting when the}
15235 ;; @r{message was really cross-posted.}
15236 (any "bugs-mypackage@@somewhere" "mypkg.bugs")
15237 (any "mypackage@@somewhere" - "bugs-mypackage" "mypkg.list")
15238 ;; @r{People@dots{}}
15239 (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
15240 ;; @r{Unmatched mail goes to the catch all group.}
15241 "misc.misc")
15242 @end lisp
15243
15244 This variable has the format of a @dfn{split}. A split is a
15245 (possibly) recursive structure where each split may contain other
15246 splits. Here are the possible split syntaxes:
15247
15248 @table @code
15249
15250 @item group
15251 If the split is a string, that will be taken as a group name. Normal
15252 regexp match expansion will be done. See below for examples.
15253
15254 @c Don't fold this line.
15255 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split} [@var{invert-partial}])
15256 The split can be a list containing at least three elements. If the
15257 first element @var{field} (a regexp matching a header) contains
15258 @var{value} (also a regexp) then store the message as specified by
15259 @var{split}.
15260
15261 If @var{restrict} (yet another regexp) matches some string after
15262 @var{field} and before the end of the matched @var{value}, the
15263 @var{split} is ignored. If none of the @var{restrict} clauses match,
15264 @var{split} is processed.
15265
15266 The last element @var{invert-partial} is optional. If it is
15267 non-@code{nil}, the match-partial-words behavior controlled by the
15268 variable @code{nnmail-split-fancy-match-partial-words} (see below) is
15269 be inverted. (New in Gnus 5.10.7)
15270
15271 @item (| @var{split} @dots{})
15272 If the split is a list, and the first element is @code{|} (vertical
15273 bar), then process each @var{split} until one of them matches. A
15274 @var{split} is said to match if it will cause the mail message to be
15275 stored in one or more groups.
15276
15277 @item (& @var{split} @dots{})
15278 If the split is a list, and the first element is @code{&}, then
15279 process all @var{split}s in the list.
15280
15281 @item junk
15282 If the split is the symbol @code{junk}, then don't save (i.e., delete)
15283 this message. Use with extreme caution.
15284
15285 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
15286 If the split is a list, and the first element is @samp{:}, then the
15287 second element will be called as a function with @var{args} given as
15288 arguments. The function should return a @var{split}.
15289
15290 @cindex body split
15291 For instance, the following function could be used to split based on the
15292 body of the messages:
15293
15294 @lisp
15295 (defun split-on-body ()
15296 (save-excursion
15297 (save-restriction
15298 (widen)
15299 (goto-char (point-min))
15300 (when (re-search-forward "Some.*string" nil t)
15301 "string.group"))))
15302 @end lisp
15303
15304 The buffer is narrowed to the header of the message in question when
15305 @var{function} is run. That's why @code{(widen)} needs to be called
15306 after @code{save-excursion} and @code{save-restriction} in the example
15307 above. Also note that with the nnimap backend, message bodies will
15308 not be downloaded by default. You need to set
15309 @code{nnimap-split-download-body} to @code{t} to do that
15310 (@pxref{Client-Side IMAP Splitting}).
15311
15312 @item (! @var{func} @var{split})
15313 If the split is a list, and the first element is @code{!}, then
15314 @var{split} will be processed, and @var{func} will be called as a
15315 function with the result of @var{split} as argument. @var{func}
15316 should return a split.
15317
15318 @item nil
15319 If the split is @code{nil}, it is ignored.
15320
15321 @end table
15322
15323 In these splits, @var{field} must match a complete field name.
15324
15325 Normally, @var{value} in these splits must match a complete @emph{word}
15326 according to the fundamental mode syntax table. In other words, all
15327 @var{value}'s will be implicitly surrounded by @code{\<...\>} markers,
15328 which are word delimiters. Therefore, if you use the following split,
15329 for example,
15330
15331 @example
15332 (any "joe" "joemail")
15333 @end example
15334
15335 @noindent
15336 messages sent from @samp{joedavis@@foo.org} will normally not be filed
15337 in @samp{joemail}. If you want to alter this behavior, you can use any
15338 of the following three ways:
15339
15340 @enumerate
15341 @item
15342 @vindex nnmail-split-fancy-match-partial-words
15343 You can set the @code{nnmail-split-fancy-match-partial-words} variable
15344 to non-@code{nil} in order to ignore word boundaries and instead the
15345 match becomes more like a grep. This variable controls whether partial
15346 words are matched during fancy splitting. The default value is
15347 @code{nil}.
15348
15349 Note that it influences all @var{value}'s in your split rules.
15350
15351 @item
15352 @var{value} beginning with @code{.*} ignores word boundaries in front of
15353 a word. Similarly, if @var{value} ends with @code{.*}, word boundaries
15354 in the rear of a word will be ignored. For example, the @var{value}
15355 @code{"@@example\\.com"} does not match @samp{foo@@example.com} but
15356 @code{".*@@example\\.com"} does.
15357
15358 @item
15359 You can set the @var{invert-partial} flag in your split rules of the
15360 @samp{(@var{field} @var{value} @dots{})} types, aforementioned in this
15361 section. If the flag is set, word boundaries on both sides of a word
15362 are ignored even if @code{nnmail-split-fancy-match-partial-words} is
15363 @code{nil}. Contrarily, if the flag is set, word boundaries are not
15364 ignored even if @code{nnmail-split-fancy-match-partial-words} is
15365 non-@code{nil}. (New in Gnus 5.10.7)
15366 @end enumerate
15367
15368 @vindex nnmail-split-abbrev-alist
15369 @var{field} and @var{value} can also be Lisp symbols, in that case
15370 they are expanded as specified by the variable
15371 @code{nnmail-split-abbrev-alist}. This is an alist of cons cells,
15372 where the @sc{car} of a cell contains the key, and the @sc{cdr}
15373 contains the associated value. Predefined entries in
15374 @code{nnmail-split-abbrev-alist} include:
15375
15376 @table @code
15377 @item from
15378 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
15379 @item to
15380 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
15381 @samp{Resent-To} and @samp{Resent-Cc} fields.
15382 @item any
15383 Is the union of the @code{from} and @code{to} entries.
15384 @end table
15385
15386 @vindex nnmail-split-fancy-syntax-table
15387 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
15388 when all this splitting is performed.
15389
15390 If you want to have Gnus create groups dynamically based on some
15391 information in the headers (i.e., do @code{replace-match}-like
15392 substitutions in the group names), you can say things like:
15393
15394 @example
15395 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
15396 @end example
15397
15398 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
15399 will be filed in @samp{mail.debian.foo}.
15400
15401 If the string contains the element @samp{\&}, then the previously
15402 matched string will be substituted. Similarly, the elements @samp{\\1}
15403 up to @samp{\\9} will be substituted with the text matched by the
15404 groupings 1 through 9.
15405
15406 @vindex nnmail-split-lowercase-expanded
15407 Where @code{nnmail-split-lowercase-expanded} controls whether the
15408 lowercase of the matched string should be used for the substitution.
15409 Setting it as non-@code{nil} is useful to avoid the creation of multiple
15410 groups when users send to an address using different case
15411 (i.e., mailing-list@@domain vs Mailing-List@@Domain). The default value
15412 is @code{t}.
15413
15414 @findex nnmail-split-fancy-with-parent
15415 @code{nnmail-split-fancy-with-parent} is a function which allows you to
15416 split followups into the same groups their parents are in. Sometimes
15417 you can't make splitting rules for all your mail. For example, your
15418 boss might send you personal mail regarding different projects you are
15419 working on, and as you can't tell your boss to put a distinguishing
15420 string into the subject line, you have to resort to manually moving the
15421 messages into the right group. With this function, you only have to do
15422 it once per thread.
15423
15424 To use this feature, you have to set @code{nnmail-treat-duplicates}
15425 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
15426 value. And then you can include @code{nnmail-split-fancy-with-parent}
15427 using the colon feature, like so:
15428 @lisp
15429 (setq nnmail-treat-duplicates 'warn ; @r{or @code{delete}}
15430 nnmail-cache-accepted-message-ids t
15431 nnmail-split-fancy
15432 '(| (: nnmail-split-fancy-with-parent)
15433 ;; @r{other splits go here}
15434 ))
15435 @end lisp
15436
15437 This feature works as follows: when @code{nnmail-treat-duplicates} is
15438 non-@code{nil}, Gnus records the message id of every message it sees
15439 in the file specified by the variable
15440 @code{nnmail-message-id-cache-file}, together with the group it is in
15441 (the group is omitted for non-mail messages). When mail splitting is
15442 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
15443 at the References (and In-Reply-To) header of each message to split
15444 and searches the file specified by @code{nnmail-message-id-cache-file}
15445 for the message ids. When it has found a parent, it returns the
15446 corresponding group name unless the group name matches the regexp
15447 @code{nnmail-split-fancy-with-parent-ignore-groups}. It is
15448 recommended that you set @code{nnmail-message-id-cache-length} to a
15449 somewhat higher number than the default so that the message ids are
15450 still in the cache. (A value of 5000 appears to create a file some
15451 300 kBytes in size.)
15452 @vindex nnmail-cache-accepted-message-ids
15453 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
15454 also records the message ids of moved articles, so that the followup
15455 messages goes into the new group.
15456
15457 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
15458 want certain groups to be recorded in the cache. For example, if all
15459 outgoing messages are written to an ``outgoing'' group, you could set
15460 @code{nnmail-cache-ignore-groups} to match that group name.
15461 Otherwise, answers to all your messages would end up in the
15462 ``outgoing'' group.
15463
15464
15465 @node Group Mail Splitting
15466 @subsection Group Mail Splitting
15467 @cindex mail splitting
15468 @cindex group mail splitting
15469
15470 @findex gnus-group-split
15471 If you subscribe to dozens of mailing lists but you don't want to
15472 maintain mail splitting rules manually, group mail splitting is for you.
15473 You just have to set @code{to-list} and/or @code{to-address} in group
15474 parameters or group customization and set @code{nnmail-split-methods} to
15475 @code{gnus-group-split}. This splitting function will scan all groups
15476 for those parameters and split mail accordingly, i.e., messages posted
15477 from or to the addresses specified in the parameters @code{to-list} or
15478 @code{to-address} of a mail group will be stored in that group.
15479
15480 Sometimes, mailing lists have multiple addresses, and you may want mail
15481 splitting to recognize them all: just set the @code{extra-aliases} group
15482 parameter to the list of additional addresses and it's done. If you'd
15483 rather use a regular expression, set @code{split-regexp}.
15484
15485 All these parameters in a group will be used to create an
15486 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
15487 the @var{value} is a single regular expression that matches
15488 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
15489 matches of @code{split-regexp}, and the @var{split} is the name of the
15490 group. @var{restrict}s are also supported: just set the
15491 @code{split-exclude} parameter to a list of regular expressions.
15492
15493 If you can't get the right split to be generated using all these
15494 parameters, or you just need something fancier, you can set the
15495 parameter @code{split-spec} to an @code{nnmail-split-fancy} split. In
15496 this case, all other aforementioned parameters will be ignored by
15497 @code{gnus-group-split}. In particular, @code{split-spec} may be set to
15498 @code{nil}, in which case the group will be ignored by
15499 @code{gnus-group-split}.
15500
15501 @vindex gnus-group-split-default-catch-all-group
15502 @code{gnus-group-split} will do cross-posting on all groups that match,
15503 by defining a single @code{&} fancy split containing one split for each
15504 group. If a message doesn't match any split, it will be stored in the
15505 group named in @code{gnus-group-split-default-catch-all-group}, unless
15506 some group has @code{split-spec} set to @code{catch-all}, in which case
15507 that group is used as the catch-all group. Even though this variable is
15508 often used just to name a group, it may also be set to an arbitrarily
15509 complex fancy split (after all, a group name is a fancy split), and this
15510 may be useful to split mail that doesn't go to any mailing list to
15511 personal mail folders. Note that this fancy split is added as the last
15512 element of a @code{|} split list that also contains a @code{&} split
15513 with the rules extracted from group parameters.
15514
15515 It's time for an example. Assume the following group parameters have
15516 been defined:
15517
15518 @example
15519 nnml:mail.bar:
15520 ((to-address . "bar@@femail.com")
15521 (split-regexp . ".*@@femail\\.com"))
15522 nnml:mail.foo:
15523 ((to-list . "foo@@nowhere.gov")
15524 (extra-aliases "foo@@localhost" "foo-redist@@home")
15525 (split-exclude "bugs-foo" "rambling-foo")
15526 (admin-address . "foo-request@@nowhere.gov"))
15527 nnml:mail.others:
15528 ((split-spec . catch-all))
15529 @end example
15530
15531 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
15532 behave as if @code{nnmail-split-fancy} had been selected and variable
15533 @code{nnmail-split-fancy} had been set as follows:
15534
15535 @lisp
15536 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
15537 (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
15538 - "bugs-foo" - "rambling-foo" "mail.foo"))
15539 "mail.others")
15540 @end lisp
15541
15542 @findex gnus-group-split-fancy
15543 If you'd rather not use group splitting for all your mail groups, you
15544 may use it for only some of them, by using @code{nnmail-split-fancy}
15545 splits like this:
15546
15547 @lisp
15548 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
15549 @end lisp
15550
15551 @var{groups} may be a regular expression or a list of group names whose
15552 parameters will be scanned to generate the output split.
15553 @var{no-crosspost} can be used to disable cross-posting; in this case, a
15554 single @code{|} split will be output. @var{catch-all} is the fall back
15555 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
15556 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
15557 empty string in any selected group, no catch-all split will be issued.
15558 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
15559 this group will override the value of the @var{catch-all} argument.
15560
15561 @findex gnus-group-split-setup
15562 Unfortunately, scanning all groups and their parameters can be quite
15563 slow, especially considering that it has to be done for every message.
15564 But don't despair! The function @code{gnus-group-split-setup} can be
15565 used to enable @code{gnus-group-split} in a much more efficient way. It
15566 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
15567 @code{nnmail-split-fancy} to the split produced by
15568 @code{gnus-group-split-fancy}. Thus, the group parameters are only
15569 scanned once, no matter how many messages are split.
15570
15571 @findex gnus-group-split-update
15572 However, if you change group parameters, you'd have to update
15573 @code{nnmail-split-fancy} manually. You can do it by running
15574 @code{gnus-group-split-update}. If you'd rather have it updated
15575 automatically, just tell @code{gnus-group-split-setup} to do it for
15576 you. For example, add to your @file{~/.gnus.el}:
15577
15578 @lisp
15579 (gnus-group-split-setup @var{auto-update} @var{catch-all})
15580 @end lisp
15581
15582 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
15583 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
15584 have to worry about updating @code{nnmail-split-fancy} again. If you
15585 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
15586 @code{gnus-group-split-default-catch-all-group} will be set to its
15587 value.
15588
15589 @vindex gnus-group-split-updated-hook
15590 Because you may want to change @code{nnmail-split-fancy} after it is set
15591 by @code{gnus-group-split-update}, this function will run
15592 @code{gnus-group-split-updated-hook} just before finishing.
15593
15594 @node Incorporating Old Mail
15595 @subsection Incorporating Old Mail
15596 @cindex incorporating old mail
15597 @cindex import old mail
15598
15599 Most people have lots of old mail stored in various file formats. If
15600 you have set up Gnus to read mail using one of the spiffy Gnus mail
15601 back ends, you'll probably wish to have that old mail incorporated into
15602 your mail groups.
15603
15604 Doing so can be quite easy.
15605
15606 To take an example: You're reading mail using @code{nnml}
15607 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
15608 satisfactory value (@pxref{Splitting Mail}). You have an old Unix mbox
15609 file filled with important, but old, mail. You want to move it into
15610 your @code{nnml} groups.
15611
15612 Here's how:
15613
15614 @enumerate
15615 @item
15616 Go to the group buffer.
15617
15618 @item
15619 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
15620 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
15621
15622 @item
15623 Type @kbd{SPACE} to enter the newly created group.
15624
15625 @item
15626 Type @kbd{M P b} to process-mark all articles in this group's buffer
15627 (@pxref{Setting Process Marks}).
15628
15629 @item
15630 Type @kbd{B r} to respool all the process-marked articles, and answer
15631 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
15632 @end enumerate
15633
15634 All the mail messages in the mbox file will now also be spread out over
15635 all your @code{nnml} groups. Try entering them and check whether things
15636 have gone without a glitch. If things look ok, you may consider
15637 deleting the mbox file, but I wouldn't do that unless I was absolutely
15638 sure that all the mail has ended up where it should be.
15639
15640 Respooling is also a handy thing to do if you're switching from one mail
15641 back end to another. Just respool all the mail in the old mail groups
15642 using the new mail back end.
15643
15644
15645 @node Expiring Mail
15646 @subsection Expiring Mail
15647 @cindex article expiry
15648 @cindex expiring mail
15649
15650 Traditional mail readers have a tendency to remove mail articles when
15651 you mark them as read, in some way. Gnus takes a fundamentally
15652 different approach to mail reading.
15653
15654 Gnus basically considers mail just to be news that has been received in
15655 a rather peculiar manner. It does not think that it has the power to
15656 actually change the mail, or delete any mail messages. If you enter a
15657 mail group, and mark articles as ``read'', or kill them in some other
15658 fashion, the mail articles will still exist on the system. I repeat:
15659 Gnus will not delete your old, read mail. Unless you ask it to, of
15660 course.
15661
15662 To make Gnus get rid of your unwanted mail, you have to mark the
15663 articles as @dfn{expirable}. (With the default key bindings, this means
15664 that you have to type @kbd{E}.) This does not mean that the articles
15665 will disappear right away, however. In general, a mail article will be
15666 deleted from your system if, 1) it is marked as expirable, AND 2) it is
15667 more than one week old. If you do not mark an article as expirable, it
15668 will remain on your system until hell freezes over. This bears
15669 repeating one more time, with some spurious capitalizations: IF you do
15670 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
15671
15672 @vindex gnus-auto-expirable-marks
15673 You do not have to mark articles as expirable by hand. Gnus provides
15674 two features, called ``auto-expire'' and ``total-expire'', that can help you
15675 with this. In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
15676 for you when you select an article. And ``total-expire'' means that Gnus
15677 considers all articles as expirable that are read. So, in addition to
15678 the articles marked @samp{E}, also the articles marked @samp{r},
15679 @samp{R}, @samp{O}, @samp{K}, @samp{Y} (and so on) are considered
15680 expirable. @code{gnus-auto-expirable-marks} has the full list of
15681 these marks.
15682
15683 When should either auto-expire or total-expire be used? Most people
15684 who are subscribed to mailing lists split each list into its own group
15685 and then turn on auto-expire or total-expire for those groups.
15686 (@xref{Splitting Mail}, for more information on splitting each list
15687 into its own group.)
15688
15689 Which one is better, auto-expire or total-expire? It's not easy to
15690 answer. Generally speaking, auto-expire is probably faster. Another
15691 advantage of auto-expire is that you get more marks to work with: for
15692 the articles that are supposed to stick around, you can still choose
15693 between tick and dormant and read marks. But with total-expire, you
15694 only have dormant and ticked to choose from. The advantage of
15695 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
15696 Scoring}). Auto-expire works with normal scoring but not with adaptive
15697 scoring.
15698
15699 @vindex gnus-auto-expirable-newsgroups
15700 Groups that match the regular expression
15701 @code{gnus-auto-expirable-newsgroups} will have all articles that you
15702 read marked as expirable automatically. All articles marked as
15703 expirable have an @samp{E} in the first column in the summary buffer.
15704
15705 By default, if you have auto expiry switched on, Gnus will mark all the
15706 articles you read as expirable, no matter if they were read or unread
15707 before. To avoid having articles marked as read marked as expirable
15708 automatically, you can put something like the following in your
15709 @file{~/.gnus.el} file:
15710
15711 @vindex gnus-mark-article-hook
15712 @lisp
15713 (remove-hook 'gnus-mark-article-hook
15714 'gnus-summary-mark-read-and-unread-as-read)
15715 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
15716 @end lisp
15717
15718 Note that making a group auto-expirable doesn't mean that all read
15719 articles are expired---only the articles marked as expirable
15720 will be expired. Also note that using the @kbd{d} command won't make
15721 articles expirable---only semi-automatic marking of articles as read will
15722 mark the articles as expirable in auto-expirable groups.
15723
15724 Let's say you subscribe to a couple of mailing lists, and you want the
15725 articles you have read to disappear after a while:
15726
15727 @lisp
15728 (setq gnus-auto-expirable-newsgroups
15729 "mail.nonsense-list\\|mail.nice-list")
15730 @end lisp
15731
15732 Another way to have auto-expiry happen is to have the element
15733 @code{auto-expire} in the group parameters of the group.
15734
15735 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
15736 auto-expiring, you'll have problems. Auto-expiring and adaptive scoring
15737 don't really mix very well.
15738
15739 @vindex nnmail-expiry-wait
15740 The @code{nnmail-expiry-wait} variable supplies the default time an
15741 expirable article has to live. Gnus starts counting days from when the
15742 message @emph{arrived}, not from when it was sent. The default is seven
15743 days.
15744
15745 Gnus also supplies a function that lets you fine-tune how long articles
15746 are to live, based on what group they are in. Let's say you want to
15747 have one month expiry period in the @samp{mail.private} group, a one day
15748 expiry period in the @samp{mail.junk} group, and a six day expiry period
15749 everywhere else:
15750
15751 @vindex nnmail-expiry-wait-function
15752 @lisp
15753 (setq nnmail-expiry-wait-function
15754 (lambda (group)
15755 (cond ((string= group "mail.private")
15756 31)
15757 ((string= group "mail.junk")
15758 1)
15759 ((string= group "important")
15760 'never)
15761 (t
15762 6))))
15763 @end lisp
15764
15765 The group names this function is fed are ``unadorned'' group
15766 names---no @samp{nnml:} prefixes and the like.
15767
15768 The @code{nnmail-expiry-wait} variable and
15769 @code{nnmail-expiry-wait-function} function can either be a number (not
15770 necessarily an integer) or one of the symbols @code{immediate} or
15771 @code{never}.
15772
15773 You can also use the @code{expiry-wait} group parameter to selectively
15774 change the expiry period (@pxref{Group Parameters}).
15775
15776 @vindex nnmail-expiry-target
15777 The normal action taken when expiring articles is to delete them.
15778 However, in some circumstances it might make more sense to move them
15779 to other groups instead of deleting them. The variable
15780 @code{nnmail-expiry-target} (and the @code{expiry-target} group
15781 parameter) controls this. The variable supplies a default value for
15782 all groups, which can be overridden for specific groups by the group
15783 parameter. default value is @code{delete}, but this can also be a
15784 string (which should be the name of the group the message should be
15785 moved to), or a function (which will be called in a buffer narrowed to
15786 the message in question, and with the name of the group being moved
15787 from as its parameter) which should return a target---either a group
15788 name or @code{delete}.
15789
15790 Here's an example for specifying a group name:
15791 @lisp
15792 (setq nnmail-expiry-target "nnml:expired")
15793 @end lisp
15794
15795 @findex nnmail-fancy-expiry-target
15796 @vindex nnmail-fancy-expiry-targets
15797 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
15798 expire mail to groups according to the variable
15799 @code{nnmail-fancy-expiry-targets}. Here's an example:
15800
15801 @lisp
15802 (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
15803 nnmail-fancy-expiry-targets
15804 '((to-from "boss" "nnfolder:Work")
15805 ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
15806 ("from" ".*" "nnfolder:Archive-%Y")))
15807 @end lisp
15808
15809 With this setup, any mail that has @code{IMPORTANT} in its Subject
15810 header and was sent in the year @code{YYYY} and month @code{MMM}, will
15811 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}. If its
15812 From or To header contains the string @code{boss}, it will get expired
15813 to @code{nnfolder:Work}. All other mail will get expired to
15814 @code{nnfolder:Archive-YYYY}.
15815
15816 @vindex nnmail-keep-last-article
15817 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
15818 expire the final article in a mail newsgroup. This is to make life
15819 easier for procmail users.
15820
15821 @vindex gnus-total-expirable-newsgroups
15822 By the way: That line up there, about Gnus never expiring non-expirable
15823 articles, is a lie. If you put @code{total-expire} in the group
15824 parameters, articles will not be marked as expirable, but all read
15825 articles will be put through the expiry process. Use with extreme
15826 caution. Even more dangerous is the
15827 @code{gnus-total-expirable-newsgroups} variable. All groups that match
15828 this regexp will have all read articles put through the expiry process,
15829 which means that @emph{all} old mail articles in the groups in question
15830 will be deleted after a while. Use with extreme caution, and don't come
15831 crying to me when you discover that the regexp you used matched the
15832 wrong group and all your important mail has disappeared. Be a
15833 @emph{man}! Or a @emph{woman}! Whatever you feel more comfortable
15834 with! So there!
15835
15836 Most people make most of their mail groups total-expirable, though.
15837
15838 @vindex gnus-inhibit-user-auto-expire
15839 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
15840 commands will not mark an article as expirable, even if the group has
15841 auto-expire turned on.
15842
15843 @vindex gnus-mark-copied-or-moved-articles-as-expirable
15844 The expirable marks of articles will be removed when copying or moving
15845 them to a group in which auto-expire is not turned on. This is for
15846 preventing articles from being expired unintentionally. On the other
15847 hand, to a group that has turned auto-expire on, the expirable marks of
15848 articles that are copied or moved will not be changed by default. I.e.,
15849 when copying or moving to such a group, articles that were expirable
15850 will be left expirable and ones that were not expirable will not be
15851 marked as expirable. So, even though in auto-expire groups, some
15852 articles will never get expired (unless you read them again). If you
15853 don't side with that behavior that unexpirable articles may be mixed
15854 into auto-expire groups, you can set
15855 @code{gnus-mark-copied-or-moved-articles-as-expirable} to a
15856 non-@code{nil} value. In that case, articles that have been read will
15857 be marked as expirable automatically when being copied or moved to a
15858 group that has auto-expire turned on. The default value is @code{nil}.
15859
15860
15861 @node Washing Mail
15862 @subsection Washing Mail
15863 @cindex mail washing
15864 @cindex list server brain damage
15865 @cindex incoming mail treatment
15866
15867 Mailers and list servers are notorious for doing all sorts of really,
15868 really stupid things with mail. ``Hey, RFC 822 doesn't explicitly
15869 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
15870 end of all lines passing through our server, so let's do that!!!!1!''
15871 Yes, but RFC 822 wasn't designed to be read by morons. Things that were
15872 considered to be self-evident were not discussed. So. Here we are.
15873
15874 Case in point: The German version of Microsoft Exchange adds @samp{AW:
15875 } to the subjects of replies instead of @samp{Re: }. I could pretend to
15876 be shocked and dismayed by this, but I haven't got the energy. It is to
15877 laugh.
15878
15879 Gnus provides a plethora of functions for washing articles while
15880 displaying them, but it might be nicer to do the filtering before
15881 storing the mail to disk. For that purpose, we have three hooks and
15882 various functions that can be put in these hooks.
15883
15884 @table @code
15885 @item nnmail-prepare-incoming-hook
15886 @vindex nnmail-prepare-incoming-hook
15887 This hook is called before doing anything with the mail and is meant for
15888 grand, sweeping gestures. It is called in a buffer that contains all
15889 the new, incoming mail. Functions to be used include:
15890
15891 @table @code
15892 @item nnheader-ms-strip-cr
15893 @findex nnheader-ms-strip-cr
15894 Remove trailing carriage returns from each line. This is default on
15895 Emacs running on MS machines.
15896
15897 @end table
15898
15899 @item nnmail-prepare-incoming-header-hook
15900 @vindex nnmail-prepare-incoming-header-hook
15901 This hook is called narrowed to each header. It can be used when
15902 cleaning up the headers. Functions that can be used include:
15903
15904 @table @code
15905 @item nnmail-remove-leading-whitespace
15906 @findex nnmail-remove-leading-whitespace
15907 Clear leading white space that ``helpful'' listservs have added to the
15908 headers to make them look nice. Aaah.
15909
15910 (Note that this function works on both the header on the body of all
15911 messages, so it is a potentially dangerous function to use (if a body
15912 of a message contains something that looks like a header line). So
15913 rather than fix the bug, it is of course the right solution to make it
15914 into a feature by documenting it.)
15915
15916 @item nnmail-remove-list-identifiers
15917 @findex nnmail-remove-list-identifiers
15918 Some list servers add an identifier---for example, @samp{(idm)}---to the
15919 beginning of all @code{Subject} headers. I'm sure that's nice for
15920 people who use stone age mail readers. This function will remove
15921 strings that match the @code{nnmail-list-identifiers} regexp, which can
15922 also be a list of regexp. @code{nnmail-list-identifiers} may not contain
15923 @code{\\(..\\)}.
15924
15925 For instance, if you want to remove the @samp{(idm)} and the
15926 @samp{nagnagnag} identifiers:
15927
15928 @lisp
15929 (setq nnmail-list-identifiers
15930 '("(idm)" "nagnagnag"))
15931 @end lisp
15932
15933 This can also be done non-destructively with
15934 @code{gnus-list-identifiers}, @xref{Article Hiding}.
15935
15936 @item nnmail-remove-tabs
15937 @findex nnmail-remove-tabs
15938 Translate all @samp{TAB} characters into @samp{SPACE} characters.
15939
15940 @item nnmail-ignore-broken-references
15941 @findex nnmail-ignore-broken-references
15942 @c @findex nnmail-fix-eudora-headers
15943 @cindex Eudora
15944 @cindex Pegasus
15945 Some mail user agents (e.g., Eudora and Pegasus) produce broken
15946 @code{References} headers, but correct @code{In-Reply-To} headers. This
15947 function will get rid of the @code{References} header if the headers
15948 contain a line matching the regular expression
15949 @code{nnmail-broken-references-mailers}.
15950
15951 @end table
15952
15953 @item nnmail-prepare-incoming-message-hook
15954 @vindex nnmail-prepare-incoming-message-hook
15955 This hook is called narrowed to each message. Functions to be used
15956 include:
15957
15958 @table @code
15959 @item article-de-quoted-unreadable
15960 @findex article-de-quoted-unreadable
15961 Decode Quoted Readable encoding.
15962
15963 @end table
15964 @end table
15965
15966
15967 @node Duplicates
15968 @subsection Duplicates
15969
15970 @vindex nnmail-treat-duplicates
15971 @vindex nnmail-message-id-cache-length
15972 @vindex nnmail-message-id-cache-file
15973 @cindex duplicate mails
15974 If you are a member of a couple of mailing lists, you will sometimes
15975 receive two copies of the same mail. This can be quite annoying, so
15976 @code{nnmail} checks for and treats any duplicates it might find. To do
15977 this, it keeps a cache of old @code{Message-ID}s:
15978 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
15979 default. The approximate maximum number of @code{Message-ID}s stored
15980 there is controlled by the @code{nnmail-message-id-cache-length}
15981 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be
15982 stored.) If all this sounds scary to you, you can set
15983 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
15984 default), and @code{nnmail} won't delete duplicate mails. Instead it
15985 will insert a warning into the head of the mail saying that it thinks
15986 that this is a duplicate of a different message.
15987
15988 This variable can also be a function. If that's the case, the function
15989 will be called from a buffer narrowed to the message in question with
15990 the @code{Message-ID} as a parameter. The function must return either
15991 @code{nil}, @code{warn}, or @code{delete}.
15992
15993 You can turn this feature off completely by setting the variable to
15994 @code{nil}.
15995
15996 If you want all the duplicate mails to be put into a special
15997 @dfn{duplicates} group, you could do that using the normal mail split
15998 methods:
15999
16000 @lisp
16001 (setq nnmail-split-fancy
16002 '(| ;; @r{Messages duplicates go to a separate group.}
16003 ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
16004 ;; @r{Message from daemons, postmaster, and the like to another.}
16005 (any mail "mail.misc")
16006 ;; @r{Other rules.}
16007 [...] ))
16008 @end lisp
16009 @noindent
16010 Or something like:
16011 @lisp
16012 (setq nnmail-split-methods
16013 '(("duplicates" "^Gnus-Warning:.*duplicate")
16014 ;; @r{Other rules.}
16015 [...]))
16016 @end lisp
16017
16018 Here's a neat feature: If you know that the recipient reads her mail
16019 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
16020 @code{delete}, you can send her as many insults as you like, just by
16021 using a @code{Message-ID} of a mail that you know that she's already
16022 received. Think of all the fun! She'll never see any of it! Whee!
16023
16024
16025 @node Not Reading Mail
16026 @subsection Not Reading Mail
16027
16028 If you start using any of the mail back ends, they have the annoying
16029 habit of assuming that you want to read mail with them. This might not
16030 be unreasonable, but it might not be what you want.
16031
16032 If you set @code{mail-sources} and @code{nnmail-spool-file} to
16033 @code{nil}, none of the back ends will ever attempt to read incoming
16034 mail, which should help.
16035
16036 @vindex nnbabyl-get-new-mail
16037 @vindex nnmbox-get-new-mail
16038 @vindex nnml-get-new-mail
16039 @vindex nnmh-get-new-mail
16040 @vindex nnfolder-get-new-mail
16041 This might be too much, if, for instance, you are reading mail quite
16042 happily with @code{nnml} and just want to peek at some old (pre-Emacs
16043 23) Rmail file you have stashed away with @code{nnbabyl}. All back ends have
16044 variables called back-end-@code{get-new-mail}. If you want to disable
16045 the @code{nnbabyl} mail reading, you edit the virtual server for the
16046 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
16047
16048 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
16049 narrowed to the article to be saved before saving it when reading
16050 incoming mail.
16051
16052
16053 @node Choosing a Mail Back End
16054 @subsection Choosing a Mail Back End
16055
16056 Gnus will read the mail spool when you activate a mail group. The mail
16057 file is first copied to your home directory. What happens after that
16058 depends on what format you want to store your mail in.
16059
16060 There are six different mail back ends in the standard Gnus, and more
16061 back ends are available separately. The mail back end most people use
16062 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
16063 Spool}).
16064
16065 @menu
16066 * Unix Mail Box:: Using the (quite) standard Un*x mbox.
16067 * Babyl:: Babyl was used by older versions of Rmail.
16068 * Mail Spool:: Store your mail in a private spool?
16069 * MH Spool:: An mhspool-like back end.
16070 * Maildir:: Another one-file-per-message format.
16071 * Mail Folders:: Having one file for each group.
16072 * Comparing Mail Back Ends:: An in-depth looks at pros and cons.
16073 @end menu
16074
16075
16076
16077 @node Unix Mail Box
16078 @subsubsection Unix Mail Box
16079 @cindex nnmbox
16080 @cindex unix mail box
16081
16082 @vindex nnmbox-active-file
16083 @vindex nnmbox-mbox-file
16084 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
16085 mail. @code{nnmbox} will add extra headers to each mail article to say
16086 which group it belongs in.
16087
16088 Virtual server settings:
16089
16090 @table @code
16091 @item nnmbox-mbox-file
16092 @vindex nnmbox-mbox-file
16093 The name of the mail box in the user's home directory. Default is
16094 @file{~/mbox}.
16095
16096 @item nnmbox-active-file
16097 @vindex nnmbox-active-file
16098 The name of the active file for the mail box. Default is
16099 @file{~/.mbox-active}.
16100
16101 @item nnmbox-get-new-mail
16102 @vindex nnmbox-get-new-mail
16103 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
16104 into groups. Default is @code{t}.
16105 @end table
16106
16107
16108 @node Babyl
16109 @subsubsection Babyl
16110 @cindex nnbabyl
16111
16112 @vindex nnbabyl-active-file
16113 @vindex nnbabyl-mbox-file
16114 The @dfn{nnbabyl} back end will use a Babyl mail box to store mail.
16115 @code{nnbabyl} will add extra headers to each mail article to say which
16116 group it belongs in.
16117
16118 Virtual server settings:
16119
16120 @table @code
16121 @item nnbabyl-mbox-file
16122 @vindex nnbabyl-mbox-file
16123 The name of the Babyl file. The default is @file{~/RMAIL}
16124
16125 @item nnbabyl-active-file
16126 @vindex nnbabyl-active-file
16127 The name of the active file for the Babyl file. The default is
16128 @file{~/.rmail-active}
16129
16130 @item nnbabyl-get-new-mail
16131 @vindex nnbabyl-get-new-mail
16132 If non-@code{nil}, @code{nnbabyl} will read incoming mail. Default is
16133 @code{t}
16134 @end table
16135
16136
16137 @node Mail Spool
16138 @subsubsection Mail Spool
16139 @cindex nnml
16140 @cindex mail @acronym{NOV} spool
16141
16142 The @dfn{nnml} spool mail format isn't compatible with any other known
16143 format. It should be used with some caution.
16144
16145 @vindex nnml-directory
16146 If you use this back end, Gnus will split all incoming mail into files,
16147 one file for each mail, and put the articles into the corresponding
16148 directories under the directory specified by the @code{nnml-directory}
16149 variable. The default value is @file{~/Mail/}.
16150
16151 You do not have to create any directories beforehand; Gnus will take
16152 care of all that.
16153
16154 If you have a strict limit as to how many files you are allowed to store
16155 in your account, you should not use this back end. As each mail gets its
16156 own file, you might very well occupy thousands of inodes within a few
16157 weeks. If this is no problem for you, and it isn't a problem for you
16158 having your friendly systems administrator walking around, madly,
16159 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
16160 know that this is probably the fastest format to use. You do not have
16161 to trudge through a big mbox file just to read your new mail.
16162
16163 @code{nnml} is probably the slowest back end when it comes to article
16164 splitting. It has to create lots of files, and it also generates
16165 @acronym{NOV} databases for the incoming mails. This makes it possibly the
16166 fastest back end when it comes to reading mail.
16167
16168 Virtual server settings:
16169
16170 @table @code
16171 @item nnml-directory
16172 @vindex nnml-directory
16173 All @code{nnml} directories will be placed under this directory. The
16174 default is the value of @code{message-directory} (whose default value
16175 is @file{~/Mail}).
16176
16177 @item nnml-active-file
16178 @vindex nnml-active-file
16179 The active file for the @code{nnml} server. The default is
16180 @file{~/Mail/active}.
16181
16182 @item nnml-newsgroups-file
16183 @vindex nnml-newsgroups-file
16184 The @code{nnml} group descriptions file. @xref{Newsgroups File
16185 Format}. The default is @file{~/Mail/newsgroups}.
16186
16187 @item nnml-get-new-mail
16188 @vindex nnml-get-new-mail
16189 If non-@code{nil}, @code{nnml} will read incoming mail. The default is
16190 @code{t}.
16191
16192 @item nnml-nov-is-evil
16193 @vindex nnml-nov-is-evil
16194 If non-@code{nil}, this back end will ignore any @acronym{NOV} files. The
16195 default is @code{nil}.
16196
16197 @item nnml-nov-file-name
16198 @vindex nnml-nov-file-name
16199 The name of the @acronym{NOV} files. The default is @file{.overview}.
16200
16201 @item nnml-prepare-save-mail-hook
16202 @vindex nnml-prepare-save-mail-hook
16203 Hook run narrowed to an article before saving.
16204
16205 @item nnml-use-compressed-files
16206 @vindex nnml-use-compressed-files
16207 If non-@code{nil}, @code{nnml} will allow using compressed message
16208 files. This requires @code{auto-compression-mode} to be enabled
16209 (@pxref{Compressed Files, ,Compressed Files, emacs, The Emacs Manual}).
16210 If the value of @code{nnml-use-compressed-files} is a string, it is used
16211 as the file extension specifying the compression program. You can set it
16212 to @samp{.bz2} if your Emacs supports it. A value of @code{t} is
16213 equivalent to @samp{.gz}.
16214
16215 @item nnml-compressed-files-size-threshold
16216 @vindex nnml-compressed-files-size-threshold
16217 Default size threshold for compressed message files. Message files with
16218 bodies larger than that many characters will be automatically compressed
16219 if @code{nnml-use-compressed-files} is non-@code{nil}.
16220
16221 @end table
16222
16223 @findex nnml-generate-nov-databases
16224 If your @code{nnml} groups and @acronym{NOV} files get totally out of
16225 whack, you can do a complete update by typing @kbd{M-x
16226 nnml-generate-nov-databases}. This command will trawl through the
16227 entire @code{nnml} hierarchy, looking at each and every article, so it
16228 might take a while to complete. A better interface to this
16229 functionality can be found in the server buffer (@pxref{Server
16230 Commands}).
16231
16232
16233 @node MH Spool
16234 @subsubsection MH Spool
16235 @cindex nnmh
16236 @cindex mh-e mail spool
16237
16238 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
16239 @acronym{NOV} databases and it doesn't keep an active file or marks
16240 file. This makes @code{nnmh} a @emph{much} slower back end than
16241 @code{nnml}, but it also makes it easier to write procmail scripts
16242 for.
16243
16244 Virtual server settings:
16245
16246 @table @code
16247 @item nnmh-directory
16248 @vindex nnmh-directory
16249 All @code{nnmh} directories will be located under this directory. The
16250 default is the value of @code{message-directory} (whose default is
16251 @file{~/Mail})
16252
16253 @item nnmh-get-new-mail
16254 @vindex nnmh-get-new-mail
16255 If non-@code{nil}, @code{nnmh} will read incoming mail. The default is
16256 @code{t}.
16257
16258 @item nnmh-be-safe
16259 @vindex nnmh-be-safe
16260 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
16261 sure that the articles in the folder are actually what Gnus thinks
16262 they are. It will check date stamps and stat everything in sight, so
16263 setting this to @code{t} will mean a serious slow-down. If you never
16264 use anything but Gnus to read the @code{nnmh} articles, you do not
16265 have to set this variable to @code{t}. The default is @code{nil}.
16266 @end table
16267
16268
16269 @node Maildir
16270 @subsubsection Maildir
16271 @cindex nnmaildir
16272 @cindex maildir
16273
16274 @code{nnmaildir} stores mail in the maildir format, with each maildir
16275 corresponding to a group in Gnus. This format is documented here:
16276 @uref{http://cr.yp.to/proto/maildir.html} and here:
16277 @uref{http://www.qmail.org/man/man5/maildir.html}. @code{nnmaildir}
16278 also stores extra information in the @file{.nnmaildir/} directory
16279 within a maildir.
16280
16281 Maildir format was designed to allow concurrent deliveries and
16282 reading, without needing locks. With other back ends, you would have
16283 your mail delivered to a spool of some kind, and then you would
16284 configure Gnus to split mail from that spool into your groups. You
16285 can still do that with @code{nnmaildir}, but the more common
16286 configuration is to have your mail delivered directly to the maildirs
16287 that appear as group in Gnus.
16288
16289 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
16290 never corrupt its data in memory, and @code{SIGKILL} will never
16291 corrupt its data in the filesystem.
16292
16293 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
16294 maildir. So you can copy a whole maildir from one Gnus setup to
16295 another, and you will keep your marks.
16296
16297 Virtual server settings:
16298
16299 @table @code
16300 @item directory
16301 For each of your @code{nnmaildir} servers (it's very unlikely that
16302 you'd need more than one), you need to create a directory and populate
16303 it with maildirs or symlinks to maildirs (and nothing else; do not
16304 choose a directory already used for other purposes). Each maildir
16305 will be represented in Gnus as a newsgroup on that server; the
16306 filename of the symlink will be the name of the group. Any filenames
16307 in the directory starting with @samp{.} are ignored. The directory is
16308 scanned when you first start Gnus, and each time you type @kbd{g} in
16309 the group buffer; if any maildirs have been removed or added,
16310 @code{nnmaildir} notices at these times.
16311
16312 The value of the @code{directory} parameter should be a Lisp form
16313 which is processed by @code{eval} and @code{expand-file-name} to get
16314 the path of the directory for this server. The form is @code{eval}ed
16315 only when the server is opened; the resulting string is used until the
16316 server is closed. (If you don't know about forms and @code{eval},
16317 don't worry---a simple string will work.) This parameter is not
16318 optional; you must specify it. I don't recommend using
16319 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
16320 use that directory by default for various things, and may get confused
16321 if @code{nnmaildir} uses it too. @code{"~/.nnmaildir"} is a typical
16322 value.
16323
16324 @item target-prefix
16325 This should be a Lisp form which is processed by @code{eval} and
16326 @code{expand-file-name}. The form is @code{eval}ed only when the
16327 server is opened; the resulting string is used until the server is
16328 closed.
16329
16330 When you create a group on an @code{nnmaildir} server, the maildir is
16331 created with @code{target-prefix} prepended to its name, and a symlink
16332 pointing to that maildir is created, named with the plain group name.
16333 So if @code{directory} is @code{"~/.nnmaildir"} and
16334 @code{target-prefix} is @code{"../maildirs/"}, then when you create
16335 the group @code{foo}, @code{nnmaildir} will create
16336 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
16337 @file{~/.nnmaildir/foo} as a symlink pointing to
16338 @file{../maildirs/foo}.
16339
16340 You can set @code{target-prefix} to a string without any slashes to
16341 create both maildirs and symlinks in the same @code{directory}; in
16342 this case, any maildirs found in @code{directory} whose names start
16343 with @code{target-prefix} will not be listed as groups (but the
16344 symlinks pointing to them will be).
16345
16346 As a special case, if @code{target-prefix} is @code{""} (the default),
16347 then when you create a group, the maildir will be created in
16348 @code{directory} without a corresponding symlink. Beware that you
16349 cannot use @code{gnus-group-delete-group} on such groups without the
16350 @code{force} argument.
16351
16352 @item directory-files
16353 This should be a function with the same interface as
16354 @code{directory-files} (such as @code{directory-files} itself). It is
16355 used to scan the server's @code{directory} for maildirs. This
16356 parameter is optional; the default is
16357 @code{nnheader-directory-files-safe} if
16358 @code{nnheader-directory-files-is-safe} is @code{nil}, and
16359 @code{directory-files} otherwise.
16360 (@code{nnheader-directory-files-is-safe} is checked only once when the
16361 server is opened; if you want to check it each time the directory is
16362 scanned, you'll have to provide your own function that does that.)
16363
16364 @item get-new-mail
16365 If non-@code{nil}, then after scanning for new mail in the group
16366 maildirs themselves as usual, this server will also incorporate mail
16367 the conventional Gnus way, from @code{mail-sources} according to
16368 @code{nnmail-split-methods} or @code{nnmail-split-fancy}. The default
16369 value is @code{nil}.
16370
16371 Do @emph{not} use the same maildir both in @code{mail-sources} and as
16372 an @code{nnmaildir} group. The results might happen to be useful, but
16373 that would be by chance, not by design, and the results might be
16374 different in the future. If your split rules create new groups,
16375 remember to supply a @code{create-directory} server parameter.
16376 @end table
16377
16378 @subsubsection Group parameters
16379
16380 @code{nnmaildir} uses several group parameters. It's safe to ignore
16381 all this; the default behavior for @code{nnmaildir} is the same as the
16382 default behavior for other mail back ends: articles are deleted after
16383 one week, etc. Except for the expiry parameters, all this
16384 functionality is unique to @code{nnmaildir}, so you can ignore it if
16385 you're just trying to duplicate the behavior you already have with
16386 another back end.
16387
16388 If the value of any of these parameters is a vector, the first element
16389 is evaluated as a Lisp form and the result is used, rather than the
16390 original value. If the value is not a vector, the value itself is
16391 evaluated as a Lisp form. (This is why these parameters use names
16392 different from those of other, similar parameters supported by other
16393 back ends: they have different, though similar, meanings.) (For
16394 numbers, strings, @code{nil}, and @code{t}, you can ignore the
16395 @code{eval} business again; for other values, remember to use an extra
16396 quote and wrap the value in a vector when appropriate.)
16397
16398 @table @code
16399 @item expire-age
16400 An integer specifying the minimum age, in seconds, of an article
16401 before it will be expired, or the symbol @code{never} to specify that
16402 articles should never be expired. If this parameter is not set,
16403 @code{nnmaildir} falls back to the usual
16404 @code{nnmail-expiry-wait}(@code{-function}) variables (the
16405 @code{expiry-wait} group parameter overrides @code{nnmail-expiry-wait}
16406 and makes @code{nnmail-expiry-wait-function} ineffective). If you
16407 wanted a value of 3 days, you could use something like @code{[(* 3 24
16408 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
16409 An article's age is measured starting from the article file's
16410 modification time. Normally, this is the same as the article's
16411 delivery time, but editing an article makes it younger. Moving an
16412 article (other than via expiry) may also make an article younger.
16413
16414 @item expire-group
16415 If this is set to a string such as a full Gnus group name, like
16416 @example
16417 "backend+server.address.string:group.name"
16418 @end example
16419 and if it is not the name of the same group that the parameter belongs
16420 to, then articles will be moved to the specified group during expiry
16421 before being deleted. @emph{If this is set to an @code{nnmaildir}
16422 group, the article will be just as old in the destination group as it
16423 was in the source group.} So be careful with @code{expire-age} in the
16424 destination group. If this is set to the name of the same group that
16425 the parameter belongs to, then the article is not expired at all. If
16426 you use the vector form, the first element is evaluated once for each
16427 article. So that form can refer to
16428 @code{nnmaildir-article-file-name}, etc., to decide where to put the
16429 article. @emph{Even if this parameter is not set, @code{nnmaildir}
16430 does not fall back to the @code{expiry-target} group parameter or the
16431 @code{nnmail-expiry-target} variable.}
16432
16433 @item read-only
16434 If this is set to @code{t}, @code{nnmaildir} will treat the articles
16435 in this maildir as read-only. This means: articles are not renamed
16436 from @file{new/} into @file{cur/}; articles are only found in
16437 @file{new/}, not @file{cur/}; articles are never deleted; articles
16438 cannot be edited. @file{new/} is expected to be a symlink to the
16439 @file{new/} directory of another maildir---e.g., a system-wide mailbox
16440 containing a mailing list of common interest. Everything in the
16441 maildir outside @file{new/} is @emph{not} treated as read-only, so for
16442 a shared mailbox, you do still need to set up your own maildir (or
16443 have write permission to the shared mailbox); your maildir just won't
16444 contain extra copies of the articles.
16445
16446 @item directory-files
16447 A function with the same interface as @code{directory-files}. It is
16448 used to scan the directories in the maildir corresponding to this
16449 group to find articles. The default is the function specified by the
16450 server's @code{directory-files} parameter.
16451
16452 @item distrust-Lines:
16453 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
16454 article, rather than use the @code{Lines:} header field. If
16455 @code{nil}, the header field will be used if present.
16456
16457 @item always-marks
16458 A list of mark symbols, such as @code{['(read expire)]}. Whenever
16459 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
16460 say that all articles have these marks, regardless of whether the
16461 marks stored in the filesystem say so. This is a proof-of-concept
16462 feature that will probably be removed eventually; it ought to be done
16463 in Gnus proper, or abandoned if it's not worthwhile.
16464
16465 @item never-marks
16466 A list of mark symbols, such as @code{['(tick expire)]}. Whenever
16467 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
16468 say that no articles have these marks, regardless of whether the marks
16469 stored in the filesystem say so. @code{never-marks} overrides
16470 @code{always-marks}. This is a proof-of-concept feature that will
16471 probably be removed eventually; it ought to be done in Gnus proper, or
16472 abandoned if it's not worthwhile.
16473
16474 @item nov-cache-size
16475 An integer specifying the size of the @acronym{NOV} memory cache. To
16476 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
16477 for a limited number of articles in each group. (This is probably not
16478 worthwhile, and will probably be removed in the future.) This
16479 parameter's value is noticed only the first time a group is seen after
16480 the server is opened---i.e., when you first start Gnus, typically.
16481 The @acronym{NOV} cache is never resized until the server is closed
16482 and reopened. The default is an estimate of the number of articles
16483 that would be displayed in the summary buffer: a count of articles
16484 that are either marked with @code{tick} or not marked with
16485 @code{read}, plus a little extra.
16486 @end table
16487
16488 @subsubsection Article identification
16489 Articles are stored in the @file{cur/} subdirectory of each maildir.
16490 Each article file is named like @code{uniq:info}, where @code{uniq}
16491 contains no colons. @code{nnmaildir} ignores, but preserves, the
16492 @code{:info} part. (Other maildir readers typically use this part of
16493 the filename to store marks.) The @code{uniq} part uniquely
16494 identifies the article, and is used in various places in the
16495 @file{.nnmaildir/} subdirectory of the maildir to store information
16496 about the corresponding article. The full pathname of an article is
16497 available in the variable @code{nnmaildir-article-file-name} after you
16498 request the article in the summary buffer.
16499
16500 @subsubsection NOV data
16501 An article identified by @code{uniq} has its @acronym{NOV} data (used
16502 to generate lines in the summary buffer) stored in
16503 @code{.nnmaildir/nov/uniq}. There is no
16504 @code{nnmaildir-generate-nov-databases} function. (There isn't much
16505 need for it---an article's @acronym{NOV} data is updated automatically
16506 when the article or @code{nnmail-extra-headers} has changed.) You can
16507 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
16508 single article simply by deleting the corresponding @acronym{NOV}
16509 file, but @emph{beware}: this will also cause @code{nnmaildir} to
16510 assign a new article number for this article, which may cause trouble
16511 with @code{seen} marks, the Agent, and the cache.
16512
16513 @subsubsection Article marks
16514 An article identified by @code{uniq} is considered to have the mark
16515 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
16516 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
16517 looks for such files and reports the set of marks it finds. When Gnus
16518 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
16519 creates and deletes the corresponding files as needed. (Actually,
16520 rather than create a new file for each mark, it just creates hard
16521 links to @file{.nnmaildir/markfile}, to save inodes.)
16522
16523 You can invent new marks by creating a new directory in
16524 @file{.nnmaildir/marks/}. You can tar up a maildir and remove it from
16525 your server, untar it later, and keep your marks. You can add and
16526 remove marks yourself by creating and deleting mark files. If you do
16527 this while Gnus is running and your @code{nnmaildir} server is open,
16528 it's best to exit all summary buffers for @code{nnmaildir} groups and
16529 type @kbd{s} in the group buffer first, and to type @kbd{g} or
16530 @kbd{M-g} in the group buffer afterwards. Otherwise, Gnus might not
16531 pick up the changes, and might undo them.
16532
16533
16534 @node Mail Folders
16535 @subsubsection Mail Folders
16536 @cindex nnfolder
16537 @cindex mbox folders
16538 @cindex mail folders
16539
16540 @code{nnfolder} is a back end for storing each mail group in a
16541 separate file. Each file is in the standard Un*x mbox format.
16542 @code{nnfolder} will add extra headers to keep track of article
16543 numbers and arrival dates.
16544
16545 Virtual server settings:
16546
16547 @table @code
16548 @item nnfolder-directory
16549 @vindex nnfolder-directory
16550 All the @code{nnfolder} mail boxes will be stored under this
16551 directory. The default is the value of @code{message-directory}
16552 (whose default is @file{~/Mail})
16553
16554 @item nnfolder-active-file
16555 @vindex nnfolder-active-file
16556 The name of the active file. The default is @file{~/Mail/active}.
16557
16558 @item nnfolder-newsgroups-file
16559 @vindex nnfolder-newsgroups-file
16560 The name of the group descriptions file. @xref{Newsgroups File
16561 Format}. The default is @file{~/Mail/newsgroups}
16562
16563 @item nnfolder-get-new-mail
16564 @vindex nnfolder-get-new-mail
16565 If non-@code{nil}, @code{nnfolder} will read incoming mail. The
16566 default is @code{t}
16567
16568 @item nnfolder-save-buffer-hook
16569 @vindex nnfolder-save-buffer-hook
16570 @cindex backup files
16571 Hook run before saving the folders. Note that Emacs does the normal
16572 backup renaming of files even with the @code{nnfolder} buffers. If
16573 you wish to switch this off, you could say something like the
16574 following in your @file{.emacs} file:
16575
16576 @lisp
16577 (defun turn-off-backup ()
16578 (set (make-local-variable 'backup-inhibited) t))
16579
16580 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
16581 @end lisp
16582
16583 @item nnfolder-delete-mail-hook
16584 @vindex nnfolder-delete-mail-hook
16585 Hook run in a buffer narrowed to the message that is to be deleted.
16586 This function can be used to copy the message to somewhere else, or to
16587 extract some information from it before removing it.
16588
16589 @item nnfolder-nov-is-evil
16590 @vindex nnfolder-nov-is-evil
16591 If non-@code{nil}, this back end will ignore any @acronym{NOV} files. The
16592 default is @code{nil}.
16593
16594 @item nnfolder-nov-file-suffix
16595 @vindex nnfolder-nov-file-suffix
16596 The extension for @acronym{NOV} files. The default is @file{.nov}.
16597
16598 @item nnfolder-nov-directory
16599 @vindex nnfolder-nov-directory
16600 The directory where the @acronym{NOV} files should be stored. If
16601 @code{nil}, @code{nnfolder-directory} is used.
16602
16603 @end table
16604
16605
16606 @findex nnfolder-generate-active-file
16607 @kindex M-x nnfolder-generate-active-file
16608 If you have lots of @code{nnfolder}-like files you'd like to read with
16609 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
16610 command to make @code{nnfolder} aware of all likely files in
16611 @code{nnfolder-directory}. This only works if you use long file names,
16612 though.
16613
16614 @node Comparing Mail Back Ends
16615 @subsubsection Comparing Mail Back Ends
16616
16617 First, just for terminology, the @dfn{back end} is the common word for a
16618 low-level access method---a transport, if you will, by which something
16619 is acquired. The sense is that one's mail has to come from somewhere,
16620 and so selection of a suitable back end is required in order to get that
16621 mail within spitting distance of Gnus.
16622
16623 The same concept exists for Usenet itself: Though access to articles is
16624 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
16625 in the world got at Usenet by running a reader on the machine where the
16626 articles lay (the machine which today we call an @acronym{NNTP} server), and
16627 access was by the reader stepping into the articles' directory spool
16628 area directly. One can still select between either the @code{nntp} or
16629 @code{nnspool} back ends, to select between these methods, if one happens
16630 actually to live on the server (or can see its spool directly, anyway,
16631 via NFS).
16632
16633 The goal in selecting a mail back end is to pick one which
16634 simultaneously represents a suitable way of dealing with the original
16635 format plus leaving mail in a form that is convenient to use in the
16636 future. Here are some high and low points on each:
16637
16638 @table @code
16639 @item nnmbox
16640
16641 UNIX systems have historically had a single, very common, and well-defined
16642 format. All messages arrive in a single @dfn{spool file}, and
16643 they are delineated by a line whose regular expression matches
16644 @samp{^From_}. (My notational use of @samp{_} is to indicate a space,
16645 to make it clear in this instance that this is not the RFC-specified
16646 @samp{From:} header.) Because Emacs and therefore Gnus emanate
16647 historically from the Unix environment, it is simplest if one does not
16648 mess a great deal with the original mailbox format, so if one chooses
16649 this back end, Gnus' primary activity in getting mail from the real spool
16650 area to Gnus' preferred directory is simply to copy it, with no
16651 (appreciable) format change in the process. It is the ``dumbest'' way
16652 to move mail into availability in the Gnus environment. This makes it
16653 fast to move into place, but slow to parse, when Gnus has to look at
16654 what's where.
16655
16656 @item nnbabyl
16657
16658 Once upon a time, there was the DEC-10 and DEC-20, running operating
16659 systems called TOPS and related things, and the usual (only?) mail
16660 reading environment was a thing called Babyl. I don't know what format
16661 was used for mail landing on the system, but Babyl had its own internal
16662 format to which mail was converted, primarily involving creating a
16663 spool-file-like entity with a scheme for inserting Babyl-specific
16664 headers and status bits above the top of each message in the file.
16665 Rmail was Emacs's first mail reader, it was written by Richard Stallman,
16666 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
16667 to understand the mail files folks already had in existence. Gnus (and
16668 VM, for that matter) continue to support this format because it's
16669 perceived as having some good qualities in those mailer-specific
16670 headers/status bits stuff. Rmail itself still exists as well, of
16671 course, and is still maintained within Emacs. Since Emacs 23, it
16672 uses standard mbox format rather than Babyl.
16673
16674 Both of the above forms leave your mail in a single file on your
16675 file system, and they must parse that entire file each time you take a
16676 look at your mail.
16677
16678 @item nnml
16679
16680 @code{nnml} is the back end which smells the most as though you were
16681 actually operating with an @code{nnspool}-accessed Usenet system. (In
16682 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
16683 lo these years ago.) One's mail is taken from the original spool file,
16684 and is then cut up into individual message files, 1:1. It maintains a
16685 Usenet-style active file (analogous to what one finds in an INN- or
16686 CNews-based news system in (for instance) @file{/var/lib/news/active},
16687 or what is returned via the @samp{NNTP LIST} verb) and also creates
16688 @dfn{overview} files for efficient group entry, as has been defined for
16689 @acronym{NNTP} servers for some years now. It is slower in mail-splitting,
16690 due to the creation of lots of files, updates to the @code{nnml} active
16691 file, and additions to overview files on a per-message basis, but it is
16692 extremely fast on access because of what amounts to the indexing support
16693 provided by the active file and overviews.
16694
16695 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
16696 resource which defines available places in the file system to put new
16697 files. Sysadmins take a dim view of heavy inode occupation within
16698 tight, shared file systems. But if you live on a personal machine where
16699 the file system is your own and space is not at a premium, @code{nnml}
16700 wins big.
16701
16702 It is also problematic using this back end if you are living in a
16703 FAT16-based Windows world, since much space will be wasted on all these
16704 tiny files.
16705
16706 @item nnmh
16707
16708 The Rand MH mail-reading system has been around UNIX systems for a very
16709 long time; it operates by splitting one's spool file of messages into
16710 individual files, but with little or no indexing support---@code{nnmh}
16711 is considered to be semantically equivalent to ``@code{nnml} without
16712 active file or overviews''. This is arguably the worst choice, because
16713 one gets the slowness of individual file creation married to the
16714 slowness of access parsing when learning what's new in one's groups.
16715
16716 @item nnfolder
16717
16718 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
16719 method described above) on a per-group basis. That is, @code{nnmbox}
16720 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
16721 little bit of optimization to this so that each of one's mail groups has
16722 a Unix mail box file. It's faster than @code{nnmbox} because each group
16723 can be parsed separately, and still provides the simple Unix mail box
16724 format requiring minimal effort in moving the mail around. In addition,
16725 it maintains an ``active'' file making it much faster for Gnus to figure
16726 out how many messages there are in each separate group.
16727
16728 If you have groups that are expected to have a massive amount of
16729 messages, @code{nnfolder} is not the best choice, but if you receive
16730 only a moderate amount of mail, @code{nnfolder} is probably the most
16731 friendly mail back end all over.
16732
16733 @item nnmaildir
16734
16735 For configuring expiry and other things, @code{nnmaildir} uses
16736 incompatible group parameters, slightly different from those of other
16737 mail back ends.
16738
16739 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
16740 differences. Each message is stored in a separate file, but the
16741 filename is unrelated to the article number in Gnus. @code{nnmaildir}
16742 also stores the equivalent of @code{nnml}'s overview files in one file
16743 per article, so it uses about twice as many inodes as @code{nnml}.
16744 (Use @code{df -i} to see how plentiful your inode supply is.) If this
16745 slows you down or takes up very much space, a non-block-structured
16746 file system.
16747
16748 Since maildirs don't require locking for delivery, the maildirs you use
16749 as groups can also be the maildirs your mail is directly delivered to.
16750 This means you can skip Gnus' mail splitting if your mail is already
16751 organized into different mailboxes during delivery. A @code{directory}
16752 entry in @code{mail-sources} would have a similar effect, but would
16753 require one set of mailboxes for spooling deliveries (in mbox format,
16754 thus damaging message bodies), and another set to be used as groups (in
16755 whatever format you like). A maildir has a built-in spool, in the
16756 @code{new/} subdirectory. Beware that currently, mail moved from
16757 @code{new/} to @code{cur/} instead of via mail splitting will not
16758 undergo treatment such as duplicate checking.
16759
16760 @code{nnmaildir} stores article marks for a given group in the
16761 corresponding maildir, in a way designed so that it's easy to manipulate
16762 them from outside Gnus. You can tar up a maildir, unpack it somewhere
16763 else, and still have your marks.
16764
16765 @code{nnmaildir} uses a significant amount of memory to speed things up.
16766 (It keeps in memory some of the things that @code{nnml} stores in files
16767 and that @code{nnmh} repeatedly parses out of message files.) If this
16768 is a problem for you, you can set the @code{nov-cache-size} group
16769 parameter to something small (0 would probably not work, but 1 probably
16770 would) to make it use less memory. This caching will probably be
16771 removed in the future.
16772
16773 Startup is likely to be slower with @code{nnmaildir} than with other
16774 back ends. Everything else is likely to be faster, depending in part
16775 on your file system.
16776
16777 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
16778 to write an @code{nnmaildir}-derived back end.
16779
16780 @end table
16781
16782
16783 @node Browsing the Web
16784 @section Browsing the Web
16785 @cindex web
16786 @cindex browsing the web
16787 @cindex www
16788 @cindex http
16789
16790 Web-based discussion forums are getting more and more popular. On many
16791 subjects, the web-based forums have become the most important forums,
16792 eclipsing the importance of mailing lists and news groups. The reason
16793 is easy to understand---they are friendly to new users; you just point
16794 and click, and there's the discussion. With mailing lists, you have to
16795 go through a cumbersome subscription procedure, and most people don't
16796 even know what a news group is.
16797
16798 The problem with this scenario is that web browsers are not very good at
16799 being newsreaders. They do not keep track of what articles you've read;
16800 they do not allow you to score on subjects you're interested in; they do
16801 not allow off-line browsing; they require you to click around and drive
16802 you mad in the end.
16803
16804 So---if web browsers suck at reading discussion forums, why not use Gnus
16805 to do it instead?
16806
16807 Gnus has been getting a bit of a collection of back ends for providing
16808 interfaces to these sources.
16809
16810 @menu
16811 * Archiving Mail::
16812 * Web Searches:: Creating groups from articles that match a string.
16813 * RSS:: Reading RDF site summary.
16814 * Customizing W3:: Doing stuff to Emacs/W3 from Gnus.
16815 @end menu
16816
16817 All the web sources require Emacs/W3 and the url library or those
16818 alternatives to work.
16819
16820 The main caveat with all these web sources is that they probably won't
16821 work for a very long time. Gleaning information from the @acronym{HTML} data
16822 is guesswork at best, and when the layout is altered, the Gnus back end
16823 will fail. If you have reasonably new versions of these back ends,
16824 though, you should be ok.
16825
16826 One thing all these Web methods have in common is that the Web sources
16827 are often down, unavailable or just plain too slow to be fun. In those
16828 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
16829 Unplugged}) handle downloading articles, and then you can read them at
16830 leisure from your local disk. No more World Wide Wait for you.
16831
16832 @node Archiving Mail
16833 @subsection Archiving Mail
16834 @cindex archiving mail
16835 @cindex backup of mail
16836
16837 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
16838 @code{nnmaildir}, now actually store the article marks with each group.
16839 For these servers, archiving and restoring a group while preserving
16840 marks is fairly simple.
16841
16842 (Preserving the group level and group parameters as well still
16843 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
16844 though.)
16845
16846 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
16847 server, take a recursive copy of the server directory. There is no need
16848 to shut down Gnus, so archiving may be invoked by @code{cron} or
16849 similar. You restore the data by restoring the directory tree, and
16850 adding a server definition pointing to that directory in Gnus. The
16851 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
16852 might interfere with overwriting data, so you may want to shut down Gnus
16853 before you restore the data.
16854
16855 @node Web Searches
16856 @subsection Web Searches
16857 @cindex nnweb
16858 @cindex Google
16859 @cindex dejanews
16860 @cindex gmane
16861 @cindex Usenet searches
16862 @cindex searching the Usenet
16863
16864 It's, like, too neat to search the Usenet for articles that match a
16865 string, but it, like, totally @emph{sucks}, like, totally, to use one of
16866 those, like, Web browsers, and you, like, have to, rilly, like, look at
16867 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
16868 searches without having to use a browser.
16869
16870 The @code{nnweb} back end allows an easy interface to the mighty search
16871 engine. You create an @code{nnweb} group, enter a search pattern, and
16872 then enter the group and read the articles like you would any normal
16873 group. The @kbd{G w} command in the group buffer (@pxref{Foreign
16874 Groups}) will do this in an easy-to-use fashion.
16875
16876 @code{nnweb} groups don't really lend themselves to being solid
16877 groups---they have a very fleeting idea of article numbers. In fact,
16878 each time you enter an @code{nnweb} group (not even changing the search
16879 pattern), you are likely to get the articles ordered in a different
16880 manner. Not even using duplicate suppression (@pxref{Duplicate
16881 Suppression}) will help, since @code{nnweb} doesn't even know the
16882 @code{Message-ID} of the articles before reading them using some search
16883 engines (Google, for instance). The only possible way to keep track
16884 of which articles you've read is by scoring on the @code{Date}
16885 header---mark all articles posted before the last date you read the
16886 group as read.
16887
16888 If the search engine changes its output substantially, @code{nnweb}
16889 won't be able to parse it and will fail. One could hardly fault the Web
16890 providers if they were to do this---their @emph{raison d'@^etre} is to
16891 make money off of advertisements, not to provide services to the
16892 community. Since @code{nnweb} washes the ads off all the articles, one
16893 might think that the providers might be somewhat miffed. We'll see.
16894
16895 You must have the @code{url} and @code{W3} package or those alternatives
16896 (try @code{customize-group} on the @samp{mm-url} variable group)
16897 installed to be able to use @code{nnweb}.
16898
16899 Virtual server variables:
16900
16901 @table @code
16902 @item nnweb-type
16903 @vindex nnweb-type
16904 What search engine type is being used. The currently supported types
16905 are @code{google}, @code{dejanews}, and @code{gmane}. Note that
16906 @code{dejanews} is an alias to @code{google}.
16907
16908 @item nnweb-search
16909 @vindex nnweb-search
16910 The search string to feed to the search engine.
16911
16912 @item nnweb-max-hits
16913 @vindex nnweb-max-hits
16914 Advisory maximum number of hits per search to display. The default is
16915 999.
16916
16917 @item nnweb-type-definition
16918 @vindex nnweb-type-definition
16919 Type-to-definition alist. This alist says what @code{nnweb} should do
16920 with the various search engine types. The following elements must be
16921 present:
16922
16923 @table @code
16924 @item article
16925 Function to decode the article and provide something that Gnus
16926 understands.
16927
16928 @item map
16929 Function to create an article number to message header and URL alist.
16930
16931 @item search
16932 Function to send the search string to the search engine.
16933
16934 @item address
16935 The address the aforementioned function should send the search string
16936 to.
16937
16938 @item id
16939 Format string URL to fetch an article by @code{Message-ID}.
16940 @end table
16941
16942 @end table
16943
16944
16945 @node RSS
16946 @subsection RSS
16947 @cindex nnrss
16948 @cindex RSS
16949
16950 Some web sites have an RDF Site Summary (@acronym{RSS}).
16951 @acronym{RSS} is a format for summarizing headlines from news related
16952 sites (such as BBC or CNN). But basically anything list-like can be
16953 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
16954 changes to a wiki (e.g., @url{http://cliki.net/recent-changes.rdf}).
16955
16956 @acronym{RSS} has a quite regular and nice interface, and it's
16957 possible to get the information Gnus needs to keep groups updated.
16958
16959 Note: you had better use Emacs which supports the @code{utf-8} coding
16960 system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII}
16961 text by default. It is also used by default for non-@acronym{ASCII}
16962 group names.
16963
16964 @kindex G R (Group)
16965 Use @kbd{G R} from the group buffer to subscribe to a feed---you will be
16966 prompted for the location, the title and the description of the feed.
16967 The title, which allows any characters, will be used for the group name
16968 and the name of the group data file. The description can be omitted.
16969
16970 An easy way to get started with @code{nnrss} is to say something like
16971 the following in the group buffer: @kbd{B nnrss RET RET y}, then
16972 subscribe to groups.
16973
16974 The @code{nnrss} back end saves the group data file in
16975 @code{nnrss-directory} (see below) for each @code{nnrss} group. File
16976 names containing non-@acronym{ASCII} characters will be encoded by the
16977 coding system specified with the @code{nnmail-pathname-coding-system}
16978 variable or other. Also @xref{Non-ASCII Group Names}, for more
16979 information.
16980
16981 The @code{nnrss} back end generates @samp{multipart/alternative}
16982 @acronym{MIME} articles in which each contains a @samp{text/plain} part
16983 and a @samp{text/html} part.
16984
16985 @cindex OPML
16986 You can also use the following commands to import and export your
16987 subscriptions from a file in @acronym{OPML} format (Outline Processor
16988 Markup Language).
16989
16990 @defun nnrss-opml-import file
16991 Prompt for an @acronym{OPML} file, and subscribe to each feed in the
16992 file.
16993 @end defun
16994
16995 @defun nnrss-opml-export
16996 Write your current @acronym{RSS} subscriptions to a buffer in
16997 @acronym{OPML} format.
16998 @end defun
16999
17000 The following @code{nnrss} variables can be altered:
17001
17002 @table @code
17003 @item nnrss-directory
17004 @vindex nnrss-directory
17005 The directory where @code{nnrss} stores its files. The default is
17006 @file{~/News/rss/}.
17007
17008 @item nnrss-file-coding-system
17009 @vindex nnrss-file-coding-system
17010 The coding system used when reading and writing the @code{nnrss} groups
17011 data files. The default is the value of
17012 @code{mm-universal-coding-system} (which defaults to @code{emacs-mule}
17013 in Emacs or @code{escape-quoted} in XEmacs).
17014
17015 @item nnrss-ignore-article-fields
17016 @vindex nnrss-ignore-article-fields
17017 Some feeds update constantly article fields during their publications,
17018 e.g., to indicate the number of comments. However, if there is
17019 a difference between the local article and the distant one, the latter
17020 is considered to be new. To avoid this and discard some fields, set this
17021 variable to the list of fields to be ignored. The default is
17022 @code{'(slash:comments)}.
17023
17024 @item nnrss-use-local
17025 @vindex nnrss-use-local
17026 @findex nnrss-generate-download-script
17027 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
17028 the feeds from local files in @code{nnrss-directory}. You can use
17029 the command @code{nnrss-generate-download-script} to generate a
17030 download script using @command{wget}.
17031 @end table
17032
17033 The following code may be helpful, if you want to show the description in
17034 the summary buffer.
17035
17036 @lisp
17037 (add-to-list 'nnmail-extra-headers nnrss-description-field)
17038 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
17039
17040 (defun gnus-user-format-function-X (header)
17041 (let ((descr
17042 (assq nnrss-description-field (mail-header-extra header))))
17043 (if descr (concat "\n\t" (cdr descr)) "")))
17044 @end lisp
17045
17046 The following code may be useful to open an nnrss url directly from the
17047 summary buffer.
17048
17049 @lisp
17050 (require 'browse-url)
17051
17052 (defun browse-nnrss-url (arg)
17053 (interactive "p")
17054 (let ((url (assq nnrss-url-field
17055 (mail-header-extra
17056 (gnus-data-header
17057 (assq (gnus-summary-article-number)
17058 gnus-newsgroup-data))))))
17059 (if url
17060 (progn
17061 (browse-url (cdr url))
17062 (gnus-summary-mark-as-read-forward 1))
17063 (gnus-summary-scroll-up arg))))
17064
17065 (eval-after-load "gnus"
17066 #'(define-key gnus-summary-mode-map
17067 (kbd "<RET>") 'browse-nnrss-url))
17068 (add-to-list 'nnmail-extra-headers nnrss-url-field)
17069 @end lisp
17070
17071 Even if you have added @samp{text/html} to the
17072 @code{mm-discouraged-alternatives} variable (@pxref{Display
17073 Customization, ,Display Customization, emacs-mime, The Emacs MIME
17074 Manual}) since you don't want to see @acronym{HTML} parts, it might be
17075 more useful especially in @code{nnrss} groups to display
17076 @samp{text/html} parts. Here's an example of setting
17077 @code{mm-discouraged-alternatives} as a group parameter (@pxref{Group
17078 Parameters}) in order to display @samp{text/html} parts only in
17079 @code{nnrss} groups:
17080
17081 @lisp
17082 ;; @r{Set the default value of @code{mm-discouraged-alternatives}.}
17083 (eval-after-load "gnus-sum"
17084 '(add-to-list
17085 'gnus-newsgroup-variables
17086 '(mm-discouraged-alternatives
17087 . '("text/html" "image/.*"))))
17088
17089 ;; @r{Display @samp{text/html} parts in @code{nnrss} groups.}
17090 (add-to-list
17091 'gnus-parameters
17092 '("\\`nnrss:" (mm-discouraged-alternatives nil)))
17093 @end lisp
17094
17095
17096 @node Customizing W3
17097 @subsection Customizing W3
17098 @cindex W3
17099 @cindex html
17100 @cindex url
17101 @cindex Netscape
17102
17103 Gnus uses the url library to fetch web pages and Emacs/W3 (or those
17104 alternatives) to display web pages. Emacs/W3 is documented in its own
17105 manual, but there are some things that may be more relevant for Gnus
17106 users.
17107
17108 For instance, a common question is how to make Emacs/W3 follow links
17109 using the @code{browse-url} functions (which will call some external web
17110 browser like Netscape). Here's one way:
17111
17112 @lisp
17113 (eval-after-load "w3"
17114 '(progn
17115 (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
17116 (defun w3-fetch (&optional url target)
17117 (interactive (list (w3-read-url-with-default)))
17118 (if (eq major-mode 'gnus-article-mode)
17119 (browse-url url)
17120 (w3-fetch-orig url target)))))
17121 @end lisp
17122
17123 Put that in your @file{.emacs} file, and hitting links in W3-rendered
17124 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
17125 follow the link.
17126
17127
17128 @node Other Sources
17129 @section Other Sources
17130
17131 Gnus can do more than just read news or mail. The methods described
17132 below allow Gnus to view directories and files as if they were
17133 newsgroups.
17134
17135 @menu
17136 * Directory Groups:: You can read a directory as if it was a newsgroup.
17137 * Anything Groups:: Dired? Who needs dired?
17138 * Document Groups:: Single files can be the basis of a group.
17139 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
17140 * The Empty Backend:: The backend that never has any news.
17141 @end menu
17142
17143
17144 @node Directory Groups
17145 @subsection Directory Groups
17146 @cindex nndir
17147 @cindex directory groups
17148
17149 If you have a directory that has lots of articles in separate files in
17150 it, you might treat it as a newsgroup. The files have to have numerical
17151 names, of course.
17152
17153 This might be an opportune moment to mention @code{ange-ftp} (and its
17154 successor @code{efs}), that most wonderful of all wonderful Emacs
17155 packages. When I wrote @code{nndir}, I didn't think much about it---a
17156 back end to read directories. Big deal.
17157
17158 @code{ange-ftp} changes that picture dramatically. For instance, if you
17159 enter the @code{ange-ftp} file name
17160 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
17161 @code{ange-ftp} or @code{efs} will actually allow you to read this
17162 directory over at @samp{sina} as a newsgroup. Distributed news ahoy!
17163
17164 @code{nndir} will use @acronym{NOV} files if they are present.
17165
17166 @code{nndir} is a ``read-only'' back end---you can't delete or expire
17167 articles with this method. You can use @code{nnmh} or @code{nnml} for
17168 whatever you use @code{nndir} for, so you could switch to any of those
17169 methods if you feel the need to have a non-read-only @code{nndir}.
17170
17171
17172 @node Anything Groups
17173 @subsection Anything Groups
17174 @cindex nneething
17175
17176 From the @code{nndir} back end (which reads a single spool-like
17177 directory), it's just a hop and a skip to @code{nneething}, which
17178 pretends that any arbitrary directory is a newsgroup. Strange, but
17179 true.
17180
17181 When @code{nneething} is presented with a directory, it will scan this
17182 directory and assign article numbers to each file. When you enter such
17183 a group, @code{nneething} must create ``headers'' that Gnus can use.
17184 After all, Gnus is a newsreader, in case you're forgetting.
17185 @code{nneething} does this in a two-step process. First, it snoops each
17186 file in question. If the file looks like an article (i.e., the first
17187 few lines look like headers), it will use this as the head. If this is
17188 just some arbitrary file without a head (e.g., a C source file),
17189 @code{nneething} will cobble up a header out of thin air. It will use
17190 file ownership, name and date and do whatever it can with these
17191 elements.
17192
17193 All this should happen automatically for you, and you will be presented
17194 with something that looks very much like a newsgroup. Totally like a
17195 newsgroup, to be precise. If you select an article, it will be displayed
17196 in the article buffer, just as usual.
17197
17198 If you select a line that represents a directory, Gnus will pop you into
17199 a new summary buffer for this @code{nneething} group. And so on. You can
17200 traverse the entire disk this way, if you feel like, but remember that
17201 Gnus is not dired, really, and does not intend to be, either.
17202
17203 There are two overall modes to this action---ephemeral or solid. When
17204 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
17205 will not store information on what files you have read, and what files
17206 are new, and so on. If you create a solid @code{nneething} group the
17207 normal way with @kbd{G m}, Gnus will store a mapping table between
17208 article numbers and file names, and you can treat this group like any
17209 other groups. When you activate a solid @code{nneething} group, you will
17210 be told how many unread articles it contains, etc., etc.
17211
17212 Some variables:
17213
17214 @table @code
17215 @item nneething-map-file-directory
17216 @vindex nneething-map-file-directory
17217 All the mapping files for solid @code{nneething} groups will be stored
17218 in this directory, which defaults to @file{~/.nneething/}.
17219
17220 @item nneething-exclude-files
17221 @vindex nneething-exclude-files
17222 All files that match this regexp will be ignored. Nice to use to exclude
17223 auto-save files and the like, which is what it does by default.
17224
17225 @item nneething-include-files
17226 @vindex nneething-include-files
17227 Regexp saying what files to include in the group. If this variable is
17228 non-@code{nil}, only files matching this regexp will be included.
17229
17230 @item nneething-map-file
17231 @vindex nneething-map-file
17232 Name of the map files.
17233 @end table
17234
17235
17236 @node Document Groups
17237 @subsection Document Groups
17238 @cindex nndoc
17239 @cindex documentation group
17240 @cindex help group
17241
17242 @code{nndoc} is a cute little thing that will let you read a single file
17243 as a newsgroup. Several files types are supported:
17244
17245 @table @code
17246 @cindex Babyl
17247 @item babyl
17248 The Babyl format.
17249
17250 @cindex mbox
17251 @cindex Unix mbox
17252 @item mbox
17253 The standard Unix mbox file.
17254
17255 @cindex MMDF mail box
17256 @item mmdf
17257 The MMDF mail box format.
17258
17259 @item news
17260 Several news articles appended into a file.
17261
17262 @cindex rnews batch files
17263 @item rnews
17264 The rnews batch transport format.
17265
17266 @item nsmail
17267 Netscape mail boxes.
17268
17269 @item mime-parts
17270 @acronym{MIME} multipart messages.
17271
17272 @item standard-digest
17273 The standard (RFC 1153) digest format.
17274
17275 @item mime-digest
17276 A @acronym{MIME} digest of messages.
17277
17278 @item lanl-gov-announce
17279 Announcement messages from LANL Gov Announce.
17280
17281 @cindex git commit messages
17282 @item git
17283 @code{git} commit messages.
17284
17285 @cindex forwarded messages
17286 @item rfc822-forward
17287 A message forwarded according to RFC822.
17288
17289 @item outlook
17290 The Outlook mail box.
17291
17292 @item oe-dbx
17293 The Outlook Express dbx mail box.
17294
17295 @item exim-bounce
17296 A bounce message from the Exim MTA.
17297
17298 @item forward
17299 A message forwarded according to informal rules.
17300
17301 @item rfc934
17302 An RFC934-forwarded message.
17303
17304 @item mailman
17305 A mailman digest.
17306
17307 @item clari-briefs
17308 A digest of Clarinet brief news items.
17309
17310 @item slack-digest
17311 Non-standard digest format---matches most things, but does it badly.
17312
17313 @item mail-in-mail
17314 The last resort.
17315 @end table
17316
17317 You can also use the special ``file type'' @code{guess}, which means
17318 that @code{nndoc} will try to guess what file type it is looking at.
17319 @code{digest} means that @code{nndoc} should guess what digest type the
17320 file is.
17321
17322 @code{nndoc} will not try to change the file or insert any extra headers into
17323 it---it will simply, like, let you use the file as the basis for a
17324 group. And that's it.
17325
17326 If you have some old archived articles that you want to insert into your
17327 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
17328 that. Say you have an old @file{RMAIL} file with mail that you now want
17329 to split into your new @code{nnml} groups. You look at that file using
17330 @code{nndoc} (using the @kbd{G f} command in the group buffer
17331 (@pxref{Foreign Groups})), set the process mark on all the articles in
17332 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
17333 using @code{nnml}. If all goes well, all the mail in the @file{RMAIL}
17334 file is now also stored in lots of @code{nnml} directories, and you can
17335 delete that pesky @file{RMAIL} file. If you have the guts!
17336
17337 Virtual server variables:
17338
17339 @table @code
17340 @item nndoc-article-type
17341 @vindex nndoc-article-type
17342 This should be one of @code{mbox}, @code{babyl}, @code{digest},
17343 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
17344 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
17345 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
17346 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
17347
17348 @item nndoc-post-type
17349 @vindex nndoc-post-type
17350 This variable says whether Gnus is to consider the group a news group or
17351 a mail group. There are two valid values: @code{mail} (the default)
17352 and @code{news}.
17353 @end table
17354
17355 @menu
17356 * Document Server Internals:: How to add your own document types.
17357 @end menu
17358
17359
17360 @node Document Server Internals
17361 @subsubsection Document Server Internals
17362
17363 Adding new document types to be recognized by @code{nndoc} isn't
17364 difficult. You just have to whip up a definition of what the document
17365 looks like, write a predicate function to recognize that document type,
17366 and then hook into @code{nndoc}.
17367
17368 First, here's an example document type definition:
17369
17370 @example
17371 (mmdf
17372 (article-begin . "^\^A\^A\^A\^A\n")
17373 (body-end . "^\^A\^A\^A\^A\n"))
17374 @end example
17375
17376 The definition is simply a unique @dfn{name} followed by a series of
17377 regexp pseudo-variable settings. Below are the possible
17378 variables---don't be daunted by the number of variables; most document
17379 types can be defined with very few settings:
17380
17381 @table @code
17382 @item first-article
17383 If present, @code{nndoc} will skip past all text until it finds
17384 something that match this regexp. All text before this will be
17385 totally ignored.
17386
17387 @item article-begin
17388 This setting has to be present in all document type definitions. It
17389 says what the beginning of each article looks like. To do more
17390 complicated things that cannot be dealt with a simple regexp, you can
17391 use @code{article-begin-function} instead of this.
17392
17393 @item article-begin-function
17394 If present, this should be a function that moves point to the beginning
17395 of each article. This setting overrides @code{article-begin}.
17396
17397 @item head-begin
17398 If present, this should be a regexp that matches the head of the
17399 article. To do more complicated things that cannot be dealt with a
17400 simple regexp, you can use @code{head-begin-function} instead of this.
17401
17402 @item head-begin-function
17403 If present, this should be a function that moves point to the head of
17404 the article. This setting overrides @code{head-begin}.
17405
17406 @item head-end
17407 This should match the end of the head of the article. It defaults to
17408 @samp{^$}---the empty line.
17409
17410 @item body-begin
17411 This should match the beginning of the body of the article. It defaults
17412 to @samp{^\n}. To do more complicated things that cannot be dealt with
17413 a simple regexp, you can use @code{body-begin-function} instead of this.
17414
17415 @item body-begin-function
17416 If present, this function should move point to the beginning of the body
17417 of the article. This setting overrides @code{body-begin}.
17418
17419 @item body-end
17420 If present, this should match the end of the body of the article. To do
17421 more complicated things that cannot be dealt with a simple regexp, you
17422 can use @code{body-end-function} instead of this.
17423
17424 @item body-end-function
17425 If present, this function should move point to the end of the body of
17426 the article. This setting overrides @code{body-end}.
17427
17428 @item file-begin
17429 If present, this should match the beginning of the file. All text
17430 before this regexp will be totally ignored.
17431
17432 @item file-end
17433 If present, this should match the end of the file. All text after this
17434 regexp will be totally ignored.
17435
17436 @end table
17437
17438 So, using these variables @code{nndoc} is able to dissect a document
17439 file into a series of articles, each with a head and a body. However, a
17440 few more variables are needed since not all document types are all that
17441 news-like---variables needed to transform the head or the body into
17442 something that's palatable for Gnus:
17443
17444 @table @code
17445 @item prepare-body-function
17446 If present, this function will be called when requesting an article. It
17447 will be called with point at the start of the body, and is useful if the
17448 document has encoded some parts of its contents.
17449
17450 @item article-transform-function
17451 If present, this function is called when requesting an article. It's
17452 meant to be used for more wide-ranging transformation of both head and
17453 body of the article.
17454
17455 @item generate-head-function
17456 If present, this function is called to generate a head that Gnus can
17457 understand. It is called with the article number as a parameter, and is
17458 expected to generate a nice head for the article in question. It is
17459 called when requesting the headers of all articles.
17460
17461 @item generate-article-function
17462 If present, this function is called to generate an entire article that
17463 Gnus can understand. It is called with the article number as a
17464 parameter when requesting all articles.
17465
17466 @item dissection-function
17467 If present, this function is called to dissect a document by itself,
17468 overriding @code{first-article}, @code{article-begin},
17469 @code{article-begin-function}, @code{head-begin},
17470 @code{head-begin-function}, @code{head-end}, @code{body-begin},
17471 @code{body-begin-function}, @code{body-end}, @code{body-end-function},
17472 @code{file-begin}, and @code{file-end}.
17473
17474 @end table
17475
17476 Let's look at the most complicated example I can come up with---standard
17477 digests:
17478
17479 @example
17480 (standard-digest
17481 (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
17482 (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
17483 (prepare-body-function . nndoc-unquote-dashes)
17484 (body-end-function . nndoc-digest-body-end)
17485 (head-end . "^ ?$")
17486 (body-begin . "^ ?\n")
17487 (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
17488 (subtype digest guess))
17489 @end example
17490
17491 We see that all text before a 70-width line of dashes is ignored; all
17492 text after a line that starts with that @samp{^End of} is also ignored;
17493 each article begins with a 30-width line of dashes; the line separating
17494 the head from the body may contain a single space; and that the body is
17495 run through @code{nndoc-unquote-dashes} before being delivered.
17496
17497 To hook your own document definition into @code{nndoc}, use the
17498 @code{nndoc-add-type} function. It takes two parameters---the first
17499 is the definition itself and the second (optional) parameter says
17500 where in the document type definition alist to put this definition.
17501 The alist is traversed sequentially, and
17502 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
17503 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
17504 @code{mmdf} type, and so on. These type predicates should return
17505 @code{nil} if the document is not of the correct type; @code{t} if it
17506 is of the correct type; and a number if the document might be of the
17507 correct type. A high number means high probability; a low number
17508 means low probability with @samp{0} being the lowest valid number.
17509
17510
17511 @node Mail-To-News Gateways
17512 @subsection Mail-To-News Gateways
17513 @cindex mail-to-news gateways
17514 @cindex gateways
17515
17516 If your local @code{nntp} server doesn't allow posting, for some reason
17517 or other, you can post using one of the numerous mail-to-news gateways.
17518 The @code{nngateway} back end provides the interface.
17519
17520 Note that you can't read anything from this back end---it can only be
17521 used to post with.
17522
17523 Server variables:
17524
17525 @table @code
17526 @item nngateway-address
17527 @vindex nngateway-address
17528 This is the address of the mail-to-news gateway.
17529
17530 @item nngateway-header-transformation
17531 @vindex nngateway-header-transformation
17532 News headers often have to be transformed in some odd way or other
17533 for the mail-to-news gateway to accept it. This variable says what
17534 transformation should be called, and defaults to
17535 @code{nngateway-simple-header-transformation}. The function is called
17536 narrowed to the headers to be transformed and with one parameter---the
17537 gateway address.
17538
17539 This default function just inserts a new @code{To} header based on the
17540 @code{Newsgroups} header and the gateway address.
17541 For instance, an article with this @code{Newsgroups} header:
17542
17543 @example
17544 Newsgroups: alt.religion.emacs
17545 @end example
17546
17547 will get this @code{To} header inserted:
17548
17549 @example
17550 To: alt-religion-emacs@@GATEWAY
17551 @end example
17552
17553 The following pre-defined functions exist:
17554
17555 @findex nngateway-simple-header-transformation
17556 @table @code
17557
17558 @item nngateway-simple-header-transformation
17559 Creates a @code{To} header that looks like
17560 @var{newsgroup}@@@code{nngateway-address}.
17561
17562 @findex nngateway-mail2news-header-transformation
17563
17564 @item nngateway-mail2news-header-transformation
17565 Creates a @code{To} header that looks like
17566 @code{nngateway-address}.
17567 @end table
17568
17569 @end table
17570
17571 Here's an example:
17572
17573 @lisp
17574 (setq gnus-post-method
17575 '(nngateway
17576 "mail2news@@replay.com"
17577 (nngateway-header-transformation
17578 nngateway-mail2news-header-transformation)))
17579 @end lisp
17580
17581 So, to use this, simply say something like:
17582
17583 @lisp
17584 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17585 @end lisp
17586
17587
17588 @node The Empty Backend
17589 @subsection The Empty Backend
17590 @cindex nnnil
17591
17592 @code{nnnil} is a backend that can be used as a placeholder if you
17593 have to specify a backend somewhere, but don't really want to. The
17594 classical example is if you don't want to have a primary select
17595 methods, but want to only use secondary ones:
17596
17597 @lisp
17598 (setq gnus-select-method '(nnnil ""))
17599 (setq gnus-secondary-select-methods
17600 '((nnimap "foo")
17601 (nnml "")))
17602 @end lisp
17603
17604
17605 @node Combined Groups
17606 @section Combined Groups
17607
17608 Gnus allows combining a mixture of all the other group types into bigger
17609 groups.
17610
17611 @menu
17612 * Virtual Groups:: Combining articles from many groups.
17613 @end menu
17614
17615
17616 @node Virtual Groups
17617 @subsection Virtual Groups
17618 @cindex nnvirtual
17619 @cindex virtual groups
17620 @cindex merging groups
17621
17622 An @dfn{nnvirtual group} is really nothing more than a collection of
17623 other groups.
17624
17625 For instance, if you are tired of reading many small groups, you can
17626 put them all in one big group, and then grow tired of reading one
17627 big, unwieldy group. The joys of computing!
17628
17629 You specify @code{nnvirtual} as the method. The address should be a
17630 regexp to match component groups.
17631
17632 All marks in the virtual group will stick to the articles in the
17633 component groups. So if you tick an article in a virtual group, the
17634 article will also be ticked in the component group from whence it
17635 came. (And vice versa---marks from the component groups will also be
17636 shown in the virtual group.). To create an empty virtual group, run
17637 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17638 and edit the method regexp with @kbd{M-e}
17639 (@code{gnus-group-edit-group-method})
17640
17641 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17642 newsgroups into one, big, happy newsgroup:
17643
17644 @lisp
17645 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17646 @end lisp
17647
17648 The component groups can be native or foreign; everything should work
17649 smoothly, but if your computer explodes, it was probably my fault.
17650
17651 Collecting the same group from several servers might actually be a good
17652 idea if users have set the Distribution header to limit distribution.
17653 If you would like to read @samp{soc.motss} both from a server in Japan
17654 and a server in Norway, you could use the following as the group regexp:
17655
17656 @example
17657 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17658 @end example
17659
17660 (Remember, though, that if you're creating the group with @kbd{G m}, you
17661 shouldn't double the backslashes, and you should leave off the quote
17662 characters at the beginning and the end of the string.)
17663
17664 This should work kinda smoothly---all articles from both groups should
17665 end up in this one, and there should be no duplicates. Threading (and
17666 the rest) will still work as usual, but there might be problems with the
17667 sequence of articles. Sorting on date might be an option here
17668 (@pxref{Selecting a Group}).
17669
17670 One limitation, however---all groups included in a virtual
17671 group have to be alive (i.e., subscribed or unsubscribed). Killed or
17672 zombie groups can't be component groups for @code{nnvirtual} groups.
17673
17674 @vindex nnvirtual-always-rescan
17675 If the @code{nnvirtual-always-rescan} variable is non-@code{nil} (which
17676 is the default), @code{nnvirtual} will always scan groups for unread
17677 articles when entering a virtual group. If this variable is @code{nil}
17678 and you read articles in a component group after the virtual group has
17679 been activated, the read articles from the component group will show up
17680 when you enter the virtual group. You'll also see this effect if you
17681 have two virtual groups that have a component group in common. If
17682 that's the case, you should set this variable to @code{t}. Or you can
17683 just tap @code{M-g} on the virtual group every time before you enter
17684 it---it'll have much the same effect.
17685
17686 @code{nnvirtual} can have both mail and news groups as component groups.
17687 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17688 has to ask the back end of the component group the article comes from
17689 whether it is a news or mail back end. However, when you do a @kbd{^},
17690 there is typically no sure way for the component back end to know this,
17691 and in that case @code{nnvirtual} tells Gnus that the article came from a
17692 not-news back end. (Just to be on the safe side.)
17693
17694 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17695 line from the article you respond to in these cases.
17696
17697 @code{nnvirtual} groups do not inherit anything but articles and marks
17698 from component groups---group parameters, for instance, are not
17699 inherited.
17700
17701
17702 @node Email Based Diary
17703 @section Email Based Diary
17704 @cindex diary
17705 @cindex email based diary
17706 @cindex calendar
17707
17708 This section describes a special mail back end called @code{nndiary},
17709 and its companion library @code{gnus-diary}. It is ``special'' in the
17710 sense that it is not meant to be one of the standard alternatives for
17711 reading mail with Gnus. See @ref{Choosing a Mail Back End} for that.
17712 Instead, it is used to treat @emph{some} of your mails in a special way,
17713 namely, as event reminders.
17714
17715 Here is a typical scenario:
17716
17717 @itemize @bullet
17718 @item
17719 You've got a date with Andy Mc Dowell or Bruce Willis (select according
17720 to your sexual preference) in one month. You don't want to forget it.
17721 @item
17722 So you send a ``reminder'' message (actually, a diary one) to yourself.
17723 @item
17724 You forget all about it and keep on getting and reading new mail, as usual.
17725 @item
17726 From time to time, as you type `g' in the group buffer and as the date
17727 is getting closer, the message will pop up again to remind you of your
17728 appointment, just as if it were new and unread.
17729 @item
17730 Read your ``new'' messages, this one included, and start dreaming again
17731 of the night you're gonna have.
17732 @item
17733 Once the date is over (you actually fell asleep just after dinner), the
17734 message will be automatically deleted if it is marked as expirable.
17735 @end itemize
17736
17737 The Gnus Diary back end has the ability to handle regular appointments
17738 (that wouldn't ever be deleted) as well as punctual ones, operates as a
17739 real mail back end and is configurable in many ways. All of this is
17740 explained in the sections below.
17741
17742 @menu
17743 * The NNDiary Back End:: Basic setup and usage.
17744 * The Gnus Diary Library:: Utility toolkit on top of nndiary.
17745 * Sending or Not Sending:: A final note on sending diary messages.
17746 @end menu
17747
17748
17749 @node The NNDiary Back End
17750 @subsection The NNDiary Back End
17751 @cindex nndiary
17752 @cindex the nndiary back end
17753
17754 @code{nndiary} is a back end very similar to @code{nnml} (@pxref{Mail
17755 Spool}). Actually, it could appear as a mix of @code{nnml} and
17756 @code{nndraft}. If you know @code{nnml}, you're already familiar with
17757 the message storing scheme of @code{nndiary}: one file per message, one
17758 directory per group.
17759
17760 Before anything, there is one requirement to be able to run
17761 @code{nndiary} properly: you @emph{must} use the group timestamp feature
17762 of Gnus. This adds a timestamp to each group's parameters. @ref{Group
17763 Timestamp} to see how it's done.
17764
17765 @menu
17766 * Diary Messages:: What makes a message valid for nndiary.
17767 * Running NNDiary:: NNDiary has two modes of operation.
17768 * Customizing NNDiary:: Bells and whistles.
17769 @end menu
17770
17771 @node Diary Messages
17772 @subsubsection Diary Messages
17773 @cindex nndiary messages
17774 @cindex nndiary mails
17775
17776 @code{nndiary} messages are just normal ones, except for the mandatory
17777 presence of 7 special headers. These headers are of the form
17778 @code{X-Diary-<something>}, @code{<something>} being one of
17779 @code{Minute}, @code{Hour}, @code{Dom}, @code{Month}, @code{Year},
17780 @code{Time-Zone} and @code{Dow}. @code{Dom} means ``Day of Month'', and
17781 @code{dow} means ``Day of Week''. These headers actually behave like
17782 crontab specifications and define the event date(s):
17783
17784 @itemize @bullet
17785 @item
17786 For all headers except the @code{Time-Zone} one, a header value is
17787 either a star (meaning all possible values), or a list of fields
17788 (separated by a comma).
17789 @item
17790 A field is either an integer, or a range.
17791 @item
17792 A range is two integers separated by a dash.
17793 @item
17794 Possible integer values are 0--59 for @code{Minute}, 0--23 for
17795 @code{Hour}, 1--31 for @code{Dom}, 1--12 for @code{Month}, above 1971
17796 for @code{Year} and 0--6 for @code{Dow} (0 meaning Sunday).
17797 @item
17798 As a special case, a star in either @code{Dom} or @code{Dow} doesn't
17799 mean ``all possible values'', but ``use only the other field''. Note
17800 that if both are star'ed, the use of either one gives the same result.
17801 @item
17802 The @code{Time-Zone} header is special in that it can only have one
17803 value (@code{GMT}, for instance). A star doesn't mean ``all possible
17804 values'' (because it makes no sense), but ``the current local time
17805 zone''. Most of the time, you'll be using a star here. However, for a
17806 list of available time zone values, see the variable
17807 @code{nndiary-headers}.
17808 @end itemize
17809
17810 As a concrete example, here are the diary headers to add to your message
17811 for specifying ``Each Monday and each 1st of month, at 12:00, 20:00,
17812 21:00, 22:00, 23:00 and 24:00, from 1999 to 2010'' (I'll let you find
17813 what to do then):
17814
17815 @example
17816 X-Diary-Minute: 0
17817 X-Diary-Hour: 12, 20-24
17818 X-Diary-Dom: 1
17819 X-Diary-Month: *
17820 X-Diary-Year: 1999-2010
17821 X-Diary-Dow: 1
17822 X-Diary-Time-Zone: *
17823 @end example
17824
17825 @node Running NNDiary
17826 @subsubsection Running NNDiary
17827 @cindex running nndiary
17828 @cindex nndiary operation modes
17829
17830 @code{nndiary} has two modes of operation: ``traditional'' (the default)
17831 and ``autonomous''. In traditional mode, @code{nndiary} does not get new
17832 mail by itself. You have to move (@kbd{B m}) or copy (@kbd{B c}) mails
17833 from your primary mail back end to nndiary groups in order to handle them
17834 as diary messages. In autonomous mode, @code{nndiary} retrieves its own
17835 mail and handles it independently from your primary mail back end.
17836
17837 One should note that Gnus is not inherently designed to allow several
17838 ``master'' mail back ends at the same time. However, this does make
17839 sense with @code{nndiary}: you really want to send and receive diary
17840 messages to your diary groups directly. So, @code{nndiary} supports
17841 being sort of a ``second primary mail back end'' (to my knowledge, it is
17842 the only back end offering this feature). However, there is a limitation
17843 (which I hope to fix some day): respooling doesn't work in autonomous
17844 mode.
17845
17846 In order to use @code{nndiary} in autonomous mode, you have several
17847 things to do:
17848
17849 @itemize @bullet
17850 @item
17851 Allow @code{nndiary} to retrieve new mail by itself. Put the following
17852 line in your @file{~/.gnus.el} file:
17853
17854 @lisp
17855 (setq nndiary-get-new-mail t)
17856 @end lisp
17857 @item
17858 You must arrange for diary messages (those containing @code{X-Diary-*}
17859 headers) to be split in a private folder @emph{before} Gnus treat them.
17860 Again, this is needed because Gnus cannot (yet ?) properly handle
17861 multiple primary mail back ends. Getting those messages from a separate
17862 source will compensate this misfeature to some extent.
17863
17864 As an example, here's my procmailrc entry to store diary files in
17865 @file{~/.nndiary} (the default @code{nndiary} mail source file):
17866
17867 @example
17868 :0 HD :
17869 * ^X-Diary
17870 .nndiary
17871 @end example
17872 @end itemize
17873
17874 Once this is done, you might want to customize the following two options
17875 that affect the diary mail retrieval and splitting processes:
17876
17877 @defvar nndiary-mail-sources
17878 This is the diary-specific replacement for the standard
17879 @code{mail-sources} variable. It obeys the same syntax, and defaults to
17880 @code{(file :path "~/.nndiary")}.
17881 @end defvar
17882
17883 @defvar nndiary-split-methods
17884 This is the diary-specific replacement for the standard
17885 @code{nnmail-split-methods} variable. It obeys the same syntax.
17886 @end defvar
17887
17888 Finally, you may add a permanent @code{nndiary} virtual server
17889 (something like @code{(nndiary "diary")} should do) to your
17890 @code{gnus-secondary-select-methods}.
17891
17892 Hopefully, almost everything (see the TODO section in
17893 @file{nndiary.el}) will work as expected when you restart Gnus: in
17894 autonomous mode, typing @kbd{g} and @kbd{M-g} in the group buffer, will
17895 also get your new diary mails and split them according to your
17896 diary-specific rules, @kbd{F} will find your new diary groups etc.
17897
17898 @node Customizing NNDiary
17899 @subsubsection Customizing NNDiary
17900 @cindex customizing nndiary
17901 @cindex nndiary customization
17902
17903 Now that @code{nndiary} is up and running, it's time to customize it.
17904 The custom group is called @code{nndiary} (no, really ?!). You should
17905 browse it to figure out which options you'd like to tweak. The following
17906 two variables are probably the only ones you will want to change:
17907
17908 @defvar nndiary-reminders
17909 This is the list of times when you want to be reminded of your
17910 appointments (e.g., 3 weeks before, then 2 days before, then 1 hour
17911 before and that's it). Remember that ``being reminded'' means that the
17912 diary message will pop up as brand new and unread again when you get new
17913 mail.
17914 @end defvar
17915
17916 @defvar nndiary-week-starts-on-monday
17917 Rather self-explanatory. Otherwise, Sunday is assumed (this is the
17918 default).
17919 @end defvar
17920
17921
17922 @node The Gnus Diary Library
17923 @subsection The Gnus Diary Library
17924 @cindex gnus-diary
17925 @cindex the gnus diary library
17926
17927 Using @code{nndiary} manually (I mean, writing the headers by hand and
17928 so on) would be rather boring. Fortunately, there is a library called
17929 @code{gnus-diary} written on top of @code{nndiary}, that does many
17930 useful things for you.
17931
17932 In order to use it, add the following line to your @file{~/.gnus.el} file:
17933
17934 @lisp
17935 (require 'gnus-diary)
17936 @end lisp
17937
17938 Also, you shouldn't use any @code{gnus-user-format-function-[d|D]}
17939 (@pxref{Summary Buffer Lines}). @code{gnus-diary} provides both of these
17940 (sorry if you used them before).
17941
17942
17943 @menu
17944 * Diary Summary Line Format:: A nicer summary buffer line format.
17945 * Diary Articles Sorting:: A nicer way to sort messages.
17946 * Diary Headers Generation:: Not doing it manually.
17947 * Diary Group Parameters:: Not handling them manually.
17948 @end menu
17949
17950 @node Diary Summary Line Format
17951 @subsubsection Diary Summary Line Format
17952 @cindex diary summary buffer line
17953 @cindex diary summary line format
17954
17955 Displaying diary messages in standard summary line format (usually
17956 something like @samp{From Joe: Subject}) is pretty useless. Most of
17957 the time, you're the one who wrote the message, and you mostly want to
17958 see the event's date.
17959
17960 @code{gnus-diary} provides two supplemental user formats to be used in
17961 summary line formats. @code{D} corresponds to a formatted time string
17962 for the next occurrence of the event (e.g., ``Sat, Sep 22 01, 12:00''),
17963 while @code{d} corresponds to an approximate remaining time until the
17964 next occurrence of the event (e.g., ``in 6 months, 1 week'').
17965
17966 For example, here's how Joe's birthday is displayed in my
17967 @code{nndiary+diary:birthdays} summary buffer (note that the message is
17968 expirable, but will never be deleted, as it specifies a periodic event):
17969
17970 @example
17971 E Sat, Sep 22 01, 12:00: Joe's birthday (in 6 months, 1 week)
17972 @end example
17973
17974 In order to get something like the above, you would normally add the
17975 following line to your diary groups'parameters:
17976
17977 @lisp
17978 (gnus-summary-line-format "%U%R%z %uD: %(%s%) (%ud)\n")
17979 @end lisp
17980
17981 However, @code{gnus-diary} does it automatically (@pxref{Diary Group
17982 Parameters}). You can however customize the provided summary line format
17983 with the following user options:
17984
17985 @defvar gnus-diary-summary-line-format
17986 Defines the summary line format used for diary groups (@pxref{Summary
17987 Buffer Lines}). @code{gnus-diary} uses it to automatically update the
17988 diary groups'parameters.
17989 @end defvar
17990
17991 @defvar gnus-diary-time-format
17992 Defines the format to display dates in diary summary buffers. This is
17993 used by the @code{D} user format. See the docstring for details.
17994 @end defvar
17995
17996 @defvar gnus-diary-delay-format-function
17997 Defines the format function to use for displaying delays (remaining
17998 times) in diary summary buffers. This is used by the @code{d} user
17999 format. There are currently built-in functions for English and French;
18000 you can also define your own. See the docstring for details.
18001 @end defvar
18002
18003 @node Diary Articles Sorting
18004 @subsubsection Diary Articles Sorting
18005 @cindex diary articles sorting
18006 @cindex diary summary lines sorting
18007 @findex gnus-summary-sort-by-schedule
18008 @findex gnus-thread-sort-by-schedule
18009 @findex gnus-article-sort-by-schedule
18010
18011 @code{gnus-diary} provides new sorting functions (@pxref{Sorting the
18012 Summary Buffer} ) called @code{gnus-summary-sort-by-schedule},
18013 @code{gnus-thread-sort-by-schedule} and
18014 @code{gnus-article-sort-by-schedule}. These functions let you organize
18015 your diary summary buffers from the closest event to the farthest one.
18016
18017 @code{gnus-diary} automatically installs
18018 @code{gnus-summary-sort-by-schedule} as a menu item in the summary
18019 buffer's ``sort'' menu, and the two others as the primary (hence
18020 default) sorting functions in the group parameters (@pxref{Diary Group
18021 Parameters}).
18022
18023 @node Diary Headers Generation
18024 @subsubsection Diary Headers Generation
18025 @cindex diary headers generation
18026 @findex gnus-diary-check-message
18027
18028 @code{gnus-diary} provides a function called
18029 @code{gnus-diary-check-message} to help you handle the @code{X-Diary-*}
18030 headers. This function ensures that the current message contains all the
18031 required diary headers, and prompts you for values or corrections if
18032 needed.
18033
18034 This function is hooked into the @code{nndiary} back end, so that
18035 moving or copying an article to a diary group will trigger it
18036 automatically. It is also bound to @kbd{C-c C-f d} in
18037 @code{message-mode} and @code{article-edit-mode} in order to ease the
18038 process of converting a usual mail to a diary one.
18039
18040 This function takes a prefix argument which will force prompting of
18041 all diary headers, regardless of their presence or validity. That way,
18042 you can very easily reschedule an already valid diary message, for
18043 instance.
18044
18045 @node Diary Group Parameters
18046 @subsubsection Diary Group Parameters
18047 @cindex diary group parameters
18048
18049 When you create a new diary group, or visit one, @code{gnus-diary}
18050 automatically checks your group parameters and if needed, sets the
18051 summary line format to the diary-specific value, installs the
18052 diary-specific sorting functions, and also adds the different
18053 @code{X-Diary-*} headers to the group's posting-style. It is then easier
18054 to send a diary message, because if you use @kbd{C-u a} or @kbd{C-u m}
18055 on a diary group to prepare a message, these headers will be inserted
18056 automatically (although not filled with proper values yet).
18057
18058 @node Sending or Not Sending
18059 @subsection Sending or Not Sending
18060
18061 Well, assuming you've read all of the above, here are two final notes on
18062 mail sending with @code{nndiary}:
18063
18064 @itemize @bullet
18065 @item
18066 @code{nndiary} is a @emph{real} mail back end. You really send real diary
18067 messages for real. This means for instance that you can give
18068 appointments to anybody (provided they use Gnus and @code{nndiary}) by
18069 sending the diary message to them as well.
18070 @item
18071 However, since @code{nndiary} also has a @code{request-post} method, you
18072 can also use @kbd{C-u a} instead of @kbd{C-u m} on a diary group and the
18073 message won't actually be sent; just stored locally in the group. This
18074 comes in very handy for private appointments.
18075 @end itemize
18076
18077 @node Gnus Unplugged
18078 @section Gnus Unplugged
18079 @cindex offline
18080 @cindex unplugged
18081 @cindex agent
18082 @cindex Gnus agent
18083 @cindex Gnus unplugged
18084
18085 In olden times (ca. February '88), people used to run their newsreaders
18086 on big machines with permanent connections to the net. News transport
18087 was dealt with by news servers, and all the newsreaders had to do was to
18088 read news. Believe it or not.
18089
18090 Nowadays most people read news and mail at home, and use some sort of
18091 modem to connect to the net. To avoid running up huge phone bills, it
18092 would be nice to have a way to slurp down all the news and mail, hang up
18093 the phone, read for several hours, and then upload any responses you
18094 have to make. And then you repeat the procedure.
18095
18096 Of course, you can use news servers for doing this as well. I've used
18097 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
18098 for some years, but doing that's a bore. Moving the news server
18099 functionality up to the newsreader makes sense if you're the only person
18100 reading news on a machine.
18101
18102 Setting up Gnus as an ``offline'' newsreader is quite simple. In
18103 fact, you don't have to configure anything as the agent is now enabled
18104 by default (@pxref{Agent Variables, gnus-agent}).
18105
18106 Of course, to use it as such, you have to learn a few new commands.
18107
18108 @menu
18109 * Agent Basics:: How it all is supposed to work.
18110 * Agent Categories:: How to tell the Gnus Agent what to download.
18111 * Agent Commands:: New commands for all the buffers.
18112 * Agent Visuals:: Ways that the agent may effect your summary buffer.
18113 * Agent as Cache:: The Agent is a big cache too.
18114 * Agent Expiry:: How to make old articles go away.
18115 * Agent Regeneration:: How to recover from lost connections and other accidents.
18116 * Agent and flags:: How the Agent maintains flags.
18117 * Agent and IMAP:: How to use the Agent with @acronym{IMAP}.
18118 * Outgoing Messages:: What happens when you post/mail something?
18119 * Agent Variables:: Customizing is fun.
18120 * Example Setup:: An example @file{~/.gnus.el} file for offline people.
18121 * Batching Agents:: How to fetch news from a @code{cron} job.
18122 * Agent Caveats:: What you think it'll do and what it does.
18123 @end menu
18124
18125
18126 @node Agent Basics
18127 @subsection Agent Basics
18128
18129 First, let's get some terminology out of the way.
18130
18131 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
18132 connection to the net (and notified the Agent that this is the case).
18133 When the connection to the net is up again (and Gnus knows this), the
18134 Agent is @dfn{plugged}.
18135
18136 The @dfn{local} machine is the one you're running on, and which isn't
18137 connected to the net continuously.
18138
18139 @dfn{Downloading} means fetching things from the net to your local
18140 machine. @dfn{Uploading} is doing the opposite.
18141
18142 You know that Gnus gives you all the opportunity you'd ever want for
18143 shooting yourself in the foot. Some people call it flexibility. Gnus
18144 is also customizable to a great extent, which means that the user has a
18145 say on how Gnus behaves. Other newsreaders might unconditionally shoot
18146 you in your foot, but with Gnus, you have a choice!
18147
18148 Gnus is never really in plugged or unplugged state. Rather, it applies
18149 that state to each server individually. This means that some servers
18150 can be plugged while others can be unplugged. Additionally, some
18151 servers can be ignored by the Agent altogether (which means that
18152 they're kinda like plugged always).
18153
18154 So when you unplug the Agent and then wonder why is Gnus opening a
18155 connection to the Net, the next step to do is to look whether all
18156 servers are agentized. If there is an unagentized server, you found
18157 the culprit.
18158
18159 Another thing is the @dfn{offline} state. Sometimes, servers aren't
18160 reachable. When Gnus notices this, it asks you whether you want the
18161 server to be switched to offline state. If you say yes, then the
18162 server will behave somewhat as if it was unplugged, except that Gnus
18163 will ask you whether you want to switch it back online again.
18164
18165 Let's take a typical Gnus session using the Agent.
18166
18167 @itemize @bullet
18168
18169 @item
18170 @findex gnus-unplugged
18171 You start Gnus with @code{gnus-unplugged}. This brings up the Gnus
18172 Agent in a disconnected state. You can read all the news that you have
18173 already fetched while in this mode.
18174
18175 @item
18176 You then decide to see whether any new news has arrived. You connect
18177 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
18178 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
18179 as usual. To check for new mail in unplugged mode (@pxref{Mail
18180 Source Specifiers}).
18181
18182 @item
18183 You can then read the new news immediately, or you can download the
18184 news onto your local machine. If you want to do the latter, you press
18185 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
18186 all the eligible articles in all the groups. (To let Gnus know which
18187 articles you want to download, @pxref{Agent Categories}).
18188
18189 @item
18190 After fetching the articles, you press @kbd{J j} to make Gnus become
18191 unplugged again, and you shut down the PPP thing (or whatever). And
18192 then you read the news offline.
18193
18194 @item
18195 And then you go to step 2.
18196 @end itemize
18197
18198 Here are some things you should do the first time (or so) that you use
18199 the Agent.
18200
18201 @itemize @bullet
18202
18203 @item
18204 Decide which servers should be covered by the Agent. If you have a mail
18205 back end, it would probably be nonsensical to have it covered by the
18206 Agent. Go to the server buffer (@kbd{^} in the group buffer) and press
18207 @kbd{J a} on the server (or servers) that you wish to have covered by the
18208 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
18209 added servers you do not wish to have covered by the Agent. By default,
18210 no servers are agentized.
18211
18212 @item
18213 Decide on download policy. It's fairly simple once you decide whether
18214 you are going to use agent categories, topic parameters, and/or group
18215 parameters to implement your policy. If you're new to gnus, it
18216 is probably best to start with a category, @xref{Agent Categories}.
18217
18218 Both topic parameters (@pxref{Topic Parameters}) and agent categories
18219 (@pxref{Agent Categories}) provide for setting a policy that applies
18220 to multiple groups. Which you use is entirely up to you. Topic
18221 parameters do override categories so, if you mix the two, you'll have
18222 to take that into account. If you have a few groups that deviate from
18223 your policy, you can use group parameters (@pxref{Group Parameters}) to
18224 configure them.
18225
18226 @item
18227 Uhm@dots{} that's it.
18228 @end itemize
18229
18230
18231 @node Agent Categories
18232 @subsection Agent Categories
18233
18234 One of the main reasons to integrate the news transport layer into the
18235 newsreader is to allow greater control over what articles to download.
18236 There's not much point in downloading huge amounts of articles, just to
18237 find out that you're not interested in reading any of them. It's better
18238 to be somewhat more conservative in choosing what to download, and then
18239 mark the articles for downloading manually if it should turn out that
18240 you're interested in the articles anyway.
18241
18242 One of the more effective methods for controlling what is to be
18243 downloaded is to create a @dfn{category} and then assign some (or all)
18244 groups to this category. Groups that do not belong in any other
18245 category belong to the @code{default} category. Gnus has its own
18246 buffer for creating and managing categories.
18247
18248 If you prefer, you can also use group parameters (@pxref{Group
18249 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
18250 alternative approach to controlling the agent. The only real
18251 difference is that categories are specific to the agent (so there is
18252 less to learn) while group and topic parameters include the kitchen
18253 sink.
18254
18255 Since you can set agent parameters in several different places we have
18256 a rule to decide which source to believe. This rule specifies that
18257 the parameter sources are checked in the following order: group
18258 parameters, topic parameters, agent category, and finally customizable
18259 variables. So you can mix all of these sources to produce a wide range
18260 of behavior, just don't blame me if you don't remember where you put
18261 your settings.
18262
18263 @menu
18264 * Category Syntax:: What a category looks like.
18265 * Category Buffer:: A buffer for maintaining categories.
18266 * Category Variables:: Customize'r'Us.
18267 @end menu
18268
18269
18270 @node Category Syntax
18271 @subsubsection Category Syntax
18272
18273 A category consists of a name, the list of groups belonging to the
18274 category, and a number of optional parameters that override the
18275 customizable variables. The complete list of agent parameters are
18276 listed below.
18277
18278 @cindex Agent Parameters
18279 @table @code
18280 @item agent-groups
18281 The list of groups that are in this category.
18282
18283 @item agent-predicate
18284 A predicate which (generally) gives a rough outline of which articles
18285 are eligible for downloading; and
18286
18287 @item agent-score
18288 a score rule which (generally) gives you a finer granularity when
18289 deciding what articles to download. (Note that this @dfn{download
18290 score} is not necessarily related to normal scores.)
18291
18292 @item agent-enable-expiration
18293 a boolean indicating whether the agent should expire old articles in
18294 this group. Most groups should be expired to conserve disk space. In
18295 fact, its probably safe to say that the gnus.* hierarchy contains the
18296 only groups that should not be expired.
18297
18298 @item agent-days-until-old
18299 an integer indicating the number of days that the agent should wait
18300 before deciding that a read article is safe to expire.
18301
18302 @item agent-low-score
18303 an integer that overrides the value of @code{gnus-agent-low-score}.
18304
18305 @item agent-high-score
18306 an integer that overrides the value of @code{gnus-agent-high-score}.
18307
18308 @item agent-short-article
18309 an integer that overrides the value of
18310 @code{gnus-agent-short-article}.
18311
18312 @item agent-long-article
18313 an integer that overrides the value of @code{gnus-agent-long-article}.
18314
18315 @item agent-enable-undownloaded-faces
18316 a symbol indicating whether the summary buffer should display
18317 undownloaded articles using the @code{gnus-summary-*-undownloaded-face}
18318 faces. Any symbol other than @code{nil} will enable the use of
18319 undownloaded faces.
18320 @end table
18321
18322 The name of a category can not be changed once the category has been
18323 created.
18324
18325 Each category maintains a list of groups that are exclusive members of
18326 that category. The exclusivity rule is automatically enforced, add a
18327 group to a new category and it is automatically removed from its old
18328 category.
18329
18330 A predicate in its simplest form can be a single predicate such as
18331 @code{true} or @code{false}. These two will download every available
18332 article or nothing respectively. In the case of these two special
18333 predicates an additional score rule is superfluous.
18334
18335 Predicates of @code{high} or @code{low} download articles in respect of
18336 their scores in relationship to @code{gnus-agent-high-score} and
18337 @code{gnus-agent-low-score} as described below.
18338
18339 To gain even finer control of what is to be regarded eligible for
18340 download a predicate can consist of a number of predicates with logical
18341 operators sprinkled in between.
18342
18343 Perhaps some examples are in order.
18344
18345 Here's a simple predicate. (It's the default predicate, in fact, used
18346 for all groups that don't belong to any other category.)
18347
18348 @lisp
18349 short
18350 @end lisp
18351
18352 Quite simple, eh? This predicate is true if and only if the article is
18353 short (for some value of ``short'').
18354
18355 Here's a more complex predicate:
18356
18357 @lisp
18358 (or high
18359 (and
18360 (not low)
18361 (not long)))
18362 @end lisp
18363
18364 This means that an article should be downloaded if it has a high score,
18365 or if the score is not low and the article is not long. You get the
18366 drift.
18367
18368 The available logical operators are @code{or}, @code{and} and
18369 @code{not}. (If you prefer, you can use the more ``C''-ish operators
18370 @samp{|}, @code{&} and @code{!} instead.)
18371
18372 The following predicates are pre-defined, but if none of these fit what
18373 you want to do, you can write your own.
18374
18375 When evaluating each of these predicates, the named constant will be
18376 bound to the value determined by calling
18377 @code{gnus-agent-find-parameter} on the appropriate parameter. For
18378 example, gnus-agent-short-article will be bound to
18379 @code{(gnus-agent-find-parameter group 'agent-short-article)}. This
18380 means that you can specify a predicate in your category then tune that
18381 predicate to individual groups.
18382
18383 @table @code
18384 @item short
18385 True if the article is shorter than @code{gnus-agent-short-article}
18386 lines; default 100.
18387
18388 @item long
18389 True if the article is longer than @code{gnus-agent-long-article}
18390 lines; default 200.
18391
18392 @item low
18393 True if the article has a download score less than
18394 @code{gnus-agent-low-score}; default 0.
18395
18396 @item high
18397 True if the article has a download score greater than
18398 @code{gnus-agent-high-score}; default 0.
18399
18400 @item spam
18401 True if the Gnus Agent guesses that the article is spam. The
18402 heuristics may change over time, but at present it just computes a
18403 checksum and sees whether articles match.
18404
18405 @item true
18406 Always true.
18407
18408 @item false
18409 Always false.
18410 @end table
18411
18412 If you want to create your own predicate function, here's what you have
18413 to know: The functions are called with no parameters, but the
18414 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
18415 useful values.
18416
18417 For example, you could decide that you don't want to download articles
18418 that were posted more than a certain number of days ago (e.g., posted
18419 more than @code{gnus-agent-expire-days} ago) you might write a function
18420 something along the lines of the following:
18421
18422 @lisp
18423 (defun my-article-old-p ()
18424 "Say whether an article is old."
18425 (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
18426 (- (time-to-days (current-time)) gnus-agent-expire-days)))
18427 @end lisp
18428
18429 with the predicate then defined as:
18430
18431 @lisp
18432 (not my-article-old-p)
18433 @end lisp
18434
18435 or you could append your predicate to the predefined
18436 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
18437 wherever.
18438
18439 @lisp
18440 (require 'gnus-agent)
18441 (setq gnus-category-predicate-alist
18442 (append gnus-category-predicate-alist
18443 '((old . my-article-old-p))))
18444 @end lisp
18445
18446 and simply specify your predicate as:
18447
18448 @lisp
18449 (not old)
18450 @end lisp
18451
18452 If/when using something like the above, be aware that there are many
18453 misconfigured systems/mailers out there and so an article's date is not
18454 always a reliable indication of when it was posted. Hell, some people
18455 just don't give a damn.
18456
18457 The above predicates apply to @emph{all} the groups which belong to the
18458 category. However, if you wish to have a specific predicate for an
18459 individual group within a category, or you're just too lazy to set up a
18460 new category, you can enter a group's individual predicate in its group
18461 parameters like so:
18462
18463 @lisp
18464 (agent-predicate . short)
18465 @end lisp
18466
18467 This is the group/topic parameter equivalent of the agent category default.
18468 Note that when specifying a single word predicate like this, the
18469 @code{agent-predicate} specification must be in dotted pair notation.
18470
18471 The equivalent of the longer example from above would be:
18472
18473 @lisp
18474 (agent-predicate or high (and (not low) (not long)))
18475 @end lisp
18476
18477 The outer parenthesis required in the category specification are not
18478 entered here as, not being in dotted pair notation, the value of the
18479 predicate is assumed to be a list.
18480
18481
18482 Now, the syntax of the download score is the same as the syntax of
18483 normal score files, except that all elements that require actually
18484 seeing the article itself are verboten. This means that only the
18485 following headers can be scored on: @code{Subject}, @code{From},
18486 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
18487 @code{Lines}, and @code{Xref}.
18488
18489 As with predicates, the specification of the @code{download score rule}
18490 to use in respect of a group can be in either the category definition if
18491 it's to be applicable to all groups in therein, or a group's parameters
18492 if it's to be specific to that group.
18493
18494 In both of these places the @code{download score rule} can take one of
18495 three forms:
18496
18497 @enumerate
18498 @item
18499 Score rule
18500
18501 This has the same syntax as a normal Gnus score file except only a
18502 subset of scoring keywords are available as mentioned above.
18503
18504 example:
18505
18506 @itemize @bullet
18507 @item
18508 Category specification
18509
18510 @lisp
18511 (("from"
18512 ("Lars Ingebrigtsen" 1000000 nil s))
18513 ("lines"
18514 (500 -100 nil <)))
18515 @end lisp
18516
18517 @item
18518 Group/Topic Parameter specification
18519
18520 @lisp
18521 (agent-score ("from"
18522 ("Lars Ingebrigtsen" 1000000 nil s))
18523 ("lines"
18524 (500 -100 nil <)))
18525 @end lisp
18526
18527 Again, note the omission of the outermost parenthesis here.
18528 @end itemize
18529
18530 @item
18531 Agent score file
18532
18533 These score files must @emph{only} contain the permitted scoring
18534 keywords stated above.
18535
18536 example:
18537
18538 @itemize @bullet
18539 @item
18540 Category specification
18541
18542 @lisp
18543 ("~/News/agent.SCORE")
18544 @end lisp
18545
18546 or perhaps
18547
18548 @lisp
18549 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
18550 @end lisp
18551
18552 @item
18553 Group Parameter specification
18554
18555 @lisp
18556 (agent-score "~/News/agent.SCORE")
18557 @end lisp
18558
18559 Additional score files can be specified as above. Need I say anything
18560 about parenthesis?
18561 @end itemize
18562
18563 @item
18564 Use @code{normal} score files
18565
18566 If you don't want to maintain two sets of scoring rules for a group, and
18567 your desired @code{downloading} criteria for a group are the same as your
18568 @code{reading} criteria then you can tell the agent to refer to your
18569 @code{normal} score files when deciding what to download.
18570
18571 These directives in either the category definition or a group's
18572 parameters will cause the agent to read in all the applicable score
18573 files for a group, @emph{filtering out} those sections that do not
18574 relate to one of the permitted subset of scoring keywords.
18575
18576 @itemize @bullet
18577 @item
18578 Category Specification
18579
18580 @lisp
18581 file
18582 @end lisp
18583
18584 @item
18585 Group Parameter specification
18586
18587 @lisp
18588 (agent-score . file)
18589 @end lisp
18590 @end itemize
18591 @end enumerate
18592
18593 @node Category Buffer
18594 @subsubsection Category Buffer
18595
18596 You'd normally do all category maintenance from the category buffer.
18597 When you enter it for the first time (with the @kbd{J c} command from
18598 the group buffer), you'll only see the @code{default} category.
18599
18600 The following commands are available in this buffer:
18601
18602 @table @kbd
18603 @item q
18604 @kindex q (Category)
18605 @findex gnus-category-exit
18606 Return to the group buffer (@code{gnus-category-exit}).
18607
18608 @item e
18609 @kindex e (Category)
18610 @findex gnus-category-customize-category
18611 Use a customization buffer to set all of the selected category's
18612 parameters at one time (@code{gnus-category-customize-category}).
18613
18614 @item k
18615 @kindex k (Category)
18616 @findex gnus-category-kill
18617 Kill the current category (@code{gnus-category-kill}).
18618
18619 @item c
18620 @kindex c (Category)
18621 @findex gnus-category-copy
18622 Copy the current category (@code{gnus-category-copy}).
18623
18624 @item a
18625 @kindex a (Category)
18626 @findex gnus-category-add
18627 Add a new category (@code{gnus-category-add}).
18628
18629 @item p
18630 @kindex p (Category)
18631 @findex gnus-category-edit-predicate
18632 Edit the predicate of the current category
18633 (@code{gnus-category-edit-predicate}).
18634
18635 @item g
18636 @kindex g (Category)
18637 @findex gnus-category-edit-groups
18638 Edit the list of groups belonging to the current category
18639 (@code{gnus-category-edit-groups}).
18640
18641 @item s
18642 @kindex s (Category)
18643 @findex gnus-category-edit-score
18644 Edit the download score rule of the current category
18645 (@code{gnus-category-edit-score}).
18646
18647 @item l
18648 @kindex l (Category)
18649 @findex gnus-category-list
18650 List all the categories (@code{gnus-category-list}).
18651 @end table
18652
18653
18654 @node Category Variables
18655 @subsubsection Category Variables
18656
18657 @table @code
18658 @item gnus-category-mode-hook
18659 @vindex gnus-category-mode-hook
18660 Hook run in category buffers.
18661
18662 @item gnus-category-line-format
18663 @vindex gnus-category-line-format
18664 Format of the lines in the category buffer (@pxref{Formatting
18665 Variables}). Valid elements are:
18666
18667 @table @samp
18668 @item c
18669 The name of the category.
18670
18671 @item g
18672 The number of groups in the category.
18673 @end table
18674
18675 @item gnus-category-mode-line-format
18676 @vindex gnus-category-mode-line-format
18677 Format of the category mode line (@pxref{Mode Line Formatting}).
18678
18679 @item gnus-agent-short-article
18680 @vindex gnus-agent-short-article
18681 Articles that have fewer lines than this are short. Default 100.
18682
18683 @item gnus-agent-long-article
18684 @vindex gnus-agent-long-article
18685 Articles that have more lines than this are long. Default 200.
18686
18687 @item gnus-agent-low-score
18688 @vindex gnus-agent-low-score
18689 Articles that have a score lower than this have a low score. Default
18690 0.
18691
18692 @item gnus-agent-high-score
18693 @vindex gnus-agent-high-score
18694 Articles that have a score higher than this have a high score. Default
18695 0.
18696
18697 @item gnus-agent-expire-days
18698 @vindex gnus-agent-expire-days
18699 The number of days that a @samp{read} article must stay in the agent's
18700 local disk before becoming eligible for expiration (While the name is
18701 the same, this doesn't mean expiring the article on the server. It
18702 just means deleting the local copy of the article). What is also
18703 important to understand is that the counter starts with the time the
18704 article was written to the local disk and not the time the article was
18705 read.
18706 Default 7.
18707
18708 @item gnus-agent-enable-expiration
18709 @vindex gnus-agent-enable-expiration
18710 Determines whether articles in a group are, by default, expired or
18711 retained indefinitely. The default is @code{ENABLE} which means that
18712 you'll have to disable expiration when desired. On the other hand,
18713 you could set this to @code{DISABLE}. In that case, you would then
18714 have to enable expiration in selected groups.
18715
18716 @end table
18717
18718
18719 @node Agent Commands
18720 @subsection Agent Commands
18721 @findex gnus-agent-toggle-plugged
18722 @kindex J j (Agent)
18723
18724 All the Gnus Agent commands are on the @kbd{J} submap. The @kbd{J j}
18725 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18726 toggles the plugged/unplugged state of the Gnus Agent.
18727
18728
18729 @menu
18730 * Group Agent Commands:: Configure groups and fetch their contents.
18731 * Summary Agent Commands:: Manually select then fetch specific articles.
18732 * Server Agent Commands:: Select the servers that are supported by the agent.
18733 @end menu
18734
18735
18736
18737
18738 @node Group Agent Commands
18739 @subsubsection Group Agent Commands
18740
18741 @table @kbd
18742 @item J u
18743 @kindex J u (Agent Group)
18744 @findex gnus-agent-fetch-groups
18745 Fetch all eligible articles in the current group
18746 (@code{gnus-agent-fetch-groups}).
18747
18748 @item J c
18749 @kindex J c (Agent Group)
18750 @findex gnus-enter-category-buffer
18751 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18752
18753 @item J s
18754 @kindex J s (Agent Group)
18755 @findex gnus-agent-fetch-session
18756 Fetch all eligible articles in all groups
18757 (@code{gnus-agent-fetch-session}).
18758
18759 @item J S
18760 @kindex J S (Agent Group)
18761 @findex gnus-group-send-queue
18762 Send all sendable messages in the queue group
18763 (@code{gnus-group-send-queue}). @xref{Drafts}.
18764
18765 @item J a
18766 @kindex J a (Agent Group)
18767 @findex gnus-agent-add-group
18768 Add the current group to an Agent category
18769 (@code{gnus-agent-add-group}). This command understands the
18770 process/prefix convention (@pxref{Process/Prefix}).
18771
18772 @item J r
18773 @kindex J r (Agent Group)
18774 @findex gnus-agent-remove-group
18775 Remove the current group from its category, if any
18776 (@code{gnus-agent-remove-group}). This command understands the
18777 process/prefix convention (@pxref{Process/Prefix}).
18778
18779 @item J Y
18780 @kindex J Y (Agent Group)
18781 @findex gnus-agent-synchronize-flags
18782 Synchronize flags changed while unplugged with remote server, if any.
18783
18784
18785 @end table
18786
18787
18788 @node Summary Agent Commands
18789 @subsubsection Summary Agent Commands
18790
18791 @table @kbd
18792 @item J #
18793 @kindex J # (Agent Summary)
18794 @findex gnus-agent-mark-article
18795 Mark the article for downloading (@code{gnus-agent-mark-article}).
18796
18797 @item J M-#
18798 @kindex J M-# (Agent Summary)
18799 @findex gnus-agent-unmark-article
18800 Remove the downloading mark from the article
18801 (@code{gnus-agent-unmark-article}).
18802
18803 @cindex %
18804 @item @@
18805 @kindex @@ (Agent Summary)
18806 @findex gnus-agent-toggle-mark
18807 Toggle whether to download the article
18808 (@code{gnus-agent-toggle-mark}). The download mark is @samp{%} by
18809 default.
18810
18811 @item J c
18812 @kindex J c (Agent Summary)
18813 @findex gnus-agent-catchup
18814 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18815
18816 @item J S
18817 @kindex J S (Agent Summary)
18818 @findex gnus-agent-fetch-group
18819 Download all eligible (@pxref{Agent Categories}) articles in this group.
18820 (@code{gnus-agent-fetch-group}).
18821
18822 @item J s
18823 @kindex J s (Agent Summary)
18824 @findex gnus-agent-summary-fetch-series
18825 Download all processable articles in this group.
18826 (@code{gnus-agent-summary-fetch-series}).
18827
18828 @item J u
18829 @kindex J u (Agent Summary)
18830 @findex gnus-agent-summary-fetch-group
18831 Download all downloadable articles in the current group
18832 (@code{gnus-agent-summary-fetch-group}).
18833
18834 @end table
18835
18836
18837 @node Server Agent Commands
18838 @subsubsection Server Agent Commands
18839
18840 @table @kbd
18841 @item J a
18842 @kindex J a (Agent Server)
18843 @findex gnus-agent-add-server
18844 Add the current server to the list of servers covered by the Gnus Agent
18845 (@code{gnus-agent-add-server}).
18846
18847 @item J r
18848 @kindex J r (Agent Server)
18849 @findex gnus-agent-remove-server
18850 Remove the current server from the list of servers covered by the Gnus
18851 Agent (@code{gnus-agent-remove-server}).
18852
18853 @end table
18854
18855
18856 @node Agent Visuals
18857 @subsection Agent Visuals
18858
18859 If you open a summary while unplugged and, Gnus knows from the group's
18860 active range that there are more articles than the headers currently
18861 stored in the Agent, you may see some articles whose subject looks
18862 something like @samp{[Undownloaded article #####]}. These are
18863 placeholders for the missing headers. Aside from setting a mark,
18864 there is not much that can be done with one of these placeholders.
18865 When Gnus finally gets a chance to fetch the group's headers, the
18866 placeholders will automatically be replaced by the actual headers.
18867 You can configure the summary buffer's maneuvering to skip over the
18868 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18869
18870 While it may be obvious to all, the only headers and articles
18871 available while unplugged are those headers and articles that were
18872 fetched into the Agent while previously plugged. To put it another
18873 way, ``If you forget to fetch something while plugged, you might have a
18874 less than satisfying unplugged session''. For this reason, the Agent
18875 adds two visual effects to your summary buffer. These effects display
18876 the download status of each article so that you always know which
18877 articles will be available when unplugged.
18878
18879 The first visual effect is the @samp{%O} spec. If you customize
18880 @code{gnus-summary-line-format} to include this specifier, you will add
18881 a single character field that indicates an article's download status.
18882 Articles that have been fetched into either the Agent or the Cache,
18883 will display @code{gnus-downloaded-mark} (defaults to @samp{+}). All
18884 other articles will display @code{gnus-undownloaded-mark} (defaults to
18885 @samp{-}). If you open a group that has not been agentized, a space
18886 (@samp{ }) will be displayed.
18887
18888 The second visual effect are the undownloaded faces. The faces, there
18889 are three indicating the article's score (low, normal, high), seem to
18890 result in a love/hate response from many Gnus users. The problem is
18891 that the face selection is controlled by a list of condition tests and
18892 face names (See @code{gnus-summary-highlight}). Each condition is
18893 tested in the order in which it appears in the list so early
18894 conditions have precedence over later conditions. All of this means
18895 that, if you tick an undownloaded article, the article will continue
18896 to be displayed in the undownloaded face rather than the ticked face.
18897
18898 If you use the Agent as a cache (to avoid downloading the same article
18899 each time you visit it or to minimize your connection time), the
18900 undownloaded face will probably seem like a good idea. The reason
18901 being that you do all of our work (marking, reading, deleting) with
18902 downloaded articles so the normal faces always appear. For those
18903 users using the agent to improve online performance by caching the NOV
18904 database (most users since 5.10.2), the undownloaded faces may appear
18905 to be an absolutely horrible idea. The issue being that, since none
18906 of their articles have been fetched into the Agent, all of the
18907 normal faces will be obscured by the undownloaded faces.
18908
18909 If you would like to use the undownloaded faces, you must enable the
18910 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18911 group parameter to @code{t}. This parameter, like all other agent
18912 parameters, may be set on an Agent Category (@pxref{Agent Categories}),
18913 a Group Topic (@pxref{Topic Parameters}), or an individual group
18914 (@pxref{Group Parameters}).
18915
18916 The one problem common to all users using the agent is how quickly it
18917 can consume disk space. If you using the agent on many groups, it is
18918 even more difficult to effectively recover disk space. One solution
18919 is the @samp{%F} format available in @code{gnus-group-line-format}.
18920 This format will display the actual disk space used by articles
18921 fetched into both the agent and cache. By knowing which groups use
18922 the most space, users know where to focus their efforts when ``agent
18923 expiring'' articles.
18924
18925 @node Agent as Cache
18926 @subsection Agent as Cache
18927
18928 When Gnus is plugged, it is not efficient to download headers or
18929 articles from the server again, if they are already stored in the
18930 Agent. So, Gnus normally only downloads headers once, and stores them
18931 in the Agent. These headers are later used when generating the summary
18932 buffer, regardless of whether you are plugged or unplugged. Articles
18933 are not cached in the Agent by default though (that would potentially
18934 consume lots of disk space), but if you have already downloaded an
18935 article into the Agent, Gnus will not download the article from the
18936 server again but use the locally stored copy instead.
18937
18938 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18939 @pxref{Agent Variables}) to always download headers and articles while
18940 plugged. Gnus will almost certainly be slower, but it will be kept
18941 synchronized with the server. That last point probably won't make any
18942 sense if you are using a nntp or nnimap back end.
18943
18944 @node Agent Expiry
18945 @subsection Agent Expiry
18946
18947 @vindex gnus-agent-expire-days
18948 @findex gnus-agent-expire
18949 @kindex M-x gnus-agent-expire
18950 @kindex M-x gnus-agent-expire-group
18951 @findex gnus-agent-expire-group
18952 @cindex agent expiry
18953 @cindex Gnus agent expiry
18954 @cindex expiry, in Gnus agent
18955
18956 The Agent back end, @code{nnagent}, doesn't handle expiry. Well, at
18957 least it doesn't handle it like other back ends. Instead, there are
18958 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18959 commands that will expire all read articles that are older than
18960 @code{gnus-agent-expire-days} days. They can be run whenever you feel
18961 that you're running out of space. Neither are particularly fast or
18962 efficient, and it's not a particularly good idea to interrupt them (with
18963 @kbd{C-g} or anything else) once you've started one of them.
18964
18965 Note that other functions might run @code{gnus-agent-expire} for you
18966 to keep the agent synchronized with the group.
18967
18968 The agent parameter @code{agent-enable-expiration} may be used to
18969 prevent expiration in selected groups.
18970
18971 @vindex gnus-agent-expire-all
18972 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18973 expiration commands will expire all articles---unread, read, ticked
18974 and dormant. If @code{nil} (which is the default), only read articles
18975 are eligible for expiry, and unread, ticked and dormant articles will
18976 be kept indefinitely.
18977
18978 If you find that some articles eligible for expiry are never expired,
18979 perhaps some Gnus Agent files are corrupted. There's are special
18980 commands, @code{gnus-agent-regenerate} and
18981 @code{gnus-agent-regenerate-group}, to fix possible problems.
18982
18983 @node Agent Regeneration
18984 @subsection Agent Regeneration
18985
18986 @cindex agent regeneration
18987 @cindex Gnus agent regeneration
18988 @cindex regeneration
18989
18990 The local data structures used by @code{nnagent} may become corrupted
18991 due to certain exceptional conditions. When this happens,
18992 @code{nnagent} functionality may degrade or even fail. The solution
18993 to this problem is to repair the local data structures by removing all
18994 internal inconsistencies.
18995
18996 For example, if your connection to your server is lost while
18997 downloaded articles into the agent, the local data structures will not
18998 know about articles successfully downloaded prior to the connection
18999 failure. Running @code{gnus-agent-regenerate} or
19000 @code{gnus-agent-regenerate-group} will update the data structures
19001 such that you don't need to download these articles a second time.
19002
19003 @findex gnus-agent-regenerate
19004 @kindex M-x gnus-agent-regenerate
19005 The command @code{gnus-agent-regenerate} will perform
19006 @code{gnus-agent-regenerate-group} on every agentized group. While
19007 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
19008 recommended that you first close all summary buffers.
19009
19010 @findex gnus-agent-regenerate-group
19011 @kindex M-x gnus-agent-regenerate-group
19012 The command @code{gnus-agent-regenerate-group} uses the local copies
19013 of individual articles to repair the local @acronym{NOV}(header) database. It
19014 then updates the internal data structures that document which articles
19015 are stored locally. An optional argument will mark articles in the
19016 agent as unread.
19017
19018 @node Agent and flags
19019 @subsection Agent and flags
19020
19021 The Agent works with any Gnus back end including those, such as
19022 nnimap, that store flags (read, ticked, etc) on the server. Sadly,
19023 the Agent does not actually know which backends keep their flags in
19024 the backend server rather than in @file{.newsrc}. This means that the
19025 Agent, while unplugged or disconnected, will always record all changes
19026 to the flags in its own files.
19027
19028 When you plug back in, Gnus will then check to see if you have any
19029 changed any flags and ask if you wish to synchronize these with the
19030 server. This behavior is customizable by @code{gnus-agent-synchronize-flags}.
19031
19032 @vindex gnus-agent-synchronize-flags
19033 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
19034 never automatically synchronize flags. If it is @code{ask}, which is
19035 the default, the Agent will check if you made any changes and if so
19036 ask if you wish to synchronize these when you re-connect. If it has
19037 any other value, all flags will be synchronized automatically.
19038
19039 If you do not wish to synchronize flags automatically when you
19040 re-connect, you can do it manually with the
19041 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
19042 in the group buffer.
19043
19044 Technical note: the synchronization algorithm does not work by ``pushing''
19045 all local flags to the server, but rather by incrementally updated the
19046 server view of flags by changing only those flags that were changed by
19047 the user. Thus, if you set one flag on an article, quit the group then
19048 re-select the group and remove the flag; the flag will be set and
19049 removed from the server when you ``synchronize''. The queued flag
19050 operations can be found in the per-server @code{flags} file in the Agent
19051 directory. It's emptied when you synchronize flags.
19052
19053 @node Agent and IMAP
19054 @subsection Agent and IMAP
19055
19056 The Agent works with any Gnus back end, including nnimap. However,
19057 since there are some conceptual differences between @acronym{NNTP} and
19058 @acronym{IMAP}, this section (should) provide you with some information to
19059 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
19060
19061 Some things are currently not implemented in the Agent that you'd might
19062 expect from a disconnected @acronym{IMAP} client, including:
19063
19064 @itemize @bullet
19065
19066 @item
19067 Copying/moving articles into nnimap groups when unplugged.
19068
19069 @item
19070 Creating/deleting nnimap groups when unplugged.
19071
19072 @end itemize
19073
19074 @node Outgoing Messages
19075 @subsection Outgoing Messages
19076
19077 By default, when Gnus is unplugged, all outgoing messages (both mail
19078 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
19079 You can view them there after posting, and edit them at will.
19080
19081 You can control the circumstances under which outgoing mail is queued
19082 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}). Outgoing
19083 news is always queued when Gnus is unplugged, and never otherwise.
19084
19085 You can send the messages either from the draft group with the special
19086 commands available there, or you can use the @kbd{J S} command in the
19087 group buffer to send all the sendable messages in the draft group.
19088 Posting news will only work when Gnus is plugged, but you can send
19089 mail at any time.
19090
19091 If sending mail while unplugged does not work for you and you worry
19092 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
19093 ask you to confirm your action (see
19094 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
19095
19096 @node Agent Variables
19097 @subsection Agent Variables
19098
19099 @table @code
19100 @item gnus-agent
19101 @vindex gnus-agent
19102 Is the agent enabled? The default is @code{t}. When first enabled,
19103 the agent will use @code{gnus-agent-auto-agentize-methods} to
19104 automatically mark some back ends as agentized. You may change which
19105 back ends are agentized using the agent commands in the server buffer.
19106
19107 To enter the server buffer, use the @kbd{^}
19108 (@code{gnus-group-enter-server-mode}) command in the group buffer.
19109
19110
19111 @item gnus-agent-directory
19112 @vindex gnus-agent-directory
19113 Where the Gnus Agent will store its files. The default is
19114 @file{~/News/agent/}.
19115
19116 @item gnus-agent-handle-level
19117 @vindex gnus-agent-handle-level
19118 Groups on levels (@pxref{Group Levels}) higher than this variable will
19119 be ignored by the Agent. The default is @code{gnus-level-subscribed},
19120 which means that only subscribed group will be considered by the Agent
19121 by default.
19122
19123 @item gnus-agent-plugged-hook
19124 @vindex gnus-agent-plugged-hook
19125 Hook run when connecting to the network.
19126
19127 @item gnus-agent-unplugged-hook
19128 @vindex gnus-agent-unplugged-hook
19129 Hook run when disconnecting from the network.
19130
19131 @item gnus-agent-fetched-hook
19132 @vindex gnus-agent-fetched-hook
19133 Hook run when finished fetching articles.
19134
19135 @item gnus-agent-cache
19136 @vindex gnus-agent-cache
19137 Variable to control whether use the locally stored @acronym{NOV} and
19138 articles when plugged, e.g., essentially using the Agent as a cache.
19139 The default is non-@code{nil}, which means to use the Agent as a cache.
19140
19141 @item gnus-agent-go-online
19142 @vindex gnus-agent-go-online
19143 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
19144 automatically switch offline servers into online status. If it is
19145 @code{ask}, the default, the Agent will ask if you wish to switch
19146 offline servers into online status when you re-connect. If it has any
19147 other value, all offline servers will be automatically switched into
19148 online status.
19149
19150 @item gnus-agent-mark-unread-after-downloaded
19151 @vindex gnus-agent-mark-unread-after-downloaded
19152 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
19153 mark articles as unread after downloading. This is usually a safe
19154 thing to do as the newly downloaded article has obviously not been
19155 read. The default is @code{t}.
19156
19157 @item gnus-agent-synchronize-flags
19158 @vindex gnus-agent-synchronize-flags
19159 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
19160 never automatically synchronize flags. If it is @code{ask}, which is
19161 the default, the Agent will check if you made any changes and if so
19162 ask if you wish to synchronize these when you re-connect. If it has
19163 any other value, all flags will be synchronized automatically.
19164
19165 @item gnus-agent-consider-all-articles
19166 @vindex gnus-agent-consider-all-articles
19167 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
19168 agent will let the agent predicate decide whether articles need to be
19169 downloaded or not, for all articles. When @code{nil}, the default,
19170 the agent will only let the predicate decide whether unread articles
19171 are downloaded or not. If you enable this, you may also want to look
19172 into the agent expiry settings (@pxref{Category Variables}), so that
19173 the agent doesn't download articles which the agent will later expire,
19174 over and over again.
19175
19176 @item gnus-agent-max-fetch-size
19177 @vindex gnus-agent-max-fetch-size
19178 The agent fetches articles into a temporary buffer prior to parsing
19179 them into individual files. To avoid exceeding the max. buffer size,
19180 the agent alternates between fetching and parsing until all articles
19181 have been fetched. @code{gnus-agent-max-fetch-size} provides a size
19182 limit to control how often the cycling occurs. A large value improves
19183 performance. A small value minimizes the time lost should the
19184 connection be lost while fetching (You may need to run
19185 @code{gnus-agent-regenerate-group} to update the group's state.
19186 However, all articles parsed prior to losing the connection will be
19187 available while unplugged). The default is 10M so it is unusual to
19188 see any cycling.
19189
19190 @item gnus-server-unopen-status
19191 @vindex gnus-server-unopen-status
19192 Perhaps not an Agent variable, but closely related to the Agent, this
19193 variable says what will happen if Gnus cannot open a server. If the
19194 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
19195 whether to deny the server or whether to unplug the agent. If the
19196 Agent is disabled, Gnus always simply deny the server. Other choices
19197 for this variable include @code{denied} and @code{offline} the latter
19198 is only valid if the Agent is used.
19199
19200 @item gnus-auto-goto-ignores
19201 @vindex gnus-auto-goto-ignores
19202 Another variable that isn't an Agent variable, yet so closely related
19203 that most will look for it here, this variable tells the summary
19204 buffer how to maneuver around undownloaded (only headers stored in the
19205 agent) and unfetched (neither article nor headers stored) articles.
19206
19207 The valid values are @code{nil} (maneuver to any article),
19208 @code{undownloaded} (maneuvering while unplugged ignores articles that
19209 have not been fetched), @code{always-undownloaded} (maneuvering always
19210 ignores articles that have not been fetched), @code{unfetched}
19211 (maneuvering ignores articles whose headers have not been fetched).
19212
19213 @item gnus-agent-queue-mail
19214 @vindex gnus-agent-queue-mail
19215 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
19216 queue mail rather than sending it straight away. When @code{t}, Gnus
19217 will queue mail when unplugged only. When @code{nil}, never queue
19218 mail. The default is @code{t}.
19219
19220 @item gnus-agent-prompt-send-queue
19221 @vindex gnus-agent-prompt-send-queue
19222 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
19223 prompt you to confirm that you really wish to proceed if you hit
19224 @kbd{J S} while unplugged. The default is @code{nil}.
19225
19226 @item gnus-agent-auto-agentize-methods
19227 @vindex gnus-agent-auto-agentize-methods
19228 If you have never used the Agent before (or more technically, if
19229 @file{~/News/agent/lib/servers} does not exist), Gnus will
19230 automatically agentize a few servers for you. This variable control
19231 which back ends should be auto-agentized. It is typically only useful
19232 to agentize remote back ends. The auto-agentizing has the same effect
19233 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
19234 If the file exist, you must manage the servers manually by adding or
19235 removing them, this variable is only applicable the first time you
19236 start Gnus. The default is @samp{nil}.
19237
19238 @end table
19239
19240
19241 @node Example Setup
19242 @subsection Example Setup
19243
19244 If you don't want to read this manual, and you have a fairly standard
19245 setup, you may be able to use something like the following as your
19246 @file{~/.gnus.el} file to get started.
19247
19248 @lisp
19249 ;; @r{Define how Gnus is to fetch news. We do this over @acronym{NNTP}}
19250 ;; @r{from your ISP's server.}
19251 (setq gnus-select-method '(nntp "news.your-isp.com"))
19252
19253 ;; @r{Define how Gnus is to read your mail. We read mail from}
19254 ;; @r{your ISP's @acronym{POP} server.}
19255 (setq mail-sources '((pop :server "pop.your-isp.com")))
19256
19257 ;; @r{Say how Gnus is to store the mail. We use nnml groups.}
19258 (setq gnus-secondary-select-methods '((nnml "")))
19259
19260 ;; @r{Make Gnus into an offline newsreader.}
19261 ;; (gnus-agentize) ; @r{The obsolete setting.}
19262 ;; (setq gnus-agent t) ; @r{Now the default.}
19263 @end lisp
19264
19265 That should be it, basically. Put that in your @file{~/.gnus.el} file,
19266 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
19267 gnus}.
19268
19269 If this is the first time you've run Gnus, you will be subscribed
19270 automatically to a few default newsgroups. You'll probably want to
19271 subscribe to more groups, and to do that, you have to query the
19272 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
19273 command. This usually takes quite a while, but you only have to do it
19274 once.
19275
19276 After reading and parsing a while, you'll be presented with a list of
19277 groups. Subscribe to the ones you want to read with the @kbd{u}
19278 command. @kbd{l} to make all the killed groups disappear after you've
19279 subscribe to all the groups you want to read. (@kbd{A k} will bring
19280 back all the killed groups.)
19281
19282 You can now read the groups at once, or you can download the articles
19283 with the @kbd{J s} command. And then read the rest of this manual to
19284 find out which of the other gazillion things you want to customize.
19285
19286
19287 @node Batching Agents
19288 @subsection Batching Agents
19289 @findex gnus-agent-batch
19290
19291 Having the Gnus Agent fetch articles (and post whatever messages you've
19292 written) is quite easy once you've gotten things set up properly. The
19293 following shell script will do everything that is necessary:
19294
19295 You can run a complete batch command from the command line with the
19296 following incantation:
19297
19298 @example
19299 #!/bin/sh
19300 emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1
19301 @end example
19302
19303
19304 @node Agent Caveats
19305 @subsection Agent Caveats
19306
19307 The Gnus Agent doesn't seem to work like most other offline
19308 newsreaders. Here are some common questions that some imaginary people
19309 may ask:
19310
19311 @table @dfn
19312 @item If I read an article while plugged, do they get entered into the Agent?
19313
19314 @strong{No}. If you want this behavior, add
19315 @code{gnus-agent-fetch-selected-article} to
19316 @code{gnus-select-article-hook}.
19317
19318 @item If I read an article while plugged, and the article already exists in
19319 the Agent, will it get downloaded once more?
19320
19321 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
19322
19323 @end table
19324
19325 In short, when Gnus is unplugged, it only looks into the locally stored
19326 articles; when it's plugged, it talks to your ISP and may also use the
19327 locally stored articles.
19328
19329
19330 @node Scoring
19331 @chapter Scoring
19332 @cindex scoring
19333
19334 Other people use @dfn{kill files}, but we here at Gnus Towers like
19335 scoring better than killing, so we'd rather switch than fight. They do
19336 something completely different as well, so sit up straight and pay
19337 attention!
19338
19339 @vindex gnus-summary-mark-below
19340 All articles have a default score (@code{gnus-summary-default-score}),
19341 which is 0 by default. This score may be raised or lowered either
19342 interactively or by score files. Articles that have a score lower than
19343 @code{gnus-summary-mark-below} are marked as read.
19344
19345 Gnus will read any @dfn{score files} that apply to the current group
19346 before generating the summary buffer.
19347
19348 There are several commands in the summary buffer that insert score
19349 entries based on the current article. You can, for instance, ask Gnus to
19350 lower or increase the score of all articles with a certain subject.
19351
19352 There are two sorts of scoring entries: Permanent and temporary.
19353 Temporary score entries are self-expiring entries. Any entries that are
19354 temporary and have not been used for, say, a week, will be removed
19355 silently to help keep the sizes of the score files down.
19356
19357 @menu
19358 * Summary Score Commands:: Adding score entries for the current group.
19359 * Group Score Commands:: General score commands.
19360 * Score Variables:: Customize your scoring. (My, what terminology).
19361 * Score File Format:: What a score file may contain.
19362 * Score File Editing:: You can edit score files by hand as well.
19363 * Adaptive Scoring:: Big Sister Gnus knows what you read.
19364 * Home Score File:: How to say where new score entries are to go.
19365 * Followups To Yourself:: Having Gnus notice when people answer you.
19366 * Scoring On Other Headers:: Scoring on non-standard headers.
19367 * Scoring Tips:: How to score effectively.
19368 * Reverse Scoring:: That problem child of old is not problem.
19369 * Global Score Files:: Earth-spanning, ear-splitting score files.
19370 * Kill Files:: They are still here, but they can be ignored.
19371 * Converting Kill Files:: Translating kill files to score files.
19372 * Advanced Scoring:: Using logical expressions to build score rules.
19373 * Score Decays:: It can be useful to let scores wither away.
19374 @end menu
19375
19376
19377 @node Summary Score Commands
19378 @section Summary Score Commands
19379 @cindex score commands
19380
19381 The score commands that alter score entries do not actually modify real
19382 score files. That would be too inefficient. Gnus maintains a cache of
19383 previously loaded score files, one of which is considered the
19384 @dfn{current score file alist}. The score commands simply insert
19385 entries into this list, and upon group exit, this list is saved.
19386
19387 The current score file is by default the group's local score file, even
19388 if no such score file actually exists. To insert score commands into
19389 some other score file (e.g., @file{all.SCORE}), you must first make this
19390 score file the current one.
19391
19392 General score commands that don't actually change the score file:
19393
19394 @table @kbd
19395
19396 @item V s
19397 @kindex V s (Summary)
19398 @findex gnus-summary-set-score
19399 Set the score of the current article (@code{gnus-summary-set-score}).
19400
19401 @item V S
19402 @kindex V S (Summary)
19403 @findex gnus-summary-current-score
19404 Display the score of the current article
19405 (@code{gnus-summary-current-score}).
19406
19407 @item V t
19408 @kindex V t (Summary)
19409 @findex gnus-score-find-trace
19410 Display all score rules that have been used on the current article
19411 (@code{gnus-score-find-trace}). In the @code{*Score Trace*} buffer, you
19412 may type @kbd{e} to edit score file corresponding to the score rule on
19413 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
19414 score file and edit it.
19415
19416 @item V w
19417 @kindex V w (Summary)
19418 @findex gnus-score-find-favourite-words
19419 List words used in scoring (@code{gnus-score-find-favourite-words}).
19420
19421 @item V R
19422 @kindex V R (Summary)
19423 @findex gnus-summary-rescore
19424 Run the current summary through the scoring process
19425 (@code{gnus-summary-rescore}). This might be useful if you're playing
19426 around with your score files behind Gnus' back and want to see the
19427 effect you're having.
19428
19429 @item V c
19430 @kindex V c (Summary)
19431 @findex gnus-score-change-score-file
19432 Make a different score file the current
19433 (@code{gnus-score-change-score-file}).
19434
19435 @item V e
19436 @kindex V e (Summary)
19437 @findex gnus-score-edit-current-scores
19438 Edit the current score file (@code{gnus-score-edit-current-scores}).
19439 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
19440 File Editing}).
19441
19442 @item V f
19443 @kindex V f (Summary)
19444 @findex gnus-score-edit-file
19445 Edit a score file and make this score file the current one
19446 (@code{gnus-score-edit-file}).
19447
19448 @item V F
19449 @kindex V F (Summary)
19450 @findex gnus-score-flush-cache
19451 Flush the score cache (@code{gnus-score-flush-cache}). This is useful
19452 after editing score files.
19453
19454 @item V C
19455 @kindex V C (Summary)
19456 @findex gnus-score-customize
19457 Customize a score file in a visually pleasing manner
19458 (@code{gnus-score-customize}).
19459
19460 @end table
19461
19462 The rest of these commands modify the local score file.
19463
19464 @table @kbd
19465
19466 @item V m
19467 @kindex V m (Summary)
19468 @findex gnus-score-set-mark-below
19469 Prompt for a score, and mark all articles with a score below this as
19470 read (@code{gnus-score-set-mark-below}).
19471
19472 @item V x
19473 @kindex V x (Summary)
19474 @findex gnus-score-set-expunge-below
19475 Prompt for a score, and add a score rule to the current score file to
19476 expunge all articles below this score
19477 (@code{gnus-score-set-expunge-below}).
19478 @end table
19479
19480 The keystrokes for actually making score entries follow a very regular
19481 pattern, so there's no need to list all the commands. (Hundreds of
19482 them.)
19483
19484 @findex gnus-summary-increase-score
19485 @findex gnus-summary-lower-score
19486
19487 @enumerate
19488 @item
19489 The first key is either @kbd{I} (upper case i) for increasing the score
19490 or @kbd{L} for lowering the score.
19491 @item
19492 The second key says what header you want to score on. The following
19493 keys are available:
19494 @table @kbd
19495
19496 @item a
19497 Score on the author name.
19498
19499 @item s
19500 Score on the subject line.
19501
19502 @item x
19503 Score on the @code{Xref} line---i.e., the cross-posting line.
19504
19505 @item r
19506 Score on the @code{References} line.
19507
19508 @item d
19509 Score on the date.
19510
19511 @item l
19512 Score on the number of lines.
19513
19514 @item i
19515 Score on the @code{Message-ID} header.
19516
19517 @item e
19518 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
19519 if your @acronym{NNTP} server tracks additional header data in overviews.
19520
19521 @item f
19522 Score on followups---this matches the author name, and adds scores to
19523 the followups to this author. (Using this key leads to the creation of
19524 @file{ADAPT} files.)
19525
19526 @item b
19527 Score on the body.
19528
19529 @item h
19530 Score on the head.
19531
19532 @item t
19533 Score on thread. (Using this key leads to the creation of @file{ADAPT}
19534 files.)
19535
19536 @end table
19537
19538 @item
19539 The third key is the match type. Which match types are valid depends on
19540 what headers you are scoring on.
19541
19542 @table @code
19543
19544 @item strings
19545
19546 @table @kbd
19547
19548 @item e
19549 Exact matching.
19550
19551 @item s
19552 Substring matching.
19553
19554 @item f
19555 Fuzzy matching (@pxref{Fuzzy Matching}).
19556
19557 @item r
19558 Regexp matching
19559 @end table
19560
19561 @item date
19562 @table @kbd
19563
19564 @item b
19565 Before date.
19566
19567 @item a
19568 After date.
19569
19570 @item n
19571 This date.
19572 @end table
19573
19574 @item number
19575 @table @kbd
19576
19577 @item <
19578 Less than number.
19579
19580 @item =
19581 Equal to number.
19582
19583 @item >
19584 Greater than number.
19585 @end table
19586 @end table
19587
19588 @item
19589 The fourth and usually final key says whether this is a temporary (i.e.,
19590 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
19591 or whether it is to be done immediately, without adding to the score
19592 file.
19593 @table @kbd
19594
19595 @item t
19596 Temporary score entry.
19597
19598 @item p
19599 Permanent score entry.
19600
19601 @item i
19602 Immediately scoring.
19603 @end table
19604
19605 @item
19606 If you are scoring on `e' (extra) headers, you will then be prompted for
19607 the header name on which you wish to score. This must be a header named
19608 in gnus-extra-headers, and @samp{TAB} completion is available.
19609
19610 @end enumerate
19611
19612 So, let's say you want to increase the score on the current author with
19613 exact matching permanently: @kbd{I a e p}. If you want to lower the
19614 score based on the subject line, using substring matching, and make a
19615 temporary score entry: @kbd{L s s t}. Pretty easy.
19616
19617 To make things a bit more complicated, there are shortcuts. If you use
19618 a capital letter on either the second or third keys, Gnus will use
19619 defaults for the remaining one or two keystrokes. The defaults are
19620 ``substring'' and ``temporary''. So @kbd{I A} is the same as @kbd{I a s
19621 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19622
19623 These functions take both the numerical prefix and the symbolic prefix
19624 (@pxref{Symbolic Prefixes}). A numerical prefix says how much to lower
19625 (or increase) the score of the article. A symbolic prefix of @code{a}
19626 says to use the @file{all.SCORE} file for the command instead of the
19627 current score file.
19628
19629 @vindex gnus-score-mimic-keymap
19630 The @code{gnus-score-mimic-keymap} says whether these commands will
19631 pretend they are keymaps or not.
19632
19633
19634 @node Group Score Commands
19635 @section Group Score Commands
19636 @cindex group score commands
19637
19638 There aren't many of these as yet, I'm afraid.
19639
19640 @table @kbd
19641
19642 @item W e
19643 @kindex W e (Group)
19644 @findex gnus-score-edit-all-score
19645 Edit the apply-to-all-groups all.SCORE file. You will be popped into
19646 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19647
19648 @item W f
19649 @kindex W f (Group)
19650 @findex gnus-score-flush-cache
19651 Gnus maintains a cache of score alists to avoid having to reload them
19652 all the time. This command will flush the cache
19653 (@code{gnus-score-flush-cache}).
19654
19655 @end table
19656
19657 You can do scoring from the command line by saying something like:
19658
19659 @findex gnus-batch-score
19660 @cindex batch scoring
19661 @example
19662 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19663 @end example
19664
19665
19666 @node Score Variables
19667 @section Score Variables
19668 @cindex score variables
19669
19670 @table @code
19671
19672 @item gnus-use-scoring
19673 @vindex gnus-use-scoring
19674 If @code{nil}, Gnus will not check for score files, and will not, in
19675 general, do any score-related work. This is @code{t} by default.
19676
19677 @item gnus-kill-killed
19678 @vindex gnus-kill-killed
19679 If this variable is @code{nil}, Gnus will never apply score files to
19680 articles that have already been through the kill process. While this
19681 may save you lots of time, it also means that if you apply a kill file
19682 to a group, and then change the kill file and want to run it over you
19683 group again to kill more articles, it won't work. You have to set this
19684 variable to @code{t} to do that. (It is @code{t} by default.)
19685
19686 @item gnus-kill-files-directory
19687 @vindex gnus-kill-files-directory
19688 All kill and score files will be stored in this directory, which is
19689 initialized from the @env{SAVEDIR} environment variable by default.
19690 This is @file{~/News/} by default.
19691
19692 @item gnus-score-file-suffix
19693 @vindex gnus-score-file-suffix
19694 Suffix to add to the group name to arrive at the score file name
19695 (@file{SCORE} by default.)
19696
19697 @item gnus-score-uncacheable-files
19698 @vindex gnus-score-uncacheable-files
19699 @cindex score cache
19700 All score files are normally cached to avoid excessive re-loading of
19701 score files. However, this might make your Emacs grow big and
19702 bloated, so this regexp can be used to weed out score files unlikely
19703 to be needed again. It would be a bad idea to deny caching of
19704 @file{all.SCORE}, while it might be a good idea to not cache
19705 @file{comp.infosystems.www.authoring.misc.ADAPT}. In fact, this
19706 variable is @samp{ADAPT$} by default, so no adaptive score files will
19707 be cached.
19708
19709 @item gnus-save-score
19710 @vindex gnus-save-score
19711 If you have really complicated score files, and do lots of batch
19712 scoring, then you might set this variable to @code{t}. This will make
19713 Gnus save the scores into the @file{.newsrc.eld} file.
19714
19715 If you do not set this to @code{t}, then manual scores (like those set
19716 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19717 across group visits.
19718
19719 @item gnus-score-interactive-default-score
19720 @vindex gnus-score-interactive-default-score
19721 Score used by all the interactive raise/lower commands to raise/lower
19722 score with. Default is 1000, which may seem excessive, but this is to
19723 ensure that the adaptive scoring scheme gets enough room to play with.
19724 We don't want the small changes from the adaptive scoring to overwrite
19725 manually entered data.
19726
19727 @item gnus-summary-default-score
19728 @vindex gnus-summary-default-score
19729 Default score of an article, which is 0 by default.
19730
19731 @item gnus-summary-expunge-below
19732 @vindex gnus-summary-expunge-below
19733 Don't display the summary lines of articles that have scores lower than
19734 this variable. This is @code{nil} by default, which means that no
19735 articles will be hidden. This variable is local to the summary buffers,
19736 and has to be set from @code{gnus-summary-mode-hook}.
19737
19738 @item gnus-score-over-mark
19739 @vindex gnus-score-over-mark
19740 Mark (in the third column) used for articles with a score over the
19741 default. Default is @samp{+}.
19742
19743 @item gnus-score-below-mark
19744 @vindex gnus-score-below-mark
19745 Mark (in the third column) used for articles with a score below the
19746 default. Default is @samp{-}.
19747
19748 @item gnus-score-find-score-files-function
19749 @vindex gnus-score-find-score-files-function
19750 Function used to find score files for the current group. This function
19751 is called with the name of the group as the argument.
19752
19753 Predefined functions available are:
19754 @table @code
19755
19756 @item gnus-score-find-single
19757 @findex gnus-score-find-single
19758 Only apply the group's own score file.
19759
19760 @item gnus-score-find-bnews
19761 @findex gnus-score-find-bnews
19762 Apply all score files that match, using bnews syntax. This is the
19763 default. If the current group is @samp{gnu.emacs.gnus}, for instance,
19764 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19765 @file{gnu.all.SCORE} would all apply. In short, the instances of
19766 @samp{all} in the score file names are translated into @samp{.*}, and
19767 then a regexp match is done.
19768
19769 This means that if you have some score entries that you want to apply to
19770 all groups, then you put those entries in the @file{all.SCORE} file.
19771
19772 The score files are applied in a semi-random order, although Gnus will
19773 try to apply the more general score files before the more specific score
19774 files. It does this by looking at the number of elements in the score
19775 file names---discarding the @samp{all} elements.
19776
19777 @item gnus-score-find-hierarchical
19778 @findex gnus-score-find-hierarchical
19779 Apply all score files from all the parent groups. This means that you
19780 can't have score files like @file{all.SCORE}, but you can have
19781 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19782 server.
19783
19784 @end table
19785 This variable can also be a list of functions. In that case, all
19786 these functions will be called with the group name as argument, and
19787 all the returned lists of score files will be applied. These
19788 functions can also return lists of lists of score alists directly. In
19789 that case, the functions that return these non-file score alists
19790 should probably be placed before the ``real'' score file functions, to
19791 ensure that the last score file returned is the local score file.
19792 Phu.
19793
19794 For example, to do hierarchical scoring but use a non-server-specific
19795 overall score file, you could use the value
19796 @example
19797 (list (lambda (group) ("all.SCORE"))
19798 'gnus-score-find-hierarchical)
19799 @end example
19800
19801 @item gnus-score-expiry-days
19802 @vindex gnus-score-expiry-days
19803 This variable says how many days should pass before an unused score file
19804 entry is expired. If this variable is @code{nil}, no score file entries
19805 are expired. It's 7 by default.
19806
19807 @item gnus-update-score-entry-dates
19808 @vindex gnus-update-score-entry-dates
19809 If this variable is non-@code{nil}, temporary score entries that have
19810 been triggered (matched) will have their dates updated. (This is how Gnus
19811 controls expiry---all non-matched-entries will become too old while
19812 matched entries will stay fresh and young.) However, if you set this
19813 variable to @code{nil}, even matched entries will grow old and will
19814 have to face that oh-so grim reaper.
19815
19816 @item gnus-score-after-write-file-function
19817 @vindex gnus-score-after-write-file-function
19818 Function called with the name of the score file just written.
19819
19820 @item gnus-score-thread-simplify
19821 @vindex gnus-score-thread-simplify
19822 If this variable is non-@code{nil}, article subjects will be
19823 simplified for subject scoring purposes in the same manner as with
19824 threading---according to the current value of
19825 @code{gnus-simplify-subject-functions}. If the scoring entry uses
19826 @code{substring} or @code{exact} matching, the match will also be
19827 simplified in this manner.
19828
19829 @end table
19830
19831
19832 @node Score File Format
19833 @section Score File Format
19834 @cindex score file format
19835
19836 A score file is an @code{emacs-lisp} file that normally contains just a
19837 single form. Casual users are not expected to edit these files;
19838 everything can be changed from the summary buffer.
19839
19840 Anyway, if you'd like to dig into it yourself, here's an example:
19841
19842 @lisp
19843 (("from"
19844 ("Lars Ingebrigtsen" -10000)
19845 ("Per Abrahamsen")
19846 ("larsi\\|lmi" -50000 nil R))
19847 ("subject"
19848 ("Ding is Badd" nil 728373))
19849 ("xref"
19850 ("alt.politics" -1000 728372 s))
19851 ("lines"
19852 (2 -100 nil <))
19853 (mark 0)
19854 (expunge -1000)
19855 (mark-and-expunge -10)
19856 (read-only nil)
19857 (orphan -10)
19858 (adapt t)
19859 (files "/hom/larsi/News/gnu.SCORE")
19860 (exclude-files "all.SCORE")
19861 (local (gnus-newsgroup-auto-expire t)
19862 (gnus-summary-make-false-root empty))
19863 (eval (ding)))
19864 @end lisp
19865
19866 This example demonstrates most score file elements. @xref{Advanced
19867 Scoring}, for a different approach.
19868
19869 Even though this looks much like Lisp code, nothing here is actually
19870 @code{eval}ed. The Lisp reader is used to read this form, though, so it
19871 has to be valid syntactically, if not semantically.
19872
19873 Six keys are supported by this alist:
19874
19875 @table @code
19876
19877 @item STRING
19878 If the key is a string, it is the name of the header to perform the
19879 match on. Scoring can only be performed on these eight headers:
19880 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19881 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}. In addition to
19882 these headers, there are three strings to tell Gnus to fetch the entire
19883 article and do the match on larger parts of the article: @code{Body}
19884 will perform the match on the body of the article, @code{Head} will
19885 perform the match on the head of the article, and @code{All} will
19886 perform the match on the entire article. Note that using any of these
19887 last three keys will slow down group entry @emph{considerably}. The
19888 final ``header'' you can score on is @code{Followup}. These score
19889 entries will result in new score entries being added for all follow-ups
19890 to articles that matches these score entries.
19891
19892 Following this key is an arbitrary number of score entries, where each
19893 score entry has one to four elements.
19894 @enumerate
19895
19896 @item
19897 The first element is the @dfn{match element}. On most headers this will
19898 be a string, but on the Lines and Chars headers, this must be an
19899 integer.
19900
19901 @item
19902 If the second element is present, it should be a number---the @dfn{score
19903 element}. This number should be an integer in the neginf to posinf
19904 interval. This number is added to the score of the article if the match
19905 is successful. If this element is not present, the
19906 @code{gnus-score-interactive-default-score} number will be used
19907 instead. This is 1000 by default.
19908
19909 @item
19910 If the third element is present, it should be a number---the @dfn{date
19911 element}. This date says when the last time this score entry matched,
19912 which provides a mechanism for expiring the score entries. It this
19913 element is not present, the score entry is permanent. The date is
19914 represented by the number of days since December 31, 1 BCE.
19915
19916 @item
19917 If the fourth element is present, it should be a symbol---the @dfn{type
19918 element}. This element specifies what function should be used to see
19919 whether this score entry matches the article. What match types that can
19920 be used depends on what header you wish to perform the match on.
19921 @table @dfn
19922
19923 @item From, Subject, References, Xref, Message-ID
19924 For most header types, there are the @code{r} and @code{R} (regexp), as
19925 well as @code{s} and @code{S} (substring) types, and @code{e} and
19926 @code{E} (exact match), and @code{w} (word match) types. If this
19927 element is not present, Gnus will assume that substring matching should
19928 be used. @code{R}, @code{S}, and @code{E} differ from the others in
19929 that the matches will be done in a case-sensitive manner. All these
19930 one-letter types are really just abbreviations for the @code{regexp},
19931 @code{string}, @code{exact}, and @code{word} types, which you can use
19932 instead, if you feel like.
19933
19934 @item Extra
19935 Just as for the standard string overview headers, if you are using
19936 gnus-extra-headers, you can score on these headers' values. In this
19937 case, there is a 5th element in the score entry, being the name of the
19938 header to be scored. The following entry is useful in your
19939 @file{all.SCORE} file in case of spam attacks from a single origin
19940 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19941 overviews:
19942
19943 @lisp
19944 ("111.222.333.444" -1000 nil s
19945 "NNTP-Posting-Host")
19946 @end lisp
19947
19948 @item Lines, Chars
19949 These two headers use different match types: @code{<}, @code{>},
19950 @code{=}, @code{>=} and @code{<=}.
19951
19952 These predicates are true if
19953
19954 @example
19955 (PREDICATE HEADER MATCH)
19956 @end example
19957
19958 evaluates to non-@code{nil}. For instance, the advanced match
19959 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19960 following form:
19961
19962 @lisp
19963 (< header-value 4)
19964 @end lisp
19965
19966 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19967 the match, we get the score added if the article has less than 4 lines.
19968 (It's easy to get confused and think it's the other way around. But
19969 it's not. I think.)
19970
19971 When matching on @code{Lines}, be careful because some back ends (like
19972 @code{nndir}) do not generate @code{Lines} header, so every article ends
19973 up being marked as having 0 lines. This can lead to strange results if
19974 you happen to lower score of the articles with few lines.
19975
19976 @item Date
19977 For the Date header we have three kinda silly match types:
19978 @code{before}, @code{at} and @code{after}. I can't really imagine this
19979 ever being useful, but, like, it would feel kinda silly not to provide
19980 this function. Just in case. You never know. Better safe than sorry.
19981 Once burnt, twice shy. Don't judge a book by its cover. Never not have
19982 sex on a first date. (I have been told that at least one person, and I
19983 quote, ``found this function indispensable'', however.)
19984
19985 @cindex ISO8601
19986 @cindex date
19987 A more useful match type is @code{regexp}. With it, you can match the
19988 date string using a regular expression. The date is normalized to
19989 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}. If
19990 you want to match all articles that have been posted on April 1st in
19991 every year, you could use @samp{....0401.........} as a match string,
19992 for instance. (Note that the date is kept in its original time zone, so
19993 this will match articles that were posted when it was April 1st where
19994 the article was posted from. Time zones are such wholesome fun for the
19995 whole family, eh?)
19996
19997 @item Head, Body, All
19998 These three match keys use the same match types as the @code{From} (etc)
19999 header uses.
20000
20001 @item Followup
20002 This match key is somewhat special, in that it will match the
20003 @code{From} header, and affect the score of not only the matching
20004 articles, but also all followups to the matching articles. This allows
20005 you to increase the score of followups to your own articles, or
20006 decrease the score of followups to the articles of some known
20007 trouble-maker. Uses the same match types as the @code{From} header
20008 uses. (Using this match key will lead to creation of @file{ADAPT}
20009 files.)
20010
20011 @item Thread
20012 This match key works along the same lines as the @code{Followup} match
20013 key. If you say that you want to score on a (sub-)thread started by an
20014 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
20015 match. This will add a new @samp{thread} match for each article that
20016 has @var{x} in its @code{References} header. (These new @samp{thread}
20017 matches will use the @code{Message-ID}s of these matching articles.)
20018 This will ensure that you can raise/lower the score of an entire thread,
20019 even though some articles in the thread may not have complete
20020 @code{References} headers. Note that using this may lead to
20021 nondeterministic scores of the articles in the thread. (Using this match
20022 key will lead to creation of @file{ADAPT} files.)
20023 @end table
20024 @end enumerate
20025
20026 @cindex score file atoms
20027 @item mark
20028 The value of this entry should be a number. Any articles with a score
20029 lower than this number will be marked as read.
20030
20031 @item expunge
20032 The value of this entry should be a number. Any articles with a score
20033 lower than this number will be removed from the summary buffer.
20034
20035 @item mark-and-expunge
20036 The value of this entry should be a number. Any articles with a score
20037 lower than this number will be marked as read and removed from the
20038 summary buffer.
20039
20040 @item thread-mark-and-expunge
20041 The value of this entry should be a number. All articles that belong to
20042 a thread that has a total score below this number will be marked as read
20043 and removed from the summary buffer. @code{gnus-thread-score-function}
20044 says how to compute the total score for a thread.
20045
20046 @item files
20047 The value of this entry should be any number of file names. These files
20048 are assumed to be score files as well, and will be loaded the same way
20049 this one was.
20050
20051 @item exclude-files
20052 The clue of this entry should be any number of files. These files will
20053 not be loaded, even though they would normally be so, for some reason or
20054 other.
20055
20056 @item eval
20057 The value of this entry will be @code{eval}ed. This element will be
20058 ignored when handling global score files.
20059
20060 @item read-only
20061 Read-only score files will not be updated or saved. Global score files
20062 should feature this atom (@pxref{Global Score Files}). (Note:
20063 @dfn{Global} here really means @dfn{global}; not your personal
20064 apply-to-all-groups score files.)
20065
20066 @item orphan
20067 The value of this entry should be a number. Articles that do not have
20068 parents will get this number added to their scores. Imagine you follow
20069 some high-volume newsgroup, like @samp{comp.lang.c}. Most likely you
20070 will only follow a few of the threads, also want to see any new threads.
20071
20072 You can do this with the following two score file entries:
20073
20074 @example
20075 (orphan -500)
20076 (mark-and-expunge -100)
20077 @end example
20078
20079 When you enter the group the first time, you will only see the new
20080 threads. You then raise the score of the threads that you find
20081 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{c y}) the
20082 rest. Next time you enter the group, you will see new articles in the
20083 interesting threads, plus any new threads.
20084
20085 I.e., the orphan score atom is for high-volume groups where a few
20086 interesting threads which can't be found automatically by ordinary
20087 scoring rules exist.
20088
20089 @item adapt
20090 This entry controls the adaptive scoring. If it is @code{t}, the
20091 default adaptive scoring rules will be used. If it is @code{ignore}, no
20092 adaptive scoring will be performed on this group. If it is a list, this
20093 list will be used as the adaptive scoring rules. If it isn't present,
20094 or is something other than @code{t} or @code{ignore}, the default
20095 adaptive scoring rules will be used. If you want to use adaptive
20096 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
20097 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
20098 not want adaptive scoring. If you only want adaptive scoring in a few
20099 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
20100 insert @code{(adapt t)} in the score files of the groups where you want
20101 it.
20102
20103 @item adapt-file
20104 All adaptive score entries will go to the file named by this entry. It
20105 will also be applied when entering the group. This atom might be handy
20106 if you want to adapt on several groups at once, using the same adaptive
20107 file for a number of groups.
20108
20109 @item local
20110 @cindex local variables
20111 The value of this entry should be a list of @code{(@var{var}
20112 @var{value})} pairs. Each @var{var} will be made buffer-local to the
20113 current summary buffer, and set to the value specified. This is a
20114 convenient, if somewhat strange, way of setting variables in some
20115 groups if you don't like hooks much. Note that the @var{value} won't
20116 be evaluated.
20117 @end table
20118
20119
20120 @node Score File Editing
20121 @section Score File Editing
20122
20123 You normally enter all scoring commands from the summary buffer, but you
20124 might feel the urge to edit them by hand as well, so we've supplied you
20125 with a mode for that.
20126
20127 It's simply a slightly customized @code{emacs-lisp} mode, with these
20128 additional commands:
20129
20130 @table @kbd
20131
20132 @item C-c C-c
20133 @kindex C-c C-c (Score)
20134 @findex gnus-score-edit-exit
20135 Save the changes you have made and return to the summary buffer
20136 (@code{gnus-score-edit-exit}).
20137
20138 @item C-c C-d
20139 @kindex C-c C-d (Score)
20140 @findex gnus-score-edit-insert-date
20141 Insert the current date in numerical format
20142 (@code{gnus-score-edit-insert-date}). This is really the day number, if
20143 you were wondering.
20144
20145 @item C-c C-p
20146 @kindex C-c C-p (Score)
20147 @findex gnus-score-pretty-print
20148 The adaptive score files are saved in an unformatted fashion. If you
20149 intend to read one of these files, you want to @dfn{pretty print} it
20150 first. This command (@code{gnus-score-pretty-print}) does that for
20151 you.
20152
20153 @end table
20154
20155 Type @kbd{M-x gnus-score-mode} to use this mode.
20156
20157 @vindex gnus-score-mode-hook
20158 @code{gnus-score-menu-hook} is run in score mode buffers.
20159
20160 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
20161 @kbd{V t} to begin editing score files.
20162
20163
20164 @node Adaptive Scoring
20165 @section Adaptive Scoring
20166 @cindex adaptive scoring
20167
20168 If all this scoring is getting you down, Gnus has a way of making it all
20169 happen automatically---as if by magic. Or rather, as if by artificial
20170 stupidity, to be precise.
20171
20172 @vindex gnus-use-adaptive-scoring
20173 When you read an article, or mark an article as read, or kill an
20174 article, you leave marks behind. On exit from the group, Gnus can sniff
20175 these marks and add score elements depending on what marks it finds.
20176 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
20177 @code{t} or @code{(line)}. If you want score adaptively on separate
20178 words appearing in the subjects, you should set this variable to
20179 @code{(word)}. If you want to use both adaptive methods, set this
20180 variable to @code{(word line)}.
20181
20182 @vindex gnus-default-adaptive-score-alist
20183 To give you complete control over the scoring process, you can customize
20184 the @code{gnus-default-adaptive-score-alist} variable. For instance, it
20185 might look something like this:
20186
20187 @lisp
20188 (setq gnus-default-adaptive-score-alist
20189 '((gnus-unread-mark)
20190 (gnus-ticked-mark (from 4))
20191 (gnus-dormant-mark (from 5))
20192 (gnus-del-mark (from -4) (subject -1))
20193 (gnus-read-mark (from 4) (subject 2))
20194 (gnus-expirable-mark (from -1) (subject -1))
20195 (gnus-killed-mark (from -1) (subject -3))
20196 (gnus-kill-file-mark)
20197 (gnus-ancient-mark)
20198 (gnus-low-score-mark)
20199 (gnus-catchup-mark (from -1) (subject -1))))
20200 @end lisp
20201
20202 As you see, each element in this alist has a mark as a key (either a
20203 variable name or a ``real'' mark---a character). Following this key is
20204 a arbitrary number of header/score pairs. If there are no header/score
20205 pairs following the key, no adaptive scoring will be done on articles
20206 that have that key as the article mark. For instance, articles with
20207 @code{gnus-unread-mark} in the example above will not get adaptive score
20208 entries.
20209
20210 Each article can have only one mark, so just a single of these rules
20211 will be applied to each article.
20212
20213 To take @code{gnus-del-mark} as an example---this alist says that all
20214 articles that have that mark (i.e., are marked with @samp{e}) will have a
20215 score entry added to lower based on the @code{From} header by -4, and
20216 lowered by @code{Subject} by -1. Change this to fit your prejudices.
20217
20218 If you have marked 10 articles with the same subject with
20219 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
20220 That means that that subject will get a score of ten times -1, which
20221 should be, unless I'm much mistaken, -10.
20222
20223 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
20224 the read articles will be marked with the @samp{E} mark. This'll
20225 probably make adaptive scoring slightly impossible, so auto-expiring and
20226 adaptive scoring doesn't really mix very well.
20227
20228 The headers you can score on are @code{from}, @code{subject},
20229 @code{message-id}, @code{references}, @code{xref}, @code{lines},
20230 @code{chars} and @code{date}. In addition, you can score on
20231 @code{followup}, which will create an adaptive score entry that matches
20232 on the @code{References} header using the @code{Message-ID} of the
20233 current article, thereby matching the following thread.
20234
20235 If you use this scheme, you should set the score file atom @code{mark}
20236 to something small---like -300, perhaps, to avoid having small random
20237 changes result in articles getting marked as read.
20238
20239 After using adaptive scoring for a week or so, Gnus should start to
20240 become properly trained and enhance the authors you like best, and kill
20241 the authors you like least, without you having to say so explicitly.
20242
20243 You can control what groups the adaptive scoring is to be performed on
20244 by using the score files (@pxref{Score File Format}). This will also
20245 let you use different rules in different groups.
20246
20247 @vindex gnus-adaptive-file-suffix
20248 The adaptive score entries will be put into a file where the name is the
20249 group name with @code{gnus-adaptive-file-suffix} appended. The default
20250 is @file{ADAPT}.
20251
20252 @vindex gnus-adaptive-pretty-print
20253 Adaptive score files can get huge and are not meant to be edited by
20254 human hands. If @code{gnus-adaptive-pretty-print} is @code{nil} (the
20255 default) those files will not be written in a human readable way.
20256
20257 @vindex gnus-score-exact-adapt-limit
20258 When doing adaptive scoring, substring or fuzzy matching would probably
20259 give you the best results in most cases. However, if the header one
20260 matches is short, the possibility for false positives is great, so if
20261 the length of the match is less than
20262 @code{gnus-score-exact-adapt-limit}, exact matching will be used. If
20263 this variable is @code{nil}, exact matching will always be used to avoid
20264 this problem.
20265
20266 @vindex gnus-default-adaptive-word-score-alist
20267 As mentioned above, you can adapt either on individual words or entire
20268 headers. If you adapt on words, the
20269 @code{gnus-default-adaptive-word-score-alist} variable says what score
20270 each instance of a word should add given a mark.
20271
20272 @lisp
20273 (setq gnus-default-adaptive-word-score-alist
20274 `((,gnus-read-mark . 30)
20275 (,gnus-catchup-mark . -10)
20276 (,gnus-killed-mark . -20)
20277 (,gnus-del-mark . -15)))
20278 @end lisp
20279
20280 This is the default value. If you have adaption on words enabled, every
20281 word that appears in subjects of articles marked with
20282 @code{gnus-read-mark} will result in a score rule that increase the
20283 score with 30 points.
20284
20285 @vindex gnus-default-ignored-adaptive-words
20286 @vindex gnus-ignored-adaptive-words
20287 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
20288 will be ignored. If you wish to add more words to be ignored, use the
20289 @code{gnus-ignored-adaptive-words} list instead.
20290
20291 @vindex gnus-adaptive-word-length-limit
20292 Some may feel that short words shouldn't count when doing adaptive
20293 scoring. If so, you may set @code{gnus-adaptive-word-length-limit} to
20294 an integer. Words shorter than this number will be ignored. This
20295 variable defaults to @code{nil}.
20296
20297 @vindex gnus-adaptive-word-syntax-table
20298 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
20299 syntax table in effect. It is similar to the standard syntax table, but
20300 it considers numbers to be non-word-constituent characters.
20301
20302 @vindex gnus-adaptive-word-minimum
20303 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
20304 word scoring process will never bring down the score of an article to
20305 below this number. The default is @code{nil}.
20306
20307 @vindex gnus-adaptive-word-no-group-words
20308 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
20309 won't adaptively word score any of the words in the group name. Useful
20310 for groups like @samp{comp.editors.emacs}, where most of the subject
20311 lines contain the word @samp{emacs}.
20312
20313 After using this scheme for a while, it might be nice to write a
20314 @code{gnus-psychoanalyze-user} command to go through the rules and see
20315 what words you like and what words you don't like. Or perhaps not.
20316
20317 Note that the adaptive word scoring thing is highly experimental and is
20318 likely to change in the future. Initial impressions seem to indicate
20319 that it's totally useless as it stands. Some more work (involving more
20320 rigorous statistical methods) will have to be done to make this useful.
20321
20322
20323 @node Home Score File
20324 @section Home Score File
20325
20326 The score file where new score file entries will go is called the
20327 @dfn{home score file}. This is normally (and by default) the score file
20328 for the group itself. For instance, the home score file for
20329 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
20330
20331 However, this may not be what you want. It is often convenient to share
20332 a common home score file among many groups---all @samp{emacs} groups
20333 could perhaps use the same home score file.
20334
20335 @vindex gnus-home-score-file
20336 The variable that controls this is @code{gnus-home-score-file}. It can
20337 be:
20338
20339 @enumerate
20340 @item
20341 A string. Then this file will be used as the home score file for all
20342 groups.
20343
20344 @item
20345 A function. The result of this function will be used as the home score
20346 file. The function will be called with the name of the group as the
20347 parameter.
20348
20349 @item
20350 A list. The elements in this list can be:
20351
20352 @enumerate
20353 @item
20354 @code{(@var{regexp} @var{file-name})}. If the @var{regexp} matches the
20355 group name, the @var{file-name} will be used as the home score file.
20356
20357 @item
20358 A function. If the function returns non-@code{nil}, the result will
20359 be used as the home score file. The function will be called with the
20360 name of the group as the parameter.
20361
20362 @item
20363 A string. Use the string as the home score file.
20364 @end enumerate
20365
20366 The list will be traversed from the beginning towards the end looking
20367 for matches.
20368
20369 @end enumerate
20370
20371 So, if you want to use just a single score file, you could say:
20372
20373 @lisp
20374 (setq gnus-home-score-file
20375 "my-total-score-file.SCORE")
20376 @end lisp
20377
20378 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
20379 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
20380
20381 @findex gnus-hierarchial-home-score-file
20382 @lisp
20383 (setq gnus-home-score-file
20384 'gnus-hierarchial-home-score-file)
20385 @end lisp
20386
20387 This is a ready-made function provided for your convenience.
20388 Other functions include
20389
20390 @table @code
20391 @item gnus-current-home-score-file
20392 @findex gnus-current-home-score-file
20393 Return the ``current'' regular score file. This will make scoring
20394 commands add entry to the ``innermost'' matching score file.
20395
20396 @end table
20397
20398 If you want to have one score file for the @samp{emacs} groups and
20399 another for the @samp{comp} groups, while letting all other groups use
20400 their own home score files:
20401
20402 @lisp
20403 (setq gnus-home-score-file
20404 ;; @r{All groups that match the regexp @code{"\\.emacs"}}
20405 '(("\\.emacs" "emacs.SCORE")
20406 ;; @r{All the comp groups in one score file}
20407 ("^comp" "comp.SCORE")))
20408 @end lisp
20409
20410 @vindex gnus-home-adapt-file
20411 @code{gnus-home-adapt-file} works exactly the same way as
20412 @code{gnus-home-score-file}, but says what the home adaptive score file
20413 is instead. All new adaptive file entries will go into the file
20414 specified by this variable, and the same syntax is allowed.
20415
20416 In addition to using @code{gnus-home-score-file} and
20417 @code{gnus-home-adapt-file}, you can also use group parameters
20418 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
20419 Parameters}) to achieve much the same. Group and topic parameters take
20420 precedence over this variable.
20421
20422
20423 @node Followups To Yourself
20424 @section Followups To Yourself
20425
20426 Gnus offers two commands for picking out the @code{Message-ID} header in
20427 the current buffer. Gnus will then add a score rule that scores using
20428 this @code{Message-ID} on the @code{References} header of other
20429 articles. This will, in effect, increase the score of all articles that
20430 respond to the article in the current buffer. Quite useful if you want
20431 to easily note when people answer what you've said.
20432
20433 @table @code
20434
20435 @item gnus-score-followup-article
20436 @findex gnus-score-followup-article
20437 This will add a score to articles that directly follow up your own
20438 article.
20439
20440 @item gnus-score-followup-thread
20441 @findex gnus-score-followup-thread
20442 This will add a score to all articles that appear in a thread ``below''
20443 your own article.
20444 @end table
20445
20446 @vindex message-sent-hook
20447 These two functions are both primarily meant to be used in hooks like
20448 @code{message-sent-hook}, like this:
20449 @lisp
20450 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
20451 @end lisp
20452
20453
20454 If you look closely at your own @code{Message-ID}, you'll notice that
20455 the first two or three characters are always the same. Here's two of
20456 mine:
20457
20458 @example
20459 <x6u3u47icf.fsf@@eyesore.no>
20460 <x6sp9o7ibw.fsf@@eyesore.no>
20461 @end example
20462
20463 So ``my'' ident on this machine is @samp{x6}. This can be
20464 exploited---the following rule will raise the score on all followups to
20465 myself:
20466
20467 @lisp
20468 ("references"
20469 ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
20470 1000 nil r))
20471 @end lisp
20472
20473 Whether it's the first two or first three characters that are ``yours''
20474 is system-dependent.
20475
20476
20477 @node Scoring On Other Headers
20478 @section Scoring On Other Headers
20479 @cindex scoring on other headers
20480
20481 Gnus is quite fast when scoring the ``traditional''
20482 headers---@samp{From}, @samp{Subject} and so on. However, scoring
20483 other headers requires writing a @code{head} scoring rule, which means
20484 that Gnus has to request every single article from the back end to find
20485 matches. This takes a long time in big groups.
20486
20487 @vindex gnus-inhibit-slow-scoring
20488 You can inhibit this slow scoring on headers or body by setting the
20489 variable @code{gnus-inhibit-slow-scoring}. If
20490 @code{gnus-inhibit-slow-scoring} is regexp, slow scoring is inhibited if
20491 the group matches the regexp. If it is t, slow scoring on it is
20492 inhibited for all groups.
20493
20494 Now, there's not much you can do about the slowness for news groups, but for
20495 mail groups, you have greater control. In @ref{To From Newsgroups},
20496 it's explained in greater detail what this mechanism does, but here's
20497 a cookbook example for @code{nnml} on how to allow scoring on the
20498 @samp{To} and @samp{Cc} headers.
20499
20500 Put the following in your @file{~/.gnus.el} file.
20501
20502 @lisp
20503 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
20504 nnmail-extra-headers gnus-extra-headers)
20505 @end lisp
20506
20507 Restart Gnus and rebuild your @code{nnml} overview files with the
20508 @kbd{M-x nnml-generate-nov-databases} command. This will take a long
20509 time if you have much mail.
20510
20511 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
20512 so: @kbd{I e s p To RET <your name> RET}.
20513
20514 See? Simple.
20515
20516
20517 @node Scoring Tips
20518 @section Scoring Tips
20519 @cindex scoring tips
20520
20521 @table @dfn
20522
20523 @item Crossposts
20524 @cindex crossposts
20525 @cindex scoring crossposts
20526 If you want to lower the score of crossposts, the line to match on is
20527 the @code{Xref} header.
20528 @lisp
20529 ("xref" (" talk.politics.misc:" -1000))
20530 @end lisp
20531
20532 @item Multiple crossposts
20533 If you want to lower the score of articles that have been crossposted to
20534 more than, say, 3 groups:
20535 @lisp
20536 ("xref"
20537 ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
20538 -1000 nil r))
20539 @end lisp
20540
20541 @item Matching on the body
20542 This is generally not a very good idea---it takes a very long time.
20543 Gnus actually has to fetch each individual article from the server. But
20544 you might want to anyway, I guess. Even though there are three match
20545 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
20546 and stick with it in each score file. If you use any two, each article
20547 will be fetched @emph{twice}. If you want to match a bit on the
20548 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
20549 the matches.
20550
20551 @item Marking as read
20552 You will probably want to mark articles that have scores below a certain
20553 number as read. This is most easily achieved by putting the following
20554 in your @file{all.SCORE} file:
20555 @lisp
20556 ((mark -100))
20557 @end lisp
20558 You may also consider doing something similar with @code{expunge}.
20559
20560 @item Negated character classes
20561 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
20562 That will match newlines, which might lead to, well, The Unknown. Say
20563 @code{[^abcd\n]*} instead.
20564 @end table
20565
20566
20567 @node Reverse Scoring
20568 @section Reverse Scoring
20569 @cindex reverse scoring
20570
20571 If you want to keep just articles that have @samp{Sex with Emacs} in the
20572 subject header, and expunge all other articles, you could put something
20573 like this in your score file:
20574
20575 @lisp
20576 (("subject"
20577 ("Sex with Emacs" 2))
20578 (mark 1)
20579 (expunge 1))
20580 @end lisp
20581
20582 So, you raise all articles that match @samp{Sex with Emacs} and mark the
20583 rest as read, and expunge them to boot.
20584
20585
20586 @node Global Score Files
20587 @section Global Score Files
20588 @cindex global score files
20589
20590 Sure, other newsreaders have ``global kill files''. These are usually
20591 nothing more than a single kill file that applies to all groups, stored
20592 in the user's home directory. Bah! Puny, weak newsreaders!
20593
20594 What I'm talking about here are Global Score Files. Score files from
20595 all over the world, from users everywhere, uniting all nations in one
20596 big, happy score file union! Ange-score! New and untested!
20597
20598 @vindex gnus-global-score-files
20599 All you have to do to use other people's score files is to set the
20600 @code{gnus-global-score-files} variable. One entry for each score file,
20601 or each score file directory. Gnus will decide by itself what score
20602 files are applicable to which group.
20603
20604 To use the score file
20605 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
20606 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
20607 say this:
20608
20609 @lisp
20610 (setq gnus-global-score-files
20611 '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
20612 "/ftp@@ftp.some-where:/pub/score/"))
20613 @end lisp
20614
20615 @findex gnus-score-search-global-directories
20616 @noindent
20617 Simple, eh? Directory names must end with a @samp{/}. These
20618 directories are typically scanned only once during each Gnus session.
20619 If you feel the need to manually re-scan the remote directories, you can
20620 use the @code{gnus-score-search-global-directories} command.
20621
20622 Note that, at present, using this option will slow down group entry
20623 somewhat. (That is---a lot.)
20624
20625 If you want to start maintaining score files for other people to use,
20626 just put your score file up for anonymous ftp and announce it to the
20627 world. Become a retro-moderator! Participate in the retro-moderator
20628 wars sure to ensue, where retro-moderators battle it out for the
20629 sympathy of the people, luring them to use their score files on false
20630 premises! Yay! The net is saved!
20631
20632 Here are some tips for the would-be retro-moderator, off the top of my
20633 head:
20634
20635 @itemize @bullet
20636
20637 @item
20638 Articles heavily crossposted are probably junk.
20639 @item
20640 To lower a single inappropriate article, lower by @code{Message-ID}.
20641 @item
20642 Particularly brilliant authors can be raised on a permanent basis.
20643 @item
20644 Authors that repeatedly post off-charter for the group can safely be
20645 lowered out of existence.
20646 @item
20647 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20648 articles completely.
20649
20650 @item
20651 Use expiring score entries to keep the size of the file down. You
20652 should probably have a long expiry period, though, as some sites keep
20653 old articles for a long time.
20654 @end itemize
20655
20656 @dots{} I wonder whether other newsreaders will support global score files
20657 in the future. @emph{Snicker}. Yup, any day now, newsreaders like Blue
20658 Wave, xrn and 1stReader are bound to implement scoring. Should we start
20659 holding our breath yet?
20660
20661
20662 @node Kill Files
20663 @section Kill Files
20664 @cindex kill files
20665
20666 Gnus still supports those pesky old kill files. In fact, the kill file
20667 entries can now be expiring, which is something I wrote before Daniel
20668 Quinlan thought of doing score files, so I've left the code in there.
20669
20670 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20671 than score processing, so it might be a good idea to rewrite your kill
20672 files into score files.
20673
20674 Anyway, a kill file is a normal @code{emacs-lisp} file. You can put any
20675 forms into this file, which means that you can use kill files as some
20676 sort of primitive hook function to be run on group entry, even though
20677 that isn't a very good idea.
20678
20679 Normal kill files look like this:
20680
20681 @lisp
20682 (gnus-kill "From" "Lars Ingebrigtsen")
20683 (gnus-kill "Subject" "ding")
20684 (gnus-expunge "X")
20685 @end lisp
20686
20687 This will mark every article written by me as read, and remove the
20688 marked articles from the summary buffer. Very useful, you'll agree.
20689
20690 Other programs use a totally different kill file syntax. If Gnus
20691 encounters what looks like a @code{rn} kill file, it will take a stab at
20692 interpreting it.
20693
20694 Two summary functions for editing a @sc{gnus} kill file:
20695
20696 @table @kbd
20697
20698 @item M-k
20699 @kindex M-k (Summary)
20700 @findex gnus-summary-edit-local-kill
20701 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20702
20703 @item M-K
20704 @kindex M-K (Summary)
20705 @findex gnus-summary-edit-global-kill
20706 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20707 @end table
20708
20709 Two group mode functions for editing the kill files:
20710
20711 @table @kbd
20712
20713 @item M-k
20714 @kindex M-k (Group)
20715 @findex gnus-group-edit-local-kill
20716 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20717
20718 @item M-K
20719 @kindex M-K (Group)
20720 @findex gnus-group-edit-global-kill
20721 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20722 @end table
20723
20724 Kill file variables:
20725
20726 @table @code
20727 @item gnus-kill-file-name
20728 @vindex gnus-kill-file-name
20729 A kill file for the group @samp{soc.motss} is normally called
20730 @file{soc.motss.KILL}. The suffix appended to the group name to get
20731 this file name is detailed by the @code{gnus-kill-file-name} variable.
20732 The ``global'' kill file (not in the score file sense of ``global'', of
20733 course) is just called @file{KILL}.
20734
20735 @vindex gnus-kill-save-kill-file
20736 @item gnus-kill-save-kill-file
20737 If this variable is non-@code{nil}, Gnus will save the
20738 kill file after processing, which is necessary if you use expiring
20739 kills.
20740
20741 @item gnus-apply-kill-hook
20742 @vindex gnus-apply-kill-hook
20743 @findex gnus-apply-kill-file-unless-scored
20744 @findex gnus-apply-kill-file
20745 A hook called to apply kill files to a group. It is
20746 @code{(gnus-apply-kill-file)} by default. If you want to ignore the
20747 kill file if you have a score file for the same group, you can set this
20748 hook to @code{(gnus-apply-kill-file-unless-scored)}. If you don't want
20749 kill files to be processed, you should set this variable to @code{nil}.
20750
20751 @item gnus-kill-file-mode-hook
20752 @vindex gnus-kill-file-mode-hook
20753 A hook called in kill-file mode buffers.
20754
20755 @end table
20756
20757
20758 @node Converting Kill Files
20759 @section Converting Kill Files
20760 @cindex kill files
20761 @cindex converting kill files
20762
20763 If you have loads of old kill files, you may want to convert them into
20764 score files. If they are ``regular'', you can use
20765 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20766 by hand.
20767
20768 The kill to score conversion package isn't included in Emacs by default.
20769 You can fetch it from the contrib directory of the Gnus distribution or
20770 from
20771 @uref{http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20772
20773 If your old kill files are very complex---if they contain more
20774 non-@code{gnus-kill} forms than not, you'll have to convert them by
20775 hand. Or just let them be as they are. Gnus will still use them as
20776 before.
20777
20778
20779 @node Advanced Scoring
20780 @section Advanced Scoring
20781
20782 Scoring on Subjects and From headers is nice enough, but what if you're
20783 really interested in what a person has to say only when she's talking
20784 about a particular subject? Or what if you really don't want to
20785 read what person A has to say when she's following up to person B, but
20786 want to read what she says when she's following up to person C?
20787
20788 By using advanced scoring rules you may create arbitrarily complex
20789 scoring patterns.
20790
20791 @menu
20792 * Advanced Scoring Syntax:: A definition.
20793 * Advanced Scoring Examples:: What they look like.
20794 * Advanced Scoring Tips:: Getting the most out of it.
20795 @end menu
20796
20797
20798 @node Advanced Scoring Syntax
20799 @subsection Advanced Scoring Syntax
20800
20801 Ordinary scoring rules have a string as the first element in the rule.
20802 Advanced scoring rules have a list as the first element. The second
20803 element is the score to be applied if the first element evaluated to a
20804 non-@code{nil} value.
20805
20806 These lists may consist of three logical operators, one redirection
20807 operator, and various match operators.
20808
20809 Logical operators:
20810
20811 @table @code
20812 @item &
20813 @itemx and
20814 This logical operator will evaluate each of its arguments until it finds
20815 one that evaluates to @code{false}, and then it'll stop. If all arguments
20816 evaluate to @code{true} values, then this operator will return
20817 @code{true}.
20818
20819 @item |
20820 @itemx or
20821 This logical operator will evaluate each of its arguments until it finds
20822 one that evaluates to @code{true}. If no arguments are @code{true},
20823 then this operator will return @code{false}.
20824
20825 @item !
20826 @itemx not
20827 @itemx ¬
20828 This logical operator only takes a single argument. It returns the
20829 logical negation of the value of its argument.
20830
20831 @end table
20832
20833 There is an @dfn{indirection operator} that will make its arguments
20834 apply to the ancestors of the current article being scored. For
20835 instance, @code{1-} will make score rules apply to the parent of the
20836 current article. @code{2-} will make score rules apply to the
20837 grandparent of the current article. Alternatively, you can write
20838 @code{^^}, where the number of @code{^}s (carets) says how far back into
20839 the ancestry you want to go.
20840
20841 Finally, we have the match operators. These are the ones that do the
20842 real work. Match operators are header name strings followed by a match
20843 and a match type. A typical match operator looks like @samp{("from"
20844 "Lars Ingebrigtsen" s)}. The header names are the same as when using
20845 simple scoring, and the match types are also the same.
20846
20847
20848 @node Advanced Scoring Examples
20849 @subsection Advanced Scoring Examples
20850
20851 Please note that the following examples are score file rules. To
20852 make a complete score file from them, surround them with another pair
20853 of parentheses.
20854
20855 Let's say you want to increase the score of articles written by Lars
20856 when he's talking about Gnus:
20857
20858 @example
20859 @group
20860 ((&
20861 ("from" "Lars Ingebrigtsen")
20862 ("subject" "Gnus"))
20863 1000)
20864 @end group
20865 @end example
20866
20867 Quite simple, huh?
20868
20869 When he writes long articles, he sometimes has something nice to say:
20870
20871 @example
20872 ((&
20873 ("from" "Lars Ingebrigtsen")
20874 (|
20875 ("subject" "Gnus")
20876 ("lines" 100 >)))
20877 1000)
20878 @end example
20879
20880 However, when he responds to things written by Reig Eigil Logge, you
20881 really don't want to read what he's written:
20882
20883 @example
20884 ((&
20885 ("from" "Lars Ingebrigtsen")
20886 (1- ("from" "Reig Eigil Logge")))
20887 -100000)
20888 @end example
20889
20890 Everybody that follows up Redmondo when he writes about disappearing
20891 socks should have their scores raised, but only when they talk about
20892 white socks. However, when Lars talks about socks, it's usually not
20893 very interesting:
20894
20895 @example
20896 ((&
20897 (1-
20898 (&
20899 ("from" "redmondo@@.*no" r)
20900 ("body" "disappearing.*socks" t)))
20901 (! ("from" "Lars Ingebrigtsen"))
20902 ("body" "white.*socks"))
20903 1000)
20904 @end example
20905
20906 Suppose you're reading a high volume group and you're only interested
20907 in replies. The plan is to score down all articles that don't have
20908 subject that begin with "Re:", "Fw:" or "Fwd:" and then score up all
20909 parents of articles that have subjects that begin with reply marks.
20910
20911 @example
20912 ((! ("subject" "re:\\|fwd?:" r))
20913 -200)
20914 ((1- ("subject" "re:\\|fwd?:" r))
20915 200)
20916 @end example
20917
20918 The possibilities are endless.
20919
20920 @node Advanced Scoring Tips
20921 @subsection Advanced Scoring Tips
20922
20923 The @code{&} and @code{|} logical operators do short-circuit logic.
20924 That is, they stop processing their arguments when it's clear what the
20925 result of the operation will be. For instance, if one of the arguments
20926 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20927 the rest of the arguments. This means that you should put slow matches
20928 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20929 @samp{subject}) first.
20930
20931 The indirection arguments (@code{1-} and so on) will make their
20932 arguments work on previous generations of the thread. If you say
20933 something like:
20934
20935 @example
20936 ...
20937 (1-
20938 (1-
20939 ("from" "lars")))
20940 ...
20941 @end example
20942
20943 Then that means ``score on the from header of the grandparent of the
20944 current article''. An indirection is quite fast, but it's better to say:
20945
20946 @example
20947 (1-
20948 (&
20949 ("from" "Lars")
20950 ("subject" "Gnus")))
20951 @end example
20952
20953 than it is to say:
20954
20955 @example
20956 (&
20957 (1- ("from" "Lars"))
20958 (1- ("subject" "Gnus")))
20959 @end example
20960
20961
20962 @node Score Decays
20963 @section Score Decays
20964 @cindex score decays
20965 @cindex decays
20966
20967 You may find that your scores have a tendency to grow without
20968 bounds, especially if you're using adaptive scoring. If scores get too
20969 big, they lose all meaning---they simply max out and it's difficult to
20970 use them in any sensible way.
20971
20972 @vindex gnus-decay-scores
20973 @findex gnus-decay-score
20974 @vindex gnus-decay-score-function
20975 Gnus provides a mechanism for decaying scores to help with this problem.
20976 When score files are loaded and @code{gnus-decay-scores} is
20977 non-@code{nil}, Gnus will run the score files through the decaying
20978 mechanism thereby lowering the scores of all non-permanent score rules.
20979 If @code{gnus-decay-scores} is a regexp, only score files matching this
20980 regexp are treated. E.g., you may set it to @samp{\\.ADAPT\\'} if only
20981 @emph{adaptive} score files should be decayed. The decay itself if
20982 performed by the @code{gnus-decay-score-function} function, which is
20983 @code{gnus-decay-score} by default. Here's the definition of that
20984 function:
20985
20986 @lisp
20987 (defun gnus-decay-score (score)
20988 "Decay SCORE according to `gnus-score-decay-constant'
20989 and `gnus-score-decay-scale'."
20990 (let ((n (- score
20991 (* (if (< score 0) -1 1)
20992 (min (abs score)
20993 (max gnus-score-decay-constant
20994 (* (abs score)
20995 gnus-score-decay-scale)))))))
20996 (if (and (featurep 'xemacs)
20997 ;; XEmacs's floor can handle only the floating point
20998 ;; number below the half of the maximum integer.
20999 (> (abs n) (lsh -1 -2)))
21000 (string-to-number
21001 (car (split-string (number-to-string n) "\\.")))
21002 (floor n))))
21003 @end lisp
21004
21005 @vindex gnus-score-decay-scale
21006 @vindex gnus-score-decay-constant
21007 @code{gnus-score-decay-constant} is 3 by default and
21008 @code{gnus-score-decay-scale} is 0.05. This should cause the following:
21009
21010 @enumerate
21011 @item
21012 Scores between -3 and 3 will be set to 0 when this function is called.
21013
21014 @item
21015 Scores with magnitudes between 3 and 60 will be shrunk by 3.
21016
21017 @item
21018 Scores with magnitudes greater than 60 will be shrunk by 5% of the
21019 score.
21020 @end enumerate
21021
21022 If you don't like this decay function, write your own. It is called
21023 with the score to be decayed as its only parameter, and it should return
21024 the new score, which should be an integer.
21025
21026 Gnus will try to decay scores once a day. If you haven't run Gnus for
21027 four days, Gnus will decay the scores four times, for instance.
21028
21029 @node Searching
21030 @chapter Searching
21031 @cindex searching
21032
21033 FIXME: Add a brief overview of Gnus search capabilities. A brief
21034 comparison of nnir, nnmairix, contrib/gnus-namazu would be nice
21035 as well.
21036
21037 This chapter describes tools for searching groups and servers for
21038 articles matching a query and then retrieving those articles. Gnus
21039 provides a simpler mechanism for searching through articles in a summary buffer
21040 to find those matching a pattern. @xref{Searching for Articles}.
21041
21042 @menu
21043 * nnir:: Searching with various engines.
21044 * nnmairix:: Searching with Mairix.
21045 @end menu
21046
21047 @node nnir
21048 @section nnir
21049 @cindex nnir
21050
21051 This section describes how to use @code{nnir} to search for articles
21052 within gnus.
21053
21054 @menu
21055 * What is nnir?:: What does @code{nnir} do?
21056 * Basic Usage:: How to perform simple searches.
21057 * Setting up nnir:: How to set up @code{nnir}.
21058 @end menu
21059
21060 @node What is nnir?
21061 @subsection What is nnir?
21062
21063 @code{nnir} is a Gnus interface to a number of tools for searching
21064 through mail and news repositories. Different backends (like
21065 @code{nnimap} and @code{nntp}) work with different tools (called
21066 @dfn{engines} in @code{nnir} lingo), but all use the same basic search
21067 interface.
21068
21069 The @code{nnimap} and @code{gmane} search engines should work with no
21070 configuration. Other engines require a local index that needs to be
21071 created and maintained outside of Gnus.
21072
21073
21074 @node Basic Usage
21075 @subsection Basic Usage
21076
21077 In the group buffer typing @kbd{G G} will search the group on the
21078 current line by calling @code{gnus-group-make-nnir-group}. This prompts
21079 for a query string, creates an ephemeral @code{nnir} group containing
21080 the articles that match this query, and takes you to a summary buffer
21081 showing these articles. Articles may then be read, moved and deleted
21082 using the usual commands.
21083
21084 The @code{nnir} group made in this way is an @code{ephemeral} group, and
21085 some changes are not permanent: aside from reading, moving, and
21086 deleting, you can't act on the original article. But there is an
21087 alternative: you can @emph{warp} to the original group for the article
21088 on the current line with @kbd{A W}, aka
21089 @code{gnus-warp-to-article}. Even better, the function
21090 @code{gnus-summary-refer-thread}, bound by default in summary buffers to
21091 @kbd{A T}, will first warp to the original group before it works its
21092 magic and includes all the articles in the thread. From here you can
21093 read, move and delete articles, but also copy them, alter article marks,
21094 whatever. Go nuts.
21095
21096 You say you want to search more than just the group on the current line?
21097 No problem: just process-mark the groups you want to search. You want
21098 even more? Calling for an nnir search with the cursor on a topic heading
21099 will search all the groups under that heading.
21100
21101 Still not enough? OK, in the server buffer
21102 @code{gnus-group-make-nnir-group} (now bound to @kbd{G}) will search all
21103 groups from the server on the current line. Too much? Want to ignore
21104 certain groups when searching, like spam groups? Just customize
21105 @code{nnir-ignored-newsgroups}.
21106
21107 One more thing: individual search engines may have special search
21108 features. You can access these special features by giving a prefix-arg
21109 to @code{gnus-group-make-nnir-group}. If you are searching multiple
21110 groups with different search engines you will be prompted for the
21111 special search features for each engine separately.
21112
21113
21114 @node Setting up nnir
21115 @subsection Setting up nnir
21116
21117 To set up nnir you may need to do some prep work. Firstly, you may need
21118 to configure the search engines you plan to use. Some of them, like
21119 @code{imap} and @code{gmane}, need no special configuration. Others,
21120 like @code{namazu} and @code{swish}, require configuration as described
21121 below. Secondly, you need to associate a search engine with a server or
21122 a backend.
21123
21124 If you just want to use the @code{imap} engine to search @code{nnimap}
21125 servers, and the @code{gmane} engine to search @code{gmane} then you
21126 don't have to do anything. But you might want to read the details of the
21127 query language anyway.
21128
21129 @menu
21130 * Associating Engines:: How to associate engines.
21131 * The imap Engine:: Imap configuration and usage.
21132 * The gmane Engine:: Gmane configuration and usage.
21133 * The swish++ Engine:: Swish++ configuration and usage.
21134 * The swish-e Engine:: Swish-e configuration and usage.
21135 * The namazu Engine:: Namazu configuration and usage.
21136 * The hyrex Engine:: Hyrex configuration and usage.
21137 * Customizations:: User customizable settings.
21138 @end menu
21139
21140 @node Associating Engines
21141 @subsubsection Associating Engines
21142
21143
21144 When searching a group, @code{nnir} needs to know which search engine to
21145 use. You can configure a given server to use a particular engine by
21146 setting the server variable @code{nnir-search-engine} to the engine
21147 name. For example to use the @code{namazu} engine to search the server
21148 named @code{home} you can use
21149
21150 @lisp
21151 (setq gnus-secondary-select-methods
21152 '((nnml "home"
21153 (nnimap-address "localhost")
21154 (nnir-search-engine namazu))))
21155 @end lisp
21156
21157 Alternatively you might want to use a particular engine for all servers
21158 with a given backend. For example, you might want to use the @code{imap}
21159 engine for all servers using the @code{nnimap} backend. In this case you
21160 can customize the variable @code{nnir-method-default-engines}. This is
21161 an alist of pairs of the form @code{(backend . engine)}. By default this
21162 variable is set to use the @code{imap} engine for all servers using the
21163 @code{nnimap} backend, and the @code{gmane} backend for @code{nntp}
21164 servers. (Don't worry, the @code{gmane} search engine won't actually try
21165 to search non-gmane @code{nntp} servers.) But if you wanted to use
21166 @code{namazu} for all your servers with an @code{nnimap} backend you
21167 could change this to
21168
21169 @lisp
21170 '((nnimap . namazu)
21171 (nntp . gmane))
21172 @end lisp
21173
21174 @node The imap Engine
21175 @subsubsection The imap Engine
21176
21177 The @code{imap} engine requires no configuration.
21178
21179 Queries using the @code{imap} engine follow a simple query language.
21180 The search is always case-insensitive and supports the following
21181 features (inspired by the Google search input language):
21182
21183 @table @samp
21184
21185 @item Boolean query operators
21186 AND, OR, and NOT are supported, and parentheses can be used to control
21187 operator precedence, e.g., (emacs OR xemacs) AND linux. Note that
21188 operators must be written with all capital letters to be
21189 recognized. Also preceding a term with a @minus{} sign is equivalent to NOT
21190 term.
21191
21192 @item Automatic AND queries
21193 If you specify multiple words then they will be treated as an AND
21194 expression intended to match all components.
21195
21196 @item Phrase searches
21197 If you wrap your query in double-quotes then it will be treated as a
21198 literal string.
21199
21200 @end table
21201
21202 By default the whole message will be searched. The query can be limited
21203 to a specific part of a message by using a prefix-arg. After inputting
21204 the query this will prompt (with completion) for a message part.
21205 Choices include ``Whole message'', ``Subject'', ``From'', and
21206 ``To''. Any unrecognized input is interpreted as a header name. For
21207 example, typing @kbd{Message-ID} in response to this prompt will limit
21208 the query to the Message-ID header.
21209
21210 Finally selecting ``Imap'' will interpret the query as a raw
21211 @acronym{IMAP} search query. The format of such queries can be found in
21212 RFC3501.
21213
21214 If you don't like the default of searching whole messages you can
21215 customize @code{nnir-imap-default-search-key}. For example to use
21216 @acronym{IMAP} queries by default
21217
21218 @lisp
21219 (setq nnir-imap-default-search-key "Imap")
21220 @end lisp
21221
21222 @node The gmane Engine
21223 @subsubsection The gmane Engine
21224
21225 The @code{gmane} engine requires no configuration.
21226
21227 Gmane queries follow a simple query language:
21228
21229 @table @samp
21230 @item Boolean query operators
21231 AND, OR, NOT (or AND NOT), and XOR are supported, and brackets can be
21232 used to control operator precedence, e.g., (emacs OR xemacs) AND linux.
21233 Note that operators must be written with all capital letters to be
21234 recognized.
21235
21236 @item Required and excluded terms
21237 + and @minus{} can be used to require or exclude terms, e.g., football
21238 @minus{}american
21239
21240 @item Unicode handling
21241 The search engine converts all text to utf-8, so searching should work
21242 in any language.
21243
21244 @item Stopwords
21245 Common English words (like 'the' and 'a') are ignored by default. You
21246 can override this by prefixing such words with a + (e.g., +the) or
21247 enclosing the word in quotes (e.g., "the").
21248
21249 @end table
21250
21251 The query can be limited to articles by a specific author using a
21252 prefix-arg. After inputting the query this will prompt for an author
21253 name (or part of a name) to match.
21254
21255 @node The swish++ Engine
21256 @subsubsection The swish++ Engine
21257
21258 FIXME: Say something more here.
21259
21260 Documentation for swish++ may be found at the swish++ sourceforge page:
21261 @uref{http://swishplusplus.sourceforge.net}
21262
21263 @table @code
21264
21265 @item nnir-swish++-program
21266 The name of the swish++ executable. Defaults to @code{search}
21267
21268 @item nnir-swish++-additional-switches
21269 A list of strings to be given as additional arguments to
21270 swish++. @code{nil} by default.
21271
21272 @item nnir-swish++-remove-prefix
21273 The prefix to remove from each file name returned by swish++ in order
21274 to get a group name. By default this is @code{$HOME/Mail}.
21275
21276 @end table
21277
21278 @node The swish-e Engine
21279 @subsubsection The swish-e Engine
21280
21281 FIXME: Say something more here.
21282
21283 Documentation for swish-e may be found at the swish-e homepage
21284 @uref{http://swish-e.org}
21285
21286 @table @code
21287
21288 @item nnir-swish-e-program
21289 The name of the swish-e search program. Defaults to @code{swish-e}.
21290
21291 @item nnir-swish-e-additional-switches
21292 A list of strings to be given as additional arguments to
21293 swish-e. @code{nil} by default.
21294
21295 @item nnir-swish-e-remove-prefix
21296 The prefix to remove from each file name returned by swish-e in order
21297 to get a group name. By default this is @code{$HOME/Mail}.
21298
21299 @end table
21300
21301 @node The namazu Engine
21302 @subsubsection The namazu Engine
21303
21304 Using the namazu engine requires creating and maintaining index files.
21305 One directory should contain all the index files, and nnir must be told
21306 where to find them by setting the @code{nnir-namazu-index-directory}
21307 variable.
21308
21309 To work correctly the @code{nnir-namazu-remove-prefix} variable must
21310 also be correct. This is the prefix to remove from each file name
21311 returned by Namazu in order to get a proper group name (albeit with `/'
21312 instead of `.').
21313
21314 For example, suppose that Namazu returns file names such as
21315 @samp{/home/john/Mail/mail/misc/42}. For this example, use the
21316 following setting: @code{(setq nnir-namazu-remove-prefix
21317 "/home/john/Mail/")} Note the trailing slash. Removing this prefix from
21318 the directory gives @samp{mail/misc/42}. @code{nnir} knows to remove
21319 the @samp{/42} and to replace @samp{/} with @samp{.} to arrive at the
21320 correct group name @samp{mail.misc}.
21321
21322 Extra switches may be passed to the namazu search command by setting the
21323 variable @code{nnir-namazu-additional-switches}. It is particularly
21324 important not to pass any any switches to namazu that will change the
21325 output format. Good switches to use include `--sort', `--ascending',
21326 `--early' and `--late'. Refer to the Namazu documentation for further
21327 information on valid switches.
21328
21329 Mail must first be indexed with the `mknmz' program. Read the documentation
21330 for namazu to create a configuration file. Here is an example:
21331
21332 @cartouche
21333 @example
21334 package conf; # Don't remove this line!
21335
21336 # Paths which will not be indexed. Don't use `^' or `$' anchors.
21337 $EXCLUDE_PATH = "spam|sent";
21338
21339 # Header fields which should be searchable. case-insensitive
21340 $REMAIN_HEADER = "from|date|message-id|subject";
21341
21342 # Searchable fields. case-insensitive
21343 $SEARCH_FIELD = "from|date|message-id|subject";
21344
21345 # The max length of a word.
21346 $WORD_LENG_MAX = 128;
21347
21348 # The max length of a field.
21349 $MAX_FIELD_LENGTH = 256;
21350 @end example
21351 @end cartouche
21352
21353 For this example, mail is stored in the directories @samp{~/Mail/mail/},
21354 @samp{~/Mail/lists/} and @samp{~/Mail/archive/}, so to index them go to
21355 the index directory set in @code{nnir-namazu-index-directory} and issue
21356 the following command:
21357
21358 @example
21359 mknmz --mailnews ~/Mail/archive/ ~/Mail/mail/ ~/Mail/lists/
21360 @end example
21361
21362 For maximum searching efficiency you might want to have a cron job run
21363 this command periodically, say every four hours.
21364
21365 @node The hyrex Engine
21366 @subsubsection The hyrex Engine
21367 This engine is obsolete.
21368
21369 @node Customizations
21370 @subsubsection Customizations
21371
21372 @table @code
21373
21374 @item nnir-method-default-engines
21375 Alist of pairs of server backends and search engines. The default associations
21376 are
21377 @example
21378 (nnimap . imap)
21379 (nntp . gmane)
21380 @end example
21381
21382 @item nnir-ignored-newsgroups
21383 A regexp to match newsgroups in the active file that should be skipped
21384 when searching all groups on a server.
21385
21386 @item nnir-summary-line-format
21387 The format specification to be used for lines in an nnir summary buffer.
21388 All the items from `gnus-summary-line-format' are available, along with
21389 three items unique to nnir summary buffers:
21390
21391 @example
21392 %Z Search retrieval score value (integer)
21393 %G Article original full group name (string)
21394 %g Article original short group name (string)
21395 @end example
21396
21397 If nil (the default) this will use @code{gnus-summary-line-format}.
21398
21399 @item nnir-retrieve-headers-override-function
21400 If non-nil, a function that retrieves article headers rather than using
21401 the gnus built-in function. This function takes an article list and
21402 group as arguments and populates the `nntp-server-buffer' with the
21403 retrieved headers. It should then return either 'nov or 'headers
21404 indicating the retrieved header format. Failure to retrieve headers
21405 should return @code{nil}
21406
21407 If this variable is nil, or if the provided function returns nil for a
21408 search result, @code{gnus-retrieve-headers} will be called instead."
21409
21410
21411 @end table
21412
21413
21414 @node nnmairix
21415 @section nnmairix
21416
21417 @cindex mairix
21418 @cindex nnmairix
21419 This paragraph describes how to set up mairix and the back end
21420 @code{nnmairix} for indexing and searching your mail from within
21421 Gnus. Additionally, you can create permanent ``smart'' groups which are
21422 bound to mairix searches and are automatically updated.
21423
21424 @menu
21425 * About mairix:: About the mairix mail search engine
21426 * nnmairix requirements:: What you will need for using nnmairix
21427 * What nnmairix does:: What does nnmairix actually do?
21428 * Setting up mairix:: Set up your mairix installation
21429 * Configuring nnmairix:: Set up the nnmairix back end
21430 * nnmairix keyboard shortcuts:: List of available keyboard shortcuts
21431 * Propagating marks:: How to propagate marks from nnmairix groups
21432 * nnmairix tips and tricks:: Some tips, tricks and examples
21433 * nnmairix caveats:: Some more stuff you might want to know
21434 @end menu
21435
21436 @c FIXME: The markup in this section might need improvement.
21437 @c E.g., adding @samp, @var, @file, @command, etc.
21438 @c Cf. (info "(texinfo)Indicating")
21439
21440 @node About mairix
21441 @subsection About mairix
21442
21443 Mairix is a tool for indexing and searching words in locally stored
21444 mail. It was written by Richard Curnow and is licensed under the
21445 GPL@. Mairix comes with most popular GNU/Linux distributions, but it also
21446 runs under Windows (with cygwin), Mac OS X and Solaris. The homepage can
21447 be found at
21448 @uref{http://www.rpcurnow.force9.co.uk/mairix/index.html}
21449
21450 Though mairix might not be as flexible as other search tools like
21451 swish++ or namazu, which you can use via the @code{nnir} back end, it
21452 has the prime advantage of being incredibly fast. On current systems, it
21453 can easily search through headers and message bodies of thousands and
21454 thousands of mails in well under a second. Building the database
21455 necessary for searching might take a minute or two, but only has to be
21456 done once fully. Afterwards, the updates are done incrementally and
21457 therefore are really fast, too. Additionally, mairix is very easy to set
21458 up.
21459
21460 For maximum speed though, mairix should be used with mails stored in
21461 @code{Maildir} or @code{MH} format (this includes the @code{nnml} back
21462 end), although it also works with mbox. Mairix presents the search
21463 results by populating a @emph{virtual} maildir/MH folder with symlinks
21464 which point to the ``real'' message files (if mbox is used, copies are
21465 made). Since mairix already presents search results in such a virtual
21466 mail folder, it is very well suited for using it as an external program
21467 for creating @emph{smart} mail folders, which represent certain mail
21468 searches.
21469
21470 @node nnmairix requirements
21471 @subsection nnmairix requirements
21472
21473 Mairix searches local mail---that means, mairix absolutely must have
21474 direct access to your mail folders. If your mail resides on another
21475 server (e.g., an @acronym{IMAP} server) and you happen to have shell
21476 access, @code{nnmairix} supports running mairix remotely, e.g., via ssh.
21477
21478 Additionally, @code{nnmairix} only supports the following Gnus back
21479 ends: @code{nnml}, @code{nnmaildir}, and @code{nnimap}. You must use
21480 one of these back ends for using @code{nnmairix}. Other back ends, like
21481 @code{nnmbox}, @code{nnfolder} or @code{nnmh}, won't work.
21482
21483 If you absolutely must use mbox and still want to use @code{nnmairix},
21484 you can set up a local @acronym{IMAP} server, which you then access via
21485 @code{nnimap}. This is a rather massive setup for accessing some mbox
21486 files, so just change to MH or Maildir already... However, if you're
21487 really, really passionate about using mbox, you might want to look into
21488 the package @file{mairix.el}, which comes with Emacs 23.
21489
21490 @node What nnmairix does
21491 @subsection What nnmairix does
21492
21493 The back end @code{nnmairix} enables you to call mairix from within Gnus,
21494 either to query mairix with a search term or to update the
21495 database. While visiting a message in the summary buffer, you can use
21496 several pre-defined shortcuts for calling mairix, e.g., to quickly
21497 search for all mails from the sender of the current message or to
21498 display the whole thread associated with the message, even if the
21499 mails are in different folders.
21500
21501 Additionally, you can create permanent @code{nnmairix} groups which are bound
21502 to certain mairix searches. This way, you can easily create a group
21503 containing mails from a certain sender, with a certain subject line or
21504 even for one specific thread based on the Message-ID@. If you check for
21505 new mail in these folders (e.g., by pressing @kbd{g} or @kbd{M-g}), they
21506 automatically update themselves by calling mairix.
21507
21508 You might ask why you need @code{nnmairix} at all, since mairix already
21509 creates the group, populates it with links to the mails so that you can
21510 then access it with Gnus, right? Well, this @emph{might} work, but often
21511 does not---at least not without problems. Most probably you will get
21512 strange article counts, and sometimes you might see mails which Gnus
21513 claims have already been canceled and are inaccessible. This is due to
21514 the fact that Gnus isn't really amused when things are happening behind
21515 its back. Another problem can be the mail back end itself, e.g., if you
21516 use mairix with an @acronym{IMAP} server (I had Dovecot complaining
21517 about corrupt index files when mairix changed the contents of the search
21518 group). Using @code{nnmairix} should circumvent these problems.
21519
21520 @code{nnmairix} is not really a mail back end---it's actually more like
21521 a wrapper, sitting between a ``real'' mail back end where mairix stores
21522 the searches and the Gnus front end. You can choose between three
21523 different mail back ends for the mairix folders: @code{nnml},
21524 @code{nnmaildir} or @code{nnimap}. @code{nnmairix} will call the mairix
21525 binary so that the search results are stored in folders named
21526 @code{zz_mairix-<NAME>-<NUMBER>} on this mail back end, but it will
21527 present these folders in the Gnus front end only with @code{<NAME>}.
21528 You can use an existing mail back end where you already store your mail,
21529 but if you're uncomfortable with @code{nnmairix} creating new mail
21530 groups alongside your other mail, you can also create, e.g., a new
21531 @code{nnmaildir} or @code{nnml} server exclusively for mairix, but then
21532 make sure those servers do not accidentally receive your new mail
21533 (@pxref{nnmairix caveats}). A special case exists if you want to use
21534 mairix remotely on an IMAP server with @code{nnimap}---here the mairix
21535 folders and your other mail must be on the same @code{nnimap} back end.
21536
21537 @node Setting up mairix
21538 @subsection Setting up mairix
21539
21540 First: create a backup of your mail folders (@pxref{nnmairix caveats}).
21541
21542 Setting up mairix is easy: simply create a @file{.mairixrc} file with
21543 (at least) the following entries:
21544
21545 @example
21546 # Your Maildir/MH base folder
21547 base=~/Maildir
21548 @end example
21549
21550 This is the base folder for your mails. All the following directories
21551 are relative to this base folder. If you want to use @code{nnmairix}
21552 with @code{nnimap}, this base directory has to point to the mail
21553 directory where the @acronym{IMAP} server stores the mail folders!
21554
21555 @example
21556 maildir= ... your maildir folders which should be indexed ...
21557 mh= ... your nnml/mh folders which should be indexed ...
21558 mbox = ... your mbox files which should be indexed ...
21559 @end example
21560
21561 This specifies all your mail folders and mbox files (relative to the
21562 base directory!) you want to index with mairix. Note that the
21563 @code{nnml} back end saves mails in MH format, so you have to put those
21564 directories in the @code{mh} line. See the example at the end of this
21565 section and mairixrc's man-page for further details.
21566
21567 @example
21568 omit=zz_mairix-*
21569 @end example
21570
21571 @vindex nnmairix-group-prefix
21572 This should make sure that you don't accidentally index the mairix
21573 search results. You can change the prefix of these folders with the
21574 variable @code{nnmairix-group-prefix}.
21575
21576 @example
21577 mformat= ... 'maildir' or 'mh' ...
21578 database= ... location of database file ...
21579 @end example
21580
21581 The @code{format} setting specifies the output format for the mairix
21582 search folder. Set this to @code{mh} if you want to access search results
21583 with @code{nnml}. Otherwise choose @code{maildir}.
21584
21585 To summarize, here is my shortened @file{.mairixrc} file as an example:
21586
21587 @example
21588 base=~/Maildir
21589 maildir=.personal:.work:.logcheck:.sent
21590 mh=../Mail/nnml/*...
21591 mbox=../mboxmail/mailarchive_year*
21592 mformat=maildir
21593 omit=zz_mairix-*
21594 database=~/.mairixdatabase
21595 @end example
21596
21597 In this case, the base directory is @file{~/Maildir}, where all my Maildir
21598 folders are stored. As you can see, the folders are separated by
21599 colons. If you wonder why every folder begins with a dot: this is
21600 because I use Dovecot as @acronym{IMAP} server, which again uses
21601 @code{Maildir++} folders. For testing nnmairix, I also have some
21602 @code{nnml} mail, which is saved in @file{~/Mail/nnml}. Since this has
21603 to be specified relative to the @code{base} directory, the @code{../Mail}
21604 notation is needed. Note that the line ends in @code{*...}, which means
21605 to recursively scan all files under this directory. Without the three
21606 dots, the wildcard @code{*} will not work recursively. I also have some
21607 old mbox files with archived mail lying around in @file{~/mboxmail}.
21608 The other lines should be obvious.
21609
21610 See the man page for @code{mairixrc} for details and further options,
21611 especially regarding wildcard usage, which may be a little different
21612 than you are used to.
21613
21614 Now simply call @code{mairix} to create the index for the first time.
21615 Note that this may take a few minutes, but every following index will do
21616 the updates incrementally and hence is very fast.
21617
21618 @node Configuring nnmairix
21619 @subsection Configuring nnmairix
21620
21621 In group mode, type @kbd{G b c}
21622 (@code{nnmairix-create-server-and-default-group}). This will ask you for all
21623 necessary information and create a @code{nnmairix} server as a foreign
21624 server. You will have to specify the following:
21625
21626 @itemize @bullet
21627
21628 @item
21629 The @strong{name} of the @code{nnmairix} server---choose whatever you
21630 want.
21631
21632 @item
21633 The name of the @strong{back end server} where mairix should store its
21634 searches. This must be a full server name, like @code{nnml:mymail}.
21635 Just hit @kbd{TAB} to see the available servers. Currently, servers
21636 which are accessed through @code{nnmaildir}, @code{nnimap} and
21637 @code{nnml} are supported. As explained above, for locally stored
21638 mails, this can be an existing server where you store your mails.
21639 However, you can also create, e.g., a new @code{nnmaildir} or @code{nnml}
21640 server exclusively for @code{nnmairix} in your secondary select methods
21641 (@pxref{Finding the News}). If you use a secondary @code{nnml} server
21642 just for mairix, make sure that you explicitly set the server variable
21643 @code{nnml-get-new-mail} to @code{nil}, or you might lose mail
21644 (@pxref{nnmairix caveats}). If you want to use mairix remotely on an
21645 @acronym{IMAP} server, you have to choose the corresponding
21646 @code{nnimap} server here.
21647
21648 @item
21649 @vindex nnmairix-mairix-search-options
21650 The @strong{command} to call the mairix binary. This will usually just
21651 be @code{mairix}, but you can also choose something like @code{ssh
21652 SERVER mairix} if you want to call mairix remotely, e.g., on your
21653 @acronym{IMAP} server. If you want to add some default options to
21654 mairix, you could do this here, but better use the variable
21655 @code{nnmairix-mairix-search-options} instead.
21656
21657 @item
21658 The name of the @strong{default search group}. This will be the group
21659 where all temporary mairix searches are stored, i.e., all searches which
21660 are not bound to permanent @code{nnmairix} groups. Choose whatever you
21661 like.
21662
21663 @item
21664 If the mail back end is @code{nnimap} or @code{nnmaildir}, you will be
21665 asked if you work with @strong{Maildir++}, i.e., with hidden maildir
21666 folders (=beginning with a dot). For example, you have to answer
21667 @samp{yes} here if you work with the Dovecot @acronym{IMAP}
21668 server. Otherwise, you should answer @samp{no} here.
21669
21670 @end itemize
21671
21672 @node nnmairix keyboard shortcuts
21673 @subsection nnmairix keyboard shortcuts
21674
21675 In group mode:
21676
21677 @table @kbd
21678
21679 @item G b c
21680 @kindex G b c (Group)
21681 @findex nnmairix-create-server-and-default-group
21682 Creates @code{nnmairix} server and default search group for this server
21683 (@code{nnmairix-create-server-and-default-group}). You should have done
21684 this by now (@pxref{Configuring nnmairix}).
21685
21686 @item G b s
21687 @kindex G b s (Group)
21688 @findex nnmairix-search
21689 Prompts for query which is then sent to the mairix binary. Search
21690 results are put into the default search group which is automatically
21691 displayed (@code{nnmairix-search}).
21692
21693 @item G b m
21694 @kindex G b m (Group)
21695 @findex nnmairix-widget-search
21696 Allows you to create a mairix search or a permanent group more
21697 comfortably using graphical widgets, similar to a customization
21698 group. Just try it to see how it works (@code{nnmairix-widget-search}).
21699
21700 @item G b i
21701 @kindex G b i (Group)
21702 @findex nnmairix-search-interactive
21703 Another command for creating a mairix query more comfortably, but uses
21704 only the minibuffer (@code{nnmairix-search-interactive}).
21705
21706 @item G b g
21707 @kindex G b g (Group)
21708 @findex nnmairix-create-search-group
21709 Creates a permanent group which is associated with a search query
21710 (@code{nnmairix-create-search-group}). The @code{nnmairix} back end
21711 automatically calls mairix when you update this group with @kbd{g} or
21712 @kbd{M-g}.
21713
21714 @item G b q
21715 @kindex G b q (Group)
21716 @findex nnmairix-group-change-query-this-group
21717 Changes the search query for the @code{nnmairix} group under cursor
21718 (@code{nnmairix-group-change-query-this-group}).
21719
21720 @item G b t
21721 @kindex G b t (Group)
21722 @findex nnmairix-group-toggle-threads-this-group
21723 Toggles the 'threads' parameter for the @code{nnmairix} group under cursor,
21724 i.e., if you want see the whole threads of the found messages
21725 (@code{nnmairix-group-toggle-threads-this-group}).
21726
21727 @item G b u
21728 @kindex G b u (Group)
21729 @findex nnmairix-update-database
21730 @vindex nnmairix-mairix-update-options
21731 Calls mairix binary for updating the database
21732 (@code{nnmairix-update-database}). The default parameters are @code{-F}
21733 and @code{-Q} for making this as fast as possible (see variable
21734 @code{nnmairix-mairix-update-options} for defining these default
21735 options).
21736
21737 @item G b r
21738 @kindex G b r (Group)
21739 @findex nnmairix-group-toggle-readmarks-this-group
21740 Keep articles in this @code{nnmairix} group always read or unread, or leave the
21741 marks unchanged (@code{nnmairix-group-toggle-readmarks-this-group}).
21742
21743 @item G b d
21744 @kindex G b d (Group)
21745 @findex nnmairix-group-delete-recreate-this-group
21746 Recreate @code{nnmairix} group on the ``real'' mail back end
21747 (@code{nnmairix-group-delete-recreate-this-group}). You can do this if
21748 you always get wrong article counts with a @code{nnmairix} group.
21749
21750 @item G b a
21751 @kindex G b a (Group)
21752 @findex nnmairix-group-toggle-allowfast-this-group
21753 Toggles the @code{allow-fast} parameters for group under cursor
21754 (@code{nnmairix-group-toggle-allowfast-this-group}). The default
21755 behavior of @code{nnmairix} is to do a mairix search every time you
21756 update or enter the group. With the @code{allow-fast} parameter set,
21757 mairix will only be called when you explicitly update the group, but not
21758 upon entering. This makes entering the group faster, but it may also
21759 lead to dangling symlinks if something changed between updating and
21760 entering the group which is not yet in the mairix database.
21761
21762 @item G b p
21763 @kindex G b p (Group)
21764 @findex nnmairix-group-toggle-propmarks-this-group
21765 Toggle marks propagation for this group
21766 (@code{nnmairix-group-toggle-propmarks-this-group}). (@pxref{Propagating
21767 marks}).
21768
21769 @item G b o
21770 @kindex G b o (Group)
21771 @findex nnmairix-propagate-marks
21772 Manually propagate marks (@code{nnmairix-propagate-marks}); needed only when
21773 @code{nnmairix-propagate-marks-upon-close} is set to @code{nil}.
21774
21775 @end table
21776
21777 In summary mode:
21778
21779 @table @kbd
21780
21781 @item $ m
21782 @kindex $ m (Summary)
21783 @findex nnmairix-widget-search-from-this-article
21784 Allows you to create a mairix query or group based on the current
21785 message using graphical widgets (same as @code{nnmairix-widget-search})
21786 (@code{nnmairix-widget-search-from-this-article}).
21787
21788 @item $ g
21789 @kindex $ g (Summary)
21790 @findex nnmairix-create-search-group-from-message
21791 Interactively creates a new search group with query based on the current
21792 message, but uses the minibuffer instead of graphical widgets
21793 (@code{nnmairix-create-search-group-from-message}).
21794
21795 @item $ t
21796 @kindex $ t (Summary)
21797 @findex nnmairix-search-thread-this-article
21798 Searches thread for the current article
21799 (@code{nnmairix-search-thread-this-article}). This is effectively a
21800 shortcut for calling @code{nnmairix-search} with @samp{m:msgid} of the
21801 current article and enabled threads.
21802
21803 @item $ f
21804 @kindex $ f (Summary)
21805 @findex nnmairix-search-from-this-article
21806 Searches all messages from sender of the current article
21807 (@code{nnmairix-search-from-this-article}). This is a shortcut for
21808 calling @code{nnmairix-search} with @samp{f:From}.
21809
21810 @item $ o
21811 @kindex $ o (Summary)
21812 @findex nnmairix-goto-original-article
21813 (Only in @code{nnmairix} groups!) Tries determine the group this article
21814 originally came from and displays the article in this group, so that,
21815 e.g., replying to this article the correct posting styles/group
21816 parameters are applied (@code{nnmairix-goto-original-article}). This
21817 function will use the registry if available, but can also parse the
21818 article file name as a fallback method.
21819
21820 @item $ u
21821 @kindex $ u (Summary)
21822 @findex nnmairix-remove-tick-mark-original-article
21823 Remove possibly existing tick mark from original article
21824 (@code{nnmairix-remove-tick-mark-original-article}). (@pxref{nnmairix
21825 tips and tricks}).
21826
21827 @end table
21828
21829 @node Propagating marks
21830 @subsection Propagating marks
21831
21832 First of: you really need a patched mairix binary for using the marks
21833 propagation feature efficiently. Otherwise, you would have to update
21834 the mairix database all the time. You can get the patch at
21835
21836 @uref{http://www.randomsample.de/mairix-maildir-patch.tar}
21837
21838 You need the mairix v0.21 source code for this patch; everything else
21839 is explained in the accompanied readme file. If you don't want to use
21840 marks propagation, you don't have to apply these patches, but they also
21841 fix some annoyances regarding changing maildir flags, so it might still
21842 be useful to you.
21843
21844 With the patched mairix binary, you can use @code{nnmairix} as an
21845 alternative to mail splitting (@pxref{Fancy Mail Splitting}). For
21846 example, instead of splitting all mails from @samp{david@@foobar.com}
21847 into a group, you can simply create a search group with the query
21848 @samp{f:david@@foobar.com}. This is actually what ``smart folders'' are
21849 all about: simply put everything in one mail folder and dynamically
21850 create searches instead of splitting. This is more flexible, since you
21851 can dynamically change your folders any time you want to. This also
21852 implies that you will usually read your mails in the @code{nnmairix}
21853 groups instead of your ``real'' mail groups.
21854
21855 There is one problem, though: say you got a new mail from
21856 @samp{david@@foobar.com}; it will now show up in two groups, the
21857 ``real'' group (your INBOX, for example) and in the @code{nnmairix}
21858 search group (provided you have updated the mairix database). Now you
21859 enter the @code{nnmairix} group and read the mail. The mail will be
21860 marked as read, but only in the @code{nnmairix} group---in the ``real''
21861 mail group it will be still shown as unread.
21862
21863 You could now catch up the mail group (@pxref{Group Data}), but this is
21864 tedious and error prone, since you may overlook mails you don't have
21865 created @code{nnmairix} groups for. Of course, you could first use
21866 @code{nnmairix-goto-original-article} (@pxref{nnmairix keyboard
21867 shortcuts}) and then read the mail in the original group, but that's
21868 even more cumbersome.
21869
21870 Clearly, the easiest way would be if marks could somehow be
21871 automatically set for the original article. This is exactly what
21872 @emph{marks propagation} is about.
21873
21874 Marks propagation is inactive by default. You can activate it for a
21875 certain @code{nnmairix} group with
21876 @code{nnmairix-group-toggle-propmarks-this-group} (bound to @kbd{G b
21877 p}). This function will warn you if you try to use it with your default
21878 search group; the reason is that the default search group is used for
21879 temporary searches, and it's easy to accidentally propagate marks from
21880 this group. However, you can ignore this warning if you really want to.
21881
21882 With marks propagation enabled, all the marks you set in a @code{nnmairix}
21883 group should now be propagated to the original article. For example,
21884 you can now tick an article (by default with @kbd{!}) and this mark should
21885 magically be set for the original article, too.
21886
21887 A few more remarks which you may or may not want to know:
21888
21889 @vindex nnmairix-propagate-marks-upon-close
21890 Marks will not be set immediately, but only upon closing a group. This
21891 not only makes marks propagation faster, it also avoids problems with
21892 dangling symlinks when dealing with maildir files (since changing flags
21893 will change the file name). You can also control when to propagate marks
21894 via @code{nnmairix-propagate-marks-upon-close} (see the doc-string for
21895 details).
21896
21897 Obviously, @code{nnmairix} will have to look up the original group for every
21898 article you want to set marks for. If available, @code{nnmairix} will first use
21899 the registry for determining the original group. The registry is very
21900 fast, hence you should really, really enable the registry when using
21901 marks propagation. If you don't have to worry about RAM and disc space,
21902 set @code{gnus-registry-max-entries} to a large enough value; to be on
21903 the safe side, choose roughly the amount of mails you index with mairix.
21904
21905 @vindex nnmairix-only-use-registry
21906 If you don't want to use the registry or the registry hasn't seen the
21907 original article yet, @code{nnmairix} will use an additional mairix
21908 search for determining the file name of the article. This, of course, is
21909 way slower than the registry---if you set hundreds or even thousands of
21910 marks this way, it might take some time. You can avoid this situation by
21911 setting @code{nnmairix-only-use-registry} to t.
21912
21913 Maybe you also want to propagate marks the other way round, i.e., if you
21914 tick an article in a "real" mail group, you'd like to have the same
21915 article in a @code{nnmairix} group ticked, too. For several good
21916 reasons, this can only be done efficiently if you use maildir. To
21917 immediately contradict myself, let me mention that it WON'T work with
21918 @code{nnmaildir}, since @code{nnmaildir} stores the marks externally and
21919 not in the file name. Therefore, propagating marks to @code{nnmairix}
21920 groups will usually only work if you use an IMAP server which uses
21921 maildir as its file format.
21922
21923 @vindex nnmairix-propagate-marks-to-nnmairix-groups
21924 If you work with this setup, just set
21925 @code{nnmairix-propagate-marks-to-nnmairix-groups} to @code{t} and see what
21926 happens. If you don't like what you see, just set it to @code{nil} again. One
21927 problem might be that you get a wrong number of unread articles; this
21928 usually happens when you delete or expire articles in the original
21929 groups. When this happens, you can recreate the @code{nnmairix} group on the
21930 back end using @kbd{G b d}.
21931
21932 @node nnmairix tips and tricks
21933 @subsection nnmairix tips and tricks
21934
21935 @itemize
21936 @item
21937 Checking Mail
21938
21939 @findex nnmairix-update-groups
21940 I put all my important mail groups at group level 1. The mairix groups
21941 have group level 5, so they do not get checked at start up (@pxref{Group
21942 Levels}).
21943
21944 I use the following to check for mails:
21945
21946 @lisp
21947 (defun my-check-mail-mairix-update (level)
21948 (interactive "P")
21949 ;; if no prefix given, set level=1
21950 (gnus-group-get-new-news (or level 1))
21951 (nnmairix-update-groups "mairixsearch" t t)
21952 (gnus-group-list-groups))
21953
21954 (define-key gnus-group-mode-map "g" 'my-check-mail-mairix-update)
21955 @end lisp
21956
21957 Instead of @samp{"mairixsearch"} use the name of your @code{nnmairix}
21958 server. See the doc string for @code{nnmairix-update-groups} for
21959 details.
21960
21961 @item
21962 Example: search group for ticked articles
21963
21964 For example, you can create a group for all ticked articles, where the
21965 articles always stay unread:
21966
21967 Hit @kbd{G b g}, enter group name (e.g., @samp{important}), use
21968 @samp{F:f} as query and do not include threads.
21969
21970 Now activate marks propagation for this group by using @kbd{G b p}. Then
21971 activate the always-unread feature by using @kbd{G b r} twice.
21972
21973 So far so good---but how do you remove the tick marks in the @code{nnmairix}
21974 group? There are two options: You may simply use
21975 @code{nnmairix-remove-tick-mark-original-article} (bound to @kbd{$ u}) to remove
21976 tick marks from the original article. The other possibility is to set
21977 @code{nnmairix-propagate-marks-to-nnmairix-groups} to @code{t}, but see the above
21978 comments about this option. If it works for you, the tick marks should
21979 also exist in the @code{nnmairix} group and you can remove them as usual,
21980 e.g., by marking an article as read.
21981
21982 When you have removed a tick mark from the original article, this
21983 article should vanish from the @code{nnmairix} group after you have updated the
21984 mairix database and updated the group. Fortunately, there is a function
21985 for doing exactly that: @code{nnmairix-update-groups}. See the previous code
21986 snippet and the doc string for details.
21987
21988 @item
21989 Dealing with auto-subscription of mail groups
21990
21991 As described before, all @code{nnmairix} groups are in fact stored on
21992 the mail back end in the form @samp{zz_mairix-<NAME>-<NUMBER>}. You can
21993 see them when you enter the back end server in the server buffer. You
21994 should not subscribe these groups! Unfortunately, these groups will
21995 usually get @emph{auto-subscribed} when you use @code{nnmaildir} or
21996 @code{nnml}, i.e., you will suddenly see groups of the form
21997 @samp{zz_mairix*} pop up in your group buffer. If this happens to you,
21998 simply kill these groups with C-k. For avoiding this, turn off
21999 auto-subscription completely by setting the variable
22000 @code{gnus-auto-subscribed-groups} to @code{nil} (@pxref{Filtering New
22001 Groups}), or if you like to keep this feature use the following kludge
22002 for turning it off for all groups beginning with @samp{zz_}:
22003
22004 @lisp
22005 (setq gnus-auto-subscribed-groups
22006 "^\\(nnml\\|nnfolder\\|nnmbox\\|nnmh\\|nnbabyl\\|nnmaildir\\).*:\\([^z]\\|z$\\|\\z[^z]\\|zz$\\|zz[^_]\\|zz_$\\).*")
22007 @end lisp
22008
22009 @end itemize
22010
22011 @node nnmairix caveats
22012 @subsection nnmairix caveats
22013
22014 @itemize
22015 @item
22016 You can create a secondary @code{nnml} server just for nnmairix, but then
22017 you have to explicitly set the corresponding server variable
22018 @code{nnml-get-new-mail} to @code{nil}. Otherwise, new mail might get
22019 put into this secondary server (and would never show up again). Here's
22020 an example server definition:
22021
22022 @lisp
22023 (nnml "mairix" (nnml-directory "mairix") (nnml-get-new-mail nil))
22024 @end lisp
22025
22026 (The @code{nnmaildir} back end also has a server variable
22027 @code{get-new-mail}, but its default value is @code{nil}, so you don't
22028 have to explicitly set it if you use a @code{nnmaildir} server just for
22029 mairix.)
22030
22031 @item
22032 If you use the Gnus registry: don't use the registry with
22033 @code{nnmairix} groups (put them in
22034 @code{gnus-registry-unfollowed-groups}; this is the default). Be
22035 @emph{extra careful} if you use
22036 @code{gnus-registry-split-fancy-with-parent}; mails which are split
22037 into @code{nnmairix} groups are usually gone for good as soon as you
22038 check the group for new mail (yes, it has happened to me...).
22039
22040 @item
22041 Therefore: @emph{Never ever} put ``real'' mails into @code{nnmairix}
22042 groups (you shouldn't be able to, anyway).
22043
22044 @item
22045 If you use the Gnus agent (@pxref{Gnus Unplugged}): don't agentize
22046 @code{nnmairix} groups (though I have no idea what happens if you do).
22047
22048 @item
22049 mairix does only support us-ascii characters.
22050
22051 @item
22052 @code{nnmairix} uses a rather brute force method to force Gnus to
22053 completely reread the group on the mail back end after mairix was
22054 called---it simply deletes and re-creates the group on the mail
22055 back end. So far, this has worked for me without any problems, and I
22056 don't see how @code{nnmairix} could delete other mail groups than its
22057 own, but anyway: you really should have a backup of your mail
22058 folders.
22059
22060 @item
22061 All necessary information is stored in the group parameters
22062 (@pxref{Group Parameters}). This has the advantage that no active file
22063 is needed, but also implies that when you kill a @code{nnmairix} group,
22064 it is gone for good.
22065
22066 @item
22067 @findex nnmairix-purge-old-groups
22068 If you create and kill a lot of @code{nnmairix} groups, the
22069 ``zz_mairix-*'' groups will accumulate on the mail back end server. To
22070 delete old groups which are no longer needed, call
22071 @code{nnmairix-purge-old-groups}. Note that this assumes that you don't
22072 save any ``real'' mail in folders of the form
22073 @code{zz_mairix-<NAME>-<NUMBER>}. You can change the prefix of
22074 @code{nnmairix} groups by changing the variable
22075 @code{nnmairix-group-prefix}.
22076
22077 @item
22078 The following only applies if you @emph{don't} use the mentioned patch
22079 for mairix (@pxref{Propagating marks}):
22080
22081 A problem can occur when using @code{nnmairix} with maildir folders and
22082 comes with the fact that maildir stores mail flags like @samp{Seen} or
22083 @samp{Replied} by appending chars @samp{S} and @samp{R} to the message
22084 file name, respectively. This implies that currently you would have to
22085 update the mairix database not only when new mail arrives, but also when
22086 mail flags are changing. The same applies to new mails which are indexed
22087 while they are still in the @samp{new} folder but then get moved to
22088 @samp{cur} when Gnus has seen the mail. If you don't update the database
22089 after this has happened, a mairix query can lead to symlinks pointing to
22090 non-existing files. In Gnus, these messages will usually appear with
22091 ``(none)'' entries in the header and can't be accessed. If this happens
22092 to you, using @kbd{G b u} and updating the group will usually fix this.
22093
22094 @end itemize
22095
22096 @iftex
22097 @iflatex
22098 @chapter Message
22099 @include message.texi
22100 @chapter Emacs MIME
22101 @include emacs-mime.texi
22102 @chapter Sieve
22103 @include sieve.texi
22104 @chapter EasyPG
22105 @include epa.texi
22106 @chapter SASL
22107 @include sasl.texi
22108 @end iflatex
22109 @end iftex
22110
22111 @node Various
22112 @chapter Various
22113
22114 @menu
22115 * Process/Prefix:: A convention used by many treatment commands.
22116 * Interactive:: Making Gnus ask you many questions.
22117 * Symbolic Prefixes:: How to supply some Gnus functions with options.
22118 * Formatting Variables:: You can specify what buffers should look like.
22119 * Window Layout:: Configuring the Gnus buffer windows.
22120 * Faces and Fonts:: How to change how faces look.
22121 * Mode Lines:: Displaying information in the mode lines.
22122 * Highlighting and Menus:: Making buffers look all nice and cozy.
22123 * Daemons:: Gnus can do things behind your back.
22124 * Undo:: Some actions can be undone.
22125 * Predicate Specifiers:: Specifying predicates.
22126 * Moderation:: What to do if you're a moderator.
22127 * Fetching a Group:: Starting Gnus just to read a group.
22128 * Image Enhancements:: Modern versions of Emacs/XEmacs can display images.
22129 * Fuzzy Matching:: What's the big fuzz?
22130 * Thwarting Email Spam:: Simple ways to avoid unsolicited commercial email.
22131 * Spam Package:: A package for filtering and processing spam.
22132 * The Gnus Registry:: A package for tracking messages by Message-ID.
22133 * Other modes:: Interaction with other modes.
22134 * Various Various:: Things that are really various.
22135 @end menu
22136
22137
22138 @node Process/Prefix
22139 @section Process/Prefix
22140 @cindex process/prefix convention
22141
22142 Many functions, among them functions for moving, decoding and saving
22143 articles, use what is known as the @dfn{Process/Prefix convention}.
22144
22145 This is a method for figuring out what articles the user wants the
22146 command to be performed on.
22147
22148 It goes like this:
22149
22150 If the numeric prefix is N, perform the operation on the next N
22151 articles, starting with the current one. If the numeric prefix is
22152 negative, perform the operation on the previous N articles, starting
22153 with the current one.
22154
22155 @vindex transient-mark-mode
22156 If @code{transient-mark-mode} in non-@code{nil} and the region is
22157 active, all articles in the region will be worked upon.
22158
22159 If there is no numeric prefix, but some articles are marked with the
22160 process mark, perform the operation on the articles marked with
22161 the process mark.
22162
22163 If there is neither a numeric prefix nor any articles marked with the
22164 process mark, just perform the operation on the current article.
22165
22166 Quite simple, really, but it needs to be made clear so that surprises
22167 are avoided.
22168
22169 Commands that react to the process mark will push the current list of
22170 process marked articles onto a stack and will then clear all process
22171 marked articles. You can restore the previous configuration with the
22172 @kbd{M P y} command (@pxref{Setting Process Marks}).
22173
22174 @vindex gnus-summary-goto-unread
22175 One thing that seems to shock & horrify lots of people is that, for
22176 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
22177 Since each @kbd{d} (which marks the current article as read) by default
22178 goes to the next unread article after marking, this means that @kbd{3 d}
22179 will mark the next three unread articles as read, no matter what the
22180 summary buffer looks like. Set @code{gnus-summary-goto-unread} to
22181 @code{nil} for a more straightforward action.
22182
22183 Many commands do not use the process/prefix convention. All commands
22184 that do explicitly say so in this manual. To apply the process/prefix
22185 convention to commands that do not use it, you can use the @kbd{M-&}
22186 command. For instance, to mark all the articles in the group as
22187 expirable, you could say @kbd{M P b M-& E}.
22188
22189
22190 @node Interactive
22191 @section Interactive
22192 @cindex interaction
22193
22194 @table @code
22195
22196 @item gnus-novice-user
22197 @vindex gnus-novice-user
22198 If this variable is non-@code{nil}, you are either a newcomer to the
22199 World of Usenet, or you are very cautious, which is a nice thing to be,
22200 really. You will be given questions of the type ``Are you sure you want
22201 to do this?'' before doing anything dangerous. This is @code{t} by
22202 default.
22203
22204 @item gnus-expert-user
22205 @vindex gnus-expert-user
22206 If this variable is non-@code{nil}, you will seldom be asked any
22207 questions by Gnus. It will simply assume you know what you're doing,
22208 no matter how strange. For example, quitting Gnus, exiting a group
22209 without an update, catching up with a group, deleting expired
22210 articles, and replying by mail to a news message will not require
22211 confirmation.
22212
22213 @item gnus-interactive-catchup
22214 @vindex gnus-interactive-catchup
22215 Require confirmation before catching up a group if non-@code{nil}. It
22216 is @code{t} by default.
22217
22218 @item gnus-interactive-exit
22219 @vindex gnus-interactive-exit
22220 If non-@code{nil}, require a confirmation when exiting Gnus. If
22221 @code{quiet}, update any active summary buffers automatically without
22222 querying. The default value is @code{t}.
22223 @end table
22224
22225
22226 @node Symbolic Prefixes
22227 @section Symbolic Prefixes
22228 @cindex symbolic prefixes
22229
22230 Quite a lot of Emacs commands react to the (numeric) prefix. For
22231 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
22232 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
22233 rule of 900 to the current article.
22234
22235 This is all nice and well, but what if you want to give a command some
22236 additional information? Well, what most commands do is interpret the
22237 ``raw'' prefix in some special way. @kbd{C-u 0 C-x C-s} means that one
22238 doesn't want a backup file to be created when saving the current buffer,
22239 for instance. But what if you want to save without making a backup
22240 file, and you want Emacs to flash lights and play a nice tune at the
22241 same time? You can't, and you're probably perfectly happy that way.
22242
22243 @kindex M-i (Summary)
22244 @findex gnus-symbolic-argument
22245 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}. The
22246 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
22247 character typed in is the value. You can stack as many @kbd{M-i}
22248 prefixes as you want. @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
22249 command the symbolic prefix @code{a}''. @kbd{M-i a M-i b C-M-u} means
22250 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
22251 @code{b}''. You get the drift.
22252
22253 Typing in symbolic prefixes to commands that don't accept them doesn't
22254 hurt, but it doesn't do any good either. Currently not many Gnus
22255 functions make use of the symbolic prefix.
22256
22257 If you're interested in how Gnus implements this, @pxref{Extended
22258 Interactive}.
22259
22260
22261 @node Formatting Variables
22262 @section Formatting Variables
22263 @cindex formatting variables
22264
22265 Throughout this manual you've probably noticed lots of variables called
22266 things like @code{gnus-group-line-format} and
22267 @code{gnus-summary-mode-line-format}. These control how Gnus is to
22268 output lines in the various buffers. There's quite a lot of them.
22269 Fortunately, they all use the same syntax, so there's not that much to
22270 be annoyed by.
22271
22272 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
22273 %(%g%)\n}. We see that it is indeed extremely ugly, and that there are
22274 lots of percentages everywhere.
22275
22276 @menu
22277 * Formatting Basics:: A formatting variable is basically a format string.
22278 * Mode Line Formatting:: Some rules about mode line formatting variables.
22279 * Advanced Formatting:: Modifying output in various ways.
22280 * User-Defined Specs:: Having Gnus call your own functions.
22281 * Formatting Fonts:: Making the formatting look colorful and nice.
22282 * Positioning Point:: Moving point to a position after an operation.
22283 * Tabulation:: Tabulating your output.
22284 * Wide Characters:: Dealing with wide characters.
22285 @end menu
22286
22287 Currently Gnus uses the following formatting variables:
22288 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
22289 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
22290 @code{gnus-group-mode-line-format},
22291 @code{gnus-summary-mode-line-format},
22292 @code{gnus-article-mode-line-format},
22293 @code{gnus-server-mode-line-format}, and
22294 @code{gnus-summary-pick-line-format}.
22295
22296 All these format variables can also be arbitrary elisp forms. In that
22297 case, they will be @code{eval}ed to insert the required lines.
22298
22299 @kindex M-x gnus-update-format
22300 @findex gnus-update-format
22301 Gnus includes a command to help you while creating your own format
22302 specs. @kbd{M-x gnus-update-format} will @code{eval} the current form,
22303 update the spec in question and pop you to a buffer where you can
22304 examine the resulting Lisp code to be run to generate the line.
22305
22306
22307
22308 @node Formatting Basics
22309 @subsection Formatting Basics
22310
22311 Each @samp{%} element will be replaced by some string or other when the
22312 buffer in question is generated. @samp{%5y} means ``insert the @samp{y}
22313 spec, and pad with spaces to get a 5-character field''.
22314
22315 As with normal C and Emacs Lisp formatting strings, the numerical
22316 modifier between the @samp{%} and the formatting type character will
22317 @dfn{pad} the output so that it is always at least that long.
22318 @samp{%5y} will make the field always (at least) five characters wide by
22319 padding with spaces to the left. If you say @samp{%-5y}, it will pad to
22320 the right instead.
22321
22322 You may also wish to limit the length of the field to protect against
22323 particularly wide values. For that you can say @samp{%4,6y}, which
22324 means that the field will never be more than 6 characters wide and never
22325 less than 4 characters wide.
22326
22327 Also Gnus supports some extended format specifications, such as
22328 @samp{%&user-date;}.
22329
22330
22331 @node Mode Line Formatting
22332 @subsection Mode Line Formatting
22333
22334 Mode line formatting variables (e.g.,
22335 @code{gnus-summary-mode-line-format}) follow the same rules as other,
22336 buffer line oriented formatting variables (@pxref{Formatting Basics})
22337 with the following two differences:
22338
22339 @enumerate
22340
22341 @item
22342 There must be no newline (@samp{\n}) at the end.
22343
22344 @item
22345 The special @samp{%%b} spec can be used to display the buffer name.
22346 Well, it's no spec at all, really---@samp{%%} is just a way to quote
22347 @samp{%} to allow it to pass through the formatting machinery unmangled,
22348 so that Emacs receives @samp{%b}, which is something the Emacs mode line
22349 display interprets to mean ``show the buffer name''. For a full list of
22350 mode line specs Emacs understands, see the documentation of the
22351 @code{mode-line-format} variable.
22352
22353 @end enumerate
22354
22355
22356 @node Advanced Formatting
22357 @subsection Advanced Formatting
22358
22359 It is frequently useful to post-process the fields in some way.
22360 Padding, limiting, cutting off parts and suppressing certain values can
22361 be achieved by using @dfn{tilde modifiers}. A typical tilde spec might
22362 look like @samp{%~(cut 3)~(ignore "0")y}.
22363
22364 These are the valid modifiers:
22365
22366 @table @code
22367 @item pad
22368 @itemx pad-left
22369 Pad the field to the left with spaces until it reaches the required
22370 length.
22371
22372 @item pad-right
22373 Pad the field to the right with spaces until it reaches the required
22374 length.
22375
22376 @item max
22377 @itemx max-left
22378 Cut off characters from the left until it reaches the specified length.
22379
22380 @item max-right
22381 Cut off characters from the right until it reaches the specified
22382 length.
22383
22384 @item cut
22385 @itemx cut-left
22386 Cut off the specified number of characters from the left.
22387
22388 @item cut-right
22389 Cut off the specified number of characters from the right.
22390
22391 @item ignore
22392 Return an empty string if the field is equal to the specified value.
22393
22394 @item form
22395 Use the specified form as the field value when the @samp{@@} spec is
22396 used.
22397
22398 Here's an example:
22399
22400 @lisp
22401 "~(form (current-time-string))@@"
22402 @end lisp
22403
22404 @end table
22405
22406 Let's take an example. The @samp{%o} spec in the summary mode lines
22407 will return a date in compact ISO8601 format---@samp{19960809T230410}.
22408 This is quite a mouthful, so we want to shave off the century number and
22409 the time, leaving us with a six-character date. That would be
22410 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}. (Cutting is done before
22411 maxing, and we need the padding to ensure that the date is never less
22412 than 6 characters to make it look nice in columns.)
22413
22414 Ignoring is done first; then cutting; then maxing; and then as the very
22415 last operation, padding.
22416
22417
22418 @node User-Defined Specs
22419 @subsection User-Defined Specs
22420
22421 All the specs allow for inserting user defined specifiers---@samp{u}.
22422 The next character in the format string should be a letter. Gnus
22423 will call the function @code{gnus-user-format-function-}@samp{X}, where
22424 @samp{X} is the letter following @samp{%u}. The function will be passed
22425 a single parameter---what the parameter means depends on what buffer
22426 it's being called from. The function should return a string, which will
22427 be inserted into the buffer just like information from any other
22428 specifier. This function may also be called with dummy values, so it
22429 should protect against that.
22430
22431 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
22432 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
22433
22434 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
22435 much the same without defining new functions. Here's an example:
22436 @samp{%~(form (count-lines (point-min) (point)))@@}. The form
22437 given here will be evaluated to yield the current line number, and then
22438 inserted.
22439
22440
22441 @node Formatting Fonts
22442 @subsection Formatting Fonts
22443
22444 @cindex %(, %)
22445 @vindex gnus-mouse-face
22446 There are specs for highlighting, and these are shared by all the format
22447 variables. Text inside the @samp{%(} and @samp{%)} specifiers will get
22448 the special @code{mouse-face} property set, which means that it will be
22449 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
22450 over it.
22451
22452 @cindex %@{, %@}
22453 @vindex gnus-face-0
22454 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
22455 normal faces set using @code{gnus-face-0}, which is @code{bold} by
22456 default. If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
22457 and so on. Create as many faces as you wish. The same goes for the
22458 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
22459 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
22460
22461 @cindex %<<, %>>, guillemets
22462 @c @cindex %<<, %>>, %«, %», guillemets
22463 @vindex gnus-balloon-face-0
22464 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
22465 special @code{balloon-help} property set to
22466 @code{gnus-balloon-face-0}. If you say @samp{%1<<}, you'll get
22467 @code{gnus-balloon-face-1} and so on. The @code{gnus-balloon-face-*}
22468 variables should be either strings or symbols naming functions that
22469 return a string. When the mouse passes over text with this property
22470 set, a balloon window will appear and display the string. Please
22471 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
22472 (in Emacs) or the doc string of @code{balloon-help-mode} (in
22473 XEmacs) for more information on this. (For technical reasons, the
22474 guillemets have been approximated as @samp{<<} and @samp{>>} in this
22475 paragraph.)
22476
22477 Here's an alternative recipe for the group buffer:
22478
22479 @lisp
22480 ;; @r{Create three face types.}
22481 (setq gnus-face-1 'bold)
22482 (setq gnus-face-3 'italic)
22483
22484 ;; @r{We want the article count to be in}
22485 ;; @r{a bold and green face. So we create}
22486 ;; @r{a new face called @code{my-green-bold}.}
22487 (copy-face 'bold 'my-green-bold)
22488 ;; @r{Set the color.}
22489 (set-face-foreground 'my-green-bold "ForestGreen")
22490 (setq gnus-face-2 'my-green-bold)
22491
22492 ;; @r{Set the new & fancy format.}
22493 (setq gnus-group-line-format
22494 "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
22495 @end lisp
22496
22497 I'm sure you'll be able to use this scheme to create totally unreadable
22498 and extremely vulgar displays. Have fun!
22499
22500 Note that the @samp{%(} specs (and friends) do not make any sense on the
22501 mode-line variables.
22502
22503 @node Positioning Point
22504 @subsection Positioning Point
22505
22506 Gnus usually moves point to a pre-defined place on each line in most
22507 buffers. By default, point move to the first colon character on the
22508 line. You can customize this behavior in three different ways.
22509
22510 You can move the colon character to somewhere else on the line.
22511
22512 @findex gnus-goto-colon
22513 You can redefine the function that moves the point to the colon. The
22514 function is called @code{gnus-goto-colon}.
22515
22516 But perhaps the most convenient way to deal with this, if you don't want
22517 to have a colon in your line, is to use the @samp{%*} specifier. If you
22518 put a @samp{%*} somewhere in your format line definition, Gnus will
22519 place point there.
22520
22521
22522 @node Tabulation
22523 @subsection Tabulation
22524
22525 You can usually line up your displays by padding and cutting your
22526 strings. However, when combining various strings of different size, it
22527 can often be more convenient to just output the strings, and then worry
22528 about lining up the following text afterwards.
22529
22530 To do that, Gnus supplies tabulator specs---@samp{%=}. There are two
22531 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
22532
22533 @samp{%50=} will insert space characters to pad the line up to column
22534 50. If the text is already past column 50, nothing will be inserted.
22535 This is the soft tabulator.
22536
22537 @samp{%-50=} will insert space characters to pad the line up to column
22538 50. If the text is already past column 50, the excess text past column
22539 50 will be removed. This is the hard tabulator.
22540
22541
22542 @node Wide Characters
22543 @subsection Wide Characters
22544
22545 Fixed width fonts in most countries have characters of the same width.
22546 Some countries, however, use Latin characters mixed with wider
22547 characters---most notable East Asian countries.
22548
22549 The problem is that when formatting, Gnus assumes that if a string is 10
22550 characters wide, it'll be 10 Latin characters wide on the screen. In
22551 these countries, that's not true.
22552
22553 @vindex gnus-use-correct-string-widths
22554 To help fix this, you can set @code{gnus-use-correct-string-widths} to
22555 @code{t}. This makes buffer generation slower, but the results will be
22556 prettier. The default value under XEmacs is @code{t} but @code{nil}
22557 for Emacs.
22558
22559
22560 @node Window Layout
22561 @section Window Layout
22562 @cindex window layout
22563
22564 No, there's nothing here about X, so be quiet.
22565
22566 @vindex gnus-use-full-window
22567 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
22568 other windows and occupy the entire Emacs screen by itself. It is
22569 @code{t} by default.
22570
22571 Setting this variable to @code{nil} kinda works, but there are
22572 glitches. Use at your own peril.
22573
22574 @vindex gnus-buffer-configuration
22575 @code{gnus-buffer-configuration} describes how much space each Gnus
22576 buffer should be given. Here's an excerpt of this variable:
22577
22578 @lisp
22579 ((group (vertical 1.0 (group 1.0 point)))
22580 (article (vertical 1.0 (summary 0.25 point)
22581 (article 1.0))))
22582 @end lisp
22583
22584 This is an alist. The @dfn{key} is a symbol that names some action or
22585 other. For instance, when displaying the group buffer, the window
22586 configuration function will use @code{group} as the key. A full list of
22587 possible names is listed below.
22588
22589 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
22590 should occupy. To take the @code{article} split as an example:
22591
22592 @lisp
22593 (article (vertical 1.0 (summary 0.25 point)
22594 (article 1.0)))
22595 @end lisp
22596
22597 This @dfn{split} says that the summary buffer should occupy 25% of upper
22598 half of the screen, and that it is placed over the article buffer. As
22599 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
22600 reaching for that calculator there). However, the special number
22601 @code{1.0} is used to signal that this buffer should soak up all the
22602 rest of the space available after the rest of the buffers have taken
22603 whatever they need. There should be only one buffer with the @code{1.0}
22604 size spec per split.
22605
22606 Point will be put in the buffer that has the optional third element
22607 @code{point}. In a @code{frame} split, the last subsplit having a leaf
22608 split where the tag @code{frame-focus} is a member (i.e., is the third or
22609 fourth element in the list, depending on whether the @code{point} tag is
22610 present) gets focus.
22611
22612 Here's a more complicated example:
22613
22614 @lisp
22615 (article (vertical 1.0 (group 4)
22616 (summary 0.25 point)
22617 (article 1.0)))
22618 @end lisp
22619
22620 If the size spec is an integer instead of a floating point number,
22621 then that number will be used to say how many lines a buffer should
22622 occupy, not a percentage.
22623
22624 If the @dfn{split} looks like something that can be @code{eval}ed (to be
22625 precise---if the @code{car} of the split is a function or a subr), this
22626 split will be @code{eval}ed. If the result is non-@code{nil}, it will
22627 be used as a split.
22628
22629 Not complicated enough for you? Well, try this on for size:
22630
22631 @lisp
22632 (article (horizontal 1.0
22633 (vertical 0.5
22634 (group 1.0))
22635 (vertical 1.0
22636 (summary 0.25 point)
22637 (article 1.0))))
22638 @end lisp
22639
22640 Whoops. Two buffers with the mystery 100% tag. And what's that
22641 @code{horizontal} thingie?
22642
22643 If the first element in one of the split is @code{horizontal}, Gnus will
22644 split the window horizontally, giving you two windows side-by-side.
22645 Inside each of these strips you may carry on all you like in the normal
22646 fashion. The number following @code{horizontal} says what percentage of
22647 the screen is to be given to this strip.
22648
22649 For each split, there @emph{must} be one element that has the 100% tag.
22650 The splitting is never accurate, and this buffer will eat any leftover
22651 lines from the splits.
22652
22653 To be slightly more formal, here's a definition of what a valid split
22654 may look like:
22655
22656 @example
22657 @group
22658 split = frame | horizontal | vertical | buffer | form
22659 frame = "(frame " size *split ")"
22660 horizontal = "(horizontal " size *split ")"
22661 vertical = "(vertical " size *split ")"
22662 buffer = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
22663 size = number | frame-params
22664 buf-name = group | article | summary ...
22665 @end group
22666 @end example
22667
22668 The limitations are that the @code{frame} split can only appear as the
22669 top-level split. @var{form} should be an Emacs Lisp form that should
22670 return a valid split. We see that each split is fully recursive, and
22671 may contain any number of @code{vertical} and @code{horizontal} splits.
22672
22673 @vindex gnus-window-min-width
22674 @vindex gnus-window-min-height
22675 @cindex window height
22676 @cindex window width
22677 Finding the right sizes can be a bit complicated. No window may be less
22678 than @code{gnus-window-min-height} (default 1) characters high, and all
22679 windows must be at least @code{gnus-window-min-width} (default 1)
22680 characters wide. Gnus will try to enforce this before applying the
22681 splits. If you want to use the normal Emacs window width/height limit,
22682 you can just set these two variables to @code{nil}.
22683
22684 If you're not familiar with Emacs terminology, @code{horizontal} and
22685 @code{vertical} splits may work the opposite way of what you'd expect.
22686 Windows inside a @code{horizontal} split are shown side-by-side, and
22687 windows within a @code{vertical} split are shown above each other.
22688
22689 @findex gnus-configure-frame
22690 If you want to experiment with window placement, a good tip is to call
22691 @code{gnus-configure-frame} directly with a split. This is the function
22692 that does all the real work when splitting buffers. Below is a pretty
22693 nonsensical configuration with 5 windows; two for the group buffer and
22694 three for the article buffer. (I said it was nonsensical.) If you
22695 @code{eval} the statement below, you can get an idea of how that would
22696 look straight away, without going through the normal Gnus channels.
22697 Play with it until you're satisfied, and then use
22698 @code{gnus-add-configuration} to add your new creation to the buffer
22699 configuration list.
22700
22701 @lisp
22702 (gnus-configure-frame
22703 '(horizontal 1.0
22704 (vertical 10
22705 (group 1.0)
22706 (article 0.3 point))
22707 (vertical 1.0
22708 (article 1.0)
22709 (horizontal 4
22710 (group 1.0)
22711 (article 10)))))
22712 @end lisp
22713
22714 You might want to have several frames as well. No prob---just use the
22715 @code{frame} split:
22716
22717 @lisp
22718 (gnus-configure-frame
22719 '(frame 1.0
22720 (vertical 1.0
22721 (summary 0.25 point frame-focus)
22722 (article 1.0))
22723 (vertical ((height . 5) (width . 15)
22724 (user-position . t)
22725 (left . -1) (top . 1))
22726 (picon 1.0))))
22727
22728 @end lisp
22729
22730 This split will result in the familiar summary/article window
22731 configuration in the first (or ``main'') frame, while a small additional
22732 frame will be created where picons will be shown. As you can see,
22733 instead of the normal @code{1.0} top-level spec, each additional split
22734 should have a frame parameter alist as the size spec.
22735 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
22736 Reference Manual}. Under XEmacs, a frame property list will be
22737 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
22738 is such a plist.
22739 The list of all possible keys for @code{gnus-buffer-configuration} can
22740 be found in its default value.
22741
22742 Note that the @code{message} key is used for both
22743 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}. If
22744 it is desirable to distinguish between the two, something like this
22745 might be used:
22746
22747 @lisp
22748 (message (horizontal 1.0
22749 (vertical 1.0 (message 1.0 point))
22750 (vertical 0.24
22751 (if (buffer-live-p gnus-summary-buffer)
22752 '(summary 0.5))
22753 (group 1.0))))
22754 @end lisp
22755
22756 One common desire for a multiple frame split is to have a separate frame
22757 for composing mail and news while leaving the original frame intact. To
22758 accomplish that, something like the following can be done:
22759
22760 @lisp
22761 (message
22762 (frame 1.0
22763 (if (not (buffer-live-p gnus-summary-buffer))
22764 (car (cdr (assoc 'group gnus-buffer-configuration)))
22765 (car (cdr (assoc 'summary gnus-buffer-configuration))))
22766 (vertical ((user-position . t) (top . 1) (left . 1)
22767 (name . "Message"))
22768 (message 1.0 point))))
22769 @end lisp
22770
22771 @findex gnus-add-configuration
22772 Since the @code{gnus-buffer-configuration} variable is so long and
22773 complicated, there's a function you can use to ease changing the config
22774 of a single setting: @code{gnus-add-configuration}. If, for instance,
22775 you want to change the @code{article} setting, you could say:
22776
22777 @lisp
22778 (gnus-add-configuration
22779 '(article (vertical 1.0
22780 (group 4)
22781 (summary .25 point)
22782 (article 1.0))))
22783 @end lisp
22784
22785 You'd typically stick these @code{gnus-add-configuration} calls in your
22786 @file{~/.gnus.el} file or in some startup hook---they should be run after
22787 Gnus has been loaded.
22788
22789 @vindex gnus-always-force-window-configuration
22790 If all windows mentioned in the configuration are already visible, Gnus
22791 won't change the window configuration. If you always want to force the
22792 ``right'' window configuration, you can set
22793 @code{gnus-always-force-window-configuration} to non-@code{nil}.
22794
22795 If you're using tree displays (@pxref{Tree Display}), and the tree
22796 window is displayed vertically next to another window, you may also want
22797 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
22798 windows resized.
22799
22800 @subsection Window Configuration Names
22801
22802 Here's a list of most of the currently known window configurations,
22803 and when they're used:
22804
22805 @table @code
22806 @item group
22807 The group buffer.
22808
22809 @item summary
22810 Entering a group and showing only the summary.
22811
22812 @item article
22813 Selecting an article.
22814
22815 @item server
22816 The server buffer.
22817
22818 @item browse
22819 Browsing groups from the server buffer.
22820
22821 @item message
22822 Composing a (new) message.
22823
22824 @item only-article
22825 Showing only the article buffer.
22826
22827 @item edit-article
22828 Editing an article.
22829
22830 @item edit-form
22831 Editing group parameters and the like.
22832
22833 @item edit-score
22834 Editing a server definition.
22835
22836 @item post
22837 Composing a news message.
22838
22839 @item reply
22840 Replying or following up an article without yanking the text.
22841
22842 @item forward
22843 Forwarding a message.
22844
22845 @item reply-yank
22846 Replying or following up an article with yanking the text.
22847
22848 @item mail-bound
22849 Bouncing a message.
22850
22851 @item pipe
22852 Sending an article to an external process.
22853
22854 @item bug
22855 Sending a bug report.
22856
22857 @item score-trace
22858 Displaying the score trace.
22859
22860 @item score-words
22861 Displaying the score words.
22862
22863 @item split-trace
22864 Displaying the split trace.
22865
22866 @item compose-bounce
22867 Composing a bounce message.
22868
22869 @item mml-preview
22870 Previewing a @acronym{MIME} part.
22871
22872 @end table
22873
22874
22875 @subsection Example Window Configurations
22876
22877 @itemize @bullet
22878 @item
22879 Narrow left hand side occupied by group buffer. Right hand side split
22880 between summary buffer (top one-sixth) and article buffer (bottom).
22881
22882 @ifinfo
22883 @example
22884 +---+---------+
22885 | G | Summary |
22886 | r +---------+
22887 | o | |
22888 | u | Article |
22889 | p | |
22890 +---+---------+
22891 @end example
22892 @end ifinfo
22893
22894 @lisp
22895 (gnus-add-configuration
22896 '(article
22897 (horizontal 1.0
22898 (vertical 25 (group 1.0))
22899 (vertical 1.0
22900 (summary 0.16 point)
22901 (article 1.0)))))
22902
22903 (gnus-add-configuration
22904 '(summary
22905 (horizontal 1.0
22906 (vertical 25 (group 1.0))
22907 (vertical 1.0 (summary 1.0 point)))))
22908 @end lisp
22909
22910 @end itemize
22911
22912
22913 @node Faces and Fonts
22914 @section Faces and Fonts
22915 @cindex faces
22916 @cindex fonts
22917 @cindex colors
22918
22919 Fiddling with fonts and faces used to be very difficult, but these days
22920 it is very simple. You simply say @kbd{M-x customize-face}, pick out
22921 the face you want to alter, and alter it via the standard Customize
22922 interface.
22923
22924
22925 @node Mode Lines
22926 @section Mode Lines
22927 @cindex mode lines
22928
22929 @vindex gnus-updated-mode-lines
22930 @code{gnus-updated-mode-lines} says what buffers should keep their mode
22931 lines updated. It is a list of symbols. Supported symbols include
22932 @code{group}, @code{article}, @code{summary}, @code{server},
22933 @code{browse}, and @code{tree}. If the corresponding symbol is present,
22934 Gnus will keep that mode line updated with information that may be
22935 pertinent. If this variable is @code{nil}, screen refresh may be
22936 quicker.
22937
22938 @cindex display-time
22939
22940 @vindex gnus-mode-non-string-length
22941 By default, Gnus displays information on the current article in the mode
22942 lines of the summary and article buffers. The information Gnus wishes
22943 to display (e.g., the subject of the article) is often longer than the
22944 mode lines, and therefore have to be cut off at some point. The
22945 @code{gnus-mode-non-string-length} variable says how long the other
22946 elements on the line is (i.e., the non-info part). If you put
22947 additional elements on the mode line (e.g., a clock), you should modify
22948 this variable:
22949
22950 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
22951 @lisp
22952 (add-hook 'display-time-hook
22953 (lambda () (setq gnus-mode-non-string-length
22954 (+ 21
22955 (if line-number-mode 5 0)
22956 (if column-number-mode 4 0)
22957 (length display-time-string)))))
22958 @end lisp
22959
22960 If this variable is @code{nil} (which is the default), the mode line
22961 strings won't be chopped off, and they won't be padded either. Note
22962 that the default is unlikely to be desirable, as even the percentage
22963 complete in the buffer may be crowded off the mode line; the user should
22964 configure this variable appropriately for her configuration.
22965
22966
22967 @node Highlighting and Menus
22968 @section Highlighting and Menus
22969 @cindex visual
22970 @cindex highlighting
22971 @cindex menus
22972
22973 @vindex gnus-visual
22974 The @code{gnus-visual} variable controls most of the Gnus-prettifying
22975 aspects. If @code{nil}, Gnus won't attempt to create menus or use fancy
22976 colors or fonts. This will also inhibit loading the @file{gnus-vis.el}
22977 file.
22978
22979 This variable can be a list of visual properties that are enabled. The
22980 following elements are valid, and are all included by default:
22981
22982 @table @code
22983 @item group-highlight
22984 Do highlights in the group buffer.
22985 @item summary-highlight
22986 Do highlights in the summary buffer.
22987 @item article-highlight
22988 Do highlights in the article buffer.
22989 @item highlight
22990 Turn on highlighting in all buffers.
22991 @item group-menu
22992 Create menus in the group buffer.
22993 @item summary-menu
22994 Create menus in the summary buffers.
22995 @item article-menu
22996 Create menus in the article buffer.
22997 @item browse-menu
22998 Create menus in the browse buffer.
22999 @item server-menu
23000 Create menus in the server buffer.
23001 @item score-menu
23002 Create menus in the score buffers.
23003 @item menu
23004 Create menus in all buffers.
23005 @end table
23006
23007 So if you only want highlighting in the article buffer and menus in all
23008 buffers, you could say something like:
23009
23010 @lisp
23011 (setq gnus-visual '(article-highlight menu))
23012 @end lisp
23013
23014 If you want highlighting only and no menus whatsoever, you'd say:
23015
23016 @lisp
23017 (setq gnus-visual '(highlight))
23018 @end lisp
23019
23020 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
23021 in all Gnus buffers.
23022
23023 Other general variables that influence the look of all buffers include:
23024
23025 @table @code
23026 @item gnus-mouse-face
23027 @vindex gnus-mouse-face
23028 This is the face (i.e., font) used for mouse highlighting in Gnus. No
23029 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
23030
23031 @end table
23032
23033 There are hooks associated with the creation of all the different menus:
23034
23035 @table @code
23036
23037 @item gnus-article-menu-hook
23038 @vindex gnus-article-menu-hook
23039 Hook called after creating the article mode menu.
23040
23041 @item gnus-group-menu-hook
23042 @vindex gnus-group-menu-hook
23043 Hook called after creating the group mode menu.
23044
23045 @item gnus-summary-menu-hook
23046 @vindex gnus-summary-menu-hook
23047 Hook called after creating the summary mode menu.
23048
23049 @item gnus-server-menu-hook
23050 @vindex gnus-server-menu-hook
23051 Hook called after creating the server mode menu.
23052
23053 @item gnus-browse-menu-hook
23054 @vindex gnus-browse-menu-hook
23055 Hook called after creating the browse mode menu.
23056
23057 @item gnus-score-menu-hook
23058 @vindex gnus-score-menu-hook
23059 Hook called after creating the score mode menu.
23060
23061 @end table
23062
23063
23064 @node Daemons
23065 @section Daemons
23066 @cindex demons
23067 @cindex daemons
23068
23069 Gnus, being larger than any program ever written (allegedly), does lots
23070 of strange stuff that you may wish to have done while you're not
23071 present. For instance, you may want it to check for new mail once in a
23072 while. Or you may want it to close down all connections to all servers
23073 when you leave Emacs idle. And stuff like that.
23074
23075 Gnus will let you do stuff like that by defining various
23076 @dfn{handlers}. Each handler consists of three elements: A
23077 @var{function}, a @var{time}, and an @var{idle} parameter.
23078
23079 Here's an example of a handler that closes connections when Emacs has
23080 been idle for thirty minutes:
23081
23082 @lisp
23083 (gnus-demon-close-connections nil 30)
23084 @end lisp
23085
23086 Here's a handler that scans for @acronym{PGP} headers every hour when
23087 Emacs is idle:
23088
23089 @lisp
23090 (gnus-demon-scan-pgp 60 t)
23091 @end lisp
23092
23093 This @var{time} parameter and that @var{idle} parameter work together
23094 in a strange, but wonderful fashion. Basically, if @var{idle} is
23095 @code{nil}, then the function will be called every @var{time} minutes.
23096
23097 If @var{idle} is @code{t}, then the function will be called after
23098 @var{time} minutes only if Emacs is idle. So if Emacs is never idle,
23099 the function will never be called. But once Emacs goes idle, the
23100 function will be called every @var{time} minutes.
23101
23102 If @var{idle} is a number and @var{time} is a number, the function will
23103 be called every @var{time} minutes only when Emacs has been idle for
23104 @var{idle} minutes.
23105
23106 If @var{idle} is a number and @var{time} is @code{nil}, the function
23107 will be called once every time Emacs has been idle for @var{idle}
23108 minutes.
23109
23110 And if @var{time} is a string, it should look like @samp{07:31}, and
23111 the function will then be called once every day somewhere near that
23112 time. Modified by the @var{idle} parameter, of course.
23113
23114 @vindex gnus-demon-timestep
23115 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
23116 seconds. This is 60 by default. If you change that variable,
23117 all the timings in the handlers will be affected.)
23118
23119 So, if you want to add a handler, you could put something like this in
23120 your @file{~/.gnus.el} file:
23121
23122 @findex gnus-demon-add-handler
23123 @lisp
23124 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
23125 @end lisp
23126
23127 @findex gnus-demon-add-scanmail
23128 @findex gnus-demon-add-rescan
23129 @findex gnus-demon-add-scan-timestamps
23130 @findex gnus-demon-add-disconnection
23131 Some ready-made functions to do this have been created:
23132 @code{gnus-demon-add-disconnection},
23133 @code{gnus-demon-add-nntp-close-connection},
23134 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
23135 @code{gnus-demon-add-scanmail}. Just put those functions in your
23136 @file{~/.gnus.el} if you want those abilities.
23137
23138 @findex gnus-demon-init
23139 @findex gnus-demon-cancel
23140 @vindex gnus-demon-handlers
23141 If you add handlers to @code{gnus-demon-handlers} directly, you should
23142 run @code{gnus-demon-init} to make the changes take hold. To cancel all
23143 daemons, you can use the @code{gnus-demon-cancel} function.
23144
23145 Note that adding daemons can be pretty naughty if you over do it. Adding
23146 functions that scan all news and mail from all servers every two seconds
23147 is a sure-fire way of getting booted off any respectable system. So
23148 behave.
23149
23150
23151 @node Undo
23152 @section Undo
23153 @cindex undo
23154
23155 It is very useful to be able to undo actions one has done. In normal
23156 Emacs buffers, it's easy enough---you just push the @code{undo} button.
23157 In Gnus buffers, however, it isn't that simple.
23158
23159 The things Gnus displays in its buffer is of no value whatsoever to
23160 Gnus---it's all just data designed to look nice to the user.
23161 Killing a group in the group buffer with @kbd{C-k} makes the line
23162 disappear, but that's just a side-effect of the real action---the
23163 removal of the group in question from the internal Gnus structures.
23164 Undoing something like that can't be done by the normal Emacs
23165 @code{undo} function.
23166
23167 Gnus tries to remedy this somewhat by keeping track of what the user
23168 does and coming up with actions that would reverse the actions the user
23169 takes. When the user then presses the @code{undo} key, Gnus will run
23170 the code to reverse the previous action, or the previous actions.
23171 However, not all actions are easily reversible, so Gnus currently offers
23172 a few key functions to be undoable. These include killing groups,
23173 yanking groups, and changing the list of read articles of groups.
23174 That's it, really. More functions may be added in the future, but each
23175 added function means an increase in data to be stored, so Gnus will
23176 never be totally undoable.
23177
23178 @findex gnus-undo-mode
23179 @vindex gnus-use-undo
23180 @findex gnus-undo
23181 The undoability is provided by the @code{gnus-undo-mode} minor mode. It
23182 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
23183 default. The @kbd{C-M-_} key performs the @code{gnus-undo}
23184 command, which should feel kinda like the normal Emacs @code{undo}
23185 command.
23186
23187
23188 @node Predicate Specifiers
23189 @section Predicate Specifiers
23190 @cindex predicate specifiers
23191
23192 Some Gnus variables are @dfn{predicate specifiers}. This is a special
23193 form that allows flexible specification of predicates without having
23194 to type all that much.
23195
23196 These specifiers are lists consisting of functions, symbols and lists.
23197
23198 Here's an example:
23199
23200 @lisp
23201 (or gnus-article-unseen-p
23202 gnus-article-unread-p)
23203 @end lisp
23204
23205 The available symbols are @code{or}, @code{and} and @code{not}. The
23206 functions all take one parameter.
23207
23208 @findex gnus-make-predicate
23209 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
23210 to create a function that can be called. This input parameter to this
23211 function will be passed along to all the functions in the predicate
23212 specifier.
23213
23214
23215 @node Moderation
23216 @section Moderation
23217 @cindex moderation
23218
23219 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
23220 It is not included in the standard Gnus package. Write a mail to
23221 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
23222 get a copy.
23223
23224 The moderation package is implemented as a minor mode for summary
23225 buffers. Put
23226
23227 @lisp
23228 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
23229 @end lisp
23230
23231 in your @file{~/.gnus.el} file.
23232
23233 If you are the moderator of @samp{rec.zoofle}, this is how it's
23234 supposed to work:
23235
23236 @enumerate
23237 @item
23238 You split your incoming mail by matching on
23239 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
23240 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
23241
23242 @item
23243 You enter that group once in a while and post articles using the @kbd{e}
23244 (edit-and-post) or @kbd{s} (just send unedited) commands.
23245
23246 @item
23247 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
23248 articles that weren't approved by you, you can cancel them with the
23249 @kbd{c} command.
23250 @end enumerate
23251
23252 To use moderation mode in these two groups, say:
23253
23254 @lisp
23255 (setq gnus-moderated-list
23256 "^nnml:rec.zoofle$\\|^rec.zoofle$")
23257 @end lisp
23258
23259
23260 @node Fetching a Group
23261 @section Fetching a Group
23262 @cindex fetching a group
23263
23264 @findex gnus-fetch-group
23265 It is sometimes convenient to be able to just say ``I want to read this
23266 group and I don't care whether Gnus has been started or not''. This is
23267 perhaps more useful for people who write code than for users, but the
23268 command @code{gnus-fetch-group} provides this functionality in any case.
23269 It takes the group name as a parameter.
23270
23271
23272 @node Image Enhancements
23273 @section Image Enhancements
23274
23275 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
23276 support images, Emacs 22 does.} and up, are able to display pictures and
23277 stuff, so Gnus has taken advantage of that.
23278
23279 @menu
23280 * X-Face:: Display a funky, teensy black-and-white image.
23281 * Face:: Display a funkier, teensier colored image.
23282 * Smileys:: Show all those happy faces the way they were meant to be shown.
23283 * Picons:: How to display pictures of what you're reading.
23284 * Gravatars:: Display the avatar of people you read.
23285 * XVarious:: Other XEmacsy Gnusey variables.
23286 @end menu
23287
23288
23289 @node X-Face
23290 @subsection X-Face
23291 @cindex x-face
23292
23293 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
23294 depth) image that's supposed to represent the author of the message.
23295 It seems to be supported by an ever-growing number of mail and news
23296 readers.
23297
23298 @cindex x-face
23299 @findex gnus-article-display-x-face
23300 @vindex gnus-article-x-face-command
23301 @vindex gnus-article-x-face-too-ugly
23302 @iftex
23303 @iflatex
23304 \include{xface}
23305 @end iflatex
23306 @end iftex
23307 @c @anchor{X-Face}
23308
23309 Viewing an @code{X-Face} header either requires an Emacs that has
23310 @samp{compface} support (which most XEmacs versions have), or that you
23311 have suitable conversion or display programs installed. If your Emacs
23312 has image support the default action is to display the face before the
23313 @code{From} header. If there's no native @code{X-Face} support, Gnus
23314 will try to convert the @code{X-Face} header using external programs
23315 from the @code{pbmplus} package and friends, see below. For XEmacs it's
23316 faster if XEmacs has been compiled with @code{X-Face} support. The
23317 default action under Emacs without image support is to fork off the
23318 @code{display} program.
23319
23320 On a GNU/Linux system, the @code{display} program is included in the
23321 ImageMagick package. For external conversion programs look for packages
23322 with names like @code{netpbm}, @code{libgr-progs} and @code{compface}.
23323 On Windows, you may use the packages @code{netpbm} and @code{compface}
23324 from @url{http://gnuwin32.sourceforge.net}. You need to add the
23325 @code{bin} directory to your @code{PATH} environment variable.
23326 @c In fact only the following DLLs and binaries seem to be required:
23327 @c compface1.dll uncompface.exe libnetpbm10.dll icontopbm.exe
23328
23329 The variable @code{gnus-article-x-face-command} controls which programs
23330 are used to display the @code{X-Face} header. If this variable is a
23331 string, this string will be executed in a sub-shell. If it is a
23332 function, this function will be called with the face as the argument.
23333 If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches the
23334 @code{From} header, the face will not be shown.
23335
23336 (Note: @code{x-face} is used in the variable/function names, not
23337 @code{xface}).
23338
23339 @noindent
23340 Face and variable:
23341
23342 @table @code
23343 @item gnus-x-face
23344 @vindex gnus-x-face
23345 Face to show X-Face. The colors from this face are used as the
23346 foreground and background colors of the displayed X-Faces. The
23347 default colors are black and white.
23348
23349 @item gnus-face-properties-alist
23350 @vindex gnus-face-properties-alist
23351 Alist of image types and properties applied to Face (@pxref{Face}) and
23352 X-Face images. The default value is @code{((pbm . (:face gnus-x-face))
23353 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
23354 XEmacs. Here are examples:
23355
23356 @lisp
23357 ;; Specify the altitude of Face and X-Face images in the From header.
23358 (setq gnus-face-properties-alist
23359 '((pbm . (:face gnus-x-face :ascent 80))
23360 (png . (:ascent 80))))
23361
23362 ;; Show Face and X-Face images as pressed buttons.
23363 (setq gnus-face-properties-alist
23364 '((pbm . (:face gnus-x-face :relief -2))
23365 (png . (:relief -2))))
23366 @end lisp
23367
23368 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
23369 Reference Manual} for the valid properties for various image types.
23370 Currently, @code{pbm} is used for X-Face images and @code{png} is used
23371 for Face images in Emacs. Only the @code{:face} property is effective
23372 on the @code{xface} image type in XEmacs if it is built with the
23373 @samp{libcompface} library.
23374 @end table
23375
23376 If you use posting styles, you can use an @code{x-face-file} entry in
23377 @code{gnus-posting-styles}, @xref{Posting Styles}. If you don't, Gnus
23378 provides a few convenience functions and variables to allow easier
23379 insertion of X-Face headers in outgoing messages. You also need the
23380 above mentioned ImageMagick, netpbm or other image conversion packages
23381 (depending the values of the variables below) for these functions.
23382
23383 @findex gnus-random-x-face
23384 @vindex gnus-convert-pbm-to-x-face-command
23385 @vindex gnus-x-face-directory
23386 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
23387 @code{gnus-x-face-directory} and picks one at random, and then
23388 converts it to the X-Face format by using the
23389 @code{gnus-convert-pbm-to-x-face-command} shell command. The
23390 @samp{pbm} files should be 48x48 pixels big. It returns the X-Face
23391 header data as a string.
23392
23393 @findex gnus-insert-random-x-face-header
23394 @code{gnus-insert-random-x-face-header} calls
23395 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
23396 randomly generated data.
23397
23398 @findex gnus-x-face-from-file
23399 @vindex gnus-convert-image-to-x-face-command
23400 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
23401 converts the file to X-Face format by using the
23402 @code{gnus-convert-image-to-x-face-command} shell command.
23403
23404 Here's how you would typically use the first function. Put something
23405 like the following in your @file{~/.gnus.el} file:
23406
23407 @lisp
23408 (setq message-required-news-headers
23409 (nconc message-required-news-headers
23410 (list '(X-Face . gnus-random-x-face))))
23411 @end lisp
23412
23413 Using the last function would be something like this:
23414
23415 @lisp
23416 (setq message-required-news-headers
23417 (nconc message-required-news-headers
23418 (list '(X-Face . (lambda ()
23419 (gnus-x-face-from-file
23420 "~/My-face.gif"))))))
23421 @end lisp
23422
23423
23424 @node Face
23425 @subsection Face
23426 @cindex face
23427
23428 @c #### FIXME: faces and x-faces' implementations should really be harmonized.
23429
23430 @code{Face} headers are essentially a funkier version of @code{X-Face}
23431 ones. They describe a 48x48 pixel colored image that's supposed to
23432 represent the author of the message.
23433
23434 @cindex face
23435 @findex gnus-article-display-face
23436 The contents of a @code{Face} header must be a base64 encoded PNG image.
23437 See @uref{http://quimby.gnus.org/circus/face/} for the precise
23438 specifications.
23439
23440 The @code{gnus-face-properties-alist} variable affects the appearance of
23441 displayed Face images. @xref{X-Face}.
23442
23443 Viewing a @code{Face} header requires an Emacs that is able to display
23444 PNG images.
23445 @c Maybe add this:
23446 @c (if (featurep 'xemacs)
23447 @c (featurep 'png)
23448 @c (image-type-available-p 'png))
23449
23450 Gnus provides a few convenience functions and variables to allow
23451 easier insertion of Face headers in outgoing messages.
23452
23453 @findex gnus-convert-png-to-face
23454 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
23455 726 bytes long, and converts it to a face.
23456
23457 @findex gnus-face-from-file
23458 @vindex gnus-convert-image-to-face-command
23459 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
23460 converts the file to Face format by using the
23461 @code{gnus-convert-image-to-face-command} shell command.
23462
23463 Here's how you would typically use this function. Put something like the
23464 following in your @file{~/.gnus.el} file:
23465
23466 @lisp
23467 (setq message-required-news-headers
23468 (nconc message-required-news-headers
23469 (list '(Face . (lambda ()
23470 (gnus-face-from-file "~/face.jpg"))))))
23471 @end lisp
23472
23473
23474 @node Smileys
23475 @subsection Smileys
23476 @cindex smileys
23477
23478 @iftex
23479 @iflatex
23480 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
23481 \input{smiley}
23482 @end iflatex
23483 @end iftex
23484
23485 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
23486 currently the only package that uses Smiley, it is documented here.
23487
23488 In short---to use Smiley in Gnus, put the following in your
23489 @file{~/.gnus.el} file:
23490
23491 @lisp
23492 (setq gnus-treat-display-smileys t)
23493 @end lisp
23494
23495 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
23496 the like---to pictures and displays those instead of the text smiley
23497 faces. The conversion is controlled by a list of regexps that matches
23498 text and maps that to file names.
23499
23500 @vindex smiley-regexp-alist
23501 The alist used is specified by the @code{smiley-regexp-alist}
23502 variable. The first item in each element is the regexp to be matched;
23503 the second element is the regexp match group that is to be replaced by
23504 the picture; and the third element is the name of the file to be
23505 displayed.
23506
23507 The following variables customize the appearance of the smileys:
23508
23509 @table @code
23510
23511 @item smiley-style
23512 @vindex smiley-style
23513 Specifies the smiley style. Predefined smiley styles include
23514 @code{low-color} (small 13x14 pixel, three-color images), @code{medium}
23515 (more colorful images, 16x16 pixel), and @code{grayscale} (grayscale
23516 images, 14x14 pixel). The default depends on the height of the default
23517 face.
23518
23519 @item smiley-data-directory
23520 @vindex smiley-data-directory
23521 Where Smiley will look for smiley faces files. You shouldn't set this
23522 variable anymore. Customize @code{smiley-style} instead.
23523
23524 @item gnus-smiley-file-types
23525 @vindex gnus-smiley-file-types
23526 List of suffixes on smiley file names to try.
23527
23528 @end table
23529
23530
23531 @node Picons
23532 @subsection Picons
23533
23534 @iftex
23535 @iflatex
23536 \include{picons}
23537 @end iflatex
23538 @end iftex
23539
23540 So@dots{} You want to slow down your news reader even more! This is a
23541 good way to do so. It's also a great way to impress people staring
23542 over your shoulder as you read news.
23543
23544 What are Picons? To quote directly from the Picons Web site:
23545
23546 @iftex
23547 @iflatex
23548 \margindex{}
23549 @end iflatex
23550 @end iftex
23551
23552 @quotation
23553 @dfn{Picons} is short for ``personal icons''. They're small,
23554 constrained images used to represent users and domains on the net,
23555 organized into databases so that the appropriate image for a given
23556 e-mail address can be found. Besides users and domains, there are picon
23557 databases for Usenet newsgroups and weather forecasts. The picons are
23558 in either monochrome @code{XBM} format or color @code{XPM} and
23559 @code{GIF} formats.
23560 @end quotation
23561
23562 @vindex gnus-picon-databases
23563 For instructions on obtaining and installing the picons databases,
23564 point your Web browser at
23565 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
23566
23567 If you are using Debian GNU/Linux, saying @samp{apt-get install
23568 picons.*} will install the picons where Gnus can find them.
23569
23570 To enable displaying picons, simply make sure that
23571 @code{gnus-picon-databases} points to the directory containing the
23572 Picons databases.
23573
23574 @vindex gnus-picon-style
23575 The variable @code{gnus-picon-style} controls how picons are displayed.
23576 If @code{inline}, the textual representation is replaced. If
23577 @code{right}, picons are added right to the textual representation.
23578
23579 @vindex gnus-picon-properties
23580 The value of the variable @code{gnus-picon-properties} is a list of
23581 properties applied to picons.
23582
23583 The following variables offer control over where things are located.
23584
23585 @table @code
23586
23587 @item gnus-picon-databases
23588 @vindex gnus-picon-databases
23589 The location of the picons database. This is a list of directories
23590 containing the @file{news}, @file{domains}, @file{users} (and so on)
23591 subdirectories. Defaults to @code{("/usr/lib/picon"
23592 "/usr/local/faces")}.
23593
23594 @item gnus-picon-news-directories
23595 @vindex gnus-picon-news-directories
23596 List of subdirectories to search in @code{gnus-picon-databases} for
23597 newsgroups faces. @code{("news")} is the default.
23598
23599 @item gnus-picon-user-directories
23600 @vindex gnus-picon-user-directories
23601 List of subdirectories to search in @code{gnus-picon-databases} for user
23602 faces. @code{("users" "usenix" "local" "misc")} is the default.
23603
23604 @item gnus-picon-domain-directories
23605 @vindex gnus-picon-domain-directories
23606 List of subdirectories to search in @code{gnus-picon-databases} for
23607 domain name faces. Defaults to @code{("domains")}. Some people may
23608 want to add @samp{"unknown"} to this list.
23609
23610 @item gnus-picon-file-types
23611 @vindex gnus-picon-file-types
23612 Ordered list of suffixes on picon file names to try. Defaults to
23613 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
23614
23615 @item gnus-picon-inhibit-top-level-domains
23616 @vindex gnus-picon-inhibit-top-level-domains
23617 If non-@code{nil} (which is the default), don't display picons for
23618 things like @samp{.net} and @samp{.de}, which aren't usually very
23619 interesting.
23620
23621 @end table
23622
23623 @node Gravatars
23624 @subsection Gravatars
23625
23626 @iftex
23627 @iflatex
23628 \include{gravatars}
23629 @end iflatex
23630 @end iftex
23631
23632 A gravatar is an image registered to an e-mail address.
23633
23634 You can submit yours on-line at @uref{http://www.gravatar.com}.
23635
23636 The following variables offer control over how things are displayed.
23637
23638 @table @code
23639
23640 @item gnus-gravatar-size
23641 @vindex gnus-gravatar-size
23642 The size in pixels of gravatars. Gravatars are always square, so one
23643 number for the size is enough.
23644
23645 @item gnus-gravatar-properties
23646 @vindex gnus-gravatar-properties
23647 List of image properties applied to Gravatar images.
23648
23649 @item gnus-gravatar-too-ugly
23650 @vindex gnus-gravatar-too-ugly
23651 Regexp that matches mail addresses or names of people of which avatars
23652 should not be displayed, or @code{nil}. It default to the value of
23653 @code{gnus-article-x-face-too-ugly} (@pxref{X-Face}).
23654
23655 @end table
23656
23657 If you want to see them in the From field, set:
23658 @lisp
23659 (setq gnus-treat-from-gravatar 'head)
23660 @end lisp
23661
23662 If you want to see them in the Cc and To fields, set:
23663
23664 @lisp
23665 (setq gnus-treat-mail-gravatar 'head)
23666 @end lisp
23667
23668
23669 @node XVarious
23670 @subsection Various XEmacs Variables
23671
23672 @table @code
23673 @item gnus-xmas-glyph-directory
23674 @vindex gnus-xmas-glyph-directory
23675 This is where Gnus will look for pictures. Gnus will normally
23676 auto-detect this directory, but you may set it manually if you have an
23677 unusual directory structure.
23678
23679 @item gnus-xmas-modeline-glyph
23680 @vindex gnus-xmas-modeline-glyph
23681 A glyph displayed in all Gnus mode lines. It is a tiny gnu head by
23682 default.
23683
23684 @end table
23685
23686 @subsubsection Toolbar
23687
23688 @table @code
23689
23690 @item gnus-use-toolbar
23691 @vindex gnus-use-toolbar
23692 This variable specifies the position to display the toolbar. If
23693 @code{nil}, don't display toolbars. If it is non-@code{nil}, it should
23694 be one of the symbols @code{default}, @code{top}, @code{bottom},
23695 @code{right}, and @code{left}. @code{default} means to use the default
23696 toolbar, the rest mean to display the toolbar on the place which those
23697 names show. The default is @code{default}.
23698
23699 @item gnus-toolbar-thickness
23700 @vindex gnus-toolbar-thickness
23701 Cons of the height and the width specifying the thickness of a toolbar.
23702 The height is used for the toolbar displayed on the top or the bottom,
23703 the width is used for the toolbar displayed on the right or the left.
23704 The default is that of the default toolbar.
23705
23706 @item gnus-group-toolbar
23707 @vindex gnus-group-toolbar
23708 The toolbar in the group buffer.
23709
23710 @item gnus-summary-toolbar
23711 @vindex gnus-summary-toolbar
23712 The toolbar in the summary buffer.
23713
23714 @item gnus-summary-mail-toolbar
23715 @vindex gnus-summary-mail-toolbar
23716 The toolbar in the summary buffer of mail groups.
23717
23718 @end table
23719
23720 @iftex
23721 @iflatex
23722 \margindex{}
23723 @end iflatex
23724 @end iftex
23725
23726
23727 @node Fuzzy Matching
23728 @section Fuzzy Matching
23729 @cindex fuzzy matching
23730
23731 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
23732 things like scoring, thread gathering and thread comparison.
23733
23734 As opposed to regular expression matching, fuzzy matching is very fuzzy.
23735 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
23736 means, and the implementation has changed over time.
23737
23738 Basically, it tries to remove all noise from lines before comparing.
23739 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
23740 out of the strings before comparing the results. This often leads to
23741 adequate results---even when faced with strings generated by text
23742 manglers masquerading as newsreaders.
23743
23744
23745 @node Thwarting Email Spam
23746 @section Thwarting Email Spam
23747 @cindex email spam
23748 @cindex spam
23749 @cindex UCE
23750 @cindex unsolicited commercial email
23751
23752 In these last days of the Usenet, commercial vultures are hanging about
23753 and grepping through news like crazy to find email addresses they can
23754 foist off their scams and products to. As a reaction to this, many
23755 people have started putting nonsense addresses into their @code{From}
23756 lines. I think this is counterproductive---it makes it difficult for
23757 people to send you legitimate mail in response to things you write, as
23758 well as making it difficult to see who wrote what. This rewriting may
23759 perhaps be a bigger menace than the unsolicited commercial email itself
23760 in the end.
23761
23762 The biggest problem I have with email spam is that it comes in under
23763 false pretenses. I press @kbd{g} and Gnus merrily informs me that I
23764 have 10 new emails. I say ``Golly gee! Happy is me!'' and select the
23765 mail group, only to find two pyramid schemes, seven advertisements
23766 (``New! Miracle tonic for growing full, lustrous hair on your toes!'')
23767 and one mail asking me to repent and find some god.
23768
23769 This is annoying. Here's what you can do about it.
23770
23771 @menu
23772 * The problem of spam:: Some background, and some solutions
23773 * Anti-Spam Basics:: Simple steps to reduce the amount of spam.
23774 * SpamAssassin:: How to use external anti-spam tools.
23775 * Hashcash:: Reduce spam by burning CPU time.
23776 @end menu
23777
23778 @node The problem of spam
23779 @subsection The problem of spam
23780 @cindex email spam
23781 @cindex spam filtering approaches
23782 @cindex filtering approaches, spam
23783 @cindex UCE
23784 @cindex unsolicited commercial email
23785
23786 First, some background on spam.
23787
23788 If you have access to e-mail, you are familiar with spam (technically
23789 termed @acronym{UCE}, Unsolicited Commercial E-mail). Simply put, it
23790 exists because e-mail delivery is very cheap compared to paper mail,
23791 so only a very small percentage of people need to respond to an UCE to
23792 make it worthwhile to the advertiser. Ironically, one of the most
23793 common spams is the one offering a database of e-mail addresses for
23794 further spamming. Senders of spam are usually called @emph{spammers},
23795 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
23796 @emph{morons} are in common use as well.
23797
23798 Spam comes from a wide variety of sources. It is simply impossible to
23799 dispose of all spam without discarding useful messages. A good
23800 example is the TMDA system, which requires senders
23801 unknown to you to confirm themselves as legitimate senders before
23802 their e-mail can reach you. Without getting into the technical side
23803 of TMDA, a downside is clearly that e-mail from legitimate sources may
23804 be discarded if those sources can't or won't confirm themselves
23805 through the TMDA system. Another problem with TMDA is that it
23806 requires its users to have a basic understanding of e-mail delivery
23807 and processing.
23808
23809 The simplest approach to filtering spam is filtering, at the mail
23810 server or when you sort through incoming mail. If you get 200 spam
23811 messages per day from @samp{random-address@@vmadmin.com}, you block
23812 @samp{vmadmin.com}. If you get 200 messages about @samp{VIAGRA}, you
23813 discard all messages with @samp{VIAGRA} in the message. If you get
23814 lots of spam from Bulgaria, for example, you try to filter all mail
23815 from Bulgarian IPs.
23816
23817 This, unfortunately, is a great way to discard legitimate e-mail. The
23818 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
23819 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
23820 you should be obvious, so don't do it if you have the choice.
23821
23822 In another instance, the very informative and useful RISKS digest has
23823 been blocked by overzealous mail filters because it @strong{contained}
23824 words that were common in spam messages. Nevertheless, in isolated
23825 cases, with great care, direct filtering of mail can be useful.
23826
23827 Another approach to filtering e-mail is the distributed spam
23828 processing, for instance DCC implements such a system. In essence,
23829 @var{N} systems around the world agree that a machine @var{X} in
23830 Ghana, Estonia, or California is sending out spam e-mail, and these
23831 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
23832 database. The criteria for spam detection vary---it may be the number
23833 of messages sent, the content of the messages, and so on. When a user
23834 of the distributed processing system wants to find out if a message is
23835 spam, he consults one of those @var{N} systems.
23836
23837 Distributed spam processing works very well against spammers that send
23838 a large number of messages at once, but it requires the user to set up
23839 fairly complicated checks. There are commercial and free distributed
23840 spam processing systems. Distributed spam processing has its risks as
23841 well. For instance legitimate e-mail senders have been accused of
23842 sending spam, and their web sites and mailing lists have been shut
23843 down for some time because of the incident.
23844
23845 The statistical approach to spam filtering is also popular. It is
23846 based on a statistical analysis of previous spam messages. Usually
23847 the analysis is a simple word frequency count, with perhaps pairs of
23848 words or 3-word combinations thrown into the mix. Statistical
23849 analysis of spam works very well in most of the cases, but it can
23850 classify legitimate e-mail as spam in some cases. It takes time to
23851 run the analysis, the full message must be analyzed, and the user has
23852 to store the database of spam analysis. Statistical analysis on the
23853 server is gaining popularity. This has the advantage of letting the
23854 user Just Read Mail, but has the disadvantage that it's harder to tell
23855 the server that it has misclassified mail.
23856
23857 Fighting spam is not easy, no matter what anyone says. There is no
23858 magic switch that will distinguish Viagra ads from Mom's e-mails.
23859 Even people are having a hard time telling spam apart from non-spam,
23860 because spammers are actively looking to fool us into thinking they
23861 are Mom, essentially. Spamming is irritating, irresponsible, and
23862 idiotic behavior from a bunch of people who think the world owes them
23863 a favor. We hope the following sections will help you in fighting the
23864 spam plague.
23865
23866 @node Anti-Spam Basics
23867 @subsection Anti-Spam Basics
23868 @cindex email spam
23869 @cindex spam
23870 @cindex UCE
23871 @cindex unsolicited commercial email
23872
23873 One way of dealing with spam is having Gnus split out all spam into a
23874 @samp{spam} mail group (@pxref{Splitting Mail}).
23875
23876 First, pick one (1) valid mail address that you can be reached at, and
23877 put it in your @code{From} header of all your news articles. (I've
23878 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
23879 @samp{larsi+usenet@@ifi.uio.no} will be a better choice. Ask your
23880 sysadmin whether your sendmail installation accepts keywords in the local
23881 part of the mail address.)
23882
23883 @lisp
23884 (setq message-default-news-headers
23885 "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
23886 @end lisp
23887
23888 Then put the following split rule in @code{nnmail-split-fancy}
23889 (@pxref{Fancy Mail Splitting}):
23890
23891 @lisp
23892 (...
23893 (to "larsi@@trym.ifi.uio.no"
23894 (| ("subject" "re:.*" "misc")
23895 ("references" ".*@@.*" "misc")
23896 "spam"))
23897 ...)
23898 @end lisp
23899
23900 This says that all mail to this address is suspect, but if it has a
23901 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
23902 header, it's probably ok. All the rest goes to the @samp{spam} group.
23903 (This idea probably comes from Tim Pierce.)
23904
23905 In addition, many mail spammers talk directly to your @acronym{SMTP} server
23906 and do not include your email address explicitly in the @code{To}
23907 header. Why they do this is unknown---perhaps it's to thwart this
23908 thwarting scheme? In any case, this is trivial to deal with---you just
23909 put anything not addressed to you in the @samp{spam} group by ending
23910 your fancy split rule in this way:
23911
23912 @lisp
23913 (
23914 ...
23915 (to "larsi" "misc")
23916 "spam")
23917 @end lisp
23918
23919 In my experience, this will sort virtually everything into the right
23920 group. You still have to check the @samp{spam} group from time to time to
23921 check for legitimate mail, though. If you feel like being a good net
23922 citizen, you can even send off complaints to the proper authorities on
23923 each unsolicited commercial email---at your leisure.
23924
23925 This works for me. It allows people an easy way to contact me (they can
23926 just press @kbd{r} in the usual way), and I'm not bothered at all with
23927 spam. It's a win-win situation. Forging @code{From} headers to point
23928 to non-existent domains is yucky, in my opinion.
23929
23930 Be careful with this approach. Spammers are wise to it.
23931
23932
23933 @node SpamAssassin
23934 @subsection SpamAssassin, Vipul's Razor, DCC, etc
23935 @cindex SpamAssassin
23936 @cindex Vipul's Razor
23937 @cindex DCC
23938
23939 The days where the hints in the previous section were sufficient in
23940 avoiding spam are coming to an end. There are many tools out there
23941 that claim to reduce the amount of spam you get. This section could
23942 easily become outdated fast, as new products replace old, but
23943 fortunately most of these tools seem to have similar interfaces. Even
23944 though this section will use SpamAssassin as an example, it should be
23945 easy to adapt it to most other tools.
23946
23947 Note that this section does not involve the @code{spam.el} package,
23948 which is discussed in the next section. If you don't care for all
23949 the features of @code{spam.el}, you can make do with these simple
23950 recipes.
23951
23952 If the tool you are using is not installed on the mail server, you
23953 need to invoke it yourself. Ideas on how to use the
23954 @code{:postscript} mail source parameter (@pxref{Mail Source
23955 Specifiers}) follow.
23956
23957 @lisp
23958 (setq mail-sources
23959 '((file :prescript "formail -bs spamassassin < /var/mail/%u")
23960 (pop :user "jrl"
23961 :server "pophost"
23962 :postscript
23963 "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
23964 @end lisp
23965
23966 Once you manage to process your incoming spool somehow, thus making
23967 the mail contain, e.g., a header indicating it is spam, you are ready to
23968 filter it out. Using normal split methods (@pxref{Splitting Mail}):
23969
23970 @lisp
23971 (setq nnmail-split-methods '(("spam" "^X-Spam-Flag: YES")
23972 ...))
23973 @end lisp
23974
23975 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
23976
23977 @lisp
23978 (setq nnmail-split-methods 'nnmail-split-fancy
23979 nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
23980 ...))
23981 @end lisp
23982
23983 Some people might not like the idea of piping the mail through various
23984 programs using a @code{:prescript} (if some program is buggy, you
23985 might lose all mail). If you are one of them, another solution is to
23986 call the external tools during splitting. Example fancy split method:
23987
23988 @lisp
23989 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
23990 ...))
23991 (defun kevin-spamassassin ()
23992 (save-excursion
23993 (save-restriction
23994 (widen)
23995 (if (eq 1 (call-process-region (point-min) (point-max)
23996 "spamc" nil nil nil "-c"))
23997 "spam"))))
23998 @end lisp
23999
24000 Note that with the nnimap back end, message bodies will not be
24001 downloaded by default. You need to set
24002 @code{nnimap-split-download-body} to @code{t} to do that
24003 (@pxref{Client-Side IMAP Splitting}).
24004
24005 That is about it. As some spam is likely to get through anyway, you
24006 might want to have a nifty function to call when you happen to read
24007 spam. And here is the nifty function:
24008
24009 @lisp
24010 (defun my-gnus-raze-spam ()
24011 "Submit SPAM to Vipul's Razor, then mark it as expirable."
24012 (interactive)
24013 (gnus-summary-save-in-pipe "razor-report -f -d" t)
24014 (gnus-summary-mark-as-expirable 1))
24015 @end lisp
24016
24017 @node Hashcash
24018 @subsection Hashcash
24019 @cindex hashcash
24020
24021 A novel technique to fight spam is to require senders to do something
24022 costly and demonstrably unique for each message they send. This has
24023 the obvious drawback that you cannot rely on everyone in the world
24024 using this technique, since it is not part of the Internet standards,
24025 but it may be useful in smaller communities.
24026
24027 While the tools in the previous section work well in practice, they
24028 work only because the tools are constantly maintained and updated as
24029 new form of spam appears. This means that a small percentage of spam
24030 will always get through. It also means that somewhere, someone needs
24031 to read lots of spam to update these tools. Hashcash avoids that, but
24032 instead prefers that everyone you contact through e-mail supports the
24033 scheme. You can view the two approaches as pragmatic vs dogmatic.
24034 The approaches have their own advantages and disadvantages, but as
24035 often in the real world, a combination of them is stronger than either
24036 one of them separately.
24037
24038 @cindex X-Hashcash
24039 The ``something costly'' is to burn CPU time, more specifically to
24040 compute a hash collision up to a certain number of bits. The
24041 resulting hashcash cookie is inserted in a @samp{X-Hashcash:} header.
24042 For more details, and for the external application @code{hashcash} you
24043 need to install to use this feature, see
24044 @uref{http://www.hashcash.org/}. Even more information can be found
24045 at @uref{http://www.camram.org/}.
24046
24047 If you wish to generate hashcash for each message you send, you can
24048 customize @code{message-generate-hashcash} (@pxref{Mail Headers, ,Mail
24049 Headers,message, The Message Manual}), as in:
24050
24051 @lisp
24052 (setq message-generate-hashcash t)
24053 @end lisp
24054
24055 You will need to set up some additional variables as well:
24056
24057 @table @code
24058
24059 @item hashcash-default-payment
24060 @vindex hashcash-default-payment
24061 This variable indicates the default number of bits the hash collision
24062 should consist of. By default this is 20. Suggested useful values
24063 include 17 to 29.
24064
24065 @item hashcash-payment-alist
24066 @vindex hashcash-payment-alist
24067 Some receivers may require you to spend burn more CPU time than the
24068 default. This variable contains a list of @samp{(@var{addr}
24069 @var{amount})} cells, where @var{addr} is the receiver (email address
24070 or newsgroup) and @var{amount} is the number of bits in the collision
24071 that is needed. It can also contain @samp{(@var{addr} @var{string}
24072 @var{amount})} cells, where the @var{string} is the string to use
24073 (normally the email address or newsgroup name is used).
24074
24075 @item hashcash-path
24076 @vindex hashcash-path
24077 Where the @code{hashcash} binary is installed. This variable should
24078 be automatically set by @code{executable-find}, but if it's @code{nil}
24079 (usually because the @code{hashcash} binary is not in your path)
24080 you'll get a warning when you check hashcash payments and an error
24081 when you generate hashcash payments.
24082
24083 @end table
24084
24085 Gnus can verify hashcash cookies, although this can also be done by
24086 hand customized mail filtering scripts. To verify a hashcash cookie
24087 in a message, use the @code{mail-check-payment} function in the
24088 @code{hashcash.el} library. You can also use the @code{spam.el}
24089 package with the @code{spam-use-hashcash} back end to validate hashcash
24090 cookies in incoming mail and filter mail accordingly (@pxref{Anti-spam
24091 Hashcash Payments}).
24092
24093 @node Spam Package
24094 @section Spam Package
24095 @cindex spam filtering
24096 @cindex spam
24097
24098 The Spam package provides Gnus with a centralized mechanism for
24099 detecting and filtering spam. It filters new mail, and processes
24100 messages according to whether they are spam or ham. (@dfn{Ham} is the
24101 name used throughout this manual to indicate non-spam messages.)
24102
24103 @menu
24104 * Spam Package Introduction::
24105 * Filtering Incoming Mail::
24106 * Detecting Spam in Groups::
24107 * Spam and Ham Processors::
24108 * Spam Package Configuration Examples::
24109 * Spam Back Ends::
24110 * Extending the Spam package::
24111 * Spam Statistics Package::
24112 @end menu
24113
24114 @node Spam Package Introduction
24115 @subsection Spam Package Introduction
24116 @cindex spam filtering
24117 @cindex spam filtering sequence of events
24118 @cindex spam
24119
24120 You must read this section to understand how the Spam package works.
24121 Do not skip, speed-read, or glance through this section.
24122
24123 Make sure you read the section on the @code{spam.el} sequence of
24124 events. See @xref{Extending the Spam package}.
24125
24126 @cindex spam-initialize
24127 @vindex spam-use-stat
24128 To use the Spam package, you @strong{must} first run the function
24129 @code{spam-initialize}:
24130
24131 @example
24132 (spam-initialize)
24133 @end example
24134
24135 This autoloads @code{spam.el} and installs the various hooks necessary
24136 to let the Spam package do its job. In order to make use of the Spam
24137 package, you have to set up certain group parameters and variables,
24138 which we will describe below. All of the variables controlling the
24139 Spam package can be found in the @samp{spam} customization group.
24140
24141 There are two ``contact points'' between the Spam package and the rest
24142 of Gnus: checking new mail for spam, and leaving a group.
24143
24144 Checking new mail for spam is done in one of two ways: while splitting
24145 incoming mail, or when you enter a group.
24146
24147 The first way, checking for spam while splitting incoming mail, is
24148 suited to mail back ends such as @code{nnml} or @code{nnimap}, where
24149 new mail appears in a single spool file. The Spam package processes
24150 incoming mail, and sends mail considered to be spam to a designated
24151 ``spam'' group. @xref{Filtering Incoming Mail}.
24152
24153 The second way is suited to back ends such as @code{nntp}, which have
24154 no incoming mail spool, or back ends where the server is in charge of
24155 splitting incoming mail. In this case, when you enter a Gnus group,
24156 the unseen or unread messages in that group are checked for spam.
24157 Detected spam messages are marked as spam. @xref{Detecting Spam in
24158 Groups}.
24159
24160 @cindex spam back ends
24161 In either case, you have to tell the Spam package what method to use
24162 to detect spam messages. There are several methods, or @dfn{spam back
24163 ends} (not to be confused with Gnus back ends!) to choose from: spam
24164 ``blacklists'' and ``whitelists'', dictionary-based filters, and so
24165 forth. @xref{Spam Back Ends}.
24166
24167 In the Gnus summary buffer, messages that have been identified as spam
24168 always appear with a @samp{$} symbol.
24169
24170 The Spam package divides Gnus groups into three categories: ham
24171 groups, spam groups, and unclassified groups. You should mark each of
24172 the groups you subscribe to as either a ham group or a spam group,
24173 using the @code{spam-contents} group parameter (@pxref{Group
24174 Parameters}). Spam groups have a special property: when you enter a
24175 spam group, all unseen articles are marked as spam. Thus, mail split
24176 into a spam group is automatically marked as spam.
24177
24178 Identifying spam messages is only half of the Spam package's job. The
24179 second half comes into play whenever you exit a group buffer. At this
24180 point, the Spam package does several things:
24181
24182 First, it calls @dfn{spam and ham processors} to process the articles
24183 according to whether they are spam or ham. There is a pair of spam
24184 and ham processors associated with each spam back end, and what the
24185 processors do depends on the back end. At present, the main role of
24186 spam and ham processors is for dictionary-based spam filters: they add
24187 the contents of the messages in the group to the filter's dictionary,
24188 to improve its ability to detect future spam. The @code{spam-process}
24189 group parameter specifies what spam processors to use. @xref{Spam and
24190 Ham Processors}.
24191
24192 If the spam filter failed to mark a spam message, you can mark it
24193 yourself, so that the message is processed as spam when you exit the
24194 group:
24195
24196 @table @kbd
24197 @item $
24198 @itemx M-d
24199 @itemx M s x
24200 @itemx S x
24201 @kindex $ (Summary)
24202 @kindex M-d (Summary)
24203 @kindex S x (Summary)
24204 @kindex M s x (Summary)
24205 @findex gnus-summary-mark-as-spam
24206 @findex gnus-summary-mark-as-spam
24207 Mark current article as spam, showing it with the @samp{$} mark
24208 (@code{gnus-summary-mark-as-spam}).
24209 @end table
24210
24211 @noindent
24212 Similarly, you can unmark an article if it has been erroneously marked
24213 as spam. @xref{Setting Marks}.
24214
24215 Normally, a ham message found in a non-ham group is not processed as
24216 ham---the rationale is that it should be moved into a ham group for
24217 further processing (see below). However, you can force these articles
24218 to be processed as ham by setting
24219 @code{spam-process-ham-in-spam-groups} and
24220 @code{spam-process-ham-in-nonham-groups}.
24221
24222 @vindex gnus-ham-process-destinations
24223 @vindex gnus-spam-process-destinations
24224 The second thing that the Spam package does when you exit a group is
24225 to move ham articles out of spam groups, and spam articles out of ham
24226 groups. Ham in a spam group is moved to the group specified by the
24227 variable @code{gnus-ham-process-destinations}, or the group parameter
24228 @code{ham-process-destination}. Spam in a ham group is moved to the
24229 group specified by the variable @code{gnus-spam-process-destinations},
24230 or the group parameter @code{spam-process-destination}. If these
24231 variables are not set, the articles are left in their current group.
24232 If an article cannot be moved (e.g., with a read-only backend such
24233 as @acronym{NNTP}), it is copied.
24234
24235 If an article is moved to another group, it is processed again when
24236 you visit the new group. Normally, this is not a problem, but if you
24237 want each article to be processed only once, load the
24238 @code{gnus-registry.el} package and set the variable
24239 @code{spam-log-to-registry} to @code{t}. @xref{Spam Package
24240 Configuration Examples}.
24241
24242 Normally, spam groups ignore @code{gnus-spam-process-destinations}.
24243 However, if you set @code{spam-move-spam-nonspam-groups-only} to
24244 @code{nil}, spam will also be moved out of spam groups, depending on
24245 the @code{spam-process-destination} parameter.
24246
24247 The final thing the Spam package does is to mark spam articles as
24248 expired, which is usually the right thing to do.
24249
24250 If all this seems confusing, don't worry. Soon it will be as natural
24251 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
24252 50 years in the future yet. Just trust us, it's not so bad.
24253
24254 @node Filtering Incoming Mail
24255 @subsection Filtering Incoming Mail
24256 @cindex spam filtering
24257 @cindex spam filtering incoming mail
24258 @cindex spam
24259
24260 To use the Spam package to filter incoming mail, you must first set up
24261 fancy mail splitting. @xref{Fancy Mail Splitting}. The Spam package
24262 defines a special splitting function that you can add to your fancy
24263 split variable (either @code{nnmail-split-fancy} or
24264 @code{nnimap-split-fancy}, depending on your mail back end):
24265
24266 @example
24267 (: spam-split)
24268 @end example
24269
24270 @vindex spam-split-group
24271 @noindent
24272 The @code{spam-split} function scans incoming mail according to your
24273 chosen spam back end(s), and sends messages identified as spam to a
24274 spam group. By default, the spam group is a group named @samp{spam},
24275 but you can change this by customizing @code{spam-split-group}. Make
24276 sure the contents of @code{spam-split-group} are an unqualified group
24277 name. For instance, in an @code{nnimap} server @samp{your-server},
24278 the value @samp{spam} means @samp{nnimap+your-server:spam}. The value
24279 @samp{nnimap+server:spam} is therefore wrong---it gives the group
24280 @samp{nnimap+your-server:nnimap+server:spam}.
24281
24282 @code{spam-split} does not modify the contents of messages in any way.
24283
24284 @vindex nnimap-split-download-body
24285 Note for IMAP users: if you use the @code{spam-check-bogofilter},
24286 @code{spam-check-ifile}, and @code{spam-check-stat} spam back ends,
24287 you should also set the variable @code{nnimap-split-download-body} to
24288 @code{t}. These spam back ends are most useful when they can ``scan''
24289 the full message body. By default, the nnimap back end only retrieves
24290 the message headers; @code{nnimap-split-download-body} tells it to
24291 retrieve the message bodies as well. We don't set this by default
24292 because it will slow @acronym{IMAP} down, and that is not an
24293 appropriate decision to make on behalf of the user. @xref{Client-Side
24294 IMAP Splitting}.
24295
24296 You have to specify one or more spam back ends for @code{spam-split}
24297 to use, by setting the @code{spam-use-*} variables. @xref{Spam Back
24298 Ends}. Normally, @code{spam-split} simply uses all the spam back ends
24299 you enabled in this way. However, you can tell @code{spam-split} to
24300 use only some of them. Why this is useful? Suppose you are using the
24301 @code{spam-use-regex-headers} and @code{spam-use-blackholes} spam back
24302 ends, and the following split rule:
24303
24304 @example
24305 nnimap-split-fancy '(|
24306 (any "ding" "ding")
24307 (: spam-split)
24308 ;; @r{default mailbox}
24309 "mail")
24310 @end example
24311
24312 @noindent
24313 The problem is that you want all ding messages to make it to the ding
24314 folder. But that will let obvious spam (for example, spam detected by
24315 SpamAssassin, and @code{spam-use-regex-headers}) through, when it's
24316 sent to the ding list. On the other hand, some messages to the ding
24317 list are from a mail server in the blackhole list, so the invocation
24318 of @code{spam-split} can't be before the ding rule.
24319
24320 The solution is to let SpamAssassin headers supersede ding rules, and
24321 perform the other @code{spam-split} rules (including a second
24322 invocation of the regex-headers check) after the ding rule. This is
24323 done by passing a parameter to @code{spam-split}:
24324
24325 @example
24326 nnimap-split-fancy
24327 '(|
24328 ;; @r{spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
24329 (: spam-split "regex-spam" 'spam-use-regex-headers)
24330 (any "ding" "ding")
24331 ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
24332 (: spam-split)
24333 ;; @r{default mailbox}
24334 "mail")
24335 @end example
24336
24337 @noindent
24338 This lets you invoke specific @code{spam-split} checks depending on
24339 your particular needs, and target the results of those checks to a
24340 particular spam group. You don't have to throw all mail into all the
24341 spam tests. Another reason why this is nice is that messages to
24342 mailing lists you have rules for don't have to have resource-intensive
24343 blackhole checks performed on them. You could also specify different
24344 spam checks for your nnmail split vs. your nnimap split. Go crazy.
24345
24346 You should set the @code{spam-use-*} variables for whatever spam back
24347 ends you intend to use. The reason is that when loading
24348 @file{spam.el}, some conditional loading is done depending on what
24349 @code{spam-use-xyz} variables you have set. @xref{Spam Back Ends}.
24350
24351 @c @emph{TODO: spam.el needs to provide a uniform way of training all the
24352 @c statistical databases. Some have that functionality built-in, others
24353 @c don't.}
24354
24355 @node Detecting Spam in Groups
24356 @subsection Detecting Spam in Groups
24357
24358 To detect spam when visiting a group, set the group's
24359 @code{spam-autodetect} and @code{spam-autodetect-methods} group
24360 parameters. These are accessible with @kbd{G c} or @kbd{G p}, as
24361 usual (@pxref{Group Parameters}).
24362
24363 You should set the @code{spam-use-*} variables for whatever spam back
24364 ends you intend to use. The reason is that when loading
24365 @file{spam.el}, some conditional loading is done depending on what
24366 @code{spam-use-xyz} variables you have set.
24367
24368 By default, only unseen articles are processed for spam. You can
24369 force Gnus to recheck all messages in the group by setting the
24370 variable @code{spam-autodetect-recheck-messages} to @code{t}.
24371
24372 If you use the @code{spam-autodetect} method of checking for spam, you
24373 can specify different spam detection methods for different groups.
24374 For instance, the @samp{ding} group may have @code{spam-use-BBDB} as
24375 the autodetection method, while the @samp{suspect} group may have the
24376 @code{spam-use-blacklist} and @code{spam-use-bogofilter} methods
24377 enabled. Unlike with @code{spam-split}, you don't have any control
24378 over the @emph{sequence} of checks, but this is probably unimportant.
24379
24380 @node Spam and Ham Processors
24381 @subsection Spam and Ham Processors
24382 @cindex spam filtering
24383 @cindex spam filtering variables
24384 @cindex spam variables
24385 @cindex spam
24386
24387 @vindex gnus-spam-process-newsgroups
24388 Spam and ham processors specify special actions to take when you exit
24389 a group buffer. Spam processors act on spam messages, and ham
24390 processors on ham messages. At present, the main role of these
24391 processors is to update the dictionaries of dictionary-based spam back
24392 ends such as Bogofilter (@pxref{Bogofilter}) and the Spam Statistics
24393 package (@pxref{Spam Statistics Filtering}).
24394
24395 The spam and ham processors that apply to each group are determined by
24396 the group's@code{spam-process} group parameter. If this group
24397 parameter is not defined, they are determined by the variable
24398 @code{gnus-spam-process-newsgroups}.
24399
24400 @vindex gnus-spam-newsgroup-contents
24401 Gnus learns from the spam you get. You have to collect your spam in
24402 one or more spam groups, and set or customize the variable
24403 @code{spam-junk-mailgroups} as appropriate. You can also declare
24404 groups to contain spam by setting their group parameter
24405 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
24406 by customizing the corresponding variable
24407 @code{gnus-spam-newsgroup-contents}. The @code{spam-contents} group
24408 parameter and the @code{gnus-spam-newsgroup-contents} variable can
24409 also be used to declare groups as @emph{ham} groups if you set their
24410 classification to @code{gnus-group-spam-classification-ham}. If
24411 groups are not classified by means of @code{spam-junk-mailgroups},
24412 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
24413 considered @emph{unclassified}. All groups are unclassified by
24414 default.
24415
24416 @vindex gnus-spam-mark
24417 @cindex $
24418 In spam groups, all messages are considered to be spam by default:
24419 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
24420 group. If you have seen a message, had it marked as spam, then
24421 unmarked it, it won't be marked as spam when you enter the group
24422 thereafter. You can disable that behavior, so all unread messages
24423 will get the @samp{$} mark, if you set the
24424 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}. You
24425 should remove the @samp{$} mark when you are in the group summary
24426 buffer for every message that is not spam after all. To remove the
24427 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
24428 @kbd{d} for declaring it read the non-spam way. When you leave a
24429 group, all spam-marked (@samp{$}) articles are sent to a spam
24430 processor which will study them as spam samples.
24431
24432 Messages may also be deleted in various other ways, and unless
24433 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
24434 and @samp{r} for default read or explicit delete, marks @samp{X} and
24435 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
24436 low scores, are all considered to be associated with articles which
24437 are not spam. This assumption might be false, in particular if you
24438 use kill files or score files as means for detecting genuine spam, you
24439 should then adjust the @code{ham-marks} group parameter.
24440
24441 @defvar ham-marks
24442 You can customize this group or topic parameter to be the list of
24443 marks you want to consider ham. By default, the list contains the
24444 deleted, read, killed, kill-filed, and low-score marks (the idea is
24445 that these articles have been read, but are not spam). It can be
24446 useful to also include the tick mark in the ham marks. It is not
24447 recommended to make the unread mark a ham mark, because it normally
24448 indicates a lack of classification. But you can do it, and we'll be
24449 happy for you.
24450 @end defvar
24451
24452 @defvar spam-marks
24453 You can customize this group or topic parameter to be the list of
24454 marks you want to consider spam. By default, the list contains only
24455 the spam mark. It is not recommended to change that, but you can if
24456 you really want to.
24457 @end defvar
24458
24459 When you leave @emph{any} group, regardless of its
24460 @code{spam-contents} classification, all spam-marked articles are sent
24461 to a spam processor, which will study these as spam samples. If you
24462 explicit kill a lot, you might sometimes end up with articles marked
24463 @samp{K} which you never saw, and which might accidentally contain
24464 spam. Best is to make sure that real spam is marked with @samp{$},
24465 and nothing else.
24466
24467 @vindex gnus-ham-process-destinations
24468 When you leave a @emph{spam} group, all spam-marked articles are
24469 marked as expired after processing with the spam processor. This is
24470 not done for @emph{unclassified} or @emph{ham} groups. Also, any
24471 @strong{ham} articles in a spam group will be moved to a location
24472 determined by either the @code{ham-process-destination} group
24473 parameter or a match in the @code{gnus-ham-process-destinations}
24474 variable, which is a list of regular expressions matched with group
24475 names (it's easiest to customize this variable with @kbd{M-x
24476 customize-variable @key{RET} gnus-ham-process-destinations}). Each
24477 group name list is a standard Lisp list, if you prefer to customize
24478 the variable manually. If the @code{ham-process-destination}
24479 parameter is not set, ham articles are left in place. If the
24480 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
24481 set, the ham articles are marked as unread before being moved.
24482
24483 If ham can not be moved---because of a read-only back end such as
24484 @acronym{NNTP}, for example, it will be copied.
24485
24486 Note that you can use multiples destinations per group or regular
24487 expression! This enables you to send your ham to a regular mail
24488 group and to a @emph{ham training} group.
24489
24490 When you leave a @emph{ham} group, all ham-marked articles are sent to
24491 a ham processor, which will study these as non-spam samples.
24492
24493 @vindex spam-process-ham-in-spam-groups
24494 By default the variable @code{spam-process-ham-in-spam-groups} is
24495 @code{nil}. Set it to @code{t} if you want ham found in spam groups
24496 to be processed. Normally this is not done, you are expected instead
24497 to send your ham to a ham group and process it there.
24498
24499 @vindex spam-process-ham-in-nonham-groups
24500 By default the variable @code{spam-process-ham-in-nonham-groups} is
24501 @code{nil}. Set it to @code{t} if you want ham found in non-ham (spam
24502 or unclassified) groups to be processed. Normally this is not done,
24503 you are expected instead to send your ham to a ham group and process
24504 it there.
24505
24506 @vindex gnus-spam-process-destinations
24507 When you leave a @emph{ham} or @emph{unclassified} group, all
24508 @strong{spam} articles are moved to a location determined by either
24509 the @code{spam-process-destination} group parameter or a match in the
24510 @code{gnus-spam-process-destinations} variable, which is a list of
24511 regular expressions matched with group names (it's easiest to
24512 customize this variable with @kbd{M-x customize-variable @key{RET}
24513 gnus-spam-process-destinations}). Each group name list is a standard
24514 Lisp list, if you prefer to customize the variable manually. If the
24515 @code{spam-process-destination} parameter is not set, the spam
24516 articles are only expired. The group name is fully qualified, meaning
24517 that if you see @samp{nntp:servername} before the group name in the
24518 group buffer then you need it here as well.
24519
24520 If spam can not be moved---because of a read-only back end such as
24521 @acronym{NNTP}, for example, it will be copied.
24522
24523 Note that you can use multiples destinations per group or regular
24524 expression! This enables you to send your spam to multiple @emph{spam
24525 training} groups.
24526
24527 @vindex spam-log-to-registry
24528 The problem with processing ham and spam is that Gnus doesn't track
24529 this processing by default. Enable the @code{spam-log-to-registry}
24530 variable so @code{spam.el} will use @code{gnus-registry.el} to track
24531 what articles have been processed, and avoid processing articles
24532 multiple times. Keep in mind that if you limit the number of registry
24533 entries, this won't work as well as it does without a limit.
24534
24535 @vindex spam-mark-only-unseen-as-spam
24536 Set this variable if you want only unseen articles in spam groups to
24537 be marked as spam. By default, it is set. If you set it to
24538 @code{nil}, unread articles will also be marked as spam.
24539
24540 @vindex spam-mark-ham-unread-before-move-from-spam-group
24541 Set this variable if you want ham to be unmarked before it is moved
24542 out of the spam group. This is very useful when you use something
24543 like the tick mark @samp{!} to mark ham---the article will be placed
24544 in your @code{ham-process-destination}, unmarked as if it came fresh
24545 from the mail server.
24546
24547 @vindex spam-autodetect-recheck-messages
24548 When autodetecting spam, this variable tells @code{spam.el} whether
24549 only unseen articles or all unread articles should be checked for
24550 spam. It is recommended that you leave it off.
24551
24552 @node Spam Package Configuration Examples
24553 @subsection Spam Package Configuration Examples
24554 @cindex spam filtering
24555 @cindex spam filtering configuration examples
24556 @cindex spam configuration examples
24557 @cindex spam
24558
24559 @subsubheading Ted's setup
24560
24561 From Ted Zlatanov <tzz@@lifelogs.com>.
24562 @example
24563 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
24564 ;; @r{see @file{gnus-registry.el} for more information}
24565 (gnus-registry-initialize)
24566 (spam-initialize)
24567
24568 (setq
24569 spam-log-to-registry t ; @r{for spam autodetection}
24570 spam-use-BBDB t
24571 spam-use-regex-headers t ; @r{catch X-Spam-Flag (SpamAssassin)}
24572 ;; @r{all groups with @samp{spam} in the name contain spam}
24573 gnus-spam-newsgroup-contents
24574 '(("spam" gnus-group-spam-classification-spam))
24575 ;; @r{see documentation for these}
24576 spam-move-spam-nonspam-groups-only nil
24577 spam-mark-only-unseen-as-spam t
24578 spam-mark-ham-unread-before-move-from-spam-group t
24579 ;; @r{understand what this does before you copy it to your own setup!}
24580 ;; @r{for nnimap you'll probably want to set nnimap-split-methods, see the manual}
24581 nnimap-split-fancy '(|
24582 ;; @r{trace references to parents and put in their group}
24583 (: gnus-registry-split-fancy-with-parent)
24584 ;; @r{this will catch server-side SpamAssassin tags}
24585 (: spam-split 'spam-use-regex-headers)
24586 (any "ding" "ding")
24587 ;; @r{note that spam by default will go to @samp{spam}}
24588 (: spam-split)
24589 ;; @r{default mailbox}
24590 "mail"))
24591
24592 ;; @r{my parameters, set with @kbd{G p}}
24593
24594 ;; @r{all nnml groups, and all nnimap groups except}
24595 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
24596 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
24597 ;; @r{because it must have been detected manually}
24598
24599 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
24600
24601 ;; @r{all @acronym{NNTP} groups}
24602 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
24603 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
24604 ;; @r{send all spam to the training group}
24605 (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
24606
24607 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
24608 ((spam-autodetect . t))
24609
24610 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
24611
24612 ;; @r{this is a spam group}
24613 ((spam-contents gnus-group-spam-classification-spam)
24614
24615 ;; @r{any spam (which happens when I enter for all unseen messages,}
24616 ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
24617 ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
24618
24619 (spam-process-destination "nnimap+mail.lifelogs.com:train")
24620
24621 ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
24622 ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
24623
24624 (ham-process-destination "nnimap+mail.lifelogs.com:mail"
24625 "nnimap+mail.lifelogs.com:trainham")
24626 ;; @r{in this group, only @samp{!} marks are ham}
24627 (ham-marks
24628 (gnus-ticked-mark))
24629 ;; @r{remembers senders in the blacklist on the way out---this is}
24630 ;; @r{definitely not needed, it just makes me feel better}
24631 (spam-process (gnus-group-spam-exit-processor-blacklist)))
24632
24633 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
24634 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
24635 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
24636
24637 @end example
24638
24639 @subsubheading Using @code{spam.el} on an IMAP server with a statistical filter on the server
24640 From Reiner Steib <reiner.steib@@gmx.de>.
24641
24642 My provider has set up bogofilter (in combination with @acronym{DCC}) on
24643 the mail server (@acronym{IMAP}). Recognized spam goes to
24644 @samp{spam.detected}, the rest goes through the normal filter rules,
24645 i.e., to @samp{some.folder} or to @samp{INBOX}. Training on false
24646 positives or negatives is done by copying or moving the article to
24647 @samp{training.ham} or @samp{training.spam} respectively. A cron job on
24648 the server feeds those to bogofilter with the suitable ham or spam
24649 options and deletes them from the @samp{training.ham} and
24650 @samp{training.spam} folders.
24651
24652 With the following entries in @code{gnus-parameters}, @code{spam.el}
24653 does most of the job for me:
24654
24655 @lisp
24656 ("nnimap:spam\\.detected"
24657 (gnus-article-sort-functions '(gnus-article-sort-by-chars))
24658 (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
24659 (spam-contents gnus-group-spam-classification-spam))
24660 ("nnimap:\\(INBOX\\|other-folders\\)"
24661 (spam-process-destination . "nnimap:training.spam")
24662 (spam-contents gnus-group-spam-classification-ham))
24663 @end lisp
24664
24665 @itemize
24666
24667 @item @b{The Spam folder:}
24668
24669 In the folder @samp{spam.detected}, I have to check for false positives
24670 (i.e., legitimate mails, that were wrongly judged as spam by
24671 bogofilter or DCC).
24672
24673 Because of the @code{gnus-group-spam-classification-spam} entry, all
24674 messages are marked as spam (with @code{$}). When I find a false
24675 positive, I mark the message with some other ham mark
24676 (@code{ham-marks}, @ref{Spam and Ham Processors}). On group exit,
24677 those messages are copied to both groups, @samp{INBOX} (where I want
24678 to have the article) and @samp{training.ham} (for training bogofilter)
24679 and deleted from the @samp{spam.detected} folder.
24680
24681 The @code{gnus-article-sort-by-chars} entry simplifies detection of
24682 false positives for me. I receive lots of worms (sweN, @dots{}), that all
24683 have a similar size. Grouping them by size (i.e., chars) makes finding
24684 other false positives easier. (Of course worms aren't @i{spam}
24685 (@acronym{UCE}, @acronym{UBE}) strictly speaking. Anyhow, bogofilter is
24686 an excellent tool for filtering those unwanted mails for me.)
24687
24688 @item @b{Ham folders:}
24689
24690 In my ham folders, I just hit @kbd{S x}
24691 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
24692 mail (false negative). On group exit, those messages are moved to
24693 @samp{training.spam}.
24694 @end itemize
24695
24696 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
24697
24698 From Reiner Steib <reiner.steib@@gmx.de>.
24699
24700 With following entry in @code{gnus-parameters}, @kbd{S x}
24701 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
24702 groups as spam and reports the to Gmane at group exit:
24703
24704 @lisp
24705 ("^gmane\\."
24706 (spam-process (gnus-group-spam-exit-processor-report-gmane)))
24707 @end lisp
24708
24709 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
24710 because I don't read the groups directly from news.gmane.org, but
24711 through my local news server (leafnode). I.e., the article numbers are
24712 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
24713 the @code{X-Report-Spam} header to find the correct number.
24714
24715 @node Spam Back Ends
24716 @subsection Spam Back Ends
24717 @cindex spam back ends
24718
24719 The spam package offers a variety of back ends for detecting spam.
24720 Each back end defines a set of methods for detecting spam
24721 (@pxref{Filtering Incoming Mail}, @pxref{Detecting Spam in Groups}),
24722 and a pair of spam and ham processors (@pxref{Spam and Ham
24723 Processors}).
24724
24725 @menu
24726 * Blacklists and Whitelists::
24727 * BBDB Whitelists::
24728 * Gmane Spam Reporting::
24729 * Anti-spam Hashcash Payments::
24730 * Blackholes::
24731 * Regular Expressions Header Matching::
24732 * Bogofilter::
24733 * SpamAssassin back end::
24734 * ifile spam filtering::
24735 * Spam Statistics Filtering::
24736 * SpamOracle::
24737 @end menu
24738
24739 @node Blacklists and Whitelists
24740 @subsubsection Blacklists and Whitelists
24741 @cindex spam filtering
24742 @cindex whitelists, spam filtering
24743 @cindex blacklists, spam filtering
24744 @cindex spam
24745
24746 @defvar spam-use-blacklist
24747
24748 Set this variable to @code{t} if you want to use blacklists when
24749 splitting incoming mail. Messages whose senders are in the blacklist
24750 will be sent to the @code{spam-split-group}. This is an explicit
24751 filter, meaning that it acts only on mail senders @emph{declared} to
24752 be spammers.
24753
24754 @end defvar
24755
24756 @defvar spam-use-whitelist
24757
24758 Set this variable to @code{t} if you want to use whitelists when
24759 splitting incoming mail. Messages whose senders are not in the
24760 whitelist will be sent to the next spam-split rule. This is an
24761 explicit filter, meaning that unless someone is in the whitelist, their
24762 messages are not assumed to be spam or ham.
24763
24764 @end defvar
24765
24766 @defvar spam-use-whitelist-exclusive
24767
24768 Set this variable to @code{t} if you want to use whitelists as an
24769 implicit filter, meaning that every message will be considered spam
24770 unless the sender is in the whitelist. Use with care.
24771
24772 @end defvar
24773
24774 @defvar gnus-group-spam-exit-processor-blacklist
24775
24776 Add this symbol to a group's @code{spam-process} parameter by
24777 customizing the group parameters or the
24778 @code{gnus-spam-process-newsgroups} variable. When this symbol is
24779 added to a group's @code{spam-process} parameter, the senders of
24780 spam-marked articles will be added to the blacklist.
24781
24782 @emph{WARNING}
24783
24784 Instead of the obsolete
24785 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
24786 that you use @code{(spam spam-use-blacklist)}. Everything will work
24787 the same way, we promise.
24788
24789 @end defvar
24790
24791 @defvar gnus-group-ham-exit-processor-whitelist
24792
24793 Add this symbol to a group's @code{spam-process} parameter by
24794 customizing the group parameters or the
24795 @code{gnus-spam-process-newsgroups} variable. When this symbol is
24796 added to a group's @code{spam-process} parameter, the senders of
24797 ham-marked articles in @emph{ham} groups will be added to the
24798 whitelist.
24799
24800 @emph{WARNING}
24801
24802 Instead of the obsolete
24803 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
24804 that you use @code{(ham spam-use-whitelist)}. Everything will work
24805 the same way, we promise.
24806
24807 @end defvar
24808
24809 Blacklists are lists of regular expressions matching addresses you
24810 consider to be spam senders. For instance, to block mail from any
24811 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
24812 blacklist. You start out with an empty blacklist. Blacklist entries
24813 use the Emacs regular expression syntax.
24814
24815 Conversely, whitelists tell Gnus what addresses are considered
24816 legitimate. All messages from whitelisted addresses are considered
24817 non-spam. Also see @ref{BBDB Whitelists}. Whitelist entries use the
24818 Emacs regular expression syntax.
24819
24820 The blacklist and whitelist file locations can be customized with the
24821 @code{spam-directory} variable (@file{~/News/spam} by default), or
24822 the @code{spam-whitelist} and @code{spam-blacklist} variables
24823 directly. The whitelist and blacklist files will by default be in the
24824 @code{spam-directory} directory, named @file{whitelist} and
24825 @file{blacklist} respectively.
24826
24827 @node BBDB Whitelists
24828 @subsubsection BBDB Whitelists
24829 @cindex spam filtering
24830 @cindex BBDB whitelists, spam filtering
24831 @cindex BBDB, spam filtering
24832 @cindex spam
24833
24834 @defvar spam-use-BBDB
24835
24836 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
24837 Whitelists}), but uses the BBDB as the source of whitelisted
24838 addresses, without regular expressions. You must have the BBDB loaded
24839 for @code{spam-use-BBDB} to work properly. Messages whose senders are
24840 not in the BBDB will be sent to the next spam-split rule. This is an
24841 explicit filter, meaning that unless someone is in the BBDB, their
24842 messages are not assumed to be spam or ham.
24843
24844 @end defvar
24845
24846 @defvar spam-use-BBDB-exclusive
24847
24848 Set this variable to @code{t} if you want to use the BBDB as an
24849 implicit filter, meaning that every message will be considered spam
24850 unless the sender is in the BBDB@. Use with care. Only sender
24851 addresses in the BBDB will be allowed through; all others will be
24852 classified as spammers.
24853
24854 While @code{spam-use-BBDB-exclusive} @emph{can} be used as an alias
24855 for @code{spam-use-BBDB} as far as @code{spam.el} is concerned, it is
24856 @emph{not} a separate back end. If you set
24857 @code{spam-use-BBDB-exclusive} to t, @emph{all} your BBDB splitting
24858 will be exclusive.
24859
24860 @end defvar
24861
24862 @defvar gnus-group-ham-exit-processor-BBDB
24863
24864 Add this symbol to a group's @code{spam-process} parameter by
24865 customizing the group parameters or the
24866 @code{gnus-spam-process-newsgroups} variable. When this symbol is
24867 added to a group's @code{spam-process} parameter, the senders of
24868 ham-marked articles in @emph{ham} groups will be added to the
24869 BBDB.
24870
24871 @emph{WARNING}
24872
24873 Instead of the obsolete
24874 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
24875 that you use @code{(ham spam-use-BBDB)}. Everything will work
24876 the same way, we promise.
24877
24878 @end defvar
24879
24880 @node Gmane Spam Reporting
24881 @subsubsection Gmane Spam Reporting
24882 @cindex spam reporting
24883 @cindex Gmane, spam reporting
24884 @cindex Gmane, spam reporting
24885 @cindex spam
24886
24887 @defvar gnus-group-spam-exit-processor-report-gmane
24888
24889 Add this symbol to a group's @code{spam-process} parameter by
24890 customizing the group parameters or the
24891 @code{gnus-spam-process-newsgroups} variable. When this symbol is
24892 added to a group's @code{spam-process} parameter, the spam-marked
24893 articles groups will be reported to the Gmane administrators via a
24894 HTTP request.
24895
24896 Gmane can be found at @uref{http://gmane.org}.
24897
24898 @emph{WARNING}
24899
24900 Instead of the obsolete
24901 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
24902 that you use @code{(spam spam-use-gmane)}. Everything will work the
24903 same way, we promise.
24904
24905 @end defvar
24906
24907 @defvar spam-report-gmane-use-article-number
24908
24909 This variable is @code{t} by default. Set it to @code{nil} if you are
24910 running your own news server, for instance, and the local article
24911 numbers don't correspond to the Gmane article numbers. When
24912 @code{spam-report-gmane-use-article-number} is @code{nil},
24913 @code{spam-report.el} will fetch the number from the article headers.
24914
24915 @end defvar
24916
24917 @defvar spam-report-user-mail-address
24918
24919 Mail address exposed in the User-Agent spam reports to Gmane. It allows
24920 the Gmane administrators to contact you in case of misreports. The
24921 default is @code{user-mail-address}.
24922
24923 @end defvar
24924
24925 @node Anti-spam Hashcash Payments
24926 @subsubsection Anti-spam Hashcash Payments
24927 @cindex spam filtering
24928 @cindex hashcash, spam filtering
24929 @cindex spam
24930
24931 @defvar spam-use-hashcash
24932
24933 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
24934 Whitelists}), but uses hashcash tokens for whitelisting messages
24935 instead of the sender address. Messages without a hashcash payment
24936 token will be sent to the next spam-split rule. This is an explicit
24937 filter, meaning that unless a hashcash token is found, the messages
24938 are not assumed to be spam or ham.
24939
24940 @end defvar
24941
24942 @node Blackholes
24943 @subsubsection Blackholes
24944 @cindex spam filtering
24945 @cindex blackholes, spam filtering
24946 @cindex spam
24947
24948 @defvar spam-use-blackholes
24949
24950 This option is disabled by default. You can let Gnus consult the
24951 blackhole-type distributed spam processing systems (DCC, for instance)
24952 when you set this option. The variable @code{spam-blackhole-servers}
24953 holds the list of blackhole servers Gnus will consult. The current
24954 list is fairly comprehensive, but make sure to let us know if it
24955 contains outdated servers.
24956
24957 The blackhole check uses the @code{dig.el} package, but you can tell
24958 @code{spam.el} to use @code{dns.el} instead for better performance if
24959 you set @code{spam-use-dig} to @code{nil}. It is not recommended at
24960 this time to set @code{spam-use-dig} to @code{nil} despite the
24961 possible performance improvements, because some users may be unable to
24962 use it, but you can try it and see if it works for you.
24963
24964 @end defvar
24965
24966 @defvar spam-blackhole-servers
24967
24968 The list of servers to consult for blackhole checks.
24969
24970 @end defvar
24971
24972 @defvar spam-blackhole-good-server-regex
24973
24974 A regular expression for IPs that should not be checked against the
24975 blackhole server list. When set to @code{nil}, it has no effect.
24976
24977 @end defvar
24978
24979 @defvar spam-use-dig
24980
24981 Use the @code{dig.el} package instead of the @code{dns.el} package.
24982 The default setting of @code{t} is recommended.
24983
24984 @end defvar
24985
24986 Blackhole checks are done only on incoming mail. There is no spam or
24987 ham processor for blackholes.
24988
24989 @node Regular Expressions Header Matching
24990 @subsubsection Regular Expressions Header Matching
24991 @cindex spam filtering
24992 @cindex regular expressions header matching, spam filtering
24993 @cindex spam
24994
24995 @defvar spam-use-regex-headers
24996
24997 This option is disabled by default. You can let Gnus check the
24998 message headers against lists of regular expressions when you set this
24999 option. The variables @code{spam-regex-headers-spam} and
25000 @code{spam-regex-headers-ham} hold the list of regular expressions.
25001 Gnus will check against the message headers to determine if the
25002 message is spam or ham, respectively.
25003
25004 @end defvar
25005
25006 @defvar spam-regex-headers-spam
25007
25008 The list of regular expressions that, when matched in the headers of
25009 the message, positively identify it as spam.
25010
25011 @end defvar
25012
25013 @defvar spam-regex-headers-ham
25014
25015 The list of regular expressions that, when matched in the headers of
25016 the message, positively identify it as ham.
25017
25018 @end defvar
25019
25020 Regular expression header checks are done only on incoming mail.
25021 There is no specific spam or ham processor for regular expressions.
25022
25023 @node Bogofilter
25024 @subsubsection Bogofilter
25025 @cindex spam filtering
25026 @cindex bogofilter, spam filtering
25027 @cindex spam
25028
25029 @defvar spam-use-bogofilter
25030
25031 Set this variable if you want @code{spam-split} to use Eric Raymond's
25032 speedy Bogofilter.
25033
25034 With a minimum of care for associating the @samp{$} mark for spam
25035 articles only, Bogofilter training all gets fairly automatic. You
25036 should do this until you get a few hundreds of articles in each
25037 category, spam or not. The command @kbd{S t} in summary mode, either
25038 for debugging or for curiosity, shows the @emph{spamicity} score of
25039 the current article (between 0.0 and 1.0).
25040
25041 Bogofilter determines if a message is spam based on a specific
25042 threshold. That threshold can be customized, consult the Bogofilter
25043 documentation.
25044
25045 If the @code{bogofilter} executable is not in your path, Bogofilter
25046 processing will be turned off.
25047
25048 You should not enable this if you use @code{spam-use-bogofilter-headers}.
25049
25050 @end defvar
25051
25052 @table @kbd
25053 @item M s t
25054 @itemx S t
25055 @kindex M s t
25056 @kindex S t
25057 @findex spam-bogofilter-score
25058 Get the Bogofilter spamicity score (@code{spam-bogofilter-score}).
25059 @end table
25060
25061 @defvar spam-use-bogofilter-headers
25062
25063 Set this variable if you want @code{spam-split} to use Eric Raymond's
25064 speedy Bogofilter, looking only at the message headers. It works
25065 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
25066 must be in the message already. Normally you would do this with a
25067 procmail recipe or something similar; consult the Bogofilter
25068 installation documents for details.
25069
25070 You should not enable this if you use @code{spam-use-bogofilter}.
25071
25072 @end defvar
25073
25074 @defvar gnus-group-spam-exit-processor-bogofilter
25075 Add this symbol to a group's @code{spam-process} parameter by
25076 customizing the group parameters or the
25077 @code{gnus-spam-process-newsgroups} variable. When this symbol is
25078 added to a group's @code{spam-process} parameter, spam-marked articles
25079 will be added to the Bogofilter spam database.
25080
25081 @emph{WARNING}
25082
25083 Instead of the obsolete
25084 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
25085 that you use @code{(spam spam-use-bogofilter)}. Everything will work
25086 the same way, we promise.
25087 @end defvar
25088
25089 @defvar gnus-group-ham-exit-processor-bogofilter
25090 Add this symbol to a group's @code{spam-process} parameter by
25091 customizing the group parameters or the
25092 @code{gnus-spam-process-newsgroups} variable. When this symbol is
25093 added to a group's @code{spam-process} parameter, the ham-marked
25094 articles in @emph{ham} groups will be added to the Bogofilter database
25095 of non-spam messages.
25096
25097 @emph{WARNING}
25098
25099 Instead of the obsolete
25100 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
25101 that you use @code{(ham spam-use-bogofilter)}. Everything will work
25102 the same way, we promise.
25103 @end defvar
25104
25105 @defvar spam-bogofilter-database-directory
25106
25107 This is the directory where Bogofilter will store its databases. It
25108 is not specified by default, so Bogofilter will use its own default
25109 database directory.
25110
25111 @end defvar
25112
25113 The Bogofilter mail classifier is similar to @command{ifile} in intent and
25114 purpose. A ham and a spam processor are provided, plus the
25115 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
25116 variables to indicate to spam-split that Bogofilter should either be
25117 used, or has already been used on the article. The 0.9.2.1 version of
25118 Bogofilter was used to test this functionality.
25119
25120 @node SpamAssassin back end
25121 @subsubsection SpamAssassin back end
25122 @cindex spam filtering
25123 @cindex spamassassin, spam filtering
25124 @cindex spam
25125
25126 @defvar spam-use-spamassassin
25127
25128 Set this variable if you want @code{spam-split} to use SpamAssassin.
25129
25130 SpamAssassin assigns a score to each article based on a set of rules
25131 and tests, including a Bayesian filter. The Bayesian filter can be
25132 trained by associating the @samp{$} mark for spam articles. The
25133 spam score can be viewed by using the command @kbd{S t} in summary
25134 mode.
25135
25136 If you set this variable, each article will be processed by
25137 SpamAssassin when @code{spam-split} is called. If your mail is
25138 preprocessed by SpamAssassin, and you want to just use the
25139 SpamAssassin headers, set @code{spam-use-spamassassin-headers}
25140 instead.
25141
25142 You should not enable this if you use
25143 @code{spam-use-spamassassin-headers}.
25144
25145 @end defvar
25146
25147 @defvar spam-use-spamassassin-headers
25148
25149 Set this variable if your mail is preprocessed by SpamAssassin and
25150 want @code{spam-split} to split based on the SpamAssassin headers.
25151
25152 You should not enable this if you use @code{spam-use-spamassassin}.
25153
25154 @end defvar
25155
25156 @defvar spam-spamassassin-program
25157
25158 This variable points to the SpamAssassin executable. If you have
25159 @code{spamd} running, you can set this variable to the @code{spamc}
25160 executable for faster processing. See the SpamAssassin documentation
25161 for more information on @code{spamd}/@code{spamc}.
25162
25163 @end defvar
25164
25165 SpamAssassin is a powerful and flexible spam filter that uses a wide
25166 variety of tests to identify spam. A ham and a spam processors are
25167 provided, plus the @code{spam-use-spamassassin} and
25168 @code{spam-use-spamassassin-headers} variables to indicate to
25169 spam-split that SpamAssassin should be either used, or has already
25170 been used on the article. The 2.63 version of SpamAssassin was used
25171 to test this functionality.
25172
25173 @node ifile spam filtering
25174 @subsubsection ifile spam filtering
25175 @cindex spam filtering
25176 @cindex ifile, spam filtering
25177 @cindex spam
25178
25179 @defvar spam-use-ifile
25180
25181 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
25182 statistical analyzer similar to Bogofilter.
25183
25184 @end defvar
25185
25186 @defvar spam-ifile-all-categories
25187
25188 Enable this variable if you want @code{spam-use-ifile} to give you all
25189 the ifile categories, not just spam/non-spam. If you use this, make
25190 sure you train ifile as described in its documentation.
25191
25192 @end defvar
25193
25194 @defvar spam-ifile-spam-category
25195
25196 This is the category of spam messages as far as ifile is concerned.
25197 The actual string used is irrelevant, but you probably want to leave
25198 the default value of @samp{spam}.
25199 @end defvar
25200
25201 @defvar spam-ifile-database
25202
25203 This is the filename for the ifile database. It is not specified by
25204 default, so ifile will use its own default database name.
25205
25206 @end defvar
25207
25208 The ifile mail classifier is similar to Bogofilter in intent and
25209 purpose. A ham and a spam processor are provided, plus the
25210 @code{spam-use-ifile} variable to indicate to spam-split that ifile
25211 should be used. The 1.2.1 version of ifile was used to test this
25212 functionality.
25213
25214 @node Spam Statistics Filtering
25215 @subsubsection Spam Statistics Filtering
25216 @cindex spam filtering
25217 @cindex spam-stat, spam filtering
25218 @cindex spam-stat
25219 @cindex spam
25220
25221 This back end uses the Spam Statistics Emacs Lisp package to perform
25222 statistics-based filtering (@pxref{Spam Statistics Package}). Before
25223 using this, you may want to perform some additional steps to
25224 initialize your Spam Statistics dictionary. @xref{Creating a
25225 spam-stat dictionary}.
25226
25227 @defvar spam-use-stat
25228
25229 @end defvar
25230
25231 @defvar gnus-group-spam-exit-processor-stat
25232 Add this symbol to a group's @code{spam-process} parameter by
25233 customizing the group parameters or the
25234 @code{gnus-spam-process-newsgroups} variable. When this symbol is
25235 added to a group's @code{spam-process} parameter, the spam-marked
25236 articles will be added to the spam-stat database of spam messages.
25237
25238 @emph{WARNING}
25239
25240 Instead of the obsolete
25241 @code{gnus-group-spam-exit-processor-stat}, it is recommended
25242 that you use @code{(spam spam-use-stat)}. Everything will work
25243 the same way, we promise.
25244 @end defvar
25245
25246 @defvar gnus-group-ham-exit-processor-stat
25247 Add this symbol to a group's @code{spam-process} parameter by
25248 customizing the group parameters or the
25249 @code{gnus-spam-process-newsgroups} variable. When this symbol is
25250 added to a group's @code{spam-process} parameter, the ham-marked
25251 articles in @emph{ham} groups will be added to the spam-stat database
25252 of non-spam messages.
25253
25254 @emph{WARNING}
25255
25256 Instead of the obsolete
25257 @code{gnus-group-ham-exit-processor-stat}, it is recommended
25258 that you use @code{(ham spam-use-stat)}. Everything will work
25259 the same way, we promise.
25260 @end defvar
25261
25262 This enables @code{spam.el} to cooperate with @file{spam-stat.el}.
25263 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
25264 which unlike ifile or Bogofilter does not require external programs.
25265 A spam and a ham processor, and the @code{spam-use-stat} variable for
25266 @code{spam-split} are provided.
25267
25268 @node SpamOracle
25269 @subsubsection Using SpamOracle with Gnus
25270 @cindex spam filtering
25271 @cindex SpamOracle
25272 @cindex spam
25273
25274 An easy way to filter out spam is to use SpamOracle. SpamOracle is an
25275 statistical mail filtering tool written by Xavier Leroy and needs to be
25276 installed separately.
25277
25278 There are several ways to use SpamOracle with Gnus. In all cases, your
25279 mail is piped through SpamOracle in its @emph{mark} mode. SpamOracle will
25280 then enter an @samp{X-Spam} header indicating whether it regards the
25281 mail as a spam mail or not.
25282
25283 One possibility is to run SpamOracle as a @code{:prescript} from the
25284 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}). This method has
25285 the advantage that the user can see the @emph{X-Spam} headers.
25286
25287 The easiest method is to make @file{spam.el} (@pxref{Spam Package})
25288 call SpamOracle.
25289
25290 @vindex spam-use-spamoracle
25291 To enable SpamOracle usage by @code{spam.el}, set the variable
25292 @code{spam-use-spamoracle} to @code{t} and configure the
25293 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}. @xref{Spam
25294 Package}. In this example the @samp{INBOX} of an nnimap server is
25295 filtered using SpamOracle. Mails recognized as spam mails will be
25296 moved to @code{spam-split-group}, @samp{Junk} in this case. Ham
25297 messages stay in @samp{INBOX}:
25298
25299 @example
25300 (setq spam-use-spamoracle t
25301 spam-split-group "Junk"
25302 ;; @r{for nnimap you'll probably want to set nnimap-split-methods, see the manual}
25303 nnimap-split-inbox '("INBOX")
25304 nnimap-split-fancy '(| (: spam-split) "INBOX"))
25305 @end example
25306
25307 @defvar spam-use-spamoracle
25308 Set to @code{t} if you want Gnus to enable spam filtering using
25309 SpamOracle.
25310 @end defvar
25311
25312 @defvar spam-spamoracle-binary
25313 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
25314 user's PATH@. Using the variable @code{spam-spamoracle-binary}, this
25315 can be customized.
25316 @end defvar
25317
25318 @defvar spam-spamoracle-database
25319 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
25320 store its analysis. This is controlled by the variable
25321 @code{spam-spamoracle-database} which defaults to @code{nil}. That means
25322 the default SpamOracle database will be used. In case you want your
25323 database to live somewhere special, set
25324 @code{spam-spamoracle-database} to this path.
25325 @end defvar
25326
25327 SpamOracle employs a statistical algorithm to determine whether a
25328 message is spam or ham. In order to get good results, meaning few
25329 false hits or misses, SpamOracle needs training. SpamOracle learns
25330 the characteristics of your spam mails. Using the @emph{add} mode
25331 (training mode) one has to feed good (ham) and spam mails to
25332 SpamOracle. This can be done by pressing @kbd{|} in the Summary
25333 buffer and pipe the mail to a SpamOracle process or using
25334 @file{spam.el}'s spam- and ham-processors, which is much more
25335 convenient. For a detailed description of spam- and ham-processors,
25336 @xref{Spam Package}.
25337
25338 @defvar gnus-group-spam-exit-processor-spamoracle
25339 Add this symbol to a group's @code{spam-process} parameter by
25340 customizing the group parameter or the
25341 @code{gnus-spam-process-newsgroups} variable. When this symbol is added
25342 to a group's @code{spam-process} parameter, spam-marked articles will be
25343 sent to SpamOracle as spam samples.
25344
25345 @emph{WARNING}
25346
25347 Instead of the obsolete
25348 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
25349 that you use @code{(spam spam-use-spamoracle)}. Everything will work
25350 the same way, we promise.
25351 @end defvar
25352
25353 @defvar gnus-group-ham-exit-processor-spamoracle
25354 Add this symbol to a group's @code{spam-process} parameter by
25355 customizing the group parameter or the
25356 @code{gnus-spam-process-newsgroups} variable. When this symbol is added
25357 to a group's @code{spam-process} parameter, the ham-marked articles in
25358 @emph{ham} groups will be sent to the SpamOracle as samples of ham
25359 messages.
25360
25361 @emph{WARNING}
25362
25363 Instead of the obsolete
25364 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
25365 that you use @code{(ham spam-use-spamoracle)}. Everything will work
25366 the same way, we promise.
25367 @end defvar
25368
25369 @emph{Example:} These are the Group Parameters of a group that has been
25370 classified as a ham group, meaning that it should only contain ham
25371 messages.
25372 @example
25373 ((spam-contents gnus-group-spam-classification-ham)
25374 (spam-process ((ham spam-use-spamoracle)
25375 (spam spam-use-spamoracle))))
25376 @end example
25377 For this group the @code{spam-use-spamoracle} is installed for both
25378 ham and spam processing. If the group contains spam message
25379 (e.g., because SpamOracle has not had enough sample messages yet) and
25380 the user marks some messages as spam messages, these messages will be
25381 processed by SpamOracle. The processor sends the messages to
25382 SpamOracle as new samples for spam.
25383
25384 @node Extending the Spam package
25385 @subsection Extending the Spam package
25386 @cindex spam filtering
25387 @cindex spam elisp package, extending
25388 @cindex extending the spam elisp package
25389
25390 Say you want to add a new back end called blackbox. For filtering
25391 incoming mail, provide the following:
25392
25393 @enumerate
25394
25395 @item
25396 Code
25397
25398 @lisp
25399 (defvar spam-use-blackbox nil
25400 "True if blackbox should be used.")
25401 @end lisp
25402
25403 Write @code{spam-check-blackbox} if Blackbox can check incoming mail.
25404
25405 Write @code{spam-blackbox-register-routine} and
25406 @code{spam-blackbox-unregister-routine} using the bogofilter
25407 register/unregister routines as a start, or other register/unregister
25408 routines more appropriate to Blackbox, if Blackbox can
25409 register/unregister spam and ham.
25410
25411 @item
25412 Functionality
25413
25414 The @code{spam-check-blackbox} function should return @samp{nil} or
25415 @code{spam-split-group}, observing the other conventions. See the
25416 existing @code{spam-check-*} functions for examples of what you can
25417 do, and stick to the template unless you fully understand the reasons
25418 why you aren't.
25419
25420 @end enumerate
25421
25422 For processing spam and ham messages, provide the following:
25423
25424 @enumerate
25425
25426 @item
25427 Code
25428
25429 Note you don't have to provide a spam or a ham processor. Only
25430 provide them if Blackbox supports spam or ham processing.
25431
25432 Also, ham and spam processors are being phased out as single
25433 variables. Instead the form @code{(spam spam-use-blackbox)} or
25434 @code{(ham spam-use-blackbox)} is favored. For now, spam/ham
25435 processor variables are still around but they won't be for long.
25436
25437 @lisp
25438 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
25439 "The Blackbox summary exit spam processor.
25440 Only applicable to spam groups.")
25441
25442 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
25443 "The whitelist summary exit ham processor.
25444 Only applicable to non-spam (unclassified and ham) groups.")
25445
25446 @end lisp
25447
25448 @item
25449 Gnus parameters
25450
25451 Add
25452 @lisp
25453 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
25454 (const :tag "Ham: Blackbox" (ham spam-use-blackbox))
25455 @end lisp
25456 to the @code{spam-process} group parameter in @code{gnus.el}. Make
25457 sure you do it twice, once for the parameter and once for the
25458 variable customization.
25459
25460 Add
25461 @lisp
25462 (variable-item spam-use-blackbox)
25463 @end lisp
25464 to the @code{spam-autodetect-methods} group parameter in
25465 @code{gnus.el} if Blackbox can check incoming mail for spam contents.
25466
25467 Finally, use the appropriate @code{spam-install-*-backend} function in
25468 @code{spam.el}. Here are the available functions.
25469
25470
25471 @enumerate
25472
25473 @item
25474 @code{spam-install-backend-alias}
25475
25476 This function will simply install an alias for a back end that does
25477 everything like the original back end. It is currently only used to
25478 make @code{spam-use-BBDB-exclusive} act like @code{spam-use-BBDB}.
25479
25480 @item
25481 @code{spam-install-nocheck-backend}
25482
25483 This function installs a back end that has no check function, but can
25484 register/unregister ham or spam. The @code{spam-use-gmane} back end is
25485 such a back end.
25486
25487 @item
25488 @code{spam-install-checkonly-backend}
25489
25490 This function will install a back end that can only check incoming mail
25491 for spam contents. It can't register or unregister messages.
25492 @code{spam-use-blackholes} and @code{spam-use-hashcash} are such
25493 back ends.
25494
25495 @item
25496 @code{spam-install-statistical-checkonly-backend}
25497
25498 This function installs a statistical back end (one which requires the
25499 full body of a message to check it) that can only check incoming mail
25500 for contents. @code{spam-use-regex-body} is such a filter.
25501
25502 @item
25503 @code{spam-install-statistical-backend}
25504
25505 This function install a statistical back end with incoming checks and
25506 registration/unregistration routines. @code{spam-use-bogofilter} is
25507 set up this way.
25508
25509 @item
25510 @code{spam-install-backend}
25511
25512 This is the most normal back end installation, where a back end that can
25513 check and register/unregister messages is set up without statistical
25514 abilities. The @code{spam-use-BBDB} is such a back end.
25515
25516 @item
25517 @code{spam-install-mover-backend}
25518
25519 Mover back ends are internal to @code{spam.el} and specifically move
25520 articles around when the summary is exited. You will very probably
25521 never install such a back end.
25522 @end enumerate
25523
25524 @end enumerate
25525
25526 @node Spam Statistics Package
25527 @subsection Spam Statistics Package
25528 @cindex Paul Graham
25529 @cindex Graham, Paul
25530 @cindex naive Bayesian spam filtering
25531 @cindex Bayesian spam filtering, naive
25532 @cindex spam filtering, naive Bayesian
25533
25534 Paul Graham has written an excellent essay about spam filtering using
25535 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
25536 Spam}. In it he describes the inherent deficiency of rule-based
25537 filtering as used by SpamAssassin, for example: Somebody has to write
25538 the rules, and everybody else has to install these rules. You are
25539 always late. It would be much better, he argues, to filter mail based
25540 on whether it somehow resembles spam or non-spam. One way to measure
25541 this is word distribution. He then goes on to describe a solution
25542 that checks whether a new mail resembles any of your other spam mails
25543 or not.
25544
25545 The basic idea is this: Create a two collections of your mail, one
25546 with spam, one with non-spam. Count how often each word appears in
25547 either collection, weight this by the total number of mails in the
25548 collections, and store this information in a dictionary. For every
25549 word in a new mail, determine its probability to belong to a spam or a
25550 non-spam mail. Use the 15 most conspicuous words, compute the total
25551 probability of the mail being spam. If this probability is higher
25552 than a certain threshold, the mail is considered to be spam.
25553
25554 The Spam Statistics package adds support to Gnus for this kind of
25555 filtering. It can be used as one of the back ends of the Spam package
25556 (@pxref{Spam Package}), or by itself.
25557
25558 Before using the Spam Statistics package, you need to set it up.
25559 First, you need two collections of your mail, one with spam, one with
25560 non-spam. Then you need to create a dictionary using these two
25561 collections, and save it. And last but not least, you need to use
25562 this dictionary in your fancy mail splitting rules.
25563
25564 @menu
25565 * Creating a spam-stat dictionary::
25566 * Splitting mail using spam-stat::
25567 * Low-level interface to the spam-stat dictionary::
25568 @end menu
25569
25570 @node Creating a spam-stat dictionary
25571 @subsubsection Creating a spam-stat dictionary
25572
25573 Before you can begin to filter spam based on statistics, you must
25574 create these statistics based on two mail collections, one with spam,
25575 one with non-spam. These statistics are then stored in a dictionary
25576 for later use. In order for these statistics to be meaningful, you
25577 need several hundred emails in both collections.
25578
25579 Gnus currently supports only the nnml back end for automated dictionary
25580 creation. The nnml back end stores all mails in a directory, one file
25581 per mail. Use the following:
25582
25583 @defun spam-stat-process-spam-directory
25584 Create spam statistics for every file in this directory. Every file
25585 is treated as one spam mail.
25586 @end defun
25587
25588 @defun spam-stat-process-non-spam-directory
25589 Create non-spam statistics for every file in this directory. Every
25590 file is treated as one non-spam mail.
25591 @end defun
25592
25593 Usually you would call @code{spam-stat-process-spam-directory} on a
25594 directory such as @file{~/Mail/mail/spam} (this usually corresponds to
25595 the group @samp{nnml:mail.spam}), and you would call
25596 @code{spam-stat-process-non-spam-directory} on a directory such as
25597 @file{~/Mail/mail/misc} (this usually corresponds to the group
25598 @samp{nnml:mail.misc}).
25599
25600 When you are using @acronym{IMAP}, you won't have the mails available
25601 locally, so that will not work. One solution is to use the Gnus Agent
25602 to cache the articles. Then you can use directories such as
25603 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
25604 @code{spam-stat-process-spam-directory}. @xref{Agent as Cache}.
25605
25606 @defvar spam-stat
25607 This variable holds the hash-table with all the statistics---the
25608 dictionary we have been talking about. For every word in either
25609 collection, this hash-table stores a vector describing how often the
25610 word appeared in spam and often it appeared in non-spam mails.
25611 @end defvar
25612
25613 If you want to regenerate the statistics from scratch, you need to
25614 reset the dictionary.
25615
25616 @defun spam-stat-reset
25617 Reset the @code{spam-stat} hash-table, deleting all the statistics.
25618 @end defun
25619
25620 When you are done, you must save the dictionary. The dictionary may
25621 be rather large. If you will not update the dictionary incrementally
25622 (instead, you will recreate it once a month, for example), then you
25623 can reduce the size of the dictionary by deleting all words that did
25624 not appear often enough or that do not clearly belong to only spam or
25625 only non-spam mails.
25626
25627 @defun spam-stat-reduce-size
25628 Reduce the size of the dictionary. Use this only if you do not want
25629 to update the dictionary incrementally.
25630 @end defun
25631
25632 @defun spam-stat-save
25633 Save the dictionary.
25634 @end defun
25635
25636 @defvar spam-stat-file
25637 The filename used to store the dictionary. This defaults to
25638 @file{~/.spam-stat.el}.
25639 @end defvar
25640
25641 @node Splitting mail using spam-stat
25642 @subsubsection Splitting mail using spam-stat
25643
25644 This section describes how to use the Spam statistics
25645 @emph{independently} of the @xref{Spam Package}.
25646
25647 First, add the following to your @file{~/.gnus.el} file:
25648
25649 @lisp
25650 (require 'spam-stat)
25651 (spam-stat-load)
25652 @end lisp
25653
25654 This will load the necessary Gnus code, and the dictionary you
25655 created.
25656
25657 Next, you need to adapt your fancy splitting rules: You need to
25658 determine how to use @code{spam-stat}. The following examples are for
25659 the nnml back end. Using the nnimap back end works just as well. Just
25660 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
25661
25662 In the simplest case, you only have two groups, @samp{mail.misc} and
25663 @samp{mail.spam}. The following expression says that mail is either
25664 spam or it should go into @samp{mail.misc}. If it is spam, then
25665 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
25666
25667 @lisp
25668 (setq nnmail-split-fancy
25669 `(| (: spam-stat-split-fancy)
25670 "mail.misc"))
25671 @end lisp
25672
25673 @defvar spam-stat-split-fancy-spam-group
25674 The group to use for spam. Default is @samp{mail.spam}.
25675 @end defvar
25676
25677 If you also filter mail with specific subjects into other groups, use
25678 the following expression. Only mails not matching the regular
25679 expression are considered potential spam.
25680
25681 @lisp
25682 (setq nnmail-split-fancy
25683 `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
25684 (: spam-stat-split-fancy)
25685 "mail.misc"))
25686 @end lisp
25687
25688 If you want to filter for spam first, then you must be careful when
25689 creating the dictionary. Note that @code{spam-stat-split-fancy} must
25690 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
25691 non-spam, therefore both should be in your collection of non-spam
25692 mails, when creating the dictionary!
25693
25694 @lisp
25695 (setq nnmail-split-fancy
25696 `(| (: spam-stat-split-fancy)
25697 ("Subject" "\\bspam-stat\\b" "mail.emacs")
25698 "mail.misc"))
25699 @end lisp
25700
25701 You can combine this with traditional filtering. Here, we move all
25702 HTML-only mails into the @samp{mail.spam.filtered} group. Note that since
25703 @code{spam-stat-split-fancy} will never see them, the mails in
25704 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
25705 nor in your collection of non-spam mails, when creating the
25706 dictionary!
25707
25708 @lisp
25709 (setq nnmail-split-fancy
25710 `(| ("Content-Type" "text/html" "mail.spam.filtered")
25711 (: spam-stat-split-fancy)
25712 ("Subject" "\\bspam-stat\\b" "mail.emacs")
25713 "mail.misc"))
25714 @end lisp
25715
25716
25717 @node Low-level interface to the spam-stat dictionary
25718 @subsubsection Low-level interface to the spam-stat dictionary
25719
25720 The main interface to using @code{spam-stat}, are the following functions:
25721
25722 @defun spam-stat-buffer-is-spam
25723 Called in a buffer, that buffer is considered to be a new spam mail.
25724 Use this for new mail that has not been processed before.
25725 @end defun
25726
25727 @defun spam-stat-buffer-is-no-spam
25728 Called in a buffer, that buffer is considered to be a new non-spam
25729 mail. Use this for new mail that has not been processed before.
25730 @end defun
25731
25732 @defun spam-stat-buffer-change-to-spam
25733 Called in a buffer, that buffer is no longer considered to be normal
25734 mail but spam. Use this to change the status of a mail that has
25735 already been processed as non-spam.
25736 @end defun
25737
25738 @defun spam-stat-buffer-change-to-non-spam
25739 Called in a buffer, that buffer is no longer considered to be spam but
25740 normal mail. Use this to change the status of a mail that has already
25741 been processed as spam.
25742 @end defun
25743
25744 @defun spam-stat-save
25745 Save the hash table to the file. The filename used is stored in the
25746 variable @code{spam-stat-file}.
25747 @end defun
25748
25749 @defun spam-stat-load
25750 Load the hash table from a file. The filename used is stored in the
25751 variable @code{spam-stat-file}.
25752 @end defun
25753
25754 @defun spam-stat-score-word
25755 Return the spam score for a word.
25756 @end defun
25757
25758 @defun spam-stat-score-buffer
25759 Return the spam score for a buffer.
25760 @end defun
25761
25762 @defun spam-stat-split-fancy
25763 Use this function for fancy mail splitting. Add the rule @samp{(:
25764 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
25765 @end defun
25766
25767 Make sure you load the dictionary before using it. This requires the
25768 following in your @file{~/.gnus.el} file:
25769
25770 @lisp
25771 (require 'spam-stat)
25772 (spam-stat-load)
25773 @end lisp
25774
25775 Typical test will involve calls to the following functions:
25776
25777 @smallexample
25778 Reset: (setq spam-stat (make-hash-table :test 'equal))
25779 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
25780 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
25781 Save table: (spam-stat-save)
25782 File size: (nth 7 (file-attributes spam-stat-file))
25783 Number of words: (hash-table-count spam-stat)
25784 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
25785 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
25786 Reduce table size: (spam-stat-reduce-size)
25787 Save table: (spam-stat-save)
25788 File size: (nth 7 (file-attributes spam-stat-file))
25789 Number of words: (hash-table-count spam-stat)
25790 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
25791 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
25792 @end smallexample
25793
25794 Here is how you would create your dictionary:
25795
25796 @smallexample
25797 Reset: (setq spam-stat (make-hash-table :test 'equal))
25798 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
25799 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
25800 Repeat for any other non-spam group you need...
25801 Reduce table size: (spam-stat-reduce-size)
25802 Save table: (spam-stat-save)
25803 @end smallexample
25804
25805 @node The Gnus Registry
25806 @section The Gnus Registry
25807 @cindex registry
25808 @cindex split
25809 @cindex track
25810
25811 The Gnus registry is a package that tracks messages by their
25812 Message-ID across all backends. This allows Gnus users to do several
25813 cool things, be the envy of the locals, get free haircuts, and be
25814 experts on world issues. Well, maybe not all of those, but the
25815 features are pretty cool.
25816
25817 Although they will be explained in detail shortly, here's a quick list
25818 of said features in case your attention span is... never mind.
25819
25820 @enumerate
25821 @item
25822 Split messages to their parent
25823
25824 This keeps discussions in the same group. You can use the subject and
25825 the sender in addition to the Message-ID@. Several strategies are
25826 available.
25827
25828 @item
25829 Refer to messages by ID
25830
25831 Commands like @code{gnus-summary-refer-parent-article} can take
25832 advantage of the registry to jump to the referred article, regardless
25833 of the group the message is in.
25834
25835 @item
25836 Store custom flags and keywords
25837
25838 The registry can store custom flags and keywords for a message. For
25839 instance, you can mark a message ``To-Do'' this way and the flag will
25840 persist whether the message is in the nnimap, nnml, nnmaildir,
25841 etc. backends.
25842
25843 @item
25844 Store arbitrary data
25845
25846 Through a simple ELisp API, the registry can remember any data for a
25847 message. A built-in inverse map, when activated, allows quick lookups
25848 of all messages matching a particular set of criteria.
25849 @end enumerate
25850
25851 @menu
25852 * Gnus Registry Setup::
25853 * Fancy splitting to parent::
25854 * Registry Article Refer Method::
25855 * Store custom flags and keywords::
25856 * Store arbitrary data::
25857 @end menu
25858
25859 @node Gnus Registry Setup
25860 @subsection Gnus Registry Setup
25861
25862 Fortunately, setting up the Gnus registry is pretty easy:
25863
25864 @lisp
25865 (setq gnus-registry-max-entries 2500)
25866
25867 (gnus-registry-initialize)
25868 @end lisp
25869
25870 This adds registry saves to Gnus newsrc saves (which happen on exit
25871 and when you press @kbd{s} from the @code{*Group*} buffer. It also
25872 adds registry calls to article actions in Gnus (copy, move, etc.) so
25873 it's not easy to undo the initialization. See
25874 @code{gnus-registry-initialize} for the gory details.
25875
25876 Here are other settings used by the author of the registry (understand
25877 what they do before you copy them blindly).
25878
25879 @lisp
25880 (setq
25881 gnus-registry-split-strategy 'majority
25882 gnus-registry-ignored-groups '(("nntp" t)
25883 ("nnrss" t)
25884 ("spam" t)
25885 ("train" t))
25886 gnus-registry-max-entries 500000
25887 ;; this is the default
25888 gnus-registry-track-extra '(sender subject))
25889 @end lisp
25890
25891 They say: keep a lot of messages around, track messages by sender and
25892 subject (not just parent Message-ID), and when the registry splits
25893 incoming mail, use a majority rule to decide where messages should go
25894 if there's more than one possibility. In addition, the registry
25895 should ignore messages in groups that match ``nntp'', ``nnrss'',
25896 ``spam'', or ``train.''
25897
25898 You are doubtless impressed by all this, but you ask: ``I am a Gnus
25899 user, I customize to live. Give me more.'' Here you go, these are
25900 the general settings.
25901
25902 @defvar gnus-registry-unfollowed-groups
25903 The groups that will not be followed by
25904 @code{gnus-registry-split-fancy-with-parent}. They will still be
25905 remembered by the registry. This is a list of regular expressions.
25906 By default any group name that ends with ``delayed'', ``drafts'',
25907 ``queue'', or ``INBOX'', belongs to the nnmairix backend, or contains
25908 the word ``archive'' is not followed.
25909 @end defvar
25910
25911 @defvar gnus-registry-max-entries
25912 The number (an integer or @code{nil} for unlimited) of entries the
25913 registry will keep.
25914 @end defvar
25915
25916 @defvar gnus-registry-max-pruned-entries
25917 The maximum number (an integer or @code{nil} for unlimited) of entries
25918 the registry will keep after pruning.
25919 @end defvar
25920
25921 @defvar gnus-registry-cache-file
25922 The file where the registry will be stored between Gnus sessions. By
25923 default the file name is @code{.gnus.registry.eioio} in the same
25924 directory as your @code{.newsrc.eld}.
25925 @end defvar
25926
25927 @node Registry Article Refer Method
25928 @subsection Fetching by @code{Message-ID} Using the Registry
25929
25930 The registry knows how to map each @code{Message-ID} to the group it's
25931 in. This can be leveraged to enhance the ``article refer method'',
25932 the thing that tells Gnus how to look up an article given its
25933 Message-ID (@pxref{Finding the Parent}).
25934
25935 @vindex nnregistry
25936 @vindex gnus-refer-article-method
25937
25938 The @code{nnregistry} refer method does exactly that. It has the
25939 advantage that an article may be found regardless of the group it's
25940 in---provided its @code{Message-ID} is known to the registry. It can
25941 be enabled by augmenting the start-up file with something along these
25942 lines:
25943
25944 @example
25945 ;; Keep enough entries to have a good hit rate when referring to an
25946 ;; article using the registry. Use long group names so that Gnus
25947 ;; knows where the article is.
25948 (setq gnus-registry-max-entries 2500)
25949
25950 (gnus-registry-initialize)
25951
25952 (setq gnus-refer-article-method
25953 '(current
25954 (nnregistry)
25955 (nnweb "gmane" (nnweb-type gmane))))
25956 @end example
25957
25958 The example above instructs Gnus to first look up the article in the
25959 current group, or, alternatively, using the registry, and finally, if
25960 all else fails, using Gmane.
25961
25962 @node Fancy splitting to parent
25963 @subsection Fancy splitting to parent
25964
25965 Simply put, this lets you put followup e-mail where it belongs.
25966
25967 Every message has a Message-ID, which is unique, and the registry
25968 remembers it. When the message is moved or copied, the registry will
25969 notice this and offer the new group as a choice to the splitting
25970 strategy.
25971
25972 When a followup is made, usually it mentions the original message's
25973 Message-ID in the headers. The registry knows this and uses that
25974 mention to find the group where the original message lives. You only
25975 have to put a rule like this:
25976
25977 @lisp
25978 (setq nnimap-my-split-fancy '(|
25979
25980 ;; split to parent: you need this
25981 (: gnus-registry-split-fancy-with-parent)
25982
25983 ;; other rules, as an example
25984 (: spam-split)
25985 ;; default mailbox
25986 "mail")
25987 @end lisp
25988
25989 in your fancy split setup. In addition, you may want to customize the
25990 following variables.
25991
25992 @defvar gnus-registry-track-extra
25993 This is a list of symbols, so it's best to change it from the
25994 Customize interface. By default it's @code{(subject sender)}, which
25995 may work for you. It can be annoying if your mail flow is large and
25996 people don't stick to the same groups.
25997 @end defvar
25998
25999 @defvar gnus-registry-split-strategy
26000 This is a symbol, so it's best to change it from the Customize
26001 interface. By default it's @code{nil}, but you may want to set it to
26002 @code{majority} or @code{first} to split by sender or subject based on
26003 the majority of matches or on the first found. I find @code{majority}
26004 works best.
26005 @end defvar
26006
26007 @node Store custom flags and keywords
26008 @subsection Store custom flags and keywords
26009
26010 The registry lets you set custom flags and keywords per message. You
26011 can use the Gnus->Registry Marks menu or the @kbd{M M x} keyboard
26012 shortcuts, where @code{x} is the first letter of the mark's name.
26013
26014 @defvar gnus-registry-marks
26015 The custom marks that the registry can use. You can modify the
26016 default list, if you like. If you do, you'll have to exit Emacs
26017 before they take effect (you can also unload the registry and reload
26018 it or evaluate the specific macros you'll need, but you probably don't
26019 want to bother). Use the Customize interface to modify the list.
26020
26021 By default this list has the @code{Important}, @code{Work},
26022 @code{Personal}, @code{To-Do}, and @code{Later} marks. They all have
26023 keyboard shortcuts like @kbd{M M i} for Important, using the first
26024 letter.
26025 @end defvar
26026
26027 @defun gnus-registry-mark-article
26028 Call this function to mark an article with a custom registry mark. It
26029 will offer the available marks for completion.
26030 @end defun
26031
26032 You can use @code{defalias} to install a summary line formatting
26033 function that will show the registry marks. There are two flavors of
26034 this function, either showing the marks as single characters, using
26035 their @code{:char} property, or showing the marks as full strings.
26036
26037 @lisp
26038 ;; show the marks as single characters (see the :char property in
26039 ;; `gnus-registry-marks'):
26040 ;; (defalias 'gnus-user-format-function-M 'gnus-registry-article-marks-to-chars)
26041
26042 ;; show the marks by name (see `gnus-registry-marks'):
26043 ;; (defalias 'gnus-user-format-function-M 'gnus-registry-article-marks-to-names)
26044 @end lisp
26045
26046
26047 @node Store arbitrary data
26048 @subsection Store arbitrary data
26049
26050 The registry has a simple API that uses a Message-ID as the key to
26051 store arbitrary data (as long as it can be converted to a list for
26052 storage).
26053
26054 @defun gnus-registry-set-id-key (id key value)
26055 Store @code{value} under @code{key} for message @code{id}.
26056 @end defun
26057
26058 @defun gnus-registry-get-id-key (id key)
26059 Get the data under @code{key} for message @code{id}.
26060 @end defun
26061
26062 @defvar gnus-registry-extra-entries-precious
26063 If any extra entries are precious, their presence will make the
26064 registry keep the whole entry forever, even if there are no groups for
26065 the Message-ID and if the size limit of the registry is reached. By
26066 default this is just @code{(marks)} so the custom registry marks are
26067 precious.
26068 @end defvar
26069
26070 @node Other modes
26071 @section Interaction with other modes
26072
26073 @subsection Dired
26074 @cindex dired
26075
26076 @code{gnus-dired-minor-mode} provides some useful functions for dired
26077 buffers. It is enabled with
26078 @lisp
26079 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
26080 @end lisp
26081
26082 @table @kbd
26083 @item C-c C-m C-a
26084 @findex gnus-dired-attach
26085 @cindex attachments, selection via dired
26086 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
26087 You will be prompted for a message buffer.
26088
26089 @item C-c C-m C-l
26090 @findex gnus-dired-find-file-mailcap
26091 Visit a file according to the appropriate mailcap entry
26092 (@code{gnus-dired-find-file-mailcap}). With prefix, open file in a new
26093 buffer.
26094
26095 @item C-c C-m C-p
26096 @findex gnus-dired-print
26097 Print file according to the mailcap entry (@code{gnus-dired-print}). If
26098 there is no print command, print in a PostScript image.
26099 @end table
26100
26101 @node Various Various
26102 @section Various Various
26103 @cindex mode lines
26104 @cindex highlights
26105
26106 @table @code
26107
26108 @item gnus-home-directory
26109 @vindex gnus-home-directory
26110 All Gnus file and directory variables will be initialized from this
26111 variable, which defaults to @file{~/}.
26112
26113 @item gnus-directory
26114 @vindex gnus-directory
26115 Most Gnus storage file and directory variables will be initialized from
26116 this variable, which defaults to the @env{SAVEDIR} environment
26117 variable, or @file{~/News/} if that variable isn't set.
26118
26119 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
26120 This means that other directory variables that are initialized from this
26121 variable won't be set properly if you set this variable in
26122 @file{~/.gnus.el}. Set this variable in @file{.emacs} instead.
26123
26124 @item gnus-default-directory
26125 @vindex gnus-default-directory
26126 Not related to the above variable at all---this variable says what the
26127 default directory of all Gnus buffers should be. If you issue commands
26128 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
26129 default directory. If this variable is @code{nil} (which is the
26130 default), the default directory will be the default directory of the
26131 buffer you were in when you started Gnus.
26132
26133 @item gnus-verbose
26134 @vindex gnus-verbose
26135 This variable is an integer between zero and ten. The higher the value,
26136 the more messages will be displayed. If this variable is zero, Gnus
26137 will never flash any messages, if it is seven (which is the default),
26138 most important messages will be shown, and if it is ten, Gnus won't ever
26139 shut up, but will flash so many messages it will make your head swim.
26140
26141 @item gnus-verbose-backends
26142 @vindex gnus-verbose-backends
26143 This variable works the same way as @code{gnus-verbose}, but it applies
26144 to the Gnus back ends instead of Gnus proper.
26145
26146 @item gnus-add-timestamp-to-message
26147 @vindex gnus-add-timestamp-to-message
26148 This variable controls whether to add timestamps to messages that are
26149 controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and
26150 are issued. The default value is @code{nil} which means never to add
26151 timestamp. If it is @code{log}, add timestamps to only the messages
26152 that go into the @samp{*Messages*} buffer (in XEmacs, it is the
26153 @w{@samp{ *Message-Log*}} buffer). If it is neither @code{nil} nor
26154 @code{log}, add timestamps not only to log messages but also to the ones
26155 displayed in the echo area.
26156
26157 @item nnheader-max-head-length
26158 @vindex nnheader-max-head-length
26159 When the back ends read straight heads of articles, they all try to read
26160 as little as possible. This variable (default 8192) specifies
26161 the absolute max length the back ends will try to read before giving up
26162 on finding a separator line between the head and the body. If this
26163 variable is @code{nil}, there is no upper read bound. If it is
26164 @code{t}, the back ends won't try to read the articles piece by piece,
26165 but read the entire articles. This makes sense with some versions of
26166 @code{ange-ftp} or @code{efs}.
26167
26168 @item nnheader-head-chop-length
26169 @vindex nnheader-head-chop-length
26170 This variable (default 2048) says how big a piece of each article to
26171 read when doing the operation described above.
26172
26173 @item nnheader-file-name-translation-alist
26174 @vindex nnheader-file-name-translation-alist
26175 @cindex file names
26176 @cindex invalid characters in file names
26177 @cindex characters in file names
26178 This is an alist that says how to translate characters in file names.
26179 For instance, if @samp{:} is invalid as a file character in file names
26180 on your system (you OS/2 user you), you could say something like:
26181
26182 @lisp
26183 @group
26184 (setq nnheader-file-name-translation-alist
26185 '((?: . ?_)))
26186 @end group
26187 @end lisp
26188
26189 In fact, this is the default value for this variable on OS/2 and MS
26190 Windows (phooey) systems.
26191
26192 @item gnus-hidden-properties
26193 @vindex gnus-hidden-properties
26194 This is a list of properties to use to hide ``invisible'' text. It is
26195 @code{(invisible t intangible t)} by default on most systems, which
26196 makes invisible text invisible and intangible.
26197
26198 @item gnus-parse-headers-hook
26199 @vindex gnus-parse-headers-hook
26200 A hook called before parsing headers. It can be used, for instance, to
26201 gather statistics on the headers fetched, or perhaps you'd like to prune
26202 some headers. I don't see why you'd want that, though.
26203
26204 @item gnus-shell-command-separator
26205 @vindex gnus-shell-command-separator
26206 String used to separate two shell commands. The default is @samp{;}.
26207
26208 @item gnus-invalid-group-regexp
26209 @vindex gnus-invalid-group-regexp
26210
26211 Regexp to match ``invalid'' group names when querying user for a group
26212 name. The default value catches some @strong{really} invalid group
26213 names who could possibly mess up Gnus internally (like allowing
26214 @samp{:} in a group name, which is normally used to delimit method and
26215 group).
26216
26217 @acronym{IMAP} users might want to allow @samp{/} in group names though.
26218
26219 @item gnus-safe-html-newsgroups
26220 @vindex gnus-safe-html-newsgroups
26221 Groups in which links in html articles are considered all safe. The
26222 value may be a regexp matching those groups, a list of group names, or
26223 @code{nil}. This overrides @code{mm-w3m-safe-url-regexp}. The default
26224 value is @code{"\\`nnrss[+:]"}. This is effective only when emacs-w3m
26225 renders html articles, i.e., in the case @code{mm-text-html-renderer} is
26226 set to @code{w3m}. @xref{Display Customization, ,Display Customization,
26227 emacs-mime, The Emacs MIME Manual}.
26228
26229 @end table
26230
26231 @node The End
26232 @chapter The End
26233
26234 Well, that's the manual---you can get on with your life now. Keep in
26235 touch. Say hello to your cats from me.
26236
26237 My @strong{ghod}---I just can't stand goodbyes. Sniffle.
26238
26239 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
26240
26241 @quotation
26242 @strong{Te Deum}
26243
26244 @sp 1
26245 Not because of victories @*
26246 I sing,@*
26247 having none,@*
26248 but for the common sunshine,@*
26249 the breeze,@*
26250 the largess of the spring.
26251
26252 @sp 1
26253 Not for victory@*
26254 but for the day's work done@*
26255 as well as I was able;@*
26256 not for a seat upon the dais@*
26257 but at the common table.@*
26258 @end quotation
26259
26260
26261 @node Appendices
26262 @chapter Appendices
26263
26264 @menu
26265 * XEmacs:: Requirements for installing under XEmacs.
26266 * History:: How Gnus got where it is today.
26267 * On Writing Manuals:: Why this is not a beginner's guide.
26268 * Terminology:: We use really difficult, like, words here.
26269 * Customization:: Tailoring Gnus to your needs.
26270 * Troubleshooting:: What you might try if things do not work.
26271 * Gnus Reference Guide:: Rilly, rilly technical stuff.
26272 * Emacs for Heathens:: A short introduction to Emacsian terms.
26273 * Frequently Asked Questions:: The Gnus FAQ
26274 @end menu
26275
26276
26277 @node XEmacs
26278 @section XEmacs
26279 @cindex XEmacs
26280 @cindex installing under XEmacs
26281
26282 XEmacs is distributed as a collection of packages. You should install
26283 whatever packages the Gnus XEmacs package requires. The current
26284 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
26285 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
26286 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{W3},
26287 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
26288
26289
26290 @node History
26291 @section History
26292
26293 @cindex history
26294 @sc{gnus} was written by Masanobu @sc{Umeda}. When autumn crept up in
26295 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
26296
26297 If you want to investigate the person responsible for this outrage,
26298 you can point your (feh!) web browser to
26299 @uref{http://quimby.gnus.org/}. This is also the primary
26300 distribution point for the new and spiffy versions of Gnus, and is
26301 known as The Site That Destroys Newsrcs And Drives People Mad.
26302
26303 During the first extended alpha period of development, the new Gnus was
26304 called ``(ding) Gnus''. @dfn{(ding)} is, of course, short for
26305 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
26306 (Besides, the ``Gnus'' in this abbreviation should probably be
26307 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
26308 appropriate name, don't you think?)
26309
26310 In any case, after spending all that energy on coming up with a new and
26311 spunky name, we decided that the name was @emph{too} spunky, so we
26312 renamed it back again to ``Gnus''. But in mixed case. ``Gnus'' vs.
26313 ``@sc{gnus}''. New vs. old.
26314
26315 @menu
26316 * Gnus Versions:: What Gnus versions have been released.
26317 * Why?:: What's the point of Gnus?
26318 * Compatibility:: Just how compatible is Gnus with @sc{gnus}?
26319 * Conformity:: Gnus tries to conform to all standards.
26320 * Emacsen:: Gnus can be run on a few modern Emacsen.
26321 * Gnus Development:: How Gnus is developed.
26322 * Contributors:: Oodles of people.
26323 * New Features:: Pointers to some of the new stuff in Gnus.
26324 @end menu
26325
26326
26327 @node Gnus Versions
26328 @subsection Gnus Versions
26329 @cindex ding Gnus
26330 @cindex September Gnus
26331 @cindex Red Gnus
26332 @cindex Quassia Gnus
26333 @cindex Pterodactyl Gnus
26334 @cindex Oort Gnus
26335 @cindex No Gnus
26336 @cindex Ma Gnus
26337 @cindex Gnus versions
26338
26339 The first ``proper'' release of Gnus 5 was done in November 1995 when it
26340 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
26341 plus 15 Gnus 5.0 releases).
26342
26343 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
26344 releases)) was released under the name ``Gnus 5.2'' (40 releases).
26345
26346 On July 28th 1996 work on Red Gnus was begun, and it was released on
26347 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
26348
26349 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
26350 It was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
26351
26352 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
26353 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
26354 1999.
26355
26356 On the 26th of October 2000, Oort Gnus was begun and was released as
26357 Gnus 5.10 on May 1st 2003 (24 releases).
26358
26359 On the January 4th 2004, No Gnus was begun.
26360
26361 On April 19, 2010 Gnus development was moved to Git. See
26362 http://git.gnus.org for details (http://www.gnus.org will be updated
26363 with the information when possible).
26364
26365 On the January 31th 2012, Ma Gnus was begun.
26366
26367 If you happen upon a version of Gnus that has a prefixed name---``(ding)
26368 Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
26369 ``Pterodactyl Gnus'', ``Oort Gnus'', ``No Gnus'', ``Ma Gnus''---don't
26370 panic. Don't let it know that you're frightened. Back away. Slowly.
26371 Whatever you do, don't run. Walk away, calmly, until you're out of
26372 its reach. Find a proper released version of Gnus and snuggle up to
26373 that instead.
26374
26375
26376 @node Why?
26377 @subsection Why?
26378
26379 What's the point of Gnus?
26380
26381 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
26382 newsreader, that lets you do anything you can think of. That was my
26383 original motivation, but while working on Gnus, it has become clear to
26384 me that this generation of newsreaders really belong in the stone age.
26385 Newsreaders haven't developed much since the infancy of the net. If the
26386 volume continues to rise with the current rate of increase, all current
26387 newsreaders will be pretty much useless. How do you deal with
26388 newsgroups that have thousands of new articles each day? How do you
26389 keep track of millions of people who post?
26390
26391 Gnus offers no real solutions to these questions, but I would very much
26392 like to see Gnus being used as a testing ground for new methods of
26393 reading and fetching news. Expanding on @sc{Umeda}-san's wise decision
26394 to separate the newsreader from the back ends, Gnus now offers a simple
26395 interface for anybody who wants to write new back ends for fetching mail
26396 and news from different sources. I have added hooks for customizations
26397 everywhere I could imagine it being useful. By doing so, I'm inviting
26398 every one of you to explore and invent.
26399
26400 May Gnus never be complete. @kbd{C-u 100 M-x all-hail-emacs} and
26401 @kbd{C-u 100 M-x all-hail-xemacs}.
26402
26403
26404 @node Compatibility
26405 @subsection Compatibility
26406
26407 @cindex compatibility
26408 Gnus was designed to be fully compatible with @sc{gnus}. Almost all key
26409 bindings have been kept. More key bindings have been added, of course,
26410 but only in one or two obscure cases have old bindings been changed.
26411
26412 Our motto is:
26413 @quotation
26414 @cartouche
26415 @center In a cloud bones of steel.
26416 @end cartouche
26417 @end quotation
26418
26419 All commands have kept their names. Some internal functions have changed
26420 their names.
26421
26422 The @code{gnus-uu} package has changed drastically. @xref{Decoding
26423 Articles}.
26424
26425 One major compatibility question is the presence of several summary
26426 buffers. All variables relevant while reading a group are
26427 buffer-local to the summary buffer they belong in. Although many
26428 important variables have their values copied into their global
26429 counterparts whenever a command is executed in the summary buffer, this
26430 change might lead to incorrect values being used unless you are careful.
26431
26432 All code that relies on knowledge of @sc{gnus} internals will probably
26433 fail. To take two examples: Sorting @code{gnus-newsrc-alist} (or
26434 changing it in any way, as a matter of fact) is strictly verboten. Gnus
26435 maintains a hash table that points to the entries in this alist (which
26436 speeds up many functions), and changing the alist directly will lead to
26437 peculiar results.
26438
26439 @cindex hilit19
26440 @cindex highlighting
26441 Old hilit19 code does not work at all. In fact, you should probably
26442 remove all hilit code from all Gnus hooks
26443 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
26444 Gnus provides various integrated functions for highlighting. These are
26445 faster and more accurate. To make life easier for everybody, Gnus will
26446 by default remove all hilit calls from all hilit hooks. Uncleanliness!
26447 Away!
26448
26449 Packages like @code{expire-kill} will no longer work. As a matter of
26450 fact, you should probably remove all old @sc{gnus} packages (and other
26451 code) when you start using Gnus. More likely than not, Gnus already
26452 does what you have written code to make @sc{gnus} do. (Snicker.)
26453
26454 Even though old methods of doing things are still supported, only the
26455 new methods are documented in this manual. If you detect a new method of
26456 doing something while reading this manual, that does not mean you have
26457 to stop doing it the old way.
26458
26459 Gnus understands all @sc{gnus} startup files.
26460
26461 @kindex M-x gnus-bug
26462 @findex gnus-bug
26463 @cindex reporting bugs
26464 @cindex bugs
26465 Overall, a casual user who hasn't written much code that depends on
26466 @sc{gnus} internals should suffer no problems. If problems occur,
26467 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
26468
26469 @vindex gnus-bug-create-help-buffer
26470 If you are in the habit of sending bug reports @emph{very} often, you
26471 may find the helpful help buffer annoying after a while. If so, set
26472 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
26473 up at you.
26474
26475
26476 @node Conformity
26477 @subsection Conformity
26478
26479 No rebels without a clue here, ma'am. We conform to all standards known
26480 to (wo)man. Except for those standards and/or conventions we disagree
26481 with, of course.
26482
26483 @table @strong
26484
26485 @item RFC (2)822
26486 @cindex RFC 822
26487 @cindex RFC 2822
26488 There are no known breaches of this standard.
26489
26490 @item RFC 1036
26491 @cindex RFC 1036
26492 There are no known breaches of this standard, either.
26493
26494 @item Son-of-RFC 1036
26495 @cindex Son-of-RFC 1036
26496 We do have some breaches to this one.
26497
26498 @table @emph
26499
26500 @item X-Newsreader
26501 @itemx User-Agent
26502 These are considered to be ``vanity headers'', while I consider them
26503 to be consumer information. After seeing so many badly formatted
26504 articles coming from @code{tin} and @code{Netscape} I know not to use
26505 either of those for posting articles. I would not have known that if
26506 it wasn't for the @code{X-Newsreader} header.
26507 @end table
26508
26509 @item USEFOR
26510 @cindex USEFOR
26511 USEFOR is an IETF working group writing a successor to RFC 1036, based
26512 on Son-of-RFC 1036. They have produced a number of drafts proposing
26513 various changes to the format of news articles. The Gnus towers will
26514 look into implementing the changes when the draft is accepted as an RFC.
26515
26516 @item MIME---RFC 2045--2049 etc
26517 @cindex @acronym{MIME}
26518 All the various @acronym{MIME} RFCs are supported.
26519
26520 @item Disposition Notifications---RFC 2298
26521 Message Mode is able to request notifications from the receiver.
26522
26523 @item PGP---RFC 1991 and RFC 2440
26524 @cindex RFC 1991
26525 @cindex RFC 2440
26526 RFC 1991 is the original @acronym{PGP} message specification,
26527 published as an informational RFC@. RFC 2440 was the follow-up, now
26528 called Open PGP, and put on the Standards Track. Both document a
26529 non-@acronym{MIME} aware @acronym{PGP} format. Gnus supports both
26530 encoding (signing and encryption) and decoding (verification and
26531 decryption).
26532
26533 @item PGP/MIME---RFC 2015/3156
26534 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
26535 1991) describes the @acronym{MIME}-wrapping around the RFC 1991/2440 format.
26536 Gnus supports both encoding and decoding.
26537
26538 @item S/MIME---RFC 2633
26539 RFC 2633 describes the @acronym{S/MIME} format.
26540
26541 @item IMAP---RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
26542 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
26543 (@acronym{IMAP} 4 revision 1). RFC 2195 describes CRAM-MD5
26544 authentication for @acronym{IMAP}. RFC 2086 describes access control
26545 lists (ACLs) for @acronym{IMAP}. RFC 2359 describes a @acronym{IMAP}
26546 protocol enhancement. RFC 2595 describes the proper @acronym{TLS}
26547 integration (STARTTLS) with @acronym{IMAP}. RFC 1731 describes the
26548 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
26549
26550 @end table
26551
26552 If you ever notice Gnus acting non-compliant with regards to the texts
26553 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
26554 know.
26555
26556
26557 @node Emacsen
26558 @subsection Emacsen
26559 @cindex Emacsen
26560 @cindex XEmacs
26561 @cindex Mule
26562 @cindex Emacs
26563
26564 This version of Gnus should work on:
26565
26566 @itemize @bullet
26567
26568 @item
26569 Emacs 21.1 and up.
26570
26571 @item
26572 XEmacs 21.4 and up.
26573
26574 @end itemize
26575
26576 This Gnus version will absolutely not work on any Emacsen older than
26577 that. Not reliably, at least. Older versions of Gnus may work on older
26578 Emacs versions. Particularly, Gnus 5.10.8 should also work on Emacs
26579 20.7 and XEmacs 21.1.
26580
26581 @c No-merge comment: The paragraph added in v5-10 here must not be
26582 @c synced here!
26583
26584 @node Gnus Development
26585 @subsection Gnus Development
26586
26587 Gnus is developed in a two-phased cycle. The first phase involves much
26588 discussion on the development mailing list @samp{ding@@gnus.org}, where people
26589 propose changes and new features, post patches and new back ends. This
26590 phase is called the @dfn{alpha} phase, since the Gnusae released in this
26591 phase are @dfn{alpha releases}, or (perhaps more commonly in other
26592 circles) @dfn{snapshots}. During this phase, Gnus is assumed to be
26593 unstable and should not be used by casual users. Gnus alpha releases
26594 have names like ``Oort Gnus'' and ``No Gnus''. @xref{Gnus Versions}.
26595
26596 After futzing around for 10--100 alpha releases, Gnus is declared
26597 @dfn{frozen}, and only bug fixes are applied. Gnus loses the prefix,
26598 and is called things like ``Gnus 5.10.1'' instead. Normal people are
26599 supposed to be able to use these, and these are mostly discussed on the
26600 @samp{gnu.emacs.gnus} newsgroup. This newgroup is mirrored to the
26601 mailing list @samp{info-gnus-english@@gnu.org} which is carried on Gmane
26602 as @samp{gmane.emacs.gnus.user}. These releases are finally integrated
26603 in Emacs.
26604
26605 @cindex Incoming*
26606 @vindex mail-source-delete-incoming
26607 Some variable defaults differ between alpha Gnusae and released Gnusae,
26608 in particular, @code{mail-source-delete-incoming}. This is to prevent
26609 lossage of mail if an alpha release hiccups while handling the mail.
26610 @xref{Mail Source Customization}.
26611
26612 The division of discussion between the ding mailing list and the Gnus
26613 newsgroup is not purely based on publicity concerns. It's true that
26614 having people write about the horrible things that an alpha Gnus release
26615 can do (sometimes) in a public forum may scare people off, but more
26616 importantly, talking about new experimental features that have been
26617 introduced may confuse casual users. New features are frequently
26618 introduced, fiddled with, and judged to be found wanting, and then
26619 either discarded or totally rewritten. People reading the mailing list
26620 usually keep up with these rapid changes, while people on the newsgroup
26621 can't be assumed to do so.
26622
26623 So if you have problems with or questions about the alpha versions,
26624 direct those to the ding mailing list @samp{ding@@gnus.org}. This list
26625 is also available on Gmane as @samp{gmane.emacs.gnus.general}.
26626
26627 @cindex Incoming*
26628 @vindex mail-source-delete-incoming
26629 Some variable defaults differ between alpha Gnusae and released Gnusae,
26630 in particular, @code{mail-source-delete-incoming}. This is to prevent
26631 lossage of mail if an alpha release hiccups while handling the mail.
26632 @xref{Mail Source Customization}.
26633
26634 @node Contributors
26635 @subsection Contributors
26636 @cindex contributors
26637
26638 The new Gnus version couldn't have been done without the help of all the
26639 people on the (ding) mailing list. Every day for over a year I have
26640 gotten billions of nice bug reports from them, filling me with joy,
26641 every single one of them. Smooches. The people on the list have been
26642 tried beyond endurance, what with my ``oh, that's a neat idea <type
26643 type>, yup, I'll release it right away <ship off> no wait, that doesn't
26644 work at all <type type>, yup, I'll ship that one off right away <ship
26645 off> no, wait, that absolutely does not work'' policy for releases.
26646 Micro$oft---bah. Amateurs. I'm @emph{much} worse. (Or is that
26647 ``worser''? ``much worser''? ``worsest''?)
26648
26649 I would like to take this opportunity to thank the Academy for@dots{} oops,
26650 wrong show.
26651
26652 @itemize @bullet
26653
26654 @item
26655 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
26656
26657 @item
26658 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el,
26659 nnwarchive and many, many other things connected with @acronym{MIME} and
26660 other types of en/decoding, as well as general bug fixing, new
26661 functionality and stuff.
26662
26663 @item
26664 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
26665 well as numerous other things).
26666
26667 @item
26668 Luis Fernandes---design and graphics.
26669
26670 @item
26671 Joe Reiss---creator of the smiley faces.
26672
26673 @item
26674 Justin Sheehy---the @acronym{FAQ} maintainer.
26675
26676 @item
26677 Erik Naggum---help, ideas, support, code and stuff.
26678
26679 @item
26680 Wes Hardaker---@file{gnus-picon.el} and the manual section on
26681 @dfn{picons} (@pxref{Picons}).
26682
26683 @item
26684 Kim-Minh Kaplan---further work on the picon code.
26685
26686 @item
26687 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
26688
26689 @item
26690 Sudish Joseph---innumerable bug fixes.
26691
26692 @item
26693 Ilja Weis---@file{gnus-topic.el}.
26694
26695 @item
26696 Steven L. Baur---lots and lots and lots of bug detection and fixes.
26697
26698 @item
26699 Vladimir Alexiev---the refcard and reference booklets.
26700
26701 @item
26702 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
26703 distribution by Felix Lee and JWZ.
26704
26705 @item
26706 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
26707
26708 @item
26709 Peter Mutsaers---orphan article scoring code.
26710
26711 @item
26712 Ken Raeburn---POP mail support.
26713
26714 @item
26715 Hallvard B Furuseth---various bits and pieces, especially dealing with
26716 .newsrc files.
26717
26718 @item
26719 Brian Edmonds---@file{gnus-bbdb.el}.
26720
26721 @item
26722 David Moore---rewrite of @file{nnvirtual.el} and many other things.
26723
26724 @item
26725 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
26726
26727 @item
26728 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
26729 well as autoconf support.
26730
26731 @end itemize
26732
26733 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
26734 Borges, and Jost Krieger proof-reading parts of the manual.
26735
26736 The following people have contributed many patches and suggestions:
26737
26738 Christopher Davis,
26739 Andrew Eskilsson,
26740 Kai Grossjohann,
26741 Kevin Greiner,
26742 Jesper Harder,
26743 Paul Jarc,
26744 Simon Josefsson,
26745 David K@aa{}gedal,
26746 Richard Pieri,
26747 Fabrice Popineau,
26748 Daniel Quinlan,
26749 Michael Shields,
26750 Reiner Steib,
26751 Jason L. Tibbitts, III,
26752 Jack Vinson,
26753 Katsumi Yamaoka, @c Yamaoka
26754 and
26755 Teodor Zlatanov.
26756
26757 Also thanks to the following for patches and stuff:
26758
26759 Jari Aalto,
26760 Adrian Aichner,
26761 Vladimir Alexiev,
26762 Russ Allbery,
26763 Peter Arius,
26764 Matt Armstrong,
26765 Marc Auslander,
26766 Miles Bader,
26767 Alexei V. Barantsev,
26768 Frank Bennett,
26769 Robert Bihlmeyer,
26770 Chris Bone,
26771 Mark Borges,
26772 Mark Boyns,
26773 Lance A. Brown,
26774 Rob Browning,
26775 Kees de Bruin,
26776 Martin Buchholz,
26777 Joe Buehler,
26778 Kevin Buhr,
26779 Alastair Burt,
26780 Joao Cachopo,
26781 Zlatko Calusic,
26782 Massimo Campostrini,
26783 Castor,
26784 David Charlap,
26785 Dan Christensen,
26786 Kevin Christian,
26787 Jae-you Chung, @c ?
26788 James H. Cloos, Jr.,
26789 Laura Conrad,
26790 Michael R. Cook,
26791 Glenn Coombs,
26792 Andrew J. Cosgriff,
26793 Neil Crellin,
26794 Frank D. Cringle,
26795 Geoffrey T. Dairiki,
26796 Andre Deparade,
26797 Ulrik Dickow,
26798 Dave Disser,
26799 Rui-Tao Dong, @c ?
26800 Joev Dubach,
26801 Michael Welsh Duggan,
26802 Dave Edmondson,
26803 Paul Eggert,
26804 Mark W. Eichin,
26805 Karl Eichwalder,
26806 Enami Tsugutomo, @c Enami
26807 Michael Ernst,
26808 Luc Van Eycken,
26809 Sam Falkner,
26810 Nelson Jose dos Santos Ferreira,
26811 Sigbjorn Finne,
26812 Sven Fischer,
26813 Paul Fisher,
26814 Decklin Foster,
26815 Gary D. Foster,
26816 Paul Franklin,
26817 Guy Geens,
26818 Arne Georg Gleditsch,
26819 David S. Goldberg,
26820 Michelangelo Grigni,
26821 Dale Hagglund,
26822 D. Hall,
26823 Magnus Hammerin,
26824 Kenichi Handa, @c Handa
26825 Raja R. Harinath,
26826 Yoshiki Hayashi, @c Hayashi
26827 P. E. Jareth Hein,
26828 Hisashige Kenji, @c Hisashige
26829 Scott Hofmann,
26830 Tassilo Horn,
26831 Marc Horowitz,
26832 Gunnar Horrigmo,
26833 Richard Hoskins,
26834 Brad Howes,
26835 Miguel de Icaza,
26836 Fran@,{c}ois Felix Ingrand,
26837 Tatsuya Ichikawa, @c Ichikawa
26838 Ishikawa Ichiro, @c Ishikawa
26839 Lee Iverson,
26840 Iwamuro Motonori, @c Iwamuro
26841 Rajappa Iyer,
26842 Andreas Jaeger,
26843 Adam P. Jenkins,
26844 Randell Jesup,
26845 Fred Johansen,
26846 Gareth Jones,
26847 Greg Klanderman,
26848 Karl Kleinpaste,
26849 Michael Klingbeil,
26850 Peter Skov Knudsen,
26851 Shuhei Kobayashi, @c Kobayashi
26852 Petr Konecny,
26853 Koseki Yoshinori, @c Koseki
26854 Thor Kristoffersen,
26855 Jens Lautenbacher,
26856 Martin Larose,
26857 Seokchan Lee, @c Lee
26858 Joerg Lenneis,
26859 Carsten Leonhardt,
26860 James LewisMoss,
26861 Christian Limpach,
26862 Markus Linnala,
26863 Dave Love,
26864 Mike McEwan,
26865 Tonny Madsen,
26866 Shlomo Mahlab,
26867 Nat Makarevitch,
26868 Istvan Marko,
26869 David Martin,
26870 Jason R. Mastaler,
26871 Gordon Matzigkeit,
26872 Timo Metzemakers,
26873 Richard Mlynarik,
26874 Lantz Moore,
26875 Morioka Tomohiko, @c Morioka
26876 Erik Toubro Nielsen,
26877 Hrvoje Niksic,
26878 Andy Norman,
26879 Fred Oberhauser,
26880 C. R. Oldham,
26881 Alexandre Oliva,
26882 Ken Olstad,
26883 Masaharu Onishi, @c Onishi
26884 Hideki Ono, @c Ono
26885 Ettore Perazzoli,
26886 William Perry,
26887 Stephen Peters,
26888 Jens-Ulrik Holger Petersen,
26889 Ulrich Pfeifer,
26890 Matt Pharr,
26891 Andy Piper,
26892 John McClary Prevost,
26893 Bill Pringlemeir,
26894 Mike Pullen,
26895 Jim Radford,
26896 Colin Rafferty,
26897 Lasse Rasinen,
26898 Lars Balker Rasmussen,
26899 Joe Reiss,
26900 Renaud Rioboo,
26901 Roland B. Roberts,
26902 Bart Robinson,
26903 Christian von Roques,
26904 Markus Rost,
26905 Jason Rumney,
26906 Wolfgang Rupprecht,
26907 Jay Sachs,
26908 Dewey M. Sasser,
26909 Conrad Sauerwald,
26910 Loren Schall,
26911 Dan Schmidt,
26912 Ralph Schleicher,
26913 Philippe Schnoebelen,
26914 Andreas Schwab,
26915 Randal L. Schwartz,
26916 Danny Siu,
26917 Matt Simmons,
26918 Paul D. Smith,
26919 Jeff Sparkes,
26920 Toby Speight,
26921 Michael Sperber,
26922 Darren Stalder,
26923 Richard Stallman,
26924 Greg Stark,
26925 Sam Steingold,
26926 Paul Stevenson,
26927 Jonas Steverud,
26928 Paul Stodghill,
26929 Kiyokazu Suto, @c Suto
26930 Kurt Swanson,
26931 Samuel Tardieu,
26932 Teddy,
26933 Chuck Thompson,
26934 Tozawa Akihiko, @c Tozawa
26935 Philippe Troin,
26936 James Troup,
26937 Trung Tran-Duc,
26938 Jack Twilley,
26939 Aaron M. Ucko,
26940 Aki Vehtari,
26941 Didier Verna,
26942 Vladimir Volovich,
26943 Jan Vroonhof,
26944 Stefan Waldherr,
26945 Pete Ware,
26946 Barry A. Warsaw,
26947 Christoph Wedler,
26948 Joe Wells,
26949 Lee Willis,
26950 and
26951 Lloyd Zusman.
26952
26953
26954 For a full overview of what each person has done, the ChangeLogs
26955 included in the Gnus alpha distributions should give ample reading
26956 (550kB and counting).
26957
26958 Apologies to everybody that I've forgotten, of which there are many, I'm
26959 sure.
26960
26961 Gee, that's quite a list of people. I guess that must mean that there
26962 actually are people who are using Gnus. Who'd'a thunk it!
26963
26964
26965 @node New Features
26966 @subsection New Features
26967 @cindex new features
26968
26969 @menu
26970 * ding Gnus:: New things in Gnus 5.0/5.1, the first new Gnus.
26971 * September Gnus:: The Thing Formally Known As Gnus 5.2/5.3.
26972 * Red Gnus:: Third time best---Gnus 5.4/5.5.
26973 * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7.
26974 * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9.
26975 * Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11.
26976 * No Gnus:: Very punny. Gnus 5.12/5.13.
26977 * Ma Gnus:: Celebrating 25 years of Gnus.
26978 @end menu
26979
26980 These lists are, of course, just @emph{short} overviews of the
26981 @emph{most} important new features. No, really. There are tons more.
26982 Yes, we have feeping creaturism in full effect.
26983
26984 @node ding Gnus
26985 @subsubsection (ding) Gnus
26986
26987 New features in Gnus 5.0/5.1:
26988
26989 @itemize @bullet
26990
26991 @item
26992 The look of all buffers can be changed by setting format-like variables
26993 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
26994
26995 @item
26996 Local spool and several @acronym{NNTP} servers can be used at once
26997 (@pxref{Select Methods}).
26998
26999 @item
27000 You can combine groups into virtual groups (@pxref{Virtual Groups}).
27001
27002 @item
27003 You can read a number of different mail formats (@pxref{Getting Mail}).
27004 All the mail back ends implement a convenient mail expiry scheme
27005 (@pxref{Expiring Mail}).
27006
27007 @item
27008 Gnus can use various strategies for gathering threads that have lost
27009 their roots (thereby gathering loose sub-threads into one thread) or it
27010 can go back and retrieve enough headers to build a complete thread
27011 (@pxref{Customizing Threading}).
27012
27013 @item
27014 Killed groups can be displayed in the group buffer, and you can read
27015 them as well (@pxref{Listing Groups}).
27016
27017 @item
27018 Gnus can do partial group updates---you do not have to retrieve the
27019 entire active file just to check for new articles in a few groups
27020 (@pxref{The Active File}).
27021
27022 @item
27023 Gnus implements a sliding scale of subscribedness to groups
27024 (@pxref{Group Levels}).
27025
27026 @item
27027 You can score articles according to any number of criteria
27028 (@pxref{Scoring}). You can even get Gnus to find out how to score
27029 articles for you (@pxref{Adaptive Scoring}).
27030
27031 @item
27032 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
27033 manner, so it should be difficult to lose much data on what you have
27034 read if your machine should go down (@pxref{Auto Save}).
27035
27036 @item
27037 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
27038 cluttering up the @file{.emacs} file.
27039
27040 @item
27041 You can set the process mark on both groups and articles and perform
27042 operations on all the marked items (@pxref{Process/Prefix}).
27043
27044 @item
27045 You can list subsets of groups according to, well, anything
27046 (@pxref{Listing Groups}).
27047
27048 @item
27049 You can browse foreign servers and subscribe to groups from those
27050 servers (@pxref{Browse Foreign Server}).
27051
27052 @item
27053 Gnus can fetch articles, asynchronously, on a second connection to the
27054 server (@pxref{Asynchronous Fetching}).
27055
27056 @item
27057 You can cache articles locally (@pxref{Article Caching}).
27058
27059 @item
27060 The uudecode functions have been expanded and generalized
27061 (@pxref{Decoding Articles}).
27062
27063 @item
27064 You can still post uuencoded articles, which was a little-known feature
27065 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
27066
27067 @item
27068 Fetching parents (and other articles) now actually works without
27069 glitches (@pxref{Finding the Parent}).
27070
27071 @item
27072 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
27073
27074 @item
27075 Digests (and other files) can be used as the basis for groups
27076 (@pxref{Document Groups}).
27077
27078 @item
27079 Articles can be highlighted and customized (@pxref{Customizing
27080 Articles}).
27081
27082 @item
27083 URLs and other external references can be buttonized (@pxref{Article
27084 Buttons}).
27085
27086 @item
27087 You can do lots of strange stuff with the Gnus window & frame
27088 configuration (@pxref{Window Layout}).
27089
27090 @end itemize
27091
27092
27093 @node September Gnus
27094 @subsubsection September Gnus
27095
27096 @iftex
27097 @iflatex
27098 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
27099 @end iflatex
27100 @end iftex
27101
27102 New features in Gnus 5.2/5.3:
27103
27104 @itemize @bullet
27105
27106 @item
27107 A new message composition mode is used. All old customization variables
27108 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
27109 now obsolete.
27110
27111 @item
27112 Gnus is now able to generate @dfn{sparse} threads---threads where
27113 missing articles are represented by empty nodes (@pxref{Customizing
27114 Threading}).
27115
27116 @lisp
27117 (setq gnus-build-sparse-threads 'some)
27118 @end lisp
27119
27120 @item
27121 Outgoing articles are stored on a special archive server
27122 (@pxref{Archived Messages}).
27123
27124 @item
27125 Partial thread regeneration now happens when articles are
27126 referred.
27127
27128 @item
27129 Gnus can make use of GroupLens predictions.
27130
27131 @item
27132 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
27133
27134 @item
27135 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
27136
27137 @lisp
27138 (setq gnus-use-trees t)
27139 @end lisp
27140
27141 @item
27142 An @code{nn}-like pick-and-read minor mode is available for the summary
27143 buffers (@pxref{Pick and Read}).
27144
27145 @lisp
27146 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
27147 @end lisp
27148
27149 @item
27150 In binary groups you can use a special binary minor mode (@pxref{Binary
27151 Groups}).
27152
27153 @item
27154 Groups can be grouped in a folding topic hierarchy (@pxref{Group
27155 Topics}).
27156
27157 @lisp
27158 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
27159 @end lisp
27160
27161 @item
27162 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
27163
27164 @item
27165 Groups can now have a score, and bubbling based on entry frequency
27166 is possible (@pxref{Group Score}).
27167
27168 @lisp
27169 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
27170 @end lisp
27171
27172 @item
27173 Groups can be process-marked, and commands can be performed on
27174 groups of groups (@pxref{Marking Groups}).
27175
27176 @item
27177 Caching is possible in virtual groups.
27178
27179 @item
27180 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
27181 news batches, ClariNet briefs collections, and just about everything
27182 else (@pxref{Document Groups}).
27183
27184 @item
27185 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets.
27186
27187 @item
27188 The Gnus cache is much faster.
27189
27190 @item
27191 Groups can be sorted according to many criteria (@pxref{Sorting
27192 Groups}).
27193
27194 @item
27195 New group parameters have been introduced to set list-addresses and
27196 expiry times (@pxref{Group Parameters}).
27197
27198 @item
27199 All formatting specs allow specifying faces to be used
27200 (@pxref{Formatting Fonts}).
27201
27202 @item
27203 There are several more commands for setting/removing/acting on process
27204 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
27205
27206 @item
27207 The summary buffer can be limited to show parts of the available
27208 articles based on a wide range of criteria. These commands have been
27209 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
27210
27211 @item
27212 Articles can be made persistent with the @kbd{*} command
27213 (@pxref{Persistent Articles}).
27214
27215 @item
27216 All functions for hiding article elements are now toggles.
27217
27218 @item
27219 Article headers can be buttonized (@pxref{Article Washing}).
27220
27221 @item
27222 All mail back ends support fetching articles by @code{Message-ID}.
27223
27224 @item
27225 Duplicate mail can now be treated properly (@pxref{Duplicates}).
27226
27227 @item
27228 All summary mode commands are available directly from the article
27229 buffer (@pxref{Article Keymap}).
27230
27231 @item
27232 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
27233 Layout}).
27234
27235 @item
27236 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
27237 @iftex
27238 @iflatex
27239 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
27240 @end iflatex
27241 @end iftex
27242
27243 @item
27244 Groups can be made permanently visible (@pxref{Listing Groups}).
27245
27246 @lisp
27247 (setq gnus-permanently-visible-groups "^nnml:")
27248 @end lisp
27249
27250 @item
27251 Many new hooks have been introduced to make customizing easier.
27252
27253 @item
27254 Gnus respects the @code{Mail-Copies-To} header.
27255
27256 @item
27257 Threads can be gathered by looking at the @code{References} header
27258 (@pxref{Customizing Threading}).
27259
27260 @lisp
27261 (setq gnus-summary-thread-gathering-function
27262 'gnus-gather-threads-by-references)
27263 @end lisp
27264
27265 @item
27266 Read articles can be stored in a special backlog buffer to avoid
27267 refetching (@pxref{Article Backlog}).
27268
27269 @lisp
27270 (setq gnus-keep-backlog 50)
27271 @end lisp
27272
27273 @item
27274 A clean copy of the current article is always stored in a separate
27275 buffer to allow easier treatment.
27276
27277 @item
27278 Gnus can suggest where to save articles (@pxref{Saving Articles}).
27279
27280 @item
27281 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
27282 Articles}).
27283
27284 @lisp
27285 (setq gnus-prompt-before-saving t)
27286 @end lisp
27287
27288 @item
27289 @code{gnus-uu} can view decoded files asynchronously while fetching
27290 articles (@pxref{Other Decode Variables}).
27291
27292 @lisp
27293 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
27294 @end lisp
27295
27296 @item
27297 Filling in the article buffer now works properly on cited text
27298 (@pxref{Article Washing}).
27299
27300 @item
27301 Hiding cited text adds buttons to toggle hiding, and how much
27302 cited text to hide is now customizable (@pxref{Article Hiding}).
27303
27304 @lisp
27305 (setq gnus-cited-lines-visible 2)
27306 @end lisp
27307
27308 @item
27309 Boring headers can be hidden (@pxref{Article Hiding}).
27310
27311 @item
27312 Default scoring values can now be set from the menu bar.
27313
27314 @item
27315 Further syntax checking of outgoing articles have been added.
27316
27317 @end itemize
27318
27319
27320 @node Red Gnus
27321 @subsubsection Red Gnus
27322
27323 New features in Gnus 5.4/5.5:
27324
27325 @iftex
27326 @iflatex
27327 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
27328 @end iflatex
27329 @end iftex
27330
27331 @itemize @bullet
27332
27333 @item
27334 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
27335
27336 @item
27337 Article prefetching functionality has been moved up into
27338 Gnus (@pxref{Asynchronous Fetching}).
27339
27340 @item
27341 Scoring can now be performed with logical operators like @code{and},
27342 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
27343 Scoring}).
27344
27345 @item
27346 Article washing status can be displayed in the
27347 article mode line (@pxref{Misc Article}).
27348
27349 @item
27350 @file{gnus.el} has been split into many smaller files.
27351
27352 @item
27353 Suppression of duplicate articles based on Message-ID can be done
27354 (@pxref{Duplicate Suppression}).
27355
27356 @lisp
27357 (setq gnus-suppress-duplicates t)
27358 @end lisp
27359
27360 @item
27361 New variables for specifying what score and adapt files are to be
27362 considered home score and adapt files (@pxref{Home Score File}) have
27363 been added.
27364
27365 @item
27366 @code{nndoc} was rewritten to be easily extensible (@pxref{Document
27367 Server Internals}).
27368
27369 @item
27370 Groups can inherit group parameters from parent topics (@pxref{Topic
27371 Parameters}).
27372
27373 @item
27374 Article editing has been revamped and is now actually usable.
27375
27376 @item
27377 Signatures can be recognized in more intelligent fashions
27378 (@pxref{Article Signature}).
27379
27380 @item
27381 Summary pick mode has been made to look more @code{nn}-like. Line
27382 numbers are displayed and the @kbd{.} command can be used to pick
27383 articles (@code{Pick and Read}).
27384
27385 @item
27386 Commands for moving the @file{.newsrc.eld} from one server to
27387 another have been added (@pxref{Changing Servers}).
27388
27389 @item
27390 There's a way now to specify that ``uninteresting'' fields be suppressed
27391 when generating lines in buffers (@pxref{Advanced Formatting}).
27392
27393 @item
27394 Several commands in the group buffer can be undone with @kbd{C-M-_}
27395 (@pxref{Undo}).
27396
27397 @item
27398 Scoring can be done on words using the new score type @code{w}
27399 (@pxref{Score File Format}).
27400
27401 @item
27402 Adaptive scoring can be done on a Subject word-by-word basis
27403 (@pxref{Adaptive Scoring}).
27404
27405 @lisp
27406 (setq gnus-use-adaptive-scoring '(word))
27407 @end lisp
27408
27409 @item
27410 Scores can be decayed (@pxref{Score Decays}).
27411
27412 @lisp
27413 (setq gnus-decay-scores t)
27414 @end lisp
27415
27416 @item
27417 Scoring can be performed using a regexp on the Date header. The Date is
27418 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
27419
27420 @item
27421 A new command has been added to remove all data on articles from
27422 the native server (@pxref{Changing Servers}).
27423
27424 @item
27425 A new command for reading collections of documents
27426 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
27427 (@pxref{Really Various Summary Commands}).
27428
27429 @item
27430 Process mark sets can be pushed and popped (@pxref{Setting Process
27431 Marks}).
27432
27433 @item
27434 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
27435 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
27436
27437 @item
27438 A new back end for reading searches from Web search engines
27439 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
27440 (@pxref{Web Searches}).
27441
27442 @item
27443 Groups inside topics can now be sorted using the standard sorting
27444 functions, and each topic can be sorted independently (@pxref{Topic
27445 Sorting}).
27446
27447 @item
27448 Subsets of the groups can be sorted independently (@code{Sorting
27449 Groups}).
27450
27451 @item
27452 Cached articles can be pulled into the groups (@pxref{Summary Generation
27453 Commands}).
27454 @iftex
27455 @iflatex
27456 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
27457 @end iflatex
27458 @end iftex
27459
27460 @item
27461 Score files are now applied in a more reliable order (@pxref{Score
27462 Variables}).
27463
27464 @item
27465 Reports on where mail messages end up can be generated (@pxref{Splitting
27466 Mail}).
27467
27468 @item
27469 More hooks and functions have been added to remove junk from incoming
27470 mail before saving the mail (@pxref{Washing Mail}).
27471
27472 @item
27473 Emphasized text can be properly fontisized:
27474
27475 @end itemize
27476
27477
27478 @node Quassia Gnus
27479 @subsubsection Quassia Gnus
27480
27481 New features in Gnus 5.6:
27482
27483 @itemize @bullet
27484
27485 @item
27486 New functionality for using Gnus as an offline newsreader has been
27487 added. A plethora of new commands and modes have been added.
27488 @xref{Gnus Unplugged}, for the full story.
27489
27490 @item
27491 The @code{nndraft} back end has returned, but works differently than
27492 before. All Message buffers are now also articles in the @code{nndraft}
27493 group, which is created automatically.
27494
27495 @item
27496 @code{gnus-alter-header-function} can now be used to alter header
27497 values.
27498
27499 @item
27500 @code{gnus-summary-goto-article} now accept Message-IDs.
27501
27502 @item
27503 A new Message command for deleting text in the body of a message
27504 outside the region: @kbd{C-c C-v}.
27505
27506 @item
27507 You can now post to component group in @code{nnvirtual} groups with
27508 @kbd{C-u C-c C-c}.
27509
27510 @item
27511 @code{nntp-rlogin-program}---new variable to ease customization.
27512
27513 @item
27514 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
27515 re-highlighting of the article buffer.
27516
27517 @item
27518 New element in @code{gnus-boring-article-headers}---@code{long-to}.
27519
27520 @item
27521 @kbd{M-i} symbolic prefix command. @xref{Symbolic Prefixes}, for
27522 details.
27523
27524 @item
27525 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
27526 @kbd{a} to add the score rule to the @file{all.SCORE} file.
27527
27528 @item
27529 @code{gnus-simplify-subject-functions} variable to allow greater
27530 control over simplification.
27531
27532 @item
27533 @kbd{A T}---new command for fetching the current thread.
27534
27535 @item
27536 @kbd{/ T}---new command for including the current thread in the
27537 limit.
27538
27539 @item
27540 @kbd{M-RET} is a new Message command for breaking cited text.
27541
27542 @item
27543 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
27544
27545 @item
27546 The @code{custom-face-lookup} function has been removed.
27547 If you used this function in your initialization files, you must
27548 rewrite them to use @code{face-spec-set} instead.
27549
27550 @item
27551 Canceling now uses the current select method. Symbolic prefix
27552 @kbd{a} forces normal posting method.
27553
27554 @item
27555 New command to translate M******** sm*rtq**t*s into proper
27556 text---@kbd{W d}.
27557
27558 @item
27559 For easier debugging of @code{nntp}, you can set
27560 @code{nntp-record-commands} to a non-@code{nil} value.
27561
27562 @item
27563 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
27564 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
27565
27566 @item
27567 A command for editing group parameters from the summary buffer
27568 has been added.
27569
27570 @item
27571 A history of where mails have been split is available.
27572
27573 @item
27574 A new article date command has been added---@code{article-date-iso8601}.
27575
27576 @item
27577 Subjects can be simplified when threading by setting
27578 @code{gnus-score-thread-simplify}.
27579
27580 @item
27581 A new function for citing in Message has been
27582 added---@code{message-cite-original-without-signature}.
27583
27584 @item
27585 @code{article-strip-all-blank-lines}---new article command.
27586
27587 @item
27588 A new Message command to kill to the end of the article has
27589 been added.
27590
27591 @item
27592 A minimum adaptive score can be specified by using the
27593 @code{gnus-adaptive-word-minimum} variable.
27594
27595 @item
27596 The ``lapsed date'' article header can be kept continually
27597 updated by the @code{gnus-start-date-timer} command.
27598
27599 @item
27600 Web listserv archives can be read with the @code{nnlistserv} back end.
27601
27602 @item
27603 Old dejanews archives can now be read by @code{nnweb}.
27604
27605 @end itemize
27606
27607 @node Pterodactyl Gnus
27608 @subsubsection Pterodactyl Gnus
27609
27610 New features in Gnus 5.8:
27611
27612 @itemize @bullet
27613
27614 @item
27615 The mail-fetching functions have changed. See the manual for the
27616 many details. In particular, all procmail fetching variables are gone.
27617
27618 If you used procmail like in
27619
27620 @lisp
27621 (setq nnmail-use-procmail t)
27622 (setq nnmail-spool-file 'procmail)
27623 (setq nnmail-procmail-directory "~/mail/incoming/")
27624 (setq nnmail-procmail-suffix "\\.in")
27625 @end lisp
27626
27627 this now has changed to
27628
27629 @lisp
27630 (setq mail-sources
27631 '((directory :path "~/mail/incoming/"
27632 :suffix ".in")))
27633 @end lisp
27634
27635 @xref{Mail Source Specifiers}.
27636
27637 @item
27638 Gnus is now a @acronym{MIME}-capable reader. This affects many parts of
27639 Gnus, and adds a slew of new commands. See the manual for details.
27640
27641 @item
27642 Gnus has also been multilingualized. This also affects too
27643 many parts of Gnus to summarize here, and adds many new variables.
27644
27645 @item
27646 @code{gnus-auto-select-first} can now be a function to be
27647 called to position point.
27648
27649 @item
27650 The user can now decide which extra headers should be included in
27651 summary buffers and @acronym{NOV} files.
27652
27653 @item
27654 @code{gnus-article-display-hook} has been removed. Instead, a number
27655 of variables starting with @code{gnus-treat-} have been added.
27656
27657 @item
27658 The Gnus posting styles have been redone again and now works in a
27659 subtly different manner.
27660
27661 @item
27662 New web-based back ends have been added: @code{nnslashdot},
27663 @code{nnwarchive} and @code{nnultimate}. nnweb has been revamped,
27664 again, to keep up with ever-changing layouts.
27665
27666 @item
27667 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
27668
27669 @end itemize
27670
27671 @node Oort Gnus
27672 @subsubsection Oort Gnus
27673 @cindex Oort Gnus
27674
27675 New features in Gnus 5.10:
27676
27677 @itemize @bullet
27678
27679 @item Installation changes
27680 @c ***********************
27681
27682 @itemize @bullet
27683 @item
27684 Upgrading from previous (stable) version if you have used Oort.
27685
27686 If you have tried Oort (the unstable Gnus branch leading to this
27687 release) but went back to a stable version, be careful when upgrading to
27688 this version. In particular, you will probably want to remove all
27689 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
27690 read from your @file{.newsrc.eld} instead of from the
27691 @file{.marks}/@file{.mrk} file where this release store flags. See a
27692 later entry for more information about marks. Note that downgrading
27693 isn't save in general.
27694
27695 @item
27696 Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
27697 It defaulted to @file{.../site-lisp/} formerly. In addition to this,
27698 the new installer issues a warning if other Gnus installations which
27699 will shadow the latest one are detected. You can then remove those
27700 shadows manually or remove them using @code{make
27701 remove-installed-shadows}.
27702
27703 @item
27704 New @file{make.bat} for compiling and installing Gnus under MS Windows
27705
27706 Use @file{make.bat} if you want to install Gnus under MS Windows, the
27707 first argument to the batch-program should be the directory where
27708 @file{xemacs.exe} respectively @file{emacs.exe} is located, if you want
27709 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
27710 the second parameter.
27711
27712 @file{make.bat} has been rewritten from scratch, it now features
27713 automatic recognition of XEmacs and Emacs, generates
27714 @file{gnus-load.el}, checks if errors occur while compilation and
27715 generation of info files and reports them at the end of the build
27716 process. It now uses @code{makeinfo} if it is available and falls
27717 back to @file{infohack.el} otherwise. @file{make.bat} should now
27718 install all files which are necessary to run Gnus and be generally a
27719 complete replacement for the @code{configure; make; make install}
27720 cycle used under Unix systems.
27721
27722 The new @file{make.bat} makes @file{make-x.bat} and @file{xemacs.mak}
27723 superfluous, so they have been removed.
27724
27725 @item
27726 @file{~/News/overview/} not used.
27727
27728 As a result of the following change, the @file{~/News/overview/}
27729 directory is not used any more. You can safely delete the entire
27730 hierarchy.
27731
27732 @c FIXME: `gnus-load' is mentioned in README, which is not included in
27733 @c the repository. We should find a better place for this item.
27734 @item
27735 @code{(require 'gnus-load)}
27736
27737 If you use a stand-alone Gnus distribution, you'd better add
27738 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
27739 lisp directory into load-path.
27740
27741 File @file{gnus-load.el} contains autoload commands, functions and variables,
27742 some of which may not be included in distributions of Emacsen.
27743
27744 @end itemize
27745
27746 @item New packages and libraries within Gnus
27747 @c *****************************************
27748
27749 @itemize @bullet
27750
27751 @item
27752 The revised Gnus @acronym{FAQ} is included in the manual,
27753 @xref{Frequently Asked Questions}.
27754
27755 @item
27756 @acronym{TLS} wrapper shipped with Gnus
27757
27758 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
27759 @acronym{NNTP} via @file{tls.el} and GnuTLS.
27760
27761 @item
27762 Improved anti-spam features.
27763
27764 Gnus is now able to take out spam from your mail and news streams
27765 using a wide variety of programs and filter rules. Among the supported
27766 methods are RBL blocklists, bogofilter and white/blacklists. Hooks
27767 for easy use of external packages such as SpamAssassin and Hashcash
27768 are also new. @ref{Thwarting Email Spam} and @ref{Spam Package}.
27769 @c FIXME: @xref{Spam Package}?. Should this be under Misc?
27770
27771 @item
27772 Gnus supports server-side mail filtering using Sieve.
27773
27774 Sieve rules can be added as Group Parameters for groups, and the
27775 complete Sieve script is generated using @kbd{D g} from the Group
27776 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
27777 generated Sieve buffer. @xref{Sieve Commands}, and the new Sieve
27778 manual @ref{Top, , Top, sieve, Emacs Sieve}.
27779
27780 @end itemize
27781
27782 @item Changes in group mode
27783 @c ************************
27784
27785 @itemize @bullet
27786
27787 @item
27788 @code{gnus-group-read-ephemeral-group} can be called interactively,
27789 using @kbd{G M}.
27790
27791 @item
27792 Retrieval of charters and control messages
27793
27794 There are new commands for fetching newsgroup charters (@kbd{H c}) and
27795 control messages (@kbd{H C}).
27796
27797 @item
27798 The new variable @code{gnus-parameters} can be used to set group parameters.
27799
27800 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
27801 the parameters in @file{~/.newsrc.eld}, but via this variable you can
27802 enjoy the powers of customize, and simplified backups since you set the
27803 variable in @file{~/.gnus.el} instead of @file{~/.newsrc.eld}. The
27804 variable maps regular expressions matching group names to group
27805 parameters, a'la:
27806 @lisp
27807 (setq gnus-parameters
27808 '(("mail\\..*"
27809 (gnus-show-threads nil)
27810 (gnus-use-scoring nil))
27811 ("^nnimap:\\(foo.bar\\)$"
27812 (to-group . "\\1"))))
27813 @end lisp
27814
27815 @item
27816 Unread count correct in nnimap groups.
27817
27818 The estimated number of unread articles in the group buffer should now
27819 be correct for nnimap groups. This is achieved by calling
27820 @code{nnimap-fixup-unread-after-getting-new-news} from the
27821 @code{gnus-setup-news-hook} (called on startup) and
27822 @code{gnus-after-getting-new-news-hook}. (called after getting new
27823 mail). If you have modified those variables from the default, you may
27824 want to add @code{nnimap-fixup-unread-after-getting-new-news} again. If
27825 you were happy with the estimate and want to save some (minimal) time
27826 when getting new mail, remove the function.
27827
27828 @item
27829 Group names are treated as UTF-8 by default.
27830
27831 This is supposedly what USEFOR wanted to migrate to. See
27832 @code{gnus-group-name-charset-group-alist} and
27833 @code{gnus-group-name-charset-method-alist} for customization.
27834
27835 @item
27836 @code{gnus-group-charset-alist} and
27837 @code{gnus-group-ignored-charsets-alist}.
27838
27839 The regexps in these variables are compared with full group names
27840 instead of real group names in 5.8. Users who customize these
27841 variables should change those regexps accordingly. For example:
27842 @lisp
27843 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
27844 @end lisp
27845
27846 @item
27847 Old intermediate incoming mail files (@file{Incoming*}) are deleted
27848 after a couple of days, not immediately. @xref{Mail Source
27849 Customization}. (New in Gnus 5.10.10 / Emacs 22.2)
27850
27851 @end itemize
27852
27853 @item Changes in summary and article mode
27854 @c **************************************
27855
27856 @itemize @bullet
27857
27858 @item
27859 @kbd{F} (@code{gnus-article-followup-with-original}) and @kbd{R}
27860 (@code{gnus-article-reply-with-original}) only yank the text in the
27861 region if the region is active.
27862
27863 @item
27864 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
27865 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
27866
27867 @item
27868 Article Buttons
27869
27870 More buttons for URLs, mail addresses, Message-IDs, Info links, man
27871 pages and Emacs or Gnus related references. @xref{Article Buttons}. The
27872 variables @code{gnus-button-@var{*}-level} can be used to control the
27873 appearance of all article buttons. @xref{Article Button Levels}.
27874
27875 @item
27876 Single-part yenc encoded attachments can be decoded.
27877
27878 @item
27879 Picons
27880
27881 The picons code has been reimplemented to work in GNU Emacs---some of
27882 the previous options have been removed or renamed.
27883
27884 Picons are small ``personal icons'' representing users, domain and
27885 newsgroups, which can be displayed in the Article buffer.
27886 @xref{Picons}.
27887
27888 @item
27889 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
27890 boundary line is drawn at the end of the headers.
27891
27892 @item
27893 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
27894
27895 @item
27896 The Summary Buffer uses an arrow in the fringe to indicate the current
27897 article. Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
27898
27899 @item
27900 Warn about email replies to news
27901
27902 Do you often find yourself replying to news by email by mistake? Then
27903 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
27904 you.
27905
27906 @item
27907 If the new option @code{gnus-summary-display-while-building} is
27908 non-@code{nil}, the summary buffer is shown and updated as it's being
27909 built.
27910
27911 @item
27912 Gnus supports RFC 2369 mailing list headers, and adds a number of
27913 related commands in mailing list groups. @xref{Mailing List}.
27914
27915 @item
27916 The Date header can be displayed in a format that can be read aloud
27917 in English. @xref{Article Date}.
27918
27919 @item
27920 diffs are automatically highlighted in groups matching
27921 @code{mm-uu-diff-groups-regexp}
27922
27923 @item
27924 Better handling of Microsoft citation styles
27925
27926 Gnus now tries to recognize the mangled header block that some Microsoft
27927 mailers use to indicate that the rest of the message is a citation, even
27928 though it is not quoted in any way. The variable
27929 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
27930 citations.
27931
27932 The new command @kbd{W Y f}
27933 (@code{gnus-article-outlook-deuglify-article}) allows deuglifying broken
27934 Outlook (Express) articles.
27935
27936 @item
27937 @code{gnus-article-skip-boring}
27938
27939 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
27940 not scroll down to show you a page that contains only boring text,
27941 which by default means cited text and signature. You can customize
27942 what is skippable using @code{gnus-article-boring-faces}.
27943
27944 This feature is especially useful if you read many articles that
27945 consist of a little new content at the top with a long, untrimmed
27946 message cited below.
27947
27948 @item
27949 Smileys (@samp{:-)}, @samp{;-)} etc) are now displayed graphically in
27950 Emacs too.
27951
27952 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.gnus.el} to
27953 disable it.
27954
27955 @item
27956 Face headers handling. @xref{Face}.
27957
27958 @item
27959 In the summary buffer, the new command @kbd{/ N} inserts new messages
27960 and @kbd{/ o} inserts old messages.
27961
27962 @item
27963 Gnus decodes morse encoded messages if you press @kbd{W m}.
27964
27965 @item
27966 @code{gnus-summary-line-format}
27967
27968 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
27969 %s\n}. Moreover @code{gnus-extra-headers},
27970 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
27971 changed their default so that the users name will be replaced by the
27972 recipient's name or the group name posting to for @acronym{NNTP}
27973 groups.
27974
27975 @item
27976 Deleting of attachments.
27977
27978 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
27979 on @acronym{MIME} buttons) saves a part and replaces the part with an
27980 external one. @code{gnus-mime-delete-part} (bound to @kbd{d} on
27981 @acronym{MIME} buttons) removes a part. It works only on back ends
27982 that support editing.
27983
27984 @item
27985 @code{gnus-default-charset}
27986
27987 The default value is determined from the
27988 @code{current-language-environment} variable, instead of
27989 @code{iso-8859-1}. Also the @samp{.*} item in
27990 @code{gnus-group-charset-alist} is removed.
27991
27992 @item
27993 Printing capabilities are enhanced.
27994
27995 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
27996 Article buffers. Also, each individual @acronym{MIME} part can be
27997 printed using @kbd{p} on the @acronym{MIME} button.
27998
27999 @item
28000 Extended format specs.
28001
28002 Format spec @samp{%&user-date;} is added into
28003 @code{gnus-summary-line-format-alist}. Also, user defined extended
28004 format specs are supported. The extended format specs look like
28005 @samp{%u&foo;}, which invokes function
28006 @code{gnus-user-format-function-@var{foo}}. Because @samp{&} is used as the
28007 escape character, old user defined format @samp{%u&} is no longer supported.
28008
28009 @item
28010 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
28011 @c FIXME: Was this a user-visible change?
28012
28013 It was aliased to @kbd{Y c}
28014 (@code{gnus-summary-insert-cached-articles}). The new function filters
28015 out other articles.
28016
28017 @item
28018 Some limiting commands accept a @kbd{C-u} prefix to negate the match.
28019
28020 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
28021 s}, @kbd{/ a}, and @kbd{/ x}
28022 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
28023 result will be to display all articles that do not match the expression.
28024
28025 @item
28026 Gnus inlines external parts (message/external).
28027
28028 @end itemize
28029
28030 @item Changes in Message mode and related Gnus features
28031 @c ****************************************************
28032
28033 @itemize @bullet
28034
28035 @item
28036 Delayed articles
28037
28038 You can delay the sending of a message with @kbd{C-c C-j} in the Message
28039 buffer. The messages are delivered at specified time. This is useful
28040 for sending yourself reminders. @xref{Delayed Articles}.
28041
28042 @item
28043 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
28044 the nnml back end allows compressed message files.
28045
28046 @item
28047 The new option @code{gnus-gcc-mark-as-read} automatically marks
28048 Gcc articles as read.
28049
28050 @item
28051 Externalizing of attachments
28052
28053 If @code{gnus-gcc-externalize-attachments} or
28054 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
28055 local files as external parts.
28056
28057 @item
28058 The envelope sender address can be customized when using Sendmail.
28059 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
28060
28061 @item
28062 Gnus no longer generate the Sender: header automatically.
28063
28064 Earlier it was generated when the user configurable email address was
28065 different from the Gnus guessed default user address. As the guessing
28066 algorithm is rarely correct these days, and (more controversially) the
28067 only use of the Sender: header was to check if you are entitled to
28068 cancel/supersede news (which is now solved by Cancel Locks instead,
28069 see another entry), generation of the header has been disabled by
28070 default. See the variables @code{message-required-headers},
28071 @code{message-required-news-headers}, and
28072 @code{message-required-mail-headers}.
28073
28074 @item
28075 Features from third party @file{message-utils.el} added to @file{message.el}.
28076
28077 Message now asks if you wish to remove @samp{(was: <old subject>)} from
28078 subject lines (see @code{message-subject-trailing-was-query}). @kbd{C-c
28079 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
28080 @kbd{C-c C-f a} adds a X-No-Archive: header. @kbd{C-c C-f x} inserts
28081 appropriate headers and a note in the body for cross-postings and
28082 followups (see the variables @code{message-cross-post-@var{*}}).
28083
28084 @item
28085 References and X-Draft-From headers are no longer generated when you
28086 start composing messages and @code{message-generate-headers-first} is
28087 @code{nil}.
28088
28089 @item
28090 Easy inclusion of X-Faces headers. @xref{X-Face}.
28091
28092 @item
28093 Group Carbon Copy (GCC) quoting
28094
28095 To support groups that contains SPC and other weird characters, groups
28096 are quoted before they are placed in the Gcc: header. This means
28097 variables such as @code{gnus-message-archive-group} should no longer
28098 contain quote characters to make groups containing SPC work. Also, if
28099 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
28100 into two groups) you must change it to return the list
28101 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
28102 incorrectly. Note that returning the string @samp{nnml:foo, nnml:bar}
28103 was incorrect earlier, it just didn't generate any problems since it
28104 was inserted directly.
28105
28106 @item
28107 @code{message-insinuate-rmail}
28108
28109 @c FIXME should that not be 'message-user-agent?
28110 Adding @code{(message-insinuate-rmail)} and @code{(setq
28111 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
28112 compose, reply and forward messages in message-mode, where you can
28113 enjoy the power of @acronym{MML}.
28114
28115 @item
28116 @code{message-minibuffer-local-map}
28117
28118 The line below enables BBDB in resending a message:
28119 @lisp
28120 (define-key message-minibuffer-local-map [(tab)]
28121 'bbdb-complete-name)
28122 @end lisp
28123
28124 @item
28125 @code{gnus-posting-styles}
28126
28127 Add a new format of match like
28128 @lisp
28129 ((header "to" "larsi.*org")
28130 (Organization "Somewhere, Inc."))
28131 @end lisp
28132 The old format like the lines below is obsolete, but still accepted.
28133 @lisp
28134 (header "to" "larsi.*org"
28135 (Organization "Somewhere, Inc."))
28136 @end lisp
28137
28138 @item
28139 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
28140
28141 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
28142 added into these two variables. If you customized those, perhaps you
28143 need add those two headers too.
28144
28145 @item
28146 Gnus supports the ``format=flowed'' (RFC 2646) parameter. On
28147 composing messages, it is enabled by @code{use-hard-newlines}.
28148 Decoding format=flowed was present but not documented in earlier
28149 versions.
28150
28151 @item
28152 The option @code{mm-fill-flowed} can be used to disable treatment of
28153 ``format=flowed'' messages. Also, flowed text is disabled when sending
28154 inline PGP signed messages. @xref{Flowed text, , Flowed text,
28155 emacs-mime, The Emacs MIME Manual}. (New in Gnus 5.10.7)
28156 @c This entry is also present in the node "No Gnus".
28157
28158 @item
28159 Gnus supports the generation of RFC 2298 Disposition Notification requests.
28160
28161 This is invoked with the @kbd{C-c M-n} key binding from message mode.
28162
28163 @item
28164 Message supports the Importance: (RFC 2156) header.
28165
28166 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
28167 the valid values.
28168
28169 @item
28170 Gnus supports Cancel Locks in News.
28171
28172 This means a header @samp{Cancel-Lock} is inserted in news posting. It is
28173 used to determine if you wrote an article or not (for canceling and
28174 superseding). Gnus generates a random password string the first time
28175 you post a message, and saves it in your @file{~/.emacs} using the Custom
28176 system. While the variable is called @code{canlock-password}, it is not
28177 security sensitive data. Publishing your canlock string on the web
28178 will not allow anyone to be able to anything she could not already do.
28179 The behavior can be changed by customizing @code{message-insert-canlock}.
28180
28181 @item
28182 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
28183 2015/3156) and @acronym{S/MIME} (RFC 2630--2633).
28184
28185 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
28186 additional Lisp libraries. This add several menu items to the
28187 Attachments menu, and @kbd{C-c RET} key bindings, when composing
28188 messages. This also obsoletes @code{gnus-article-hide-pgp-hook}.
28189
28190 @item
28191 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
28192 C-m}.
28193
28194 This change was made to avoid conflict with the standard binding of
28195 @code{back-to-indentation}, which is also useful in message mode.
28196
28197 @item
28198 The default for @code{message-forward-show-mml} changed to the symbol
28199 @code{best}.
28200
28201 The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
28202 convert to @acronym{MIME}) when appropriate. @acronym{MML} will not be
28203 used when forwarding signed or encrypted messages, as the conversion
28204 invalidate the digital signature.
28205
28206 @item
28207 If @code{auto-compression-mode} is enabled, attachments are automatically
28208 decompressed when activated.
28209 @c FIXME: Does this affect article or message mode?
28210
28211 @item
28212 Support for non-@acronym{ASCII} domain names
28213
28214 Message supports non-@acronym{ASCII} domain names in From:, To: and
28215 Cc: and will query you whether to perform encoding when you try to
28216 send a message. The variable @code{message-use-idna} controls this.
28217 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
28218 and Cc: when you view a message. The variable @code{gnus-use-idna}
28219 controls this.
28220
28221 @item You can now drag and drop attachments to the Message buffer.
28222 See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
28223 @xref{MIME, ,MIME, message, Message Manual}.
28224 @c New in 5.10.9 / 5.11 (Emacs 22.1)
28225
28226 @item @code{auto-fill-mode} is enabled by default in Message mode.
28227 See @code{message-fill-column}. @xref{Various Message Variables, ,
28228 Message Headers, message, Message Manual}.
28229 @c New in Gnus 5.10.12 / 5.11 (Emacs 22.3)
28230
28231 @end itemize
28232
28233 @item Changes in back ends
28234 @c ***********************
28235
28236 @itemize @bullet
28237 @item
28238 Gnus can display RSS newsfeeds as a newsgroup. @xref{RSS}.
28239
28240 @item
28241 The nndoc back end now supports mailman digests and exim bounces.
28242
28243 @item
28244 Gnus supports Maildir groups.
28245
28246 Gnus includes a new back end @file{nnmaildir.el}. @xref{Maildir}.
28247
28248 @item
28249 The nnml and nnfolder back ends store marks for each groups.
28250
28251 This makes it possible to take backup of nnml/nnfolder servers/groups
28252 separately of @file{~/.newsrc.eld}, while preserving marks. It also
28253 makes it possible to share articles and marks between users (without
28254 sharing the @file{~/.newsrc.eld} file) within, e.g., a department. It
28255 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
28256 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
28257 nnfolder, named @var{groupname}). If the nnml/nnfolder is moved to
28258 another machine, Gnus will automatically use the @file{.marks} or
28259 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
28260 The new server variables @code{nnml-marks-is-evil} and
28261 @code{nnfolder-marks-is-evil} can be used to disable this feature.
28262
28263 @end itemize
28264
28265 @item Appearance
28266 @c *************
28267
28268 @itemize @bullet
28269
28270 @item
28271 The menu bar item (in Group and Summary buffer) named ``Misc'' has
28272 been renamed to ``Gnus''.
28273
28274 @item
28275 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
28276 renamed to ``Attachments''. Note that this menu also contains security
28277 related stuff, like signing and encryption (@pxref{Security, Security,,
28278 message, Message Manual}).
28279
28280 @item
28281 The tool bars have been updated to use GNOME icons in Group, Summary and
28282 Message mode. You can also customize the tool bars: @kbd{M-x
28283 customize-apropos RET -tool-bar$} should get you started. This is a new
28284 feature in Gnus 5.10.10. (Only for Emacs, not in XEmacs.)
28285
28286 @item The tool bar icons are now (de)activated correctly
28287 in the group buffer, see the variable @code{gnus-group-update-tool-bar}.
28288 Its default value depends on your Emacs version. This is a new feature
28289 in Gnus 5.10.9.
28290 @end itemize
28291
28292
28293 @item Miscellaneous changes
28294 @c ************************
28295
28296 @itemize @bullet
28297
28298 @item
28299 @code{gnus-agent}
28300
28301 The Gnus Agent has seen a major updated and is now enabled by default,
28302 and all nntp and nnimap servers from @code{gnus-select-method} and
28303 @code{gnus-secondary-select-method} are agentized by default. Earlier
28304 only the server in @code{gnus-select-method} was agentized by the
28305 default, and the agent was disabled by default. When the agent is
28306 enabled, headers are now also retrieved from the Agent cache instead
28307 of the back ends when possible. Earlier this only happened in the
28308 unplugged state. You can enroll or remove servers with @kbd{J a} and
28309 @kbd{J r} in the server buffer. Gnus will not download articles into
28310 the Agent cache, unless you instruct it to do so, though, by using
28311 @kbd{J u} or @kbd{J s} from the Group buffer. You revert to the old
28312 behavior of having the Agent disabled with @code{(setq gnus-agent
28313 nil)}. Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
28314 is not needed any more.
28315
28316 @item
28317 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
28318
28319 If one reads an article while plugged, and the article already exists
28320 in the Agent, it won't get downloaded once more. @code{(setq
28321 gnus-agent-cache nil)} reverts to the old behavior.
28322
28323 @item
28324 Dired integration
28325
28326 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
28327 bindings in dired buffers to send a file as an attachment, open a file
28328 using the appropriate mailcap entry, and print a file using the mailcap
28329 entry.
28330
28331 @item
28332 The format spec @code{%C} for positioning point has changed to @code{%*}.
28333
28334 @item
28335 @code{gnus-slave-unplugged}
28336
28337 A new command which starts Gnus offline in slave mode.
28338
28339 @end itemize
28340
28341 @end itemize
28342
28343 @node No Gnus
28344 @subsubsection No Gnus
28345 @cindex No Gnus
28346
28347 New features in No Gnus:
28348 @c FIXME: Gnus 5.12?
28349
28350 @include gnus-news.texi
28351
28352 @node Ma Gnus
28353 @subsubsection Ma Gnus
28354 @cindex Ma Gnus
28355
28356 I'm sure there will be lots of text here. It's really spelled 真
28357 Gnus.
28358
28359 New features in Ma Gnus:
28360
28361 @itemize @bullet
28362
28363 @item Changes in Message mode and related Gnus features
28364 @c ****************************************************
28365
28366 @itemize @bullet
28367
28368 @item
28369 The new hooks @code{gnus-gcc-pre-body-encode-hook} and
28370 @code{gnus-gcc-post-body-encode-hook} are run before/after encoding
28371 the message body of the Gcc copy of a sent message. See
28372 @xref{Archived Messages}.
28373
28374 @end itemize
28375
28376 @end itemize
28377
28378 @iftex
28379
28380 @page
28381 @node The Manual
28382 @section The Manual
28383 @cindex colophon
28384 @cindex manual
28385
28386 This manual was generated from a TeXinfo file and then run through
28387 either @code{texi2dvi}
28388 @iflatex
28389 or my own home-brewed TeXinfo to \LaTeX\ transformer,
28390 and then run through @code{latex} and @code{dvips}
28391 @end iflatex
28392 to get what you hold in your hands now.
28393
28394 The following conventions have been used:
28395
28396 @enumerate
28397
28398 @item
28399 This is a @samp{string}
28400
28401 @item
28402 This is a @kbd{keystroke}
28403
28404 @item
28405 This is a @file{file}
28406
28407 @item
28408 This is a @code{symbol}
28409
28410 @end enumerate
28411
28412 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
28413 mean:
28414
28415 @lisp
28416 (setq flargnoze "yes")
28417 @end lisp
28418
28419 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
28420
28421 @lisp
28422 (setq flumphel 'yes)
28423 @end lisp
28424
28425 @samp{yes} and @code{yes} are two @emph{very} different things---don't
28426 ever get them confused.
28427
28428 @iflatex
28429 @c @head
28430 Of course, everything in this manual is of vital interest, so you should
28431 read it all. Several times. However, if you feel like skimming the
28432 manual, look for that gnu head you should see in the margin over
28433 there---it means that what's being discussed is of more importance than
28434 the rest of the stuff. (On the other hand, if everything is infinitely
28435 important, how can anything be more important than that? Just one more
28436 of the mysteries of this world, I guess.)
28437 @end iflatex
28438
28439 @end iftex
28440
28441
28442 @node On Writing Manuals
28443 @section On Writing Manuals
28444
28445 I guess most manuals are written after-the-fact; documenting a program
28446 that's already there. This is not how this manual is written. When
28447 implementing something, I write the manual entry for that something
28448 straight away. I then see that it's difficult to explain the
28449 functionality, so I write how it's supposed to be, and then I change the
28450 implementation. Writing the documentation and writing the code go hand
28451 in hand.
28452
28453 This, of course, means that this manual has no, or little, flow. It
28454 documents absolutely everything in Gnus, but often not where you're
28455 looking for it. It is a reference manual, and not a guide to how to get
28456 started with Gnus.
28457
28458 That would be a totally different book, that should be written using the
28459 reference manual as source material. It would look quite different.
28460
28461
28462 @page
28463 @node Terminology
28464 @section Terminology
28465
28466 @cindex terminology
28467 @table @dfn
28468
28469 @item news
28470 @cindex news
28471 This is what you are supposed to use this thing for---reading news.
28472 News is generally fetched from a nearby @acronym{NNTP} server, and is
28473 generally publicly available to everybody. If you post news, the entire
28474 world is likely to read just what you have written, and they'll all
28475 snigger mischievously. Behind your back.
28476
28477 @item mail
28478 @cindex mail
28479 Everything that's delivered to you personally is mail. Some news/mail
28480 readers (like Gnus) blur the distinction between mail and news, but
28481 there is a difference. Mail is private. News is public. Mailing is
28482 not posting, and replying is not following up.
28483
28484 @item reply
28485 @cindex reply
28486 Send a mail to the person who has written what you are reading.
28487
28488 @item follow up
28489 @cindex follow up
28490 Post an article to the current newsgroup responding to the article you
28491 are reading.
28492
28493 @item back end
28494 @cindex back end
28495 Gnus considers mail and news to be mostly the same, really. The only
28496 difference is how to access the actual articles. News articles are
28497 commonly fetched via the protocol @acronym{NNTP}, whereas mail
28498 messages could be read from a file on the local disk. The internal
28499 architecture of Gnus thus comprises a ``front end'' and a number of
28500 ``back ends''. Internally, when you enter a group (by hitting
28501 @key{RET}, say), you thereby invoke a function in the front end in
28502 Gnus. The front end then ``talks'' to a back end and says things like
28503 ``Give me the list of articles in the foo group'' or ``Show me article
28504 number 4711''.
28505
28506 So a back end mainly defines either a protocol (the @code{nntp} back
28507 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
28508 accesses mail via @acronym{IMAP}) or a file format and directory
28509 layout (the @code{nnspool} back end accesses news via the common
28510 ``spool directory'' format, the @code{nnml} back end access mail via a
28511 file format and directory layout that's quite similar).
28512
28513 Gnus does not handle the underlying media, so to speak---this is all
28514 done by the back ends. A back end is a collection of functions to
28515 access the articles.
28516
28517 However, sometimes the term ``back end'' is also used where ``server''
28518 would have been more appropriate. And then there is the term ``select
28519 method'' which can mean either. The Gnus terminology can be quite
28520 confusing.
28521
28522 @item native
28523 @cindex native
28524 Gnus will always use one method (and back end) as the @dfn{native}, or
28525 default, way of getting news. Groups from the native select method
28526 have names like @samp{gnu.emacs.gnus}.
28527
28528 @item foreign
28529 @cindex foreign
28530 You can also have any number of foreign groups active at the same
28531 time. These are groups that use non-native non-secondary back ends
28532 for getting news. Foreign groups have names like
28533 @samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
28534
28535 @item secondary
28536 @cindex secondary
28537 Secondary back ends are somewhere half-way between being native and
28538 being foreign, but they mostly act like they are native, but they, too
28539 have names like @samp{nntp+news.gmane.org:gmane.emacs.gnus.devel}.
28540
28541 @item article
28542 @cindex article
28543 A message that has been posted as news.
28544
28545 @item mail message
28546 @cindex mail message
28547 A message that has been mailed.
28548
28549 @item message
28550 @cindex message
28551 A mail message or news article
28552
28553 @item head
28554 @cindex head
28555 The top part of a message, where administrative information (etc.) is
28556 put.
28557
28558 @item body
28559 @cindex body
28560 The rest of an article. Everything not in the head is in the
28561 body.
28562
28563 @item header
28564 @cindex header
28565 A line from the head of an article.
28566
28567 @item headers
28568 @cindex headers
28569 A collection of such lines, or a collection of heads. Or even a
28570 collection of @acronym{NOV} lines.
28571
28572 @item @acronym{NOV}
28573 @cindex @acronym{NOV}
28574 @acronym{NOV} stands for News OverView, which is a type of news server
28575 header which provide datas containing the condensed header information
28576 of articles. They are produced by the server itself; in the @code{nntp}
28577 back end Gnus uses the ones that the @acronym{NNTP} server makes, but
28578 Gnus makes them by itself for some backends (in particular, @code{nnml}).
28579
28580 When Gnus enters a group, it asks the back end for the headers of all
28581 unread articles in the group. Most servers support the News OverView
28582 format, which is more compact and much faster to read and parse than the
28583 normal @sc{head} format.
28584
28585 The @acronym{NOV} data consist of one or more text lines (@pxref{Text
28586 Lines, ,Motion by Text Lines, elisp, The Emacs Lisp Reference Manual})
28587 where each line has the header information of one article. The header
28588 information is a tab-separated series of the header's contents including
28589 an article number, a subject, an author, a date, a message-id,
28590 references, etc.
28591
28592 Those data enable Gnus to generate summary lines quickly. However, if
28593 the server does not support @acronym{NOV} or you disable it purposely or
28594 for some reason, Gnus will try to generate the header information by
28595 parsing each article's headers one by one. It will take time.
28596 Therefore, it is not usually a good idea to set nn*-nov-is-evil
28597 (@pxref{Slow/Expensive Connection}) to a non-@code{nil} value unless you
28598 know that the server makes wrong @acronym{NOV} data.
28599
28600 @item level
28601 @cindex levels
28602 Each group is subscribed at some @dfn{level} or other (1--9). The ones
28603 that have a lower level are ``more'' subscribed than the groups with a
28604 higher level. In fact, groups on levels 1--5 are considered
28605 @dfn{subscribed}; 6--7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
28606 are @dfn{killed}. Commands for listing groups and scanning for new
28607 articles will all use the numeric prefix as @dfn{working level}.
28608
28609 @item killed groups
28610 @cindex killed groups
28611 No information on killed groups is stored or updated, which makes killed
28612 groups much easier to handle than subscribed groups.
28613
28614 @item zombie groups
28615 @cindex zombie groups
28616 Just like killed groups, only slightly less dead.
28617
28618 @item active file
28619 @cindex active file
28620 The news server has to keep track of what articles it carries, and what
28621 groups exist. All this information in stored in the active file, which
28622 is rather large, as you might surmise.
28623
28624 @item bogus groups
28625 @cindex bogus groups
28626 A group that exists in the @file{.newsrc} file, but isn't known to the
28627 server (i.e., it isn't in the active file), is a @emph{bogus group}.
28628 This means that the group probably doesn't exist (any more).
28629
28630 @item activating
28631 @cindex activating groups
28632 The act of asking the server for info on a group and computing the
28633 number of unread articles is called @dfn{activating the group}.
28634 Un-activated groups are listed with @samp{*} in the group buffer.
28635
28636 @item spool
28637 @cindex spool
28638 News servers store their articles locally in one fashion or other.
28639 One old-fashioned storage method is to have just one file per
28640 article. That's called a ``traditional spool''.
28641
28642 @item server
28643 @cindex server
28644 A machine one can connect to and get news (or mail) from.
28645
28646 @item select method
28647 @cindex select method
28648 A structure that specifies the back end, the server and the virtual
28649 server settings.
28650
28651 @item virtual server
28652 @cindex virtual server
28653 A named select method. Since a select method defines all there is to
28654 know about connecting to a (physical) server, taking the thing as a
28655 whole is a virtual server.
28656
28657 @item washing
28658 @cindex washing
28659 Taking a buffer and running it through a filter of some sort. The
28660 result will (more often than not) be cleaner and more pleasing than the
28661 original.
28662
28663 @item ephemeral groups
28664 @cindex ephemeral groups
28665 @cindex temporary groups
28666 Most groups store data on what articles you have read. @dfn{Ephemeral}
28667 groups are groups that will have no data stored---when you exit the
28668 group, it'll disappear into the aether.
28669
28670 @item solid groups
28671 @cindex solid groups
28672 This is the opposite of ephemeral groups. All groups listed in the
28673 group buffer are solid groups.
28674
28675 @item sparse articles
28676 @cindex sparse articles
28677 These are article placeholders shown in the summary buffer when
28678 @code{gnus-build-sparse-threads} has been switched on.
28679
28680 @item threading
28681 @cindex threading
28682 To put responses to articles directly after the articles they respond
28683 to---in a hierarchical fashion.
28684
28685 @item root
28686 @cindex root
28687 @cindex thread root
28688 The first article in a thread is the root. It is the ancestor of all
28689 articles in the thread.
28690
28691 @item parent
28692 @cindex parent
28693 An article that has responses.
28694
28695 @item child
28696 @cindex child
28697 An article that responds to a different article---its parent.
28698
28699 @item digest
28700 @cindex digest
28701 A collection of messages in one file. The most common digest format is
28702 specified by RFC 1153.
28703
28704 @item splitting
28705 @cindex splitting, terminology
28706 @cindex mail sorting
28707 @cindex mail filtering (splitting)
28708 The action of sorting your emails according to certain rules. Sometimes
28709 incorrectly called mail filtering.
28710
28711 @end table
28712
28713
28714 @page
28715 @node Customization
28716 @section Customization
28717 @cindex general customization
28718
28719 All variables are properly documented elsewhere in this manual. This
28720 section is designed to give general pointers on how to customize Gnus
28721 for some quite common situations.
28722
28723 @menu
28724 * Slow/Expensive Connection:: You run a local Emacs and get the news elsewhere.
28725 * Slow Terminal Connection:: You run a remote Emacs.
28726 * Little Disk Space:: You feel that having large setup files is icky.
28727 * Slow Machine:: You feel like buying a faster machine.
28728 @end menu
28729
28730
28731 @node Slow/Expensive Connection
28732 @subsection Slow/Expensive Connection
28733
28734 If you run Emacs on a machine locally, and get your news from a machine
28735 over some very thin strings, you want to cut down on the amount of data
28736 Gnus has to get from the server.
28737
28738 @table @code
28739
28740 @item gnus-read-active-file
28741 Set this to @code{nil}, which will inhibit Gnus from requesting the
28742 entire active file from the server. This file is often very large. You
28743 also have to set @code{gnus-check-new-newsgroups} and
28744 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
28745 doesn't suddenly decide to fetch the active file anyway.
28746
28747 @item gnus-nov-is-evil
28748 @vindex gnus-nov-is-evil
28749 Usually this one must @emph{always} be @code{nil} (which is the
28750 default). If, for example, you wish to not use @acronym{NOV}
28751 (@pxref{Terminology}) with the @code{nntp} back end (@pxref{Crosspost
28752 Handling}), set @code{nntp-nov-is-evil} to a non-@code{nil} value
28753 instead of setting this. But you normally do not need to set
28754 @code{nntp-nov-is-evil} since Gnus by itself will detect whether the
28755 @acronym{NNTP} server supports @acronym{NOV}. Anyway, grabbing article
28756 headers from the @acronym{NNTP} server will not be very fast if you tell
28757 Gnus not to use @acronym{NOV}.
28758
28759 As the variables for the other back ends, there are
28760 @code{nndiary-nov-is-evil}, @code{nndir-nov-is-evil},
28761 @code{nnfolder-nov-is-evil}, @code{nnimap-nov-is-evil},
28762 @code{nnml-nov-is-evil}, and @code{nnspool-nov-is-evil}. Note that a
28763 non-@code{nil} value for @code{gnus-nov-is-evil} overrides all those
28764 variables.
28765 @end table
28766
28767
28768 @node Slow Terminal Connection
28769 @subsection Slow Terminal Connection
28770
28771 Let's say you use your home computer for dialing up the system that runs
28772 Emacs and Gnus. If your modem is slow, you want to reduce (as much as
28773 possible) the amount of data sent over the wires.
28774
28775 @table @code
28776
28777 @item gnus-auto-center-summary
28778 Set this to @code{nil} to inhibit Gnus from re-centering the summary
28779 buffer all the time. If it is @code{vertical}, do only vertical
28780 re-centering. If it is neither @code{nil} nor @code{vertical}, do both
28781 horizontal and vertical recentering.
28782
28783 @item gnus-visible-headers
28784 Cut down on the headers included in the articles to the
28785 minimum. You can, in fact, make do without them altogether---most of the
28786 useful data is in the summary buffer, anyway. Set this variable to
28787 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
28788
28789 Use the following to enable all the available hiding features:
28790 @lisp
28791 (setq gnus-treat-hide-headers 'head
28792 gnus-treat-hide-signature t
28793 gnus-treat-hide-citation t)
28794 @end lisp
28795
28796 @item gnus-use-full-window
28797 By setting this to @code{nil}, you can make all the windows smaller.
28798 While this doesn't really cut down much generally, it means that you
28799 have to see smaller portions of articles before deciding that you didn't
28800 want to read them anyway.
28801
28802 @item gnus-thread-hide-subtree
28803 If this is non-@code{nil}, all threads in the summary buffer will be
28804 hidden initially.
28805
28806
28807 @item gnus-updated-mode-lines
28808 If this is @code{nil}, Gnus will not put information in the buffer mode
28809 lines, which might save some time.
28810 @end table
28811
28812
28813 @node Little Disk Space
28814 @subsection Little Disk Space
28815 @cindex disk space
28816
28817 The startup files can get rather large, so you may want to cut their
28818 sizes a bit if you are running out of space.
28819
28820 @table @code
28821
28822 @item gnus-save-newsrc-file
28823 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
28824 only save @file{.newsrc.eld}. This means that you will not be able to
28825 use any other newsreaders than Gnus. This variable is @code{t} by
28826 default.
28827
28828 @item gnus-read-newsrc-file
28829 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
28830 only read @file{.newsrc.eld}. This means that you will not be able to
28831 use any other newsreaders than Gnus. This variable is @code{t} by
28832 default.
28833
28834 @item gnus-save-killed-list
28835 If this is @code{nil}, Gnus will not save the list of dead groups. You
28836 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
28837 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
28838 variable to @code{nil}. This variable is @code{t} by default.
28839
28840 @end table
28841
28842
28843 @node Slow Machine
28844 @subsection Slow Machine
28845 @cindex slow machine
28846
28847 If you have a slow machine, or are just really impatient, there are a
28848 few things you can do to make Gnus run faster.
28849
28850 Set @code{gnus-check-new-newsgroups} and
28851 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
28852
28853 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
28854 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
28855 summary buffer faster. Also @pxref{Slow/Expensive Connection}.
28856
28857
28858 @page
28859 @node Troubleshooting
28860 @section Troubleshooting
28861 @cindex troubleshooting
28862
28863 Gnus works @emph{so} well straight out of the box---I can't imagine any
28864 problems, really.
28865
28866 Ahem.
28867
28868 @enumerate
28869
28870 @item
28871 Make sure your computer is switched on.
28872
28873 @item
28874 Make sure that you really load the current Gnus version. If you have
28875 been running @sc{gnus}, you need to exit Emacs and start it up again before
28876 Gnus will work.
28877
28878 @item
28879 Try doing an @kbd{M-x gnus-version}. If you get something that looks
28880 like @c
28881 @samp{Gnus v5.13} @c Adjust ../Makefile.in if you change this line!
28882 @c
28883 you have the right files loaded. Otherwise you have some old @file{.el}
28884 files lying around. Delete these.
28885
28886 @item
28887 Read the help group (@kbd{G h} in the group buffer) for a
28888 @acronym{FAQ} and a how-to.
28889
28890 @item
28891 @vindex max-lisp-eval-depth
28892 Gnus works on many recursive structures, and in some extreme (and very
28893 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
28894 you. If this happens to you, set @code{max-lisp-eval-depth} to 500 or
28895 something like that.
28896 @end enumerate
28897
28898 If all else fails, report the problem as a bug.
28899
28900 @cindex bugs
28901 @cindex reporting bugs
28902
28903 @kindex M-x gnus-bug
28904 @findex gnus-bug
28905 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
28906 command. @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
28907 me the backtrace. I will fix bugs, but I can only fix them if you send
28908 me a precise description as to how to reproduce the bug.
28909
28910 You really can never be too detailed in a bug report. Always use the
28911 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
28912 a 10Kb mail each time you use it, and even if you have sent me your
28913 environment 500 times before. I don't care. I want the full info each
28914 time.
28915
28916 It is also important to remember that I have no memory whatsoever. If
28917 you send a bug report, and I send you a reply, and then you just send
28918 back ``No, it's not! Moron!'', I will have no idea what you are
28919 insulting me about. Always over-explain everything. It's much easier
28920 for all of us---if I don't have all the information I need, I will just
28921 mail you and ask for more info, and everything takes more time.
28922
28923 If the problem you're seeing is very visual, and you can't quite explain
28924 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
28925 it somewhere it can be reached, and include the URL of the picture in
28926 the bug report.
28927
28928 @cindex patches
28929 If you would like to contribute a patch to fix bugs or make
28930 improvements, please produce the patch using @samp{diff -u}.
28931
28932 @cindex edebug
28933 If you want to debug your problem further before reporting, possibly
28934 in order to solve the problem yourself and send a patch, you can use
28935 edebug. Debugging Lisp code is documented in the Elisp manual
28936 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
28937 Lisp Reference Manual}). To get you started with edebug, consider if
28938 you discover some weird behavior when pressing @kbd{c}, the first
28939 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
28940 the documentation buffer that leads you to the function definition,
28941 then press @kbd{M-x edebug-defun RET} with point inside that function,
28942 return to Gnus and press @kbd{c} to invoke the code. You will be
28943 placed in the lisp buffer and can single step using @kbd{SPC} and
28944 evaluate expressions using @kbd{M-:} or inspect variables using
28945 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
28946 @kbd{c} or @kbd{g}.
28947
28948 @cindex elp
28949 @cindex profile
28950 @cindex slow
28951 Sometimes, a problem do not directly generate an elisp error but
28952 manifests itself by causing Gnus to be very slow. In these cases, you
28953 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
28954 slow, and then try to analyze the backtrace (repeating the procedure
28955 helps isolating the real problem areas).
28956
28957 A fancier approach is to use the elisp profiler, ELP@. The profiler is
28958 (or should be) fully documented elsewhere, but to get you started
28959 there are a few steps that need to be followed. First, instrument the
28960 part of Gnus you are interested in for profiling, e.g., @kbd{M-x
28961 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
28962 RET message}. Then perform the operation that is slow and press
28963 @kbd{M-x elp-results}. You will then see which operations that takes
28964 time, and can debug them further. If the entire operation takes much
28965 longer than the time spent in the slowest function in the profiler
28966 output, you probably profiled the wrong part of Gnus. To reset
28967 profiling statistics, use @kbd{M-x elp-reset-all}. @kbd{M-x
28968 elp-restore-all} is supposed to remove profiling, but given the
28969 complexities and dynamic code generation in Gnus, it might not always
28970 work perfectly.
28971
28972 @cindex gnu.emacs.gnus
28973 @cindex ding mailing list
28974 If you just need help, you are better off asking on
28975 @samp{gnu.emacs.gnus}. I'm not very helpful. You can also ask on
28976 @email{ding@@gnus.org, the ding mailing list}. Write to
28977 @email{ding-request@@gnus.org} to subscribe.
28978
28979
28980 @page
28981 @node Gnus Reference Guide
28982 @section Gnus Reference Guide
28983
28984 It is my hope that other people will figure out smart stuff that Gnus
28985 can do, and that other people will write those smart things as well. To
28986 facilitate that I thought it would be a good idea to describe the inner
28987 workings of Gnus. And some of the not-so-inner workings, while I'm at
28988 it.
28989
28990 You can never expect the internals of a program not to change, but I
28991 will be defining (in some details) the interface between Gnus and its
28992 back ends (this is written in stone), the format of the score files
28993 (ditto), data structures (some are less likely to change than others)
28994 and general methods of operation.
28995
28996 @menu
28997 * Gnus Utility Functions:: Common functions and variable to use.
28998 * Back End Interface:: How Gnus communicates with the servers.
28999 * Score File Syntax:: A BNF definition of the score file standard.
29000 * Headers:: How Gnus stores headers internally.
29001 * Ranges:: A handy format for storing mucho numbers.
29002 * Group Info:: The group info format.
29003 * Extended Interactive:: Symbolic prefixes and stuff.
29004 * Emacs/XEmacs Code:: Gnus can be run under all modern Emacsen.
29005 * Various File Formats:: Formats of files that Gnus use.
29006 @end menu
29007
29008
29009 @node Gnus Utility Functions
29010 @subsection Gnus Utility Functions
29011 @cindex Gnus utility functions
29012 @cindex utility functions
29013 @cindex functions
29014 @cindex internal variables
29015
29016 When writing small functions to be run from hooks (and stuff), it's
29017 vital to have access to the Gnus internal functions and variables.
29018 Below is a list of the most common ones.
29019
29020 @table @code
29021
29022 @item gnus-newsgroup-name
29023 @vindex gnus-newsgroup-name
29024 This variable holds the name of the current newsgroup.
29025
29026 @item gnus-find-method-for-group
29027 @findex gnus-find-method-for-group
29028 A function that returns the select method for @var{group}.
29029
29030 @item gnus-group-real-name
29031 @findex gnus-group-real-name
29032 Takes a full (prefixed) Gnus group name, and returns the unprefixed
29033 name.
29034
29035 @item gnus-group-prefixed-name
29036 @findex gnus-group-prefixed-name
29037 Takes an unprefixed group name and a select method, and returns the full
29038 (prefixed) Gnus group name.
29039
29040 @item gnus-get-info
29041 @findex gnus-get-info
29042 Returns the group info list for @var{group} (@pxref{Group Info}).
29043
29044 @item gnus-group-unread
29045 @findex gnus-group-unread
29046 The number of unread articles in @var{group}, or @code{t} if that is
29047 unknown.
29048
29049 @item gnus-active
29050 @findex gnus-active
29051 The active entry (i.e., a cons cell containing the lowest and highest
29052 article numbers) for @var{group}.
29053
29054 @item gnus-set-active
29055 @findex gnus-set-active
29056 Set the active entry for @var{group}.
29057
29058 @item gnus-add-current-to-buffer-list
29059 @findex gnus-add-current-to-buffer-list
29060 Adds the current buffer to the list of buffers to be killed on Gnus
29061 exit.
29062
29063 @item gnus-continuum-version
29064 @findex gnus-continuum-version
29065 Takes a Gnus version string as a parameter and returns a floating point
29066 number. Earlier versions will always get a lower number than later
29067 versions.
29068
29069 @item gnus-group-read-only-p
29070 @findex gnus-group-read-only-p
29071 Says whether @var{group} is read-only or not.
29072
29073 @item gnus-news-group-p
29074 @findex gnus-news-group-p
29075 Says whether @var{group} came from a news back end.
29076
29077 @item gnus-ephemeral-group-p
29078 @findex gnus-ephemeral-group-p
29079 Says whether @var{group} is ephemeral or not.
29080
29081 @item gnus-server-to-method
29082 @findex gnus-server-to-method
29083 Returns the select method corresponding to @var{server}.
29084
29085 @item gnus-server-equal
29086 @findex gnus-server-equal
29087 Says whether two virtual servers are essentially equal. For instance,
29088 two virtual servers may have server parameters in different order, but
29089 this function will consider them equal.
29090
29091 @item gnus-group-native-p
29092 @findex gnus-group-native-p
29093 Says whether @var{group} is native or not.
29094
29095 @item gnus-group-secondary-p
29096 @findex gnus-group-secondary-p
29097 Says whether @var{group} is secondary or not.
29098
29099 @item gnus-group-foreign-p
29100 @findex gnus-group-foreign-p
29101 Says whether @var{group} is foreign or not.
29102
29103 @item gnus-group-find-parameter
29104 @findex gnus-group-find-parameter
29105 Returns the parameter list of @var{group} (@pxref{Group Parameters}).
29106 If given a second parameter, returns the value of that parameter for
29107 @var{group}.
29108
29109 @item gnus-group-set-parameter
29110 @findex gnus-group-set-parameter
29111 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
29112
29113 @item gnus-narrow-to-body
29114 @findex gnus-narrow-to-body
29115 Narrows the current buffer to the body of the article.
29116
29117 @item gnus-check-backend-function
29118 @findex gnus-check-backend-function
29119 Takes two parameters, @var{function} and @var{group}. If the back end
29120 @var{group} comes from supports @var{function}, return non-@code{nil}.
29121
29122 @lisp
29123 (gnus-check-backend-function "request-scan" "nnml:misc")
29124 @result{} t
29125 @end lisp
29126
29127 @item gnus-read-method
29128 @findex gnus-read-method
29129 Prompts the user for a select method.
29130
29131 @end table
29132
29133
29134 @node Back End Interface
29135 @subsection Back End Interface
29136
29137 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
29138 groups. It only knows how to talk to @dfn{virtual servers}. A virtual
29139 server is a @dfn{back end} and some @dfn{back end variables}. As examples
29140 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}. As
29141 examples of the latter we have @code{nntp-port-number} and
29142 @code{nnmbox-directory}.
29143
29144 When Gnus asks for information from a back end---say @code{nntp}---on
29145 something, it will normally include a virtual server name in the
29146 function parameters. (If not, the back end should use the ``current''
29147 virtual server.) For instance, @code{nntp-request-list} takes a virtual
29148 server as its only (optional) parameter. If this virtual server hasn't
29149 been opened, the function should fail.
29150
29151 Note that a virtual server name has no relation to some physical server
29152 name. Take this example:
29153
29154 @lisp
29155 (nntp "odd-one"
29156 (nntp-address "ifi.uio.no")
29157 (nntp-port-number 4324))
29158 @end lisp
29159
29160 Here the virtual server name is @samp{odd-one} while the name of
29161 the physical server is @samp{ifi.uio.no}.
29162
29163 The back ends should be able to switch between several virtual servers.
29164 The standard back ends implement this by keeping an alist of virtual
29165 server environments that they pull down/push up when needed.
29166
29167 There are two groups of interface functions: @dfn{required functions},
29168 which must be present, and @dfn{optional functions}, which Gnus will
29169 always check for presence before attempting to call 'em.
29170
29171 All these functions are expected to return data in the buffer
29172 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
29173 unfortunately named, but we'll have to live with it. When I talk about
29174 @dfn{resulting data}, I always refer to the data in that buffer. When I
29175 talk about @dfn{return value}, I talk about the function value returned by
29176 the function call. Functions that fail should return @code{nil} as the
29177 return value.
29178
29179 Some back ends could be said to be @dfn{server-forming} back ends, and
29180 some might be said not to be. The latter are back ends that generally
29181 only operate on one group at a time, and have no concept of ``server'';
29182 they have a group, and they deliver info on that group and nothing
29183 more.
29184
29185 Gnus identifies each message by way of group name and article number. A
29186 few remarks about these article numbers might be useful. First of all,
29187 the numbers are positive integers. Secondly, it is normally not
29188 possible for later articles to ``re-use'' older article numbers without
29189 confusing Gnus. That is, if a group has ever contained a message
29190 numbered 42, then no other message may get that number, or Gnus will get
29191 mightily confused.@footnote{See the function
29192 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
29193 Third, article numbers must be assigned in order of arrival in the
29194 group; this is not necessarily the same as the date of the message.
29195
29196 The previous paragraph already mentions all the ``hard'' restrictions that
29197 article numbers must fulfill. But it seems that it might be useful to
29198 assign @emph{consecutive} article numbers, for Gnus gets quite confused
29199 if there are holes in the article numbering sequence. However, due to
29200 the ``no-reuse'' restriction, holes cannot be avoided altogether. It's
29201 also useful for the article numbers to start at 1 to avoid running out
29202 of numbers as long as possible.
29203
29204 Note that by convention, back ends are named @code{nnsomething}, but
29205 Gnus also comes with some @code{nnnotbackends}, such as
29206 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
29207
29208 In the examples and definitions I will refer to the imaginary back end
29209 @code{nnchoke}.
29210
29211 @cindex @code{nnchoke}
29212
29213 @menu
29214 * Required Back End Functions:: Functions that must be implemented.
29215 * Optional Back End Functions:: Functions that need not be implemented.
29216 * Error Messaging:: How to get messages and report errors.
29217 * Writing New Back Ends:: Extending old back ends.
29218 * Hooking New Back Ends Into Gnus:: What has to be done on the Gnus end.
29219 * Mail-like Back Ends:: Some tips on mail back ends.
29220 @end menu
29221
29222
29223 @node Required Back End Functions
29224 @subsubsection Required Back End Functions
29225
29226 @table @code
29227
29228 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
29229
29230 @var{articles} is either a range of article numbers or a list of
29231 @code{Message-ID}s. Current back ends do not fully support either---only
29232 sequences (lists) of article numbers, and most back ends do not support
29233 retrieval of @code{Message-ID}s. But they should try for both.
29234
29235 The result data should either be HEADs or @acronym{NOV} lines, and the result
29236 value should either be @code{headers} or @code{nov} to reflect this.
29237 This might later be expanded to @code{various}, which will be a mixture
29238 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
29239
29240 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
29241 headers'', in some meaning of the word. This is generally done by
29242 fetching (at most) @var{fetch-old} extra headers less than the smallest
29243 article number in @code{articles}, and filling the gaps as well. The
29244 presence of this parameter can be ignored if the back end finds it
29245 cumbersome to follow the request. If this is non-@code{nil} and not a
29246 number, do maximum fetches.
29247
29248 Here's an example HEAD:
29249
29250 @example
29251 221 1056 Article retrieved.
29252 Path: ifi.uio.no!sturles
29253 From: sturles@@ifi.uio.no (Sturle Sunde)
29254 Newsgroups: ifi.discussion
29255 Subject: Re: Something very droll
29256 Date: 27 Oct 1994 14:02:57 +0100
29257 Organization: Dept. of Informatics, University of Oslo, Norway
29258 Lines: 26
29259 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
29260 References: <38jdmq$4qu@@visbur.ifi.uio.no>
29261 NNTP-Posting-Host: holmenkollen.ifi.uio.no
29262 .
29263 @end example
29264
29265 So a @code{headers} return value would imply that there's a number of
29266 these in the data buffer.
29267
29268 Here's a BNF definition of such a buffer:
29269
29270 @example
29271 headers = *head
29272 head = error / valid-head
29273 error-message = [ "4" / "5" ] 2number " " <error message> eol
29274 valid-head = valid-message *header "." eol
29275 valid-message = "221 " <number> " Article retrieved." eol
29276 header = <text> eol
29277 @end example
29278
29279 @cindex BNF
29280 (The version of BNF used here is the one used in RFC822.)
29281
29282 If the return value is @code{nov}, the data buffer should contain
29283 @dfn{network overview database} lines. These are basically fields
29284 separated by tabs.
29285
29286 @example
29287 nov-buffer = *nov-line
29288 nov-line = field 7*8[ <TAB> field ] eol
29289 field = <text except TAB>
29290 @end example
29291
29292 For a closer look at what should be in those fields,
29293 @pxref{Headers}.
29294
29295
29296 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
29297
29298 @var{server} is here the virtual server name. @var{definitions} is a
29299 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
29300
29301 If the server can't be opened, no error should be signaled. The back end
29302 may then choose to refuse further attempts at connecting to this
29303 server. In fact, it should do so.
29304
29305 If the server is opened already, this function should return a
29306 non-@code{nil} value. There should be no data returned.
29307
29308
29309 @item (nnchoke-close-server &optional SERVER)
29310
29311 Close connection to @var{server} and free all resources connected
29312 to it. Return @code{nil} if the server couldn't be closed for some
29313 reason.
29314
29315 There should be no data returned.
29316
29317
29318 @item (nnchoke-request-close)
29319
29320 Close connection to all servers and free all resources that the back end
29321 have reserved. All buffers that have been created by that back end
29322 should be killed. (Not the @code{nntp-server-buffer}, though.) This
29323 function is generally only called when Gnus is shutting down.
29324
29325 There should be no data returned.
29326
29327
29328 @item (nnchoke-server-opened &optional SERVER)
29329
29330 If @var{server} is the current virtual server, and the connection to the
29331 physical server is alive, then this function should return a
29332 non-@code{nil} value. This function should under no circumstances
29333 attempt to reconnect to a server we have lost connection to.
29334
29335 There should be no data returned.
29336
29337
29338 @item (nnchoke-status-message &optional SERVER)
29339
29340 This function should return the last error message from @var{server}.
29341
29342 There should be no data returned.
29343
29344
29345 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
29346
29347 The result data from this function should be the article specified by
29348 @var{article}. This might either be a @code{Message-ID} or a number.
29349 It is optional whether to implement retrieval by @code{Message-ID}, but
29350 it would be nice if that were possible.
29351
29352 If @var{to-buffer} is non-@code{nil}, the result data should be returned
29353 in this buffer instead of the normal data buffer. This is to make it
29354 possible to avoid copying large amounts of data from one buffer to
29355 another, while Gnus mainly requests articles to be inserted directly
29356 into its article buffer.
29357
29358 If it is at all possible, this function should return a cons cell where
29359 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
29360 the article number. This will enable Gnus to find out what the real
29361 group and article numbers are when fetching articles by
29362 @code{Message-ID}. If this isn't possible, @code{t} should be returned
29363 on successful article retrieval.
29364
29365
29366 @item (nnchoke-request-group GROUP &optional SERVER FAST INFO)
29367
29368 Get data on @var{group}. This function also has the side effect of
29369 making @var{group} the current group.
29370
29371 If @var{fast}, don't bother to return useful data, just make @var{group}
29372 the current group.
29373
29374 If @var{info}, it allows the backend to update the group info
29375 structure.
29376
29377 Here's an example of some result data and a definition of the same:
29378
29379 @example
29380 211 56 1000 1059 ifi.discussion
29381 @end example
29382
29383 The first number is the status, which should be 211. Next is the
29384 total number of articles in the group, the lowest article number, the
29385 highest article number, and finally the group name. Note that the total
29386 number of articles may be less than one might think while just
29387 considering the highest and lowest article numbers, but some articles
29388 may have been canceled. Gnus just discards the total-number, so
29389 whether one should take the bother to generate it properly (if that is a
29390 problem) is left as an exercise to the reader. If the group contains no
29391 articles, the lowest article number should be reported as 1 and the
29392 highest as 0.
29393
29394 @example
29395 group-status = [ error / info ] eol
29396 error = [ "4" / "5" ] 2<number> " " <Error message>
29397 info = "211 " 3* [ <number> " " ] <string>
29398 @end example
29399
29400
29401 @item (nnchoke-close-group GROUP &optional SERVER)
29402
29403 Close @var{group} and free any resources connected to it. This will be
29404 a no-op on most back ends.
29405
29406 There should be no data returned.
29407
29408
29409 @item (nnchoke-request-list &optional SERVER)
29410
29411 Return a list of all groups available on @var{server}. And that means
29412 @emph{all}.
29413
29414 Here's an example from a server that only carries two groups:
29415
29416 @example
29417 ifi.test 0000002200 0000002000 y
29418 ifi.discussion 3324 3300 n
29419 @end example
29420
29421 On each line we have a group name, then the highest article number in
29422 that group, the lowest article number, and finally a flag. If the group
29423 contains no articles, the lowest article number should be reported as 1
29424 and the highest as 0.
29425
29426 @example
29427 active-file = *active-line
29428 active-line = name " " <number> " " <number> " " flags eol
29429 name = <string>
29430 flags = "n" / "y" / "m" / "x" / "j" / "=" name
29431 @end example
29432
29433 The flag says whether the group is read-only (@samp{n}), is moderated
29434 (@samp{m}), is dead (@samp{x}), is aliased to some other group
29435 (@samp{=other-group}) or none of the above (@samp{y}).
29436
29437
29438 @item (nnchoke-request-post &optional SERVER)
29439
29440 This function should post the current buffer. It might return whether
29441 the posting was successful or not, but that's not required. If, for
29442 instance, the posting is done asynchronously, it has generally not been
29443 completed by the time this function concludes. In that case, this
29444 function should set up some kind of sentinel to beep the user loud and
29445 clear if the posting could not be completed.
29446
29447 There should be no result data from this function.
29448
29449 @end table
29450
29451
29452 @node Optional Back End Functions
29453 @subsubsection Optional Back End Functions
29454
29455 @table @code
29456
29457 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
29458
29459 @var{groups} is a list of groups, and this function should request data
29460 on all those groups. How it does it is of no concern to Gnus, but it
29461 should attempt to do this in a speedy fashion.
29462
29463 The return value of this function can be either @code{active} or
29464 @code{group}, which says what the format of the result data is. The
29465 former is in the same format as the data from
29466 @code{nnchoke-request-list}, while the latter is a buffer full of lines
29467 in the same format as @code{nnchoke-request-group} gives.
29468
29469 @example
29470 group-buffer = *active-line / *group-status
29471 @end example
29472
29473
29474 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
29475
29476 A Gnus group info (@pxref{Group Info}) is handed to the back end for
29477 alterations. This comes in handy if the back end really carries all
29478 the information (as is the case with virtual and imap groups). This
29479 function should destructively alter the info to suit its needs, and
29480 should return a non-@code{nil} value (exceptionally,
29481 @code{nntp-request-update-info} always returns @code{nil} not to waste
29482 the network resources).
29483
29484 There should be no result data from this function.
29485
29486
29487 @item (nnchoke-request-type GROUP &optional ARTICLE)
29488
29489 When the user issues commands for ``sending news'' (@kbd{F} in the
29490 summary buffer, for instance), Gnus has to know whether the article the
29491 user is following up on is news or mail. This function should return
29492 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
29493 is mail and @code{unknown} if the type can't be decided. (The
29494 @var{article} parameter is necessary in @code{nnvirtual} groups which
29495 might very well combine mail groups and news groups.) Both @var{group}
29496 and @var{article} may be @code{nil}.
29497
29498 There should be no result data from this function.
29499
29500
29501 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
29502
29503 Set/remove/add marks on articles. Normally Gnus handles the article
29504 marks (such as read, ticked, expired etc) internally, and store them in
29505 @file{~/.newsrc.eld}. Some back ends (such as @acronym{IMAP}) however carry
29506 all information about the articles on the server, so Gnus need to
29507 propagate the mark information to the server.
29508
29509 @var{action} is a list of mark setting requests, having this format:
29510
29511 @example
29512 (RANGE ACTION MARK)
29513 @end example
29514
29515 @var{range} is a range of articles you wish to update marks on.
29516 @var{action} is @code{add} or @code{del}, used to add marks or remove
29517 marks (preserving all marks not mentioned). @var{mark} is a list of
29518 marks; where each mark is a symbol. Currently used marks are
29519 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
29520 @code{dormant}, @code{save}, @code{download}, @code{unsend}, and
29521 @code{forward}, but your back end should, if possible, not limit
29522 itself to these.
29523
29524 Given contradictory actions, the last action in the list should be the
29525 effective one. That is, if your action contains a request to add the
29526 @code{tick} mark on article 1 and, later in the list, a request to
29527 remove the mark on the same article, the mark should in fact be removed.
29528
29529 An example action list:
29530
29531 @example
29532 (((5 12 30) 'del '(tick))
29533 ((10 . 90) 'add '(read expire))
29534 ((92 94) 'del '(read)))
29535 @end example
29536
29537 The function should return a range of articles it wasn't able to set the
29538 mark on (currently not used for anything).
29539
29540 There should be no result data from this function.
29541
29542 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
29543
29544 If the user tries to set a mark that the back end doesn't like, this
29545 function may change the mark. Gnus will use whatever this function
29546 returns as the mark for @var{article} instead of the original
29547 @var{mark}. If the back end doesn't care, it must return the original
29548 @var{mark}, and not @code{nil} or any other type of garbage.
29549
29550 The only use for this I can see is what @code{nnvirtual} does with
29551 it---if a component group is auto-expirable, marking an article as read
29552 in the virtual group should result in the article being marked as
29553 expirable.
29554
29555 There should be no result data from this function.
29556
29557
29558 @item (nnchoke-request-scan &optional GROUP SERVER)
29559
29560 This function may be called at any time (by Gnus or anything else) to
29561 request that the back end check for incoming articles, in one way or
29562 another. A mail back end will typically read the spool file or query
29563 the @acronym{POP} server when this function is invoked. The
29564 @var{group} doesn't have to be heeded---if the back end decides that
29565 it is too much work just scanning for a single group, it may do a
29566 total scan of all groups. It would be nice, however, to keep things
29567 local if that's practical.
29568
29569 There should be no result data from this function.
29570
29571
29572 @item (nnchoke-request-group-description GROUP &optional SERVER)
29573
29574 The result data from this function should be a description of
29575 @var{group}.
29576
29577 @example
29578 description-line = name <TAB> description eol
29579 name = <string>
29580 description = <text>
29581 @end example
29582
29583 @item (nnchoke-request-list-newsgroups &optional SERVER)
29584
29585 The result data from this function should be the description of all
29586 groups available on the server.
29587
29588 @example
29589 description-buffer = *description-line
29590 @end example
29591
29592
29593 @item (nnchoke-request-newgroups DATE &optional SERVER)
29594
29595 The result data from this function should be all groups that were
29596 created after @samp{date}, which is in normal human-readable date format
29597 (i.e., the date format used in mail and news headers, and returned by
29598 the function @code{message-make-date} by default). The data should be
29599 in the active buffer format.
29600
29601 It is okay for this function to return ``too many'' groups; some back ends
29602 might find it cheaper to return the full list of groups, rather than
29603 just the new groups. But don't do this for back ends with many groups.
29604 Normally, if the user creates the groups herself, there won't be too
29605 many groups, so @code{nnml} and the like are probably safe. But for
29606 back ends like @code{nntp}, where the groups have been created by the
29607 server, it is quite likely that there can be many groups.
29608
29609
29610 @item (nnchoke-request-create-group GROUP &optional SERVER)
29611
29612 This function should create an empty group with name @var{group}.
29613
29614 There should be no return data.
29615
29616
29617 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
29618
29619 This function should run the expiry process on all articles in the
29620 @var{articles} range (which is currently a simple list of article
29621 numbers.) It is left up to the back end to decide how old articles
29622 should be before they are removed by this function. If @var{force} is
29623 non-@code{nil}, all @var{articles} should be deleted, no matter how new
29624 they are.
29625
29626 This function should return a list of articles that it did not/was not
29627 able to delete.
29628
29629 There should be no result data returned.
29630
29631
29632 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
29633
29634 This function should move @var{article} (which is a number) from
29635 @var{group} by calling @var{accept-form}.
29636
29637 This function should ready the article in question for moving by
29638 removing any header lines it has added to the article, and generally
29639 should ``tidy up'' the article. Then it should @code{eval}
29640 @var{accept-form} in the buffer where the ``tidy'' article is. This
29641 will do the actual copying. If this @code{eval} returns a
29642 non-@code{nil} value, the article should be removed.
29643
29644 If @var{last} is @code{nil}, that means that there is a high likelihood
29645 that there will be more requests issued shortly, so that allows some
29646 optimizations.
29647
29648 The function should return a cons where the @code{car} is the group name and
29649 the @code{cdr} is the article number that the article was entered as.
29650
29651 There should be no data returned.
29652
29653
29654 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
29655
29656 This function takes the current buffer and inserts it into @var{group}.
29657 If @var{last} in @code{nil}, that means that there will be more calls to
29658 this function in short order.
29659
29660 The function should return a cons where the @code{car} is the group name and
29661 the @code{cdr} is the article number that the article was entered as.
29662
29663 The group should exist before the back end is asked to accept the
29664 article for that group.
29665
29666 There should be no data returned.
29667
29668
29669 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
29670
29671 This function should remove @var{article} (which is a number) from
29672 @var{group} and insert @var{buffer} there instead.
29673
29674 There should be no data returned.
29675
29676
29677 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
29678
29679 This function should delete @var{group}. If @var{force}, it should
29680 really delete all the articles in the group, and then delete the group
29681 itself. (If there is such a thing as ``the group itself''.)
29682
29683 There should be no data returned.
29684
29685
29686 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
29687
29688 This function should rename @var{group} into @var{new-name}. All
29689 articles in @var{group} should move to @var{new-name}.
29690
29691 There should be no data returned.
29692
29693 @end table
29694
29695
29696 @node Error Messaging
29697 @subsubsection Error Messaging
29698
29699 @findex nnheader-report
29700 @findex nnheader-get-report
29701 The back ends should use the function @code{nnheader-report} to report
29702 error conditions---they should not raise errors when they aren't able to
29703 perform a request. The first argument to this function is the back end
29704 symbol, and the rest are interpreted as arguments to @code{format} if
29705 there are multiple of them, or just a string if there is one of them.
29706 This function must always returns @code{nil}.
29707
29708 @lisp
29709 (nnheader-report 'nnchoke "You did something totally bogus")
29710
29711 (nnheader-report 'nnchoke "Could not request group %s" group)
29712 @end lisp
29713
29714 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
29715 @code{nil} back from a server, and this function returns the most
29716 recently reported message for the back end in question. This function
29717 takes one argument---the server symbol.
29718
29719 Internally, these functions access @var{back-end}@code{-status-string},
29720 so the @code{nnchoke} back end will have its error message stored in
29721 @code{nnchoke-status-string}.
29722
29723
29724 @node Writing New Back Ends
29725 @subsubsection Writing New Back Ends
29726
29727 Many back ends are quite similar. @code{nnml} is just like
29728 @code{nnspool}, but it allows you to edit the articles on the server.
29729 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
29730 and it doesn't maintain overview databases. @code{nndir} is just like
29731 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
29732 editing articles.
29733
29734 It would make sense if it were possible to ``inherit'' functions from
29735 back ends when writing new back ends. And, indeed, you can do that if you
29736 want to. (You don't have to if you don't want to, of course.)
29737
29738 All the back ends declare their public variables and functions by using a
29739 package called @code{nnoo}.
29740
29741 To inherit functions from other back ends (and allow other back ends to
29742 inherit functions from the current back end), you should use the
29743 following macros:
29744
29745 @table @code
29746
29747 @item nnoo-declare
29748 This macro declares the first parameter to be a child of the subsequent
29749 parameters. For instance:
29750
29751 @lisp
29752 (nnoo-declare nndir
29753 nnml nnmh)
29754 @end lisp
29755
29756 @code{nndir} has declared here that it intends to inherit functions from
29757 both @code{nnml} and @code{nnmh}.
29758
29759 @item defvoo
29760 This macro is equivalent to @code{defvar}, but registers the variable as
29761 a public server variable. Most state-oriented variables should be
29762 declared with @code{defvoo} instead of @code{defvar}.
29763
29764 In addition to the normal @code{defvar} parameters, it takes a list of
29765 variables in the parent back ends to map the variable to when executing
29766 a function in those back ends.
29767
29768 @lisp
29769 (defvoo nndir-directory nil
29770 "Where nndir will look for groups."
29771 nnml-current-directory nnmh-current-directory)
29772 @end lisp
29773
29774 This means that @code{nnml-current-directory} will be set to
29775 @code{nndir-directory} when an @code{nnml} function is called on behalf
29776 of @code{nndir}. (The same with @code{nnmh}.)
29777
29778 @item nnoo-define-basics
29779 This macro defines some common functions that almost all back ends should
29780 have.
29781
29782 @lisp
29783 (nnoo-define-basics nndir)
29784 @end lisp
29785
29786 @item deffoo
29787 This macro is just like @code{defun} and takes the same parameters. In
29788 addition to doing the normal @code{defun} things, it registers the
29789 function as being public so that other back ends can inherit it.
29790
29791 @item nnoo-map-functions
29792 This macro allows mapping of functions from the current back end to
29793 functions from the parent back ends.
29794
29795 @lisp
29796 (nnoo-map-functions nndir
29797 (nnml-retrieve-headers 0 nndir-current-group 0 0)
29798 (nnmh-request-article 0 nndir-current-group 0 0))
29799 @end lisp
29800
29801 This means that when @code{nndir-retrieve-headers} is called, the first,
29802 third, and fourth parameters will be passed on to
29803 @code{nnml-retrieve-headers}, while the second parameter is set to the
29804 value of @code{nndir-current-group}.
29805
29806 @item nnoo-import
29807 This macro allows importing functions from back ends. It should be the
29808 last thing in the source file, since it will only define functions that
29809 haven't already been defined.
29810
29811 @lisp
29812 (nnoo-import nndir
29813 (nnmh
29814 nnmh-request-list
29815 nnmh-request-newgroups)
29816 (nnml))
29817 @end lisp
29818
29819 This means that calls to @code{nndir-request-list} should just be passed
29820 on to @code{nnmh-request-list}, while all public functions from
29821 @code{nnml} that haven't been defined in @code{nndir} yet should be
29822 defined now.
29823
29824 @end table
29825
29826 Below is a slightly shortened version of the @code{nndir} back end.
29827
29828 @lisp
29829 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
29830 ;; @r{Copyright (C) 1995,1996 Free Software Foundation, Inc.}
29831
29832 ;;; @r{Code:}
29833
29834 (require 'nnheader)
29835 (require 'nnmh)
29836 (require 'nnml)
29837 (require 'nnoo)
29838 (eval-when-compile (require 'cl))
29839
29840 (nnoo-declare nndir
29841 nnml nnmh)
29842
29843 (defvoo nndir-directory nil
29844 "Where nndir will look for groups."
29845 nnml-current-directory nnmh-current-directory)
29846
29847 (defvoo nndir-nov-is-evil nil
29848 "*Non-nil means that nndir will never retrieve NOV headers."
29849 nnml-nov-is-evil)
29850
29851 (defvoo nndir-current-group ""
29852 nil
29853 nnml-current-group nnmh-current-group)
29854 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
29855 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
29856
29857 (defvoo nndir-status-string "" nil nnmh-status-string)
29858 (defconst nndir-version "nndir 1.0")
29859
29860 ;;; @r{Interface functions.}
29861
29862 (nnoo-define-basics nndir)
29863
29864 (deffoo nndir-open-server (server &optional defs)
29865 (setq nndir-directory
29866 (or (cadr (assq 'nndir-directory defs))
29867 server))
29868 (unless (assq 'nndir-directory defs)
29869 (push `(nndir-directory ,server) defs))
29870 (push `(nndir-current-group
29871 ,(file-name-nondirectory
29872 (directory-file-name nndir-directory)))
29873 defs)
29874 (push `(nndir-top-directory
29875 ,(file-name-directory (directory-file-name nndir-directory)))
29876 defs)
29877 (nnoo-change-server 'nndir server defs))
29878
29879 (nnoo-map-functions nndir
29880 (nnml-retrieve-headers 0 nndir-current-group 0 0)
29881 (nnmh-request-article 0 nndir-current-group 0 0)
29882 (nnmh-request-group nndir-current-group 0 0)
29883 (nnmh-close-group nndir-current-group 0))
29884
29885 (nnoo-import nndir
29886 (nnmh
29887 nnmh-status-message
29888 nnmh-request-list
29889 nnmh-request-newgroups))
29890
29891 (provide 'nndir)
29892 @end lisp
29893
29894
29895 @node Hooking New Back Ends Into Gnus
29896 @subsubsection Hooking New Back Ends Into Gnus
29897
29898 @vindex gnus-valid-select-methods
29899 @findex gnus-declare-backend
29900 Having Gnus start using your new back end is rather easy---you just
29901 declare it with the @code{gnus-declare-backend} functions. This will
29902 enter the back end into the @code{gnus-valid-select-methods} variable.
29903
29904 @code{gnus-declare-backend} takes two parameters---the back end name and
29905 an arbitrary number of @dfn{abilities}.
29906
29907 Here's an example:
29908
29909 @lisp
29910 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
29911 @end lisp
29912
29913 The above line would then go in the @file{nnchoke.el} file.
29914
29915 The abilities can be:
29916
29917 @table @code
29918 @item mail
29919 This is a mailish back end---followups should (probably) go via mail.
29920 @item post
29921 This is a newsish back end---followups should (probably) go via news.
29922 @item post-mail
29923 This back end supports both mail and news.
29924 @item none
29925 This is neither a post nor mail back end---it's something completely
29926 different.
29927 @item respool
29928 It supports respooling---or rather, it is able to modify its source
29929 articles and groups.
29930 @item address
29931 The name of the server should be in the virtual server name. This is
29932 true for almost all back ends.
29933 @item prompt-address
29934 The user should be prompted for an address when doing commands like
29935 @kbd{B} in the group buffer. This is true for back ends like
29936 @code{nntp}, but not @code{nnmbox}, for instance.
29937 @end table
29938
29939
29940 @node Mail-like Back Ends
29941 @subsubsection Mail-like Back Ends
29942
29943 One of the things that separate the mail back ends from the rest of the
29944 back ends is the heavy dependence by most of the mail back ends on
29945 common functions in @file{nnmail.el}. For instance, here's the
29946 definition of @code{nnml-request-scan}:
29947
29948 @lisp
29949 (deffoo nnml-request-scan (&optional group server)
29950 (setq nnml-article-file-alist nil)
29951 (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
29952 @end lisp
29953
29954 It simply calls @code{nnmail-get-new-mail} with a few parameters,
29955 and @code{nnmail} takes care of all the moving and splitting of the
29956 mail.
29957
29958 This function takes four parameters.
29959
29960 @table @var
29961 @item method
29962 This should be a symbol to designate which back end is responsible for
29963 the call.
29964
29965 @item exit-function
29966 This function should be called after the splitting has been performed.
29967
29968 @item temp-directory
29969 Where the temporary files should be stored.
29970
29971 @item group
29972 This optional argument should be a group name if the splitting is to be
29973 performed for one group only.
29974 @end table
29975
29976 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
29977 save each article. @var{back-end}@code{-active-number} will be called to
29978 find the article number assigned to this article.
29979
29980 The function also uses the following variables:
29981 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
29982 this back end); and @var{back-end}@code{-group-alist} and
29983 @var{back-end}@code{-active-file} to generate the new active file.
29984 @var{back-end}@code{-group-alist} should be a group-active alist, like
29985 this:
29986
29987 @example
29988 (("a-group" (1 . 10))
29989 ("some-group" (34 . 39)))
29990 @end example
29991
29992
29993 @node Score File Syntax
29994 @subsection Score File Syntax
29995
29996 Score files are meant to be easily parsable, but yet extremely
29997 malleable. It was decided that something that had the same read syntax
29998 as an Emacs Lisp list would fit that spec.
29999
30000 Here's a typical score file:
30001
30002 @lisp
30003 (("summary"
30004 ("Windows 95" -10000 nil s)
30005 ("Gnus"))
30006 ("from"
30007 ("Lars" -1000))
30008 (mark -100))
30009 @end lisp
30010
30011 BNF definition of a score file:
30012
30013 @example
30014 score-file = "" / "(" *element ")"
30015 element = rule / atom
30016 rule = string-rule / number-rule / date-rule
30017 string-rule = "(" quote string-header quote space *string-match ")"
30018 number-rule = "(" quote number-header quote space *number-match ")"
30019 date-rule = "(" quote date-header quote space *date-match ")"
30020 quote = <ascii 34>
30021 string-header = "subject" / "from" / "references" / "message-id" /
30022 "xref" / "body" / "head" / "all" / "followup"
30023 number-header = "lines" / "chars"
30024 date-header = "date"
30025 string-match = "(" quote <string> quote [ "" / [ space score [ "" /
30026 space date [ "" / [ space string-match-t ] ] ] ] ] ")"
30027 score = "nil" / <integer>
30028 date = "nil" / <natural number>
30029 string-match-t = "nil" / "s" / "substring" / "S" / "Substring" /
30030 "r" / "regex" / "R" / "Regex" /
30031 "e" / "exact" / "E" / "Exact" /
30032 "f" / "fuzzy" / "F" / "Fuzzy"
30033 number-match = "(" <integer> [ "" / [ space score [ "" /
30034 space date [ "" / [ space number-match-t ] ] ] ] ] ")"
30035 number-match-t = "nil" / "=" / "<" / ">" / ">=" / "<="
30036 date-match = "(" quote <string> quote [ "" / [ space score [ "" /
30037 space date [ "" / [ space date-match-t ] ] ] ] ")"
30038 date-match-t = "nil" / "at" / "before" / "after"
30039 atom = "(" [ required-atom / optional-atom ] ")"
30040 required-atom = mark / expunge / mark-and-expunge / files /
30041 exclude-files / read-only / touched
30042 optional-atom = adapt / local / eval
30043 mark = "mark" space nil-or-number
30044 nil-or-number = "nil" / <integer>
30045 expunge = "expunge" space nil-or-number
30046 mark-and-expunge = "mark-and-expunge" space nil-or-number
30047 files = "files" *[ space <string> ]
30048 exclude-files = "exclude-files" *[ space <string> ]
30049 read-only = "read-only" [ space "nil" / space "t" ]
30050 adapt = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
30051 adapt-rule = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
30052 local = "local" *[ space "(" <string> space <form> ")" ]
30053 eval = "eval" space <form>
30054 space = *[ " " / <TAB> / <NEWLINE> ]
30055 @end example
30056
30057 Any unrecognized elements in a score file should be ignored, but not
30058 discarded.
30059
30060 As you can see, white space is needed, but the type and amount of white
30061 space is irrelevant. This means that formatting of the score file is
30062 left up to the programmer---if it's simpler to just spew it all out on
30063 one looong line, then that's ok.
30064
30065 The meaning of the various atoms are explained elsewhere in this
30066 manual (@pxref{Score File Format}).
30067
30068
30069 @node Headers
30070 @subsection Headers
30071
30072 Internally Gnus uses a format for storing article headers that
30073 corresponds to the @acronym{NOV} format in a mysterious fashion. One could
30074 almost suspect that the author looked at the @acronym{NOV} specification and
30075 just shamelessly @emph{stole} the entire thing, and one would be right.
30076
30077 @dfn{Header} is a severely overloaded term. ``Header'' is used in
30078 RFC 1036 to talk about lines in the head of an article (e.g.,
30079 @code{From}). It is used by many people as a synonym for
30080 ``head''---``the header and the body''. (That should be avoided, in my
30081 opinion.) And Gnus uses a format internally that it calls ``header'',
30082 which is what I'm talking about here. This is a 9-element vector,
30083 basically, with each header (ouch) having one slot.
30084
30085 These slots are, in order: @code{number}, @code{subject}, @code{from},
30086 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
30087 @code{xref}, and @code{extra}. There are macros for accessing and
30088 setting these slots---they all have predictable names beginning with
30089 @code{mail-header-} and @code{mail-header-set-}, respectively.
30090
30091 All these slots contain strings, except the @code{extra} slot, which
30092 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
30093
30094
30095 @node Ranges
30096 @subsection Ranges
30097
30098 @sc{gnus} introduced a concept that I found so useful that I've started
30099 using it a lot and have elaborated on it greatly.
30100
30101 The question is simple: If you have a large amount of objects that are
30102 identified by numbers (say, articles, to take a @emph{wild} example)
30103 that you want to qualify as being ``included'', a normal sequence isn't
30104 very useful. (A 200,000 length sequence is a bit long-winded.)
30105
30106 The solution is as simple as the question: You just collapse the
30107 sequence.
30108
30109 @example
30110 (1 2 3 4 5 6 10 11 12)
30111 @end example
30112
30113 is transformed into
30114
30115 @example
30116 ((1 . 6) (10 . 12))
30117 @end example
30118
30119 To avoid having those nasty @samp{(13 . 13)} elements to denote a
30120 lonesome object, a @samp{13} is a valid element:
30121
30122 @example
30123 ((1 . 6) 7 (10 . 12))
30124 @end example
30125
30126 This means that comparing two ranges to find out whether they are equal
30127 is slightly tricky:
30128
30129 @example
30130 ((1 . 5) 7 8 (10 . 12))
30131 @end example
30132
30133 and
30134
30135 @example
30136 ((1 . 5) (7 . 8) (10 . 12))
30137 @end example
30138
30139 are equal. In fact, any non-descending list is a range:
30140
30141 @example
30142 (1 2 3 4 5)
30143 @end example
30144
30145 is a perfectly valid range, although a pretty long-winded one. This is
30146 also valid:
30147
30148 @example
30149 (1 . 5)
30150 @end example
30151
30152 and is equal to the previous range.
30153
30154 Here's a BNF definition of ranges. Of course, one must remember the
30155 semantic requirement that the numbers are non-descending. (Any number
30156 of repetition of the same number is allowed, but apt to disappear in
30157 range handling.)
30158
30159 @example
30160 range = simple-range / normal-range
30161 simple-range = "(" number " . " number ")"
30162 normal-range = "(" start-contents ")"
30163 contents = "" / simple-range *[ " " contents ] /
30164 number *[ " " contents ]
30165 @end example
30166
30167 Gnus currently uses ranges to keep track of read articles and article
30168 marks. I plan on implementing a number of range operators in C if The
30169 Powers That Be are willing to let me. (I haven't asked yet, because I
30170 need to do some more thinking on what operators I need to make life
30171 totally range-based without ever having to convert back to normal
30172 sequences.)
30173
30174
30175 @node Group Info
30176 @subsection Group Info
30177
30178 Gnus stores all permanent info on groups in a @dfn{group info} list.
30179 This list is from three to six elements (or more) long and exhaustively
30180 describes the group.
30181
30182 Here are two example group infos; one is a very simple group while the
30183 second is a more complex one:
30184
30185 @example
30186 ("no.group" 5 ((1 . 54324)))
30187
30188 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
30189 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
30190 (nnml "")
30191 ((auto-expire . t) (to-address . "ding@@gnus.org")))
30192 @end example
30193
30194 The first element is the @dfn{group name}---as Gnus knows the group,
30195 anyway. The second element is the @dfn{subscription level}, which
30196 normally is a small integer. (It can also be the @dfn{rank}, which is a
30197 cons cell where the @code{car} is the level and the @code{cdr} is the
30198 score.) The third element is a list of ranges of read articles. The
30199 fourth element is a list of lists of article marks of various kinds.
30200 The fifth element is the select method (or virtual server, if you like).
30201 The sixth element is a list of @dfn{group parameters}, which is what
30202 this section is about.
30203
30204 Any of the last three elements may be missing if they are not required.
30205 In fact, the vast majority of groups will normally only have the first
30206 three elements, which saves quite a lot of cons cells.
30207
30208 Here's a BNF definition of the group info format:
30209
30210 @example
30211 info = "(" group space ralevel space read
30212 [ "" / [ space marks-list [ "" / [ space method [ "" /
30213 space parameters ] ] ] ] ] ")"
30214 group = quote <string> quote
30215 ralevel = rank / level
30216 level = <integer in the range of 1 to inf>
30217 rank = "(" level "." score ")"
30218 score = <integer in the range of 1 to inf>
30219 read = range
30220 marks-lists = nil / "(" *marks ")"
30221 marks = "(" <string> range ")"
30222 method = "(" <string> *elisp-forms ")"
30223 parameters = "(" *elisp-forms ")"
30224 @end example
30225
30226 Actually that @samp{marks} rule is a fib. A @samp{marks} is a
30227 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
30228 in pseudo-BNF.
30229
30230 If you have a Gnus info and want to access the elements, Gnus offers a
30231 series of macros for getting/setting these elements.
30232
30233 @table @code
30234 @item gnus-info-group
30235 @itemx gnus-info-set-group
30236 @findex gnus-info-group
30237 @findex gnus-info-set-group
30238 Get/set the group name.
30239
30240 @item gnus-info-rank
30241 @itemx gnus-info-set-rank
30242 @findex gnus-info-rank
30243 @findex gnus-info-set-rank
30244 Get/set the group rank (@pxref{Group Score}).
30245
30246 @item gnus-info-level
30247 @itemx gnus-info-set-level
30248 @findex gnus-info-level
30249 @findex gnus-info-set-level
30250 Get/set the group level.
30251
30252 @item gnus-info-score
30253 @itemx gnus-info-set-score
30254 @findex gnus-info-score
30255 @findex gnus-info-set-score
30256 Get/set the group score (@pxref{Group Score}).
30257
30258 @item gnus-info-read
30259 @itemx gnus-info-set-read
30260 @findex gnus-info-read
30261 @findex gnus-info-set-read
30262 Get/set the ranges of read articles.
30263
30264 @item gnus-info-marks
30265 @itemx gnus-info-set-marks
30266 @findex gnus-info-marks
30267 @findex gnus-info-set-marks
30268 Get/set the lists of ranges of marked articles.
30269
30270 @item gnus-info-method
30271 @itemx gnus-info-set-method
30272 @findex gnus-info-method
30273 @findex gnus-info-set-method
30274 Get/set the group select method.
30275
30276 @item gnus-info-params
30277 @itemx gnus-info-set-params
30278 @findex gnus-info-params
30279 @findex gnus-info-set-params
30280 Get/set the group parameters.
30281 @end table
30282
30283 All the getter functions take one parameter---the info list. The setter
30284 functions take two parameters---the info list and the new value.
30285
30286 The last three elements in the group info aren't mandatory, so it may be
30287 necessary to extend the group info before setting the element. If this
30288 is necessary, you can just pass on a non-@code{nil} third parameter to
30289 the three final setter functions to have this happen automatically.
30290
30291
30292 @node Extended Interactive
30293 @subsection Extended Interactive
30294 @cindex interactive
30295 @findex gnus-interactive
30296
30297 Gnus extends the standard Emacs @code{interactive} specification
30298 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
30299 Prefixes}). Here's an example of how this is used:
30300
30301 @lisp
30302 (defun gnus-summary-increase-score (&optional score symp)
30303 (interactive (gnus-interactive "P\ny"))
30304 ...
30305 )
30306 @end lisp
30307
30308 The best thing to do would have been to implement
30309 @code{gnus-interactive} as a macro which would have returned an
30310 @code{interactive} form, but this isn't possible since Emacs checks
30311 whether a function is interactive or not by simply doing an @code{assq}
30312 on the lambda form. So, instead we have @code{gnus-interactive}
30313 function that takes a string and returns values that are usable to
30314 @code{interactive}.
30315
30316 This function accepts (almost) all normal @code{interactive} specs, but
30317 adds a few more.
30318
30319 @table @samp
30320 @item y
30321 @vindex gnus-current-prefix-symbol
30322 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
30323 variable.
30324
30325 @item Y
30326 @vindex gnus-current-prefix-symbols
30327 A list of the current symbolic prefixes---the
30328 @code{gnus-current-prefix-symbol} variable.
30329
30330 @item A
30331 The current article number---the @code{gnus-summary-article-number}
30332 function.
30333
30334 @item H
30335 The current article header---the @code{gnus-summary-article-header}
30336 function.
30337
30338 @item g
30339 The current group name---the @code{gnus-group-group-name}
30340 function.
30341
30342 @end table
30343
30344
30345 @node Emacs/XEmacs Code
30346 @subsection Emacs/XEmacs Code
30347 @cindex XEmacs
30348 @cindex Emacsen
30349
30350 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
30351 platforms must be the primary one. I chose Emacs. Not because I don't
30352 like XEmacs or Mule, but because it comes first alphabetically.
30353
30354 This means that Gnus will byte-compile under Emacs with nary a warning,
30355 while XEmacs will pump out gigabytes of warnings while byte-compiling.
30356 As I use byte-compilation warnings to help me root out trivial errors in
30357 Gnus, that's very useful.
30358
30359 I've also consistently used Emacs function interfaces, but have used
30360 Gnusey aliases for the functions. To take an example: Emacs defines a
30361 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
30362 function. I then define a function called @code{gnus-run-at-time} that
30363 takes the same parameters as the Emacs @code{run-at-time}. When running
30364 Gnus under Emacs, the former function is just an alias for the latter.
30365 However, when running under XEmacs, the former is an alias for the
30366 following function:
30367
30368 @lisp
30369 (defun gnus-xmas-run-at-time (time repeat function &rest args)
30370 (start-itimer
30371 "gnus-run-at-time"
30372 `(lambda ()
30373 (,function ,@@args))
30374 time repeat))
30375 @end lisp
30376
30377 This sort of thing has been done for bunches of functions. Gnus does
30378 not redefine any native Emacs functions while running under XEmacs---it
30379 does this @code{defalias} thing with Gnus equivalents instead. Cleaner
30380 all over.
30381
30382 In the cases where the XEmacs function interface was obviously cleaner,
30383 I used it instead. For example @code{gnus-region-active-p} is an alias
30384 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
30385
30386 Of course, I could have chosen XEmacs as my native platform and done
30387 mapping functions the other way around. But I didn't. The performance
30388 hit these indirections impose on Gnus under XEmacs should be slight.
30389
30390
30391 @node Various File Formats
30392 @subsection Various File Formats
30393
30394 @menu
30395 * Active File Format:: Information on articles and groups available.
30396 * Newsgroups File Format:: Group descriptions.
30397 @end menu
30398
30399
30400 @node Active File Format
30401 @subsubsection Active File Format
30402
30403 The active file lists all groups available on the server in
30404 question. It also lists the highest and lowest current article numbers
30405 in each group.
30406
30407 Here's an excerpt from a typical active file:
30408
30409 @example
30410 soc.motss 296030 293865 y
30411 alt.binaries.pictures.fractals 3922 3913 n
30412 comp.sources.unix 1605 1593 m
30413 comp.binaries.ibm.pc 5097 5089 y
30414 no.general 1000 900 y
30415 @end example
30416
30417 Here's a pseudo-BNF definition of this file:
30418
30419 @example
30420 active = *group-line
30421 group-line = group spc high-number spc low-number spc flag <NEWLINE>
30422 group = <non-white-space string>
30423 spc = " "
30424 high-number = <non-negative integer>
30425 low-number = <positive integer>
30426 flag = "y" / "n" / "m" / "j" / "x" / "=" group
30427 @end example
30428
30429 For a full description of this file, see the manual pages for
30430 @samp{innd}, in particular @samp{active(5)}.
30431
30432
30433 @node Newsgroups File Format
30434 @subsubsection Newsgroups File Format
30435
30436 The newsgroups file lists groups along with their descriptions. Not all
30437 groups on the server have to be listed, and not all groups in the file
30438 have to exist on the server. The file is meant purely as information to
30439 the user.
30440
30441 The format is quite simple; a group name, a tab, and the description.
30442 Here's the definition:
30443
30444 @example
30445 newsgroups = *line
30446 line = group tab description <NEWLINE>
30447 group = <non-white-space string>
30448 tab = <TAB>
30449 description = <string>
30450 @end example
30451
30452
30453 @page
30454 @node Emacs for Heathens
30455 @section Emacs for Heathens
30456
30457 Believe it or not, but some people who use Gnus haven't really used
30458 Emacs much before they embarked on their journey on the Gnus Love Boat.
30459 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
30460 region'', and ``set @code{gnus-flargblossen} to an alist where the key
30461 is a regexp that is used for matching on the group name'' are magical
30462 phrases with little or no meaning, then this appendix is for you. If
30463 you are already familiar with Emacs, just ignore this and go fondle your
30464 cat instead.
30465
30466 @menu
30467 * Keystrokes:: Entering text and executing commands.
30468 * Emacs Lisp:: The built-in Emacs programming language.
30469 @end menu
30470
30471
30472 @node Keystrokes
30473 @subsection Keystrokes
30474
30475 @itemize @bullet
30476 @item
30477 Q: What is an experienced Emacs user?
30478
30479 @item
30480 A: A person who wishes that the terminal had pedals.
30481 @end itemize
30482
30483 Yes, when you use Emacs, you are apt to use the control key, the shift
30484 key and the meta key a lot. This is very annoying to some people
30485 (notably @code{vi}le users), and the rest of us just love the hell out
30486 of it. Just give up and submit. Emacs really does stand for
30487 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
30488 may have heard from other disreputable sources (like the Emacs author).
30489
30490 The shift keys are normally located near your pinky fingers, and are
30491 normally used to get capital letters and stuff. You probably use it all
30492 the time. The control key is normally marked ``CTRL'' or something like
30493 that. The meta key is, funnily enough, never marked as such on any
30494 keyboard. The one I'm currently at has a key that's marked ``Alt'',
30495 which is the meta key on this keyboard. It's usually located somewhere
30496 to the left hand side of the keyboard, usually on the bottom row.
30497
30498 Now, us Emacs people don't say ``press the meta-control-m key'',
30499 because that's just too inconvenient. We say ``press the @kbd{C-M-m}
30500 key''. @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
30501 prefix that means ``control''. So ``press @kbd{C-k}'' means ``press
30502 down the control key, and hold it down while you press @kbd{k}''.
30503 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
30504 the control key and then press @kbd{k}''. Simple, ay?
30505
30506 This is somewhat complicated by the fact that not all keyboards have a
30507 meta key. In that case you can use the ``escape'' key. Then @kbd{M-k}
30508 means ``press escape, release escape, press @kbd{k}''. That's much more
30509 work than if you have a meta key, so if that's the case, I respectfully
30510 suggest you get a real keyboard with a meta key. You can't live without
30511 it.
30512
30513
30514
30515 @node Emacs Lisp
30516 @subsection Emacs Lisp
30517
30518 Emacs is the King of Editors because it's really a Lisp interpreter.
30519 Each and every key you tap runs some Emacs Lisp code snippet, and since
30520 Emacs Lisp is an interpreted language, that means that you can configure
30521 any key to run any arbitrary code. You just, like, do it.
30522
30523 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
30524 functions. (These are byte-compiled for speed, but it's still
30525 interpreted.) If you decide that you don't like the way Gnus does
30526 certain things, it's trivial to have it do something a different way.
30527 (Well, at least if you know how to write Lisp code.) However, that's
30528 beyond the scope of this manual, so we are simply going to talk about
30529 some common constructs that you normally use in your @file{~/.gnus.el}
30530 file to customize Gnus. (You can also use the @file{~/.emacs} file, but
30531 in order to set things of Gnus up, it is much better to use the
30532 @file{~/.gnus.el} file, @xref{Startup Files}.)
30533
30534 If you want to set the variable @code{gnus-florgbnize} to four (4), you
30535 write the following:
30536
30537 @lisp
30538 (setq gnus-florgbnize 4)
30539 @end lisp
30540
30541 This function (really ``special form'') @code{setq} is the one that can
30542 set a variable to some value. This is really all you need to know. Now
30543 you can go and fill your @file{~/.gnus.el} file with lots of these to
30544 change how Gnus works.
30545
30546 If you have put that thing in your @file{~/.gnus.el} file, it will be
30547 read and @code{eval}ed (which is Lisp-ese for ``run'') the next time you
30548 start Gnus. If you want to change the variable right away, simply say
30549 @kbd{C-x C-e} after the closing parenthesis. That will @code{eval} the
30550 previous ``form'', which is a simple @code{setq} statement here.
30551
30552 Go ahead---just try it, if you're located at your Emacs. After you
30553 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
30554 is the return value of the form you @code{eval}ed.
30555
30556 Some pitfalls:
30557
30558 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
30559 that means:
30560
30561 @lisp
30562 (setq gnus-read-active-file 'some)
30563 @end lisp
30564
30565 On the other hand, if the manual says ``set @code{gnus-nntp-server-file} to
30566 @samp{/etc/nntpserver}'', that means:
30567
30568 @lisp
30569 (setq gnus-nntp-server-file "/etc/nntpserver")
30570 @end lisp
30571
30572 So be careful not to mix up strings (the latter) with symbols (the
30573 former). The manual is unambiguous, but it can be confusing.
30574
30575 @page
30576 @include gnus-faq.texi
30577
30578 @node GNU Free Documentation License
30579 @chapter GNU Free Documentation License
30580 @include doclicense.texi
30581
30582 @node Index
30583 @chapter Index
30584 @printindex cp
30585
30586 @node Key Index
30587 @chapter Key Index
30588 @printindex ky
30589
30590 @bye
30591
30592 @iftex
30593 @iflatex
30594 \end{document}
30595 @end iflatex
30596 @end iftex
30597
30598 @c Local Variables:
30599 @c mode: texinfo
30600 @c coding: utf-8
30601 @c End: