Add the new command gnus-html-show-images.
[gnus] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle Gnus Manual
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex pg cp
8
9 @documentencoding ISO-8859-1
10
11 @copying
12 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14
15 @quotation
16 Permission is granted to copy, distribute and/or modify this document
17 under the terms of the GNU Free Documentation License, Version 1.3 or
18 any later version published by the Free Software Foundation; with no
19 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
20 and with the Back-Cover Texts as in (a) below.  A copy of the license
21 is included in the section entitled ``GNU Free Documentation License''.
22
23 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
24 modify this GNU manual.  Buying copies from the FSF supports it in
25 developing GNU and promoting software freedom.''
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}{No Gnus v0.11}
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
324 @direntry
325 * Gnus: (gnus).                 The newsreader Gnus.
326 @end direntry
327 @iftex
328 @finalout
329 @end iftex
330
331
332 @titlepage
333 @title Gnus Manual
334
335 @author by Lars Magne Ingebrigtsen
336 @page
337 @vskip 0pt plus 1filll
338 @insertcopying
339 @end titlepage
340
341 @summarycontents
342 @contents
343
344 @node Top
345 @top The Gnus Newsreader
346
347 @ifinfo
348
349 You can read news (and mail) from within Emacs by using Gnus.  The news
350 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
351 spool or your mbox file.  All at the same time, if you want to push your
352 luck.
353
354 @c Adjust ../Makefile.in if you change the following line:
355 This manual corresponds to No Gnus v0.11.
356
357 @ifnottex
358 @insertcopying
359 @end ifnottex
360
361 @end ifinfo
362
363 @iftex
364
365 @iflatex
366 \tableofcontents
367 \gnuscleardoublepage
368 @end iflatex
369
370 Gnus is the advanced, self-documenting, customizable, extensible
371 unreal-time newsreader for GNU Emacs.
372
373 Oops.  That sounds oddly familiar, so let's start over again to avoid
374 being accused of plagiarism:
375
376 Gnus is a message-reading laboratory.  It will let you look at just
377 about anything as if it were a newsgroup.  You can read mail with it,
378 you can browse directories with it, you can @code{ftp} with it---you
379 can even read news with it!
380
381 Gnus tries to empower people who read news the same way Emacs empowers
382 people who edit text.  Gnus sets no limits to what the user should be
383 allowed to do.  Users are encouraged to extend Gnus to make it behave
384 like they want it to behave.  A program should not control people;
385 people should be empowered to do what they want by using (or abusing)
386 the program.
387
388 @c Adjust ../Makefile.in if you change the following line:
389 This manual corresponds to No Gnus v0.11.
390
391 @heading Other related manuals
392 @itemize
393 @item Message manual: Composing messages
394 @item Emacs-MIME:     Composing messages; @acronym{MIME}-specific parts.
395 @item Sieve:          Managing Sieve scripts in Emacs.
396 @item PGG:            @acronym{PGP/MIME} with Gnus.
397 @item SASL:           @acronym{SASL} authentication in Emacs.
398 @end itemize
399
400 @end iftex
401
402 @menu
403 * Starting Up::              Finding news can be a pain.
404 * Group Buffer::             Selecting, subscribing and killing groups.
405 * Summary Buffer::           Reading, saving and posting articles.
406 * Article Buffer::           Displaying and handling articles.
407 * Composing Messages::       Information on sending mail and news.
408 * Select Methods::           Gnus reads all messages from various select methods.
409 * Scoring::                  Assigning values to articles.
410 * Various::                  General purpose settings.
411 * The End::                  Farewell and goodbye.
412 * Appendices::               Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
413 * GNU Free Documentation License:: The license for this documentation.
414 * Index::                    Variable, function and concept index.
415 * Key Index::                Key Index.
416
417 Other related manuals
418
419 * Message:(message).         Composing messages.
420 * Emacs-MIME:(emacs-mime).   Composing messages; @acronym{MIME}-specific parts.
421 * Sieve:(sieve).             Managing Sieve scripts in Emacs.
422 * PGG:(pgg).                 @acronym{PGP/MIME} with Gnus.
423 * SASL:(sasl).               @acronym{SASL} authentication in Emacs.
424
425 @detailmenu
426  --- The Detailed Node Listing ---
427
428 Starting Gnus
429
430 * Finding the News::            Choosing a method for getting news.
431 * The First Time::              What does Gnus do the first time you start it?
432 * The Server is Down::          How can I read my mail then?
433 * Slave Gnusae::                You can have more than one Gnus active at a time.
434 * Fetching a Group::            Starting Gnus just to read a group.
435 * New Groups::                  What is Gnus supposed to do with new groups?
436 * Changing Servers::            You may want to move from one server to another.
437 * Startup Files::               Those pesky startup files---@file{.newsrc}.
438 * Auto Save::                   Recovering from a crash.
439 * The Active File::             Reading the active file over a slow line Takes Time.
440 * Startup Variables::           Other variables you might change.
441
442 New Groups
443
444 * Checking New Groups::         Determining what groups are new.
445 * Subscription Methods::        What Gnus should do with new groups.
446 * Filtering New Groups::        Making Gnus ignore certain new groups.
447
448 Group Buffer
449
450 * Group Buffer Format::         Information listed and how you can change it.
451 * Group Maneuvering::           Commands for moving in the group buffer.
452 * Selecting a Group::           Actually reading news.
453 * Subscription Commands::       Unsubscribing, killing, subscribing.
454 * Group Data::                  Changing the info for a group.
455 * Group Levels::                Levels? What are those, then?
456 * Group Score::                 A mechanism for finding out what groups you like.
457 * Marking Groups::              You can mark groups for later processing.
458 * Foreign Groups::              Creating and editing groups.
459 * Group Parameters::            Each group may have different parameters set.
460 * Listing Groups::              Gnus can list various subsets of the groups.
461 * Sorting Groups::              Re-arrange the group order.
462 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
463 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
464 * Exiting Gnus::                Stop reading news and get some work done.
465 * Group Topics::                A folding group mode divided into topics.
466 * Non-ASCII Group Names::       Accessing groups of non-English names.
467 * Misc Group Stuff::            Other stuff that you can to do.
468
469 Group Buffer Format
470
471 * Group Line Specification::    Deciding how the group buffer is to look.
472 * Group Mode Line Specification::  The group buffer mode line.
473 * Group Highlighting::          Having nice colors in the group buffer.
474
475 Group Topics
476
477 * Topic Commands::              Interactive E-Z commands.
478 * Topic Variables::             How to customize the topics the Lisp Way.
479 * Topic Sorting::               Sorting each topic individually.
480 * Topic Topology::              A map of the world.
481 * Topic Parameters::            Parameters that apply to all groups in a topic.
482
483 Misc Group Stuff
484
485 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
486 * Group Information::           Information and help on groups and Gnus.
487 * Group Timestamp::             Making Gnus keep track of when you last read a group.
488 * File Commands::               Reading and writing the Gnus files.
489 * Sieve Commands::              Managing Sieve scripts.
490
491 Summary Buffer
492
493 * Summary Buffer Format::       Deciding how the summary buffer is to look.
494 * Summary Maneuvering::         Moving around the summary buffer.
495 * Choosing Articles::           Reading articles.
496 * Paging the Article::          Scrolling the current article.
497 * Reply Followup and Post::     Posting articles.
498 * Delayed Articles::            Send articles at a later time.
499 * Marking Articles::            Marking articles as read, expirable, etc.
500 * Limiting::                    You can limit the summary buffer.
501 * Threading::                   How threads are made.
502 * Sorting the Summary Buffer::  How articles and threads are sorted.
503 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
504 * Article Caching::             You may store articles in a cache.
505 * Persistent Articles::         Making articles expiry-resistant.
506 * Sticky Articles::             Article buffers that are not reused.
507 * Article Backlog::             Having already read articles hang around.
508 * Saving Articles::             Ways of customizing article saving.
509 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
510 * Article Treatment::           The article buffer can be mangled at will.
511 * MIME Commands::               Doing MIMEy things with the articles.
512 * Charsets::                    Character set issues.
513 * Article Commands::            Doing various things with the article buffer.
514 * Summary Sorting::             Sorting the summary buffer in various ways.
515 * Finding the Parent::          No child support? Get the parent.
516 * Alternative Approaches::      Reading using non-default summaries.
517 * Tree Display::                A more visual display of threads.
518 * Mail Group Commands::         Some commands can only be used in mail groups.
519 * Various Summary Stuff::       What didn't fit anywhere else.
520 * Exiting the Summary Buffer::  Returning to the Group buffer,
521                                 or reselecting the current group.
522 * Crosspost Handling::          How crossposted articles are dealt with.
523 * Duplicate Suppression::       An alternative when crosspost handling fails.
524 * Security::                    Decrypt and Verify.
525 * Mailing List::                Mailing list minor mode.
526
527 Summary Buffer Format
528
529 * Summary Buffer Lines::        You can specify how summary lines should look.
530 * To From Newsgroups::          How to not display your own name.
531 * Summary Buffer Mode Line::    You can say how the mode line should look.
532 * Summary Highlighting::        Making the summary buffer all pretty and nice.
533
534 Choosing Articles
535
536 * Choosing Commands::           Commands for choosing articles.
537 * Choosing Variables::          Variables that influence these commands.
538
539 Reply, Followup and Post
540
541 * Summary Mail Commands::       Sending mail.
542 * Summary Post Commands::       Sending news.
543 * Summary Message Commands::    Other Message-related commands.
544 * Canceling and Superseding::
545
546 Marking Articles
547
548 * Unread Articles::             Marks for unread articles.
549 * Read Articles::               Marks for read articles.
550 * Other Marks::                 Marks that do not affect readedness.
551 * Setting Marks::               How to set and remove marks.
552 * Generic Marking Commands::    How to customize the marking.
553 * Setting Process Marks::       How to mark articles for later processing.
554
555 Threading
556
557 * Customizing Threading::       Variables you can change to affect the threading.
558 * Thread Commands::             Thread based commands in the summary buffer.
559
560 Customizing Threading
561
562 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
563 * Filling In Threads::          Making the threads displayed look fuller.
564 * More Threading::              Even more variables for fiddling with threads.
565 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
566
567 Decoding Articles
568
569 * Uuencoded Articles::          Uudecode articles.
570 * Shell Archives::              Unshar articles.
571 * PostScript Files::            Split PostScript.
572 * Other Files::                 Plain save and binhex.
573 * Decoding Variables::          Variables for a happy decoding.
574 * Viewing Files::               You want to look at the result of the decoding?
575
576 Decoding Variables
577
578 * Rule Variables::              Variables that say how a file is to be viewed.
579 * Other Decode Variables::      Other decode variables.
580 * Uuencoding and Posting::      Variables for customizing uuencoding.
581
582 Article Treatment
583
584 * Article Highlighting::        You want to make the article look like fruit salad.
585 * Article Fontisizing::         Making emphasized text look nice.
586 * Article Hiding::              You also want to make certain info go away.
587 * Article Washing::             Lots of way-neat functions to make life better.
588 * Article Header::              Doing various header transformations.
589 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
590 * Article Button Levels::       Controlling appearance of buttons.
591 * Article Date::                Grumble, UT!
592 * Article Display::             Display various stuff---X-Face, Picons, Smileys
593 * Article Signature::           What is a signature?
594 * Article Miscellanea::         Various other stuff.
595
596 Alternative Approaches
597
598 * Pick and Read::               First mark articles and then read them.
599 * Binary Groups::               Auto-decode all articles.
600
601 Various Summary Stuff
602
603 * Summary Group Information::   Information oriented commands.
604 * Searching for Articles::      Multiple article commands.
605 * Summary Generation Commands::
606 * Really Various Summary Commands::  Those pesky non-conformant commands.
607
608 Article Buffer
609
610 * Hiding Headers::              Deciding what headers should be displayed.
611 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
612 * Customizing Articles::        Tailoring the look of the articles.
613 * Article Keymap::              Keystrokes available in the article buffer.
614 * Misc Article::                Other stuff.
615
616 Composing Messages
617
618 * Mail::                        Mailing and replying.
619 * Posting Server::              What server should you post and mail via?
620 * POP before SMTP::             You cannot send a mail unless you read a mail.
621 * Mail and Post::               Mailing and posting at the same time.
622 * Archived Messages::           Where Gnus stores the messages you've sent.
623 * Posting Styles::              An easier way to specify who you are.
624 * Drafts::                      Postponing messages and rejected messages.
625 * Rejected Articles::           What happens if the server doesn't like your article?
626 * Signing and encrypting::      How to compose secure messages.
627
628 Select Methods
629
630 * Server Buffer::               Making and editing virtual servers.
631 * Getting News::                Reading USENET news with Gnus.
632 * Getting Mail::                Reading your personal mail with Gnus.
633 * Browsing the Web::            Getting messages from a plethora of Web sources.
634 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
635 * Other Sources::               Reading directories, files.
636 * Combined Groups::             Combining groups into one group.
637 * Email Based Diary::           Using mails to manage diary events in Gnus.
638 * Gnus Unplugged::              Reading news and mail offline.
639
640 Server Buffer
641
642 * Server Buffer Format::        You can customize the look of this buffer.
643 * Server Commands::             Commands to manipulate servers.
644 * Example Methods::             Examples server specifications.
645 * Creating a Virtual Server::   An example session.
646 * Server Variables::            Which variables to set.
647 * Servers and Methods::         You can use server names as select methods.
648 * Unavailable Servers::         Some servers you try to contact may be down.
649
650 Getting News
651
652 * NNTP::                        Reading news from an @acronym{NNTP} server.
653 * News Spool::                  Reading news from the local spool.
654
655 @acronym{NNTP}
656
657 * Direct Functions::            Connecting directly to the server.
658 * Indirect Functions::          Connecting indirectly to the server.
659 * Common Variables::            Understood by several connection functions.
660 * NNTP marks::                  Storing marks for @acronym{NNTP} servers.
661
662 Getting Mail
663
664 * Mail in a Newsreader::        Important introductory notes.
665 * Getting Started Reading Mail::  A simple cookbook example.
666 * Splitting Mail::              How to create mail groups.
667 * Mail Sources::                How to tell Gnus where to get mail from.
668 * Mail Back End Variables::     Variables for customizing mail handling.
669 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
670 * Group Mail Splitting::        Use group customize to drive mail splitting.
671 * Incorporating Old Mail::      What about the old mail you have?
672 * Expiring Mail::               Getting rid of unwanted mail.
673 * Washing Mail::                Removing cruft from the mail you get.
674 * Duplicates::                  Dealing with duplicated mail.
675 * Not Reading Mail::            Using mail back ends for reading other files.
676 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
677
678 Mail Sources
679
680 * Mail Source Specifiers::      How to specify what a mail source is.
681 * Mail Source Customization::   Some variables that influence things.
682 * Fetching Mail::               Using the mail source specifiers.
683
684 Choosing a Mail Back End
685
686 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
687 * Babyl::                       Babyl was used by older versions of Rmail.
688 * Mail Spool::                  Store your mail in a private spool?
689 * MH Spool::                    An mhspool-like back end.
690 * Maildir::                     Another one-file-per-message format.
691 * Mail Folders::                Having one file for each group.
692 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
693
694 Browsing the Web
695
696 * Archiving Mail::
697 * Web Searches::                Creating groups from articles that match a string.
698 * RSS::                         Reading RDF site summary.
699 * Customizing W3::              Doing stuff to Emacs/W3 from Gnus.
700
701 @acronym{IMAP}
702
703 * Splitting in IMAP::           Splitting mail with nnimap.
704 * Expiring in IMAP::            Expiring mail with nnimap.
705 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
706 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
707 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
708 * Debugging IMAP::              What to do when things don't work.
709
710 Other Sources
711
712 * Directory Groups::            You can read a directory as if it was a newsgroup.
713 * Anything Groups::             Dired?  Who needs dired?
714 * Document Groups::             Single files can be the basis of a group.
715 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
716
717 Document Groups
718
719 * Document Server Internals::   How to add your own document types.
720
721 Combined Groups
722
723 * Virtual Groups::              Combining articles from many groups.
724
725 Email Based Diary
726
727 * The NNDiary Back End::        Basic setup and usage.
728 * The Gnus Diary Library::      Utility toolkit on top of nndiary.
729 * Sending or Not Sending::      A final note on sending diary messages.
730
731 The NNDiary Back End
732
733 * Diary Messages::              What makes a message valid for nndiary.
734 * Running NNDiary::             NNDiary has two modes of operation.
735 * Customizing NNDiary::         Bells and whistles.
736
737 The Gnus Diary Library
738
739 * Diary Summary Line Format::           A nicer summary buffer line format.
740 * Diary Articles Sorting::              A nicer way to sort messages.
741 * Diary Headers Generation::            Not doing it manually.
742 * Diary Group Parameters::              Not handling them manually.
743
744 Gnus Unplugged
745
746 * Agent Basics::                How it all is supposed to work.
747 * Agent Categories::            How to tell the Gnus Agent what to download.
748 * Agent Commands::              New commands for all the buffers.
749 * Agent Visuals::               Ways that the agent may effect your summary buffer.
750 * Agent as Cache::              The Agent is a big cache too.
751 * Agent Expiry::                How to make old articles go away.
752 * Agent Regeneration::          How to recover from lost connections and other accidents.
753 * Agent and flags::             How the Agent maintains flags.
754 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
755 * Outgoing Messages::           What happens when you post/mail something?
756 * Agent Variables::             Customizing is fun.
757 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
758 * Batching Agents::             How to fetch news from a @code{cron} job.
759 * Agent Caveats::               What you think it'll do and what it does.
760
761 Agent Categories
762
763 * Category Syntax::             What a category looks like.
764 * Category Buffer::             A buffer for maintaining categories.
765 * Category Variables::          Customize'r'Us.
766
767 Agent Commands
768
769 * Group Agent Commands::        Configure groups and fetch their contents.
770 * Summary Agent Commands::      Manually select then fetch specific articles.
771 * Server Agent Commands::       Select the servers that are supported by the agent.
772
773 Scoring
774
775 * Summary Score Commands::      Adding score entries for the current group.
776 * Group Score Commands::        General score commands.
777 * Score Variables::             Customize your scoring.  (My, what terminology).
778 * Score File Format::           What a score file may contain.
779 * Score File Editing::          You can edit score files by hand as well.
780 * Adaptive Scoring::            Big Sister Gnus knows what you read.
781 * Home Score File::             How to say where new score entries are to go.
782 * Followups To Yourself::       Having Gnus notice when people answer you.
783 * Scoring On Other Headers::    Scoring on non-standard headers.
784 * Scoring Tips::                How to score effectively.
785 * Reverse Scoring::             That problem child of old is not problem.
786 * Global Score Files::          Earth-spanning, ear-splitting score files.
787 * Kill Files::                  They are still here, but they can be ignored.
788 * Converting Kill Files::       Translating kill files to score files.
789 * Advanced Scoring::            Using logical expressions to build score rules.
790 * Score Decays::                It can be useful to let scores wither away.
791
792 Advanced Scoring
793
794 * Advanced Scoring Syntax::     A definition.
795 * Advanced Scoring Examples::   What they look like.
796 * Advanced Scoring Tips::       Getting the most out of it.
797
798 Various
799
800 * Process/Prefix::              A convention used by many treatment commands.
801 * Interactive::                 Making Gnus ask you many questions.
802 * Symbolic Prefixes::           How to supply some Gnus functions with options.
803 * Formatting Variables::        You can specify what buffers should look like.
804 * Window Layout::               Configuring the Gnus buffer windows.
805 * Faces and Fonts::             How to change how faces look.
806 * Compilation::                 How to speed Gnus up.
807 * Mode Lines::                  Displaying information in the mode lines.
808 * Highlighting and Menus::      Making buffers look all nice and cozy.
809 * Buttons::                     Get tendinitis in ten easy steps!
810 * Daemons::                     Gnus can do things behind your back.
811 * NoCeM::                       How to avoid spam and other fatty foods.
812 * Undo::                        Some actions can be undone.
813 * Predicate Specifiers::        Specifying predicates.
814 * Moderation::                  What to do if you're a moderator.
815 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
816 * Fuzzy Matching::              What's the big fuzz?
817 * Thwarting Email Spam::        Simple ways to avoid unsolicited commercial email.
818 * Spam Package::                A package for filtering and processing spam.
819 * The Gnus Registry::           A package for tracking messages by Message-ID.
820 * Other modes::                 Interaction with other modes.
821 * Various Various::             Things that are really various.
822
823 Formatting Variables
824
825 * Formatting Basics::           A formatting variable is basically a format string.
826 * Mode Line Formatting::        Some rules about mode line formatting variables.
827 * Advanced Formatting::         Modifying output in various ways.
828 * User-Defined Specs::          Having Gnus call your own functions.
829 * Formatting Fonts::            Making the formatting look colorful and nice.
830 * Positioning Point::           Moving point to a position after an operation.
831 * Tabulation::                  Tabulating your output.
832 * Wide Characters::             Dealing with wide characters.
833
834 Image Enhancements
835
836 * X-Face::                      Display a funky, teensy black-and-white image.
837 * Face::                        Display a funkier, teensier colored image.
838 * Smileys::                     Show all those happy faces the way they were
839                                   meant to be shown.
840 * Picons::                      How to display pictures of what you're reading.
841 * XVarious::                    Other XEmacsy Gnusey variables.
842
843 Thwarting Email Spam
844
845 * The problem of spam::         Some background, and some solutions
846 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
847 * SpamAssassin::                How to use external anti-spam tools.
848 * Hashcash::                    Reduce spam by burning CPU time.
849
850 Spam Package
851
852 * Spam Package Introduction::
853 * Filtering Incoming Mail::
854 * Detecting Spam in Groups::
855 * Spam and Ham Processors::
856 * Spam Package Configuration Examples::
857 * Spam Back Ends::
858 * Extending the Spam package::
859 * Spam Statistics Package::
860
861 Spam Statistics Package
862
863 * Creating a spam-stat dictionary::
864 * Splitting mail using spam-stat::
865 * Low-level interface to the spam-stat dictionary::
866
867 Appendices
868
869 * XEmacs::                      Requirements for installing under XEmacs.
870 * History::                     How Gnus got where it is today.
871 * On Writing Manuals::          Why this is not a beginner's guide.
872 * Terminology::                 We use really difficult, like, words here.
873 * Customization::               Tailoring Gnus to your needs.
874 * Troubleshooting::             What you might try if things do not work.
875 * Gnus Reference Guide::        Rilly, rilly technical stuff.
876 * Emacs for Heathens::          A short introduction to Emacsian terms.
877 * Frequently Asked Questions::  The Gnus FAQ
878
879 History
880
881 * Gnus Versions::               What Gnus versions have been released.
882 * Other Gnus Versions::         Other Gnus versions that also have been released.
883 * Why?::                        What's the point of Gnus?
884 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
885 * Conformity::                  Gnus tries to conform to all standards.
886 * Emacsen::                     Gnus can be run on a few modern Emacsen.
887 * Gnus Development::            How Gnus is developed.
888 * Contributors::                Oodles of people.
889 * New Features::                Pointers to some of the new stuff in Gnus.
890
891 New Features
892
893 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
894 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
895 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
896 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
897 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
898 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10/5.11.
899 * No Gnus::                     Very punny.
900
901 Customization
902
903 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
904 * Slow Terminal Connection::    You run a remote Emacs.
905 * Little Disk Space::           You feel that having large setup files is icky.
906 * Slow Machine::                You feel like buying a faster machine.
907
908 Gnus Reference Guide
909
910 * Gnus Utility Functions::      Common functions and variable to use.
911 * Back End Interface::          How Gnus communicates with the servers.
912 * Score File Syntax::           A BNF definition of the score file standard.
913 * Headers::                     How Gnus stores headers internally.
914 * Ranges::                      A handy format for storing mucho numbers.
915 * Group Info::                  The group info format.
916 * Extended Interactive::        Symbolic prefixes and stuff.
917 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
918 * Various File Formats::        Formats of files that Gnus use.
919
920 Back End Interface
921
922 * Required Back End Functions::  Functions that must be implemented.
923 * Optional Back End Functions::  Functions that need not be implemented.
924 * Error Messaging::             How to get messages and report errors.
925 * Writing New Back Ends::       Extending old back ends.
926 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
927 * Mail-like Back Ends::         Some tips on mail back ends.
928
929 Various File Formats
930
931 * Active File Format::          Information on articles and groups available.
932 * Newsgroups File Format::      Group descriptions.
933
934 Emacs for Heathens
935
936 * Keystrokes::                  Entering text and executing commands.
937 * Emacs Lisp::                  The built-in Emacs programming language.
938
939 @end detailmenu
940 @end menu
941
942 @node Starting Up
943 @chapter Starting Gnus
944 @cindex starting up
945
946 If you haven't used Emacs much before using Gnus, read @ref{Emacs for
947 Heathens} first.
948
949 @kindex M-x gnus
950 @findex gnus
951 If your system administrator has set things up properly, starting Gnus
952 and reading news is extremely easy---you just type @kbd{M-x gnus} in
953 your Emacs.  If not, you should customize the variable
954 @code{gnus-select-method} as described in @ref{Finding the News}.  For a
955 minimal setup for posting should also customize the variables
956 @code{user-full-name} and @code{user-mail-address}.
957
958 @findex gnus-other-frame
959 @kindex M-x gnus-other-frame
960 If you want to start Gnus in a different frame, you can use the command
961 @kbd{M-x gnus-other-frame} instead.
962
963 If things do not go smoothly at startup, you have to twiddle some
964 variables in your @file{~/.gnus.el} file.  This file is similar to
965 @file{~/.emacs}, but is read when Gnus starts.
966
967 If you puzzle at any terms used in this manual, please refer to the
968 terminology section (@pxref{Terminology}).
969
970 @menu
971 * Finding the News::      Choosing a method for getting news.
972 * The First Time::        What does Gnus do the first time you start it?
973 * The Server is Down::    How can I read my mail then?
974 * Slave Gnusae::          You can have more than one Gnus active at a time.
975 * New Groups::            What is Gnus supposed to do with new groups?
976 * Changing Servers::      You may want to move from one server to another.
977 * Startup Files::         Those pesky startup files---@file{.newsrc}.
978 * Auto Save::             Recovering from a crash.
979 * The Active File::       Reading the active file over a slow line Takes Time.
980 * Startup Variables::     Other variables you might change.
981 @end menu
982
983
984 @node Finding the News
985 @section Finding the News
986 @cindex finding news
987
988 First of all, you should know that there is a special buffer called
989 @code{*Server*} that lists all the servers Gnus knows about.  You can
990 press @kbd{^} from the Group buffer to see it.  In the Server buffer,
991 you can press @kbd{RET} on a defined server to see all the groups it
992 serves (subscribed or not!).  You can also add or delete servers, edit
993 a foreign server's definition, agentize or de-agentize a server, and
994 do many other neat things.  @xref{Server Buffer}.  
995 @xref{Foreign Groups}.  @xref{Agent Basics}.
996
997 @vindex gnus-select-method
998 @c @head
999 The @code{gnus-select-method} variable says where Gnus should look for
1000 news.  This variable should be a list where the first element says
1001 @dfn{how} and the second element says @dfn{where}.  This method is your
1002 native method.  All groups not fetched with this method are
1003 foreign groups.
1004
1005 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1006 you want to get your daily dosage of news from, you'd say:
1007
1008 @lisp
1009 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1010 @end lisp
1011
1012 If you want to read directly from the local spool, say:
1013
1014 @lisp
1015 (setq gnus-select-method '(nnspool ""))
1016 @end lisp
1017
1018 If you can use a local spool, you probably should, as it will almost
1019 certainly be much faster.  But do not use the local spool if your
1020 server is running Leafnode (which is a simple, standalone private news
1021 server); in this case, use @code{(nntp "localhost")}.
1022
1023 @vindex gnus-nntpserver-file
1024 @cindex NNTPSERVER
1025 @cindex @acronym{NNTP} server
1026 If this variable is not set, Gnus will take a look at the
1027 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1028 Gnus will see whether @code{gnus-nntpserver-file}
1029 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1030 If that fails as well, Gnus will try to use the machine running Emacs
1031 as an @acronym{NNTP} server.  That's a long shot, though.
1032
1033 @vindex gnus-nntp-server
1034 If @code{gnus-nntp-server} is set, this variable will override
1035 @code{gnus-select-method}.  You should therefore set
1036 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1037
1038 @vindex gnus-secondary-servers
1039 @vindex gnus-nntp-server
1040 You can also make Gnus prompt you interactively for the name of an
1041 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1042 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1043 in the @code{gnus-secondary-servers} list (if any).  You can also just
1044 type in the name of any server you feel like visiting.  (Note that this
1045 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1046 gnus} later in the same Emacs session, Gnus will contact the same
1047 server.)
1048
1049 @findex gnus-group-browse-foreign-server
1050 @kindex B (Group)
1051 However, if you use one @acronym{NNTP} server regularly and are just
1052 interested in a couple of groups from a different server, you would be
1053 better served by using the @kbd{B} command in the group buffer.  It will
1054 let you have a look at what groups are available, and you can subscribe
1055 to any of the groups you want to.  This also makes @file{.newsrc}
1056 maintenance much tidier.  @xref{Foreign Groups}.
1057
1058 @vindex gnus-secondary-select-methods
1059 @c @head
1060 A slightly different approach to foreign groups is to set the
1061 @code{gnus-secondary-select-methods} variable.  The select methods
1062 listed in this variable are in many ways just as native as the
1063 @code{gnus-select-method} server.  They will also be queried for active
1064 files during startup (if that's required), and new newsgroups that
1065 appear on these servers will be subscribed (or not) just as native
1066 groups are.
1067
1068 For instance, if you use the @code{nnmbox} back end to read your mail,
1069 you would typically set this variable to
1070
1071 @lisp
1072 (setq gnus-secondary-select-methods '((nnmbox "")))
1073 @end lisp
1074
1075 Note: the @acronym{NNTP} back end stores marks in marks files
1076 (@pxref{NNTP marks}).  This feature makes it easy to share marks between
1077 several Gnus installations, but may slow down things a bit when fetching
1078 new articles.  @xref{NNTP marks}, for more information.
1079
1080
1081 @node The First Time
1082 @section The First Time
1083 @cindex first time usage
1084
1085 If no startup files exist (@pxref{Startup Files}), Gnus will try to
1086 determine what groups should be subscribed by default.
1087
1088 @vindex gnus-default-subscribed-newsgroups
1089 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1090 will subscribe you to just those groups in that list, leaving the rest
1091 killed.  Your system administrator should have set this variable to
1092 something useful.
1093
1094 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1095 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1096 here as @dfn{whatever Lars thinks you should read}.)
1097
1098 You'll also be subscribed to the Gnus documentation group, which should
1099 help you with most common problems.
1100
1101 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1102 use the normal functions for handling new groups, and not do anything
1103 special.
1104
1105
1106 @node The Server is Down
1107 @section The Server is Down
1108 @cindex server errors
1109
1110 If the default server is down, Gnus will understandably have some
1111 problems starting.  However, if you have some mail groups in addition to
1112 the news groups, you may want to start Gnus anyway.
1113
1114 Gnus, being the trusting sort of program, will ask whether to proceed
1115 without a native select method if that server can't be contacted.  This
1116 will happen whether the server doesn't actually exist (i.e., you have
1117 given the wrong address) or the server has just momentarily taken ill
1118 for some reason or other.  If you decide to continue and have no foreign
1119 groups, you'll find it difficult to actually do anything in the group
1120 buffer.  But, hey, that's your problem.  Blllrph!
1121
1122 @findex gnus-no-server
1123 @kindex M-x gnus-no-server
1124 @c @head
1125 If you know that the server is definitely down, or you just want to read
1126 your mail without bothering with the server at all, you can use the
1127 @code{gnus-no-server} command to start Gnus.  That might come in handy
1128 if you're in a hurry as well.  This command will not attempt to contact
1129 your primary server---instead, it will just activate all groups on level
1130 1 and 2.  (You should preferably keep no native groups on those two
1131 levels.) Also @pxref{Group Levels}.
1132
1133
1134 @node Slave Gnusae
1135 @section Slave Gnusae
1136 @cindex slave
1137
1138 You might want to run more than one Emacs with more than one Gnus at the
1139 same time.  If you are using different @file{.newsrc} files (e.g., if you
1140 are using the two different Gnusae to read from two different servers),
1141 that is no problem whatsoever.  You just do it.
1142
1143 The problem appears when you want to run two Gnusae that use the same
1144 @file{.newsrc} file.
1145
1146 To work around that problem some, we here at the Think-Tank at the Gnus
1147 Towers have come up with a new concept: @dfn{Masters} and
1148 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1149 taken out a copyright on those words.  If you wish to use those words in
1150 conjunction with each other, you have to send $1 per usage instance to
1151 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1152 Applications}) will be much more expensive, of course.)
1153
1154 @findex gnus-slave
1155 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1156 however you do it).  Each subsequent slave Gnusae should be started with
1157 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1158 files, but instead save @dfn{slave files} that contain information only
1159 on what groups have been read in the slave session.  When a master Gnus
1160 starts, it will read (and delete) these slave files, incorporating all
1161 information from them.  (The slave files will be read in the sequence
1162 they were created, so the latest changes will have precedence.)
1163
1164 Information from the slave files has, of course, precedence over the
1165 information in the normal (i.e., master) @file{.newsrc} file.
1166
1167 If the @file{.newsrc*} files have not been saved in the master when the
1168 slave starts, you may be prompted as to whether to read an auto-save
1169 file.  If you answer ``yes'', the unsaved changes to the master will be
1170 incorporated into the slave.  If you answer ``no'', the slave may see some
1171 messages as unread that have been read in the master.
1172
1173
1174
1175 @node New Groups
1176 @section New Groups
1177 @cindex new groups
1178 @cindex subscription
1179
1180 @vindex gnus-check-new-newsgroups
1181 If you are satisfied that you really never want to see any new groups,
1182 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1183 also save you some time at startup.  Even if this variable is
1184 @code{nil}, you can always subscribe to the new groups just by pressing
1185 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1186 is @code{ask-server} by default.  If you set this variable to
1187 @code{always}, then Gnus will query the back ends for new groups even
1188 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1189
1190 @menu
1191 * Checking New Groups::         Determining what groups are new.
1192 * Subscription Methods::        What Gnus should do with new groups.
1193 * Filtering New Groups::        Making Gnus ignore certain new groups.
1194 @end menu
1195
1196
1197 @node Checking New Groups
1198 @subsection Checking New Groups
1199
1200 Gnus normally determines whether a group is new or not by comparing the
1201 list of groups from the active file(s) with the lists of subscribed and
1202 dead groups.  This isn't a particularly fast method.  If
1203 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1204 server for new groups since the last time.  This is both faster and
1205 cheaper.  This also means that you can get rid of the list of killed
1206 groups altogether, so you may set @code{gnus-save-killed-list} to
1207 @code{nil}, which will save time both at startup, at exit, and all over.
1208 Saves disk space, too.  Why isn't this the default, then?
1209 Unfortunately, not all servers support this command.
1210
1211 I bet I know what you're thinking now: How do I find out whether my
1212 server supports @code{ask-server}?  No?  Good, because I don't have a
1213 fail-safe answer.  I would suggest just setting this variable to
1214 @code{ask-server} and see whether any new groups appear within the next
1215 few days.  If any do, then it works.  If none do, then it doesn't
1216 work.  I could write a function to make Gnus guess whether the server
1217 supports @code{ask-server}, but it would just be a guess.  So I won't.
1218 You could @code{telnet} to the server and say @code{HELP} and see
1219 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1220 it does, then it might work.  (But there are servers that lists
1221 @samp{NEWGROUPS} without supporting the function properly.)
1222
1223 This variable can also be a list of select methods.  If so, Gnus will
1224 issue an @code{ask-server} command to each of the select methods, and
1225 subscribe them (or not) using the normal methods.  This might be handy
1226 if you are monitoring a few servers for new groups.  A side effect is
1227 that startup will take much longer, so you can meditate while waiting.
1228 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1229
1230
1231 @node Subscription Methods
1232 @subsection Subscription Methods
1233
1234 @vindex gnus-subscribe-newsgroup-method
1235 What Gnus does when it encounters a new group is determined by the
1236 @code{gnus-subscribe-newsgroup-method} variable.
1237
1238 This variable should contain a function.  This function will be called
1239 with the name of the new group as the only parameter.
1240
1241 Some handy pre-fab functions are:
1242
1243 @table @code
1244
1245 @item gnus-subscribe-zombies
1246 @vindex gnus-subscribe-zombies
1247 Make all new groups zombies.  This is the default.  You can browse the
1248 zombies later (with @kbd{A z}) and either kill them all off properly
1249 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1250
1251 @item gnus-subscribe-randomly
1252 @vindex gnus-subscribe-randomly
1253 Subscribe all new groups in arbitrary order.  This really means that all
1254 new groups will be added at ``the top'' of the group buffer.
1255
1256 @item gnus-subscribe-alphabetically
1257 @vindex gnus-subscribe-alphabetically
1258 Subscribe all new groups in alphabetical order.
1259
1260 @item gnus-subscribe-hierarchically
1261 @vindex gnus-subscribe-hierarchically
1262 Subscribe all new groups hierarchically.  The difference between this
1263 function and @code{gnus-subscribe-alphabetically} is slight.
1264 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1265 alphabetical fashion, while this function will enter groups into its
1266 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1267 @samp{comp} hierarchy, this function will not mess that configuration
1268 up.  Or something like that.
1269
1270 @item gnus-subscribe-interactively
1271 @vindex gnus-subscribe-interactively
1272 Subscribe new groups interactively.  This means that Gnus will ask
1273 you about @strong{all} new groups.  The groups you choose to subscribe
1274 to will be subscribed hierarchically.
1275
1276 @item gnus-subscribe-killed
1277 @vindex gnus-subscribe-killed
1278 Kill all new groups.
1279
1280 @item gnus-subscribe-topics
1281 @vindex gnus-subscribe-topics
1282 Put the groups into the topic that has a matching @code{subscribe} topic
1283 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1284 topic parameter that looks like
1285
1286 @example
1287 "nnml"
1288 @end example
1289
1290 will mean that all groups that match that regex will be subscribed under
1291 that topic.
1292
1293 If no topics match the groups, the groups will be subscribed in the
1294 top-level topic.
1295
1296 @end table
1297
1298 @vindex gnus-subscribe-hierarchical-interactive
1299 A closely related variable is
1300 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1301 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1302 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1303 will ask you for each sub-hierarchy whether you want to descend the
1304 hierarchy or not.
1305
1306 One common mistake is to set the variable a few paragraphs above
1307 (@code{gnus-subscribe-newsgroup-method}) to
1308 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1309 will not work.  This is ga-ga.  So don't do it.
1310
1311
1312 @node Filtering New Groups
1313 @subsection Filtering New Groups
1314
1315 A nice and portable way to control which new newsgroups should be
1316 subscribed (or ignored) is to put an @dfn{options} line at the start of
1317 the @file{.newsrc} file.  Here's an example:
1318
1319 @example
1320 options -n !alt.all !rec.all sci.all
1321 @end example
1322
1323 @vindex gnus-subscribe-options-newsgroup-method
1324 This line obviously belongs to a serious-minded intellectual scientific
1325 person (or she may just be plain old boring), because it says that all
1326 groups that have names beginning with @samp{alt} and @samp{rec} should
1327 be ignored, and all groups with names beginning with @samp{sci} should
1328 be subscribed.  Gnus will not use the normal subscription method for
1329 subscribing these groups.
1330 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1331 variable defaults to @code{gnus-subscribe-alphabetically}.
1332
1333 @vindex gnus-options-not-subscribe
1334 @vindex gnus-options-subscribe
1335 If you don't want to mess with your @file{.newsrc} file, you can just
1336 set the two variables @code{gnus-options-subscribe} and
1337 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1338 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1339 and if the new group matches the former, it will be unconditionally
1340 subscribed, and if it matches the latter, it will be ignored.
1341
1342 @vindex gnus-auto-subscribed-groups
1343 Yet another variable that meddles here is
1344 @code{gnus-auto-subscribed-groups}.  It works exactly like
1345 @code{gnus-options-subscribe}, and is therefore really superfluous,
1346 but I thought it would be nice to have two of these.  This variable is
1347 more meant for setting some ground rules, while the other variable is
1348 used more for user fiddling.  By default this variable makes all new
1349 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1350 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1351 subscribed.  If you don't like that, just set this variable to
1352 @code{nil}.
1353
1354 New groups that match this regexp are subscribed using
1355 @code{gnus-subscribe-options-newsgroup-method}.
1356
1357
1358 @node Changing Servers
1359 @section Changing Servers
1360 @cindex changing servers
1361
1362 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1363 This happens very rarely, but perhaps you change jobs, or one server is
1364 very flaky and you want to use another.
1365
1366 Changing the server is pretty easy, right?  You just change
1367 @code{gnus-select-method} to point to the new server?
1368
1369 @emph{Wrong!}
1370
1371 Article numbers are not (in any way) kept synchronized between different
1372 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1373 you have read is by keeping track of article numbers.  So when you
1374 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1375 worthless.
1376
1377 @kindex M-x gnus-group-clear-data-on-native-groups
1378 @findex gnus-group-clear-data-on-native-groups
1379 You can use the @kbd{M-x gnus-group-clear-data-on-native-groups}
1380 command to clear out all data that you have on your native groups.
1381 Use with caution.
1382
1383 @kindex M-x gnus-group-clear-data
1384 @findex gnus-group-clear-data
1385 Clear the data from the current group only---nix out marks and the
1386 list of read articles (@code{gnus-group-clear-data}).
1387
1388 After changing servers, you @strong{must} move the cache hierarchy away,
1389 since the cached articles will have wrong article numbers, which will
1390 affect which articles Gnus thinks are read.
1391 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1392 to have it done automatically; for @code{gnus-group-clear-data}, you
1393 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1394 cache for all groups).
1395
1396
1397 @node Startup Files
1398 @section Startup Files
1399 @cindex startup files
1400 @cindex .newsrc
1401 @cindex .newsrc.el
1402 @cindex .newsrc.eld
1403
1404 Most common Unix news readers use a shared startup file called
1405 @file{.newsrc}.  This file contains all the information about what
1406 groups are subscribed, and which articles in these groups have been
1407 read.
1408
1409 Things got a bit more complicated with @sc{gnus}.  In addition to
1410 keeping the @file{.newsrc} file updated, it also used a file called
1411 @file{.newsrc.el} for storing all the information that didn't fit into
1412 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1413 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1414 files was the most recently saved, which enabled people to swap between
1415 @sc{gnus} and other newsreaders.
1416
1417 That was kinda silly, so Gnus went one better: In addition to the
1418 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1419 @file{.newsrc.eld}.  It will read whichever of these files that are most
1420 recent, but it will never write a @file{.newsrc.el} file.  You should
1421 never delete the @file{.newsrc.eld} file---it contains much information
1422 not stored in the @file{.newsrc} file.
1423
1424 @vindex gnus-save-newsrc-file
1425 @vindex gnus-read-newsrc-file
1426 You can turn off writing the @file{.newsrc} file by setting
1427 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1428 the file and save some space, as well as exiting from Gnus faster.
1429 However, this will make it impossible to use other newsreaders than
1430 Gnus.  But hey, who would want to, right?  Similarly, setting
1431 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1432 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which can be
1433 convenient if you use a different news reader occasionally, and you
1434 want to read a different subset of the available groups with that
1435 news reader.
1436
1437 @vindex gnus-save-killed-list
1438 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1439 will not save the list of killed groups to the startup file.  This will
1440 save both time (when starting and quitting) and space (on disk).  It
1441 will also mean that Gnus has no record of what groups are new or old,
1442 so the automatic new groups subscription methods become meaningless.
1443 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1444 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1445 Groups}).  This variable can also be a regular expression.  If that's
1446 the case, remove all groups that do not match this regexp before
1447 saving.  This can be useful in certain obscure situations that involve
1448 several servers where not all servers support @code{ask-server}.
1449
1450 @vindex gnus-startup-file
1451 @vindex gnus-backup-startup-file
1452 @vindex version-control
1453 The @code{gnus-startup-file} variable says where the startup files are.
1454 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1455 file being whatever that one is, with a @samp{.eld} appended.
1456 If you want version control for this file, set
1457 @code{gnus-backup-startup-file}.  It respects the same values as the
1458 @code{version-control} variable.
1459
1460 @vindex gnus-save-newsrc-hook
1461 @vindex gnus-save-quick-newsrc-hook
1462 @vindex gnus-save-standard-newsrc-hook
1463 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1464 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1465 saving the @file{.newsrc.eld} file, and
1466 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1467 @file{.newsrc} file.  The latter two are commonly used to turn version
1468 control on or off.  Version control is on by default when saving the
1469 startup files.  If you want to turn backup creation off, say something like:
1470
1471 @lisp
1472 (defun turn-off-backup ()
1473   (set (make-local-variable 'backup-inhibited) t))
1474
1475 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1476 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1477 @end lisp
1478
1479 @vindex gnus-init-file
1480 @vindex gnus-site-init-file
1481 When Gnus starts, it will read the @code{gnus-site-init-file}
1482 (@file{.../site-lisp/gnus-init} by default) and @code{gnus-init-file}
1483 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1484 and can be used to avoid cluttering your @file{~/.emacs} and
1485 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1486 with the same names as these, but with @file{.elc} and @file{.el}
1487 suffixes.  In other words, if you have set @code{gnus-init-file} to
1488 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1489 and finally @file{~/.gnus} (in this order).  If Emacs was invoked with
1490 the @option{-q} or @option{--no-init-file} options (@pxref{Initial
1491 Options, ,Initial Options, emacs, The Emacs Manual}), Gnus doesn't read
1492 @code{gnus-init-file}.
1493
1494
1495 @node Auto Save
1496 @section Auto Save
1497 @cindex dribble file
1498 @cindex auto-save
1499
1500 Whenever you do something that changes the Gnus data (reading articles,
1501 catching up, killing/subscribing groups), the change is added to a
1502 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1503 Emacs way.  If your Emacs should crash before you have saved the
1504 @file{.newsrc} files, all changes you have made can be recovered from
1505 this file.
1506
1507 If Gnus detects this file at startup, it will ask the user whether to
1508 read it.  The auto save file is deleted whenever the real startup file is
1509 saved.
1510
1511 @vindex gnus-use-dribble-file
1512 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1513 maintain a dribble buffer.  The default is @code{t}.
1514
1515 @vindex gnus-dribble-directory
1516 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1517 this variable is @code{nil}, which it is by default, Gnus will dribble
1518 into the directory where the @file{.newsrc} file is located.  (This is
1519 normally the user's home directory.)  The dribble file will get the same
1520 file permissions as the @file{.newsrc} file.
1521
1522 @vindex gnus-always-read-dribble-file
1523 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1524 read the dribble file on startup without querying the user.
1525
1526
1527 @node The Active File
1528 @section The Active File
1529 @cindex active file
1530 @cindex ignored groups
1531
1532 When Gnus starts, or indeed whenever it tries to determine whether new
1533 articles have arrived, it reads the active file.  This is a very large
1534 file that lists all the active groups and articles on the server.
1535
1536 @vindex gnus-ignored-newsgroups
1537 Before examining the active file, Gnus deletes all lines that match the
1538 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1539 any groups with bogus names, but you can use this variable to make Gnus
1540 ignore hierarchies you aren't ever interested in.  However, this is not
1541 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1542 Groups} for an overview of other variables that can be used instead.
1543
1544 @c This variable is
1545 @c @code{nil} by default, and will slow down active file handling somewhat
1546 @c if you set it to anything else.
1547
1548 @vindex gnus-read-active-file
1549 @c @head
1550 The active file can be rather Huge, so if you have a slow network, you
1551 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1552 reading the active file.  This variable is @code{some} by default.
1553
1554 Gnus will try to make do by getting information just on the groups that
1555 you actually subscribe to.
1556
1557 Note that if you subscribe to lots and lots of groups, setting this
1558 variable to @code{nil} will probably make Gnus slower, not faster.  At
1559 present, having this variable @code{nil} will slow Gnus down
1560 considerably, unless you read news over a 2400 baud modem.
1561
1562 This variable can also have the value @code{some}.  Gnus will then
1563 attempt to read active info only on the subscribed groups.  On some
1564 servers this is quite fast (on sparkling, brand new INN servers that
1565 support the @code{LIST ACTIVE group} command), on others this isn't fast
1566 at all.  In any case, @code{some} should be faster than @code{nil}, and
1567 is certainly faster than @code{t} over slow lines.
1568
1569 Some news servers (old versions of Leafnode and old versions of INN, for
1570 instance) do not support the @code{LIST ACTIVE group}.  For these
1571 servers, @code{nil} is probably the most efficient value for this
1572 variable.
1573
1574 If this variable is @code{nil}, Gnus will ask for group info in total
1575 lock-step, which isn't very fast.  If it is @code{some} and you use an
1576 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1577 read all the replies in one swoop.  This will normally result in better
1578 performance, but if the server does not support the aforementioned
1579 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1580
1581 If you think that starting up Gnus takes too long, try all the three
1582 different values for this variable and see what works best for you.
1583
1584 In any case, if you use @code{some} or @code{nil}, you should definitely
1585 kill all groups that you aren't interested in to speed things up.
1586
1587 Note that this variable also affects active file retrieval from
1588 secondary select methods.
1589
1590
1591 @node Startup Variables
1592 @section Startup Variables
1593
1594 @table @code
1595
1596 @item gnus-load-hook
1597 @vindex gnus-load-hook
1598 A hook run while Gnus is being loaded.  Note that this hook will
1599 normally be run just once in each Emacs session, no matter how many
1600 times you start Gnus.
1601
1602 @item gnus-before-startup-hook
1603 @vindex gnus-before-startup-hook
1604 A hook called as the first thing when Gnus is started.
1605
1606 @item gnus-startup-hook
1607 @vindex gnus-startup-hook
1608 A hook run as the very last thing after starting up Gnus
1609
1610 @item gnus-started-hook
1611 @vindex gnus-started-hook
1612 A hook that is run as the very last thing after starting up Gnus
1613 successfully.
1614
1615 @item gnus-setup-news-hook
1616 @vindex gnus-setup-news-hook
1617 A hook that is run after reading the @file{.newsrc} file(s), but before
1618 generating the group buffer.
1619
1620 @item gnus-check-bogus-newsgroups
1621 @vindex gnus-check-bogus-newsgroups
1622 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1623 startup.  A @dfn{bogus group} is a group that you have in your
1624 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1625 bogus groups can take quite a while, so to save time and resources it's
1626 best to leave this option off, and do the checking for bogus groups once
1627 in a while from the group buffer instead (@pxref{Group Maintenance}).
1628
1629 @item gnus-inhibit-startup-message
1630 @vindex gnus-inhibit-startup-message
1631 If non-@code{nil}, the startup message won't be displayed.  That way,
1632 your boss might not notice as easily that you are reading news instead
1633 of doing your job.  Note that this variable is used before
1634 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1635
1636 @item gnus-no-groups-message
1637 @vindex gnus-no-groups-message
1638 Message displayed by Gnus when no groups are available.
1639
1640 @item gnus-play-startup-jingle
1641 @vindex gnus-play-startup-jingle
1642 If non-@code{nil}, play the Gnus jingle at startup.
1643
1644 @item gnus-startup-jingle
1645 @vindex gnus-startup-jingle
1646 Jingle to be played if the above variable is non-@code{nil}.  The
1647 default is @samp{Tuxedomoon.Jingle4.au}.
1648
1649 @end table
1650
1651
1652 @node Group Buffer
1653 @chapter Group Buffer
1654 @cindex group buffer
1655
1656 @c Alex Schroeder suggests to rearrange this as follows:
1657 @c
1658 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1659 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1660 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1661 @c   7. Group Score, 8. Group Buffer Format
1662 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1663 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1664 @c <kensanata> First, "Gnus considers groups... (default 9)."
1665 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1666 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1667 @c <kensanata> Then expand the next paragraph or add some more to it.
1668 @c    This short one sentence explains levels 1 and 2, therefore I understand
1669 @c    that I should keep important news at 3 and boring news at 4.
1670 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1671 @c    Maybe keep those that you don't want to read temporarily at 6,
1672 @c    those that you never want to read at 8, those that offend your
1673 @c    human rights at 9...
1674
1675
1676 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1677 is the first buffer shown when Gnus starts, and will never be killed as
1678 long as Gnus is active.
1679
1680 @iftex
1681 @iflatex
1682 \gnusfigure{The Group Buffer}{320}{
1683 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1684 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1685 \put(120,38){\vector(1,2){10}}
1686 \put(40,60){\makebox(0,0)[r]{Mode line}}
1687 \put(40,58){\vector(1,0){30}}
1688 \put(200,28){\makebox(0,0)[t]{Native select method}}
1689 \put(200,26){\vector(-1,2){15}}
1690 }
1691 @end iflatex
1692 @end iftex
1693
1694 @menu
1695 * Group Buffer Format::         Information listed and how you can change it.
1696 * Group Maneuvering::           Commands for moving in the group buffer.
1697 * Selecting a Group::           Actually reading news.
1698 * Subscription Commands::       Unsubscribing, killing, subscribing.
1699 * Group Data::                  Changing the info for a group.
1700 * Group Levels::                Levels? What are those, then?
1701 * Group Score::                 A mechanism for finding out what groups you like.
1702 * Marking Groups::              You can mark groups for later processing.
1703 * Foreign Groups::              Creating and editing groups.
1704 * Group Parameters::            Each group may have different parameters set.
1705 * Listing Groups::              Gnus can list various subsets of the groups.
1706 * Sorting Groups::              Re-arrange the group order.
1707 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1708 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1709 * Exiting Gnus::                Stop reading news and get some work done.
1710 * Group Topics::                A folding group mode divided into topics.
1711 * Non-ASCII Group Names::       Accessing groups of non-English names.
1712 * Searching::                   Mail search engines.
1713 * Misc Group Stuff::            Other stuff that you can to do.
1714 @end menu
1715
1716
1717 @node Group Buffer Format
1718 @section Group Buffer Format
1719
1720 @menu
1721 * Group Line Specification::    Deciding how the group buffer is to look.
1722 * Group Mode Line Specification::  The group buffer mode line.
1723 * Group Highlighting::          Having nice colors in the group buffer.
1724 @end menu
1725
1726 You can customize the Group Mode tool bar, see @kbd{M-x
1727 customize-apropos RET gnus-group-tool-bar}.  This feature is only
1728 available in Emacs.
1729
1730 The tool bar icons are now (de)activated correctly depending on the
1731 cursor position.  Therefore, moving around in the Group Buffer is
1732 slower.  You can disable this via the variable
1733 @code{gnus-group-update-tool-bar}.  Its default value depends on your
1734 Emacs version.
1735
1736 @node Group Line Specification
1737 @subsection Group Line Specification
1738 @cindex group buffer format
1739
1740 The default format of the group buffer is nice and dull, but you can
1741 make it as exciting and ugly as you feel like.
1742
1743 Here's a couple of example group lines:
1744
1745 @example
1746      25: news.announce.newusers
1747  *    0: alt.fan.andrea-dworkin
1748 @end example
1749
1750 Quite simple, huh?
1751
1752 You can see that there are 25 unread articles in
1753 @samp{news.announce.newusers}.  There are no unread articles, but some
1754 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1755 asterisk at the beginning of the line?).
1756
1757 @vindex gnus-group-line-format
1758 You can change that format to whatever you want by fiddling with the
1759 @code{gnus-group-line-format} variable.  This variable works along the
1760 lines of a @code{format} specification, which is pretty much the same as
1761 a @code{printf} specifications, for those of you who use (feh!) C.
1762 @xref{Formatting Variables}.
1763
1764 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1765
1766 There should always be a colon on the line; the cursor always moves to
1767 the colon after performing an operation.  @xref{Positioning
1768 Point}.  Nothing else is required---not even the group name.  All
1769 displayed text is just window dressing, and is never examined by Gnus.
1770 Gnus stores all real information it needs using text properties.
1771
1772 (Note that if you make a really strange, wonderful, spreadsheet-like
1773 layout, everybody will believe you are hard at work with the accounting
1774 instead of wasting time reading news.)
1775
1776 Here's a list of all available format characters:
1777
1778 @table @samp
1779
1780 @item M
1781 An asterisk if the group only has marked articles.
1782
1783 @item S
1784 Whether the group is subscribed.
1785
1786 @item L
1787 Level of subscribedness.
1788
1789 @item N
1790 Number of unread articles.
1791
1792 @item I
1793 Number of dormant articles.
1794
1795 @item T
1796 Number of ticked articles.
1797
1798 @item R
1799 Number of read articles.
1800
1801 @item U
1802 Number of unseen articles.
1803
1804 @item t
1805 Estimated total number of articles.  (This is really @var{max-number}
1806 minus @var{min-number} plus 1.)
1807
1808 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1809 efficient access to @var{max-number} and @var{min-number} but getting
1810 the true unread message count is not possible efficiently.  For
1811 hysterical raisins, even the mail back ends, where the true number of
1812 unread messages might be available efficiently, use the same limited
1813 interface.  To remove this restriction from Gnus means that the back
1814 end interface has to be changed, which is not an easy job.
1815
1816 The nnml backend (@pxref{Mail Spool}) has a feature called ``group
1817 compaction'' which circumvents this deficiency: the idea is to
1818 renumber all articles from 1, removing all gaps between numbers, hence
1819 getting a correct total count.  Other backends may support this in the
1820 future.  In order to keep your total article count relatively up to
1821 date, you might want to compact your groups (or even directly your
1822 server) from time to time. @xref{Misc Group Stuff}, @xref{Server Commands}.
1823
1824 @item y
1825 Number of unread, unticked, non-dormant articles.
1826
1827 @item i
1828 Number of ticked and dormant articles.
1829
1830 @item g
1831 Full group name.
1832
1833 @item G
1834 Group name.
1835
1836 @item C
1837 Group comment (@pxref{Group Parameters}) or group name if there is no
1838 comment element in the group parameters.
1839
1840 @item D
1841 Newsgroup description.  You need to read the group descriptions
1842 before these will appear, and to do that, you either have to set
1843 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1844 command.
1845
1846 @item o
1847 @samp{m} if moderated.
1848
1849 @item O
1850 @samp{(m)} if moderated.
1851
1852 @item s
1853 Select method.
1854
1855 @item B
1856 If the summary buffer for the group is open or not.
1857
1858 @item n
1859 Select from where.
1860
1861 @item z
1862 A string that looks like @samp{<%s:%n>} if a foreign select method is
1863 used.
1864
1865 @item P
1866 Indentation based on the level of the topic (@pxref{Group Topics}).
1867
1868 @item c
1869 @vindex gnus-group-uncollapsed-levels
1870 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1871 variable says how many levels to leave at the end of the group name.
1872 The default is 1---this will mean that group names like
1873 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1874
1875 @item m
1876 @vindex gnus-new-mail-mark
1877 @cindex %
1878 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1879 the group lately.
1880
1881 @item p
1882 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1883
1884 @item d
1885 A string that says when you last read the group (@pxref{Group
1886 Timestamp}).
1887
1888 @item F
1889 The disk space used by the articles fetched by both the cache and
1890 agent.  The value is automatically scaled to bytes(B), kilobytes(K),
1891 megabytes(M), or gigabytes(G) to minimize the column width.  A format
1892 of %7F is sufficient for a fixed-width column.
1893
1894 @item u
1895 User defined specifier.  The next character in the format string should
1896 be a letter.  Gnus will call the function
1897 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1898 following @samp{%u}.  The function will be passed a single dummy
1899 parameter as argument.  The function should return a string, which will
1900 be inserted into the buffer just like information from any other
1901 specifier.
1902 @end table
1903
1904 @cindex *
1905 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1906 if no info is available---for instance, if it is a non-activated foreign
1907 group, or a bogus native group.
1908
1909
1910 @node Group Mode Line Specification
1911 @subsection Group Mode Line Specification
1912 @cindex group mode line
1913
1914 @vindex gnus-group-mode-line-format
1915 The mode line can be changed by setting
1916 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1917 doesn't understand that many format specifiers:
1918
1919 @table @samp
1920 @item S
1921 The native news server.
1922 @item M
1923 The native select method.
1924 @end table
1925
1926
1927 @node Group Highlighting
1928 @subsection Group Highlighting
1929 @cindex highlighting
1930 @cindex group highlighting
1931
1932 @vindex gnus-group-highlight
1933 Highlighting in the group buffer is controlled by the
1934 @code{gnus-group-highlight} variable.  This is an alist with elements
1935 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1936 something non-@code{nil}, the @var{face} will be used on the line.
1937
1938 Here's an example value for this variable that might look nice if the
1939 background is dark:
1940
1941 @lisp
1942 (cond (window-system
1943        (setq custom-background-mode 'light)
1944        (defface my-group-face-1
1945          '((t (:foreground "Red" :bold t))) "First group face")
1946        (defface my-group-face-2
1947          '((t (:foreground "DarkSeaGreen4" :bold t)))
1948          "Second group face")
1949        (defface my-group-face-3
1950          '((t (:foreground "Green4" :bold t))) "Third group face")
1951        (defface my-group-face-4
1952          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1953        (defface my-group-face-5
1954          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1955
1956 (setq gnus-group-highlight
1957       '(((> unread 200) . my-group-face-1)
1958         ((and (< level 3) (zerop unread)) . my-group-face-2)
1959         ((< level 3) . my-group-face-3)
1960         ((zerop unread) . my-group-face-4)
1961         (t . my-group-face-5)))
1962 @end lisp
1963
1964 Also @pxref{Faces and Fonts}.
1965
1966 Variables that are dynamically bound when the forms are evaluated
1967 include:
1968
1969 @table @code
1970 @item group
1971 The group name.
1972 @item unread
1973 The number of unread articles in the group.
1974 @item method
1975 The select method.
1976 @item mailp
1977 Whether the group is a mail group.
1978 @item level
1979 The level of the group.
1980 @item score
1981 The score of the group.
1982 @item ticked
1983 The number of ticked articles in the group.
1984 @item total
1985 The total number of articles in the group.  Or rather,
1986 @var{max-number} minus @var{min-number} plus one.
1987 @item topic
1988 When using the topic minor mode, this variable is bound to the current
1989 topic being inserted.
1990 @end table
1991
1992 When the forms are @code{eval}ed, point is at the beginning of the line
1993 of the group in question, so you can use many of the normal Gnus
1994 functions for snarfing info on the group.
1995
1996 @vindex gnus-group-update-hook
1997 @findex gnus-group-highlight-line
1998 @code{gnus-group-update-hook} is called when a group line is changed.
1999 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2000 calls @code{gnus-group-highlight-line} by default.
2001
2002
2003 @node Group Maneuvering
2004 @section Group Maneuvering
2005 @cindex group movement
2006
2007 All movement commands understand the numeric prefix and will behave as
2008 expected, hopefully.
2009
2010 @table @kbd
2011
2012 @item n
2013 @kindex n (Group)
2014 @findex gnus-group-next-unread-group
2015 Go to the next group that has unread articles
2016 (@code{gnus-group-next-unread-group}).
2017
2018 @item p
2019 @itemx DEL
2020 @kindex DEL (Group)
2021 @kindex p (Group)
2022 @findex gnus-group-prev-unread-group
2023 Go to the previous group that has unread articles
2024 (@code{gnus-group-prev-unread-group}).
2025
2026 @item N
2027 @kindex N (Group)
2028 @findex gnus-group-next-group
2029 Go to the next group (@code{gnus-group-next-group}).
2030
2031 @item P
2032 @kindex P (Group)
2033 @findex gnus-group-prev-group
2034 Go to the previous group (@code{gnus-group-prev-group}).
2035
2036 @item M-n
2037 @kindex M-n (Group)
2038 @findex gnus-group-next-unread-group-same-level
2039 Go to the next unread group on the same (or lower) level
2040 (@code{gnus-group-next-unread-group-same-level}).
2041
2042 @item M-p
2043 @kindex M-p (Group)
2044 @findex gnus-group-prev-unread-group-same-level
2045 Go to the previous unread group on the same (or lower) level
2046 (@code{gnus-group-prev-unread-group-same-level}).
2047 @end table
2048
2049 Three commands for jumping to groups:
2050
2051 @table @kbd
2052
2053 @item j
2054 @kindex j (Group)
2055 @findex gnus-group-jump-to-group
2056 Jump to a group (and make it visible if it isn't already)
2057 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2058 like living groups.
2059
2060 @item ,
2061 @kindex , (Group)
2062 @findex gnus-group-best-unread-group
2063 Jump to the unread group with the lowest level
2064 (@code{gnus-group-best-unread-group}).
2065
2066 @item .
2067 @kindex . (Group)
2068 @findex gnus-group-first-unread-group
2069 Jump to the first group with unread articles
2070 (@code{gnus-group-first-unread-group}).
2071 @end table
2072
2073 @vindex gnus-group-goto-unread
2074 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2075 commands will move to the next group, not the next unread group.  Even
2076 the commands that say they move to the next unread group.  The default
2077 is @code{t}.
2078
2079 @vindex gnus-summary-next-group-on-exit
2080 If @code{gnus-summary-next-group-on-exit} is @code{t}, when a summary is
2081 exited, the point in the group buffer is moved to the next unread group.
2082 Otherwise, the point is set to the group just exited.  The default is
2083 @code{t}.
2084
2085 @node Selecting a Group
2086 @section Selecting a Group
2087 @cindex group selection
2088
2089 @table @kbd
2090
2091 @item SPACE
2092 @kindex SPACE (Group)
2093 @findex gnus-group-read-group
2094 Select the current group, switch to the summary buffer and display the
2095 first unread article (@code{gnus-group-read-group}).  If there are no
2096 unread articles in the group, or if you give a non-numerical prefix to
2097 this command, Gnus will offer to fetch all the old articles in this
2098 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2099 determines the number of articles Gnus will fetch.  If @var{n} is
2100 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2101 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2102
2103 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2104 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2105 - 4 2 SPC} fetches the 42 oldest ones.
2106
2107 When you are in the group (in the Summary buffer), you can type
2108 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2109 ones.
2110
2111 @item RET
2112 @kindex RET (Group)
2113 @findex gnus-group-select-group
2114 Select the current group and switch to the summary buffer
2115 (@code{gnus-group-select-group}).  Takes the same arguments as
2116 @code{gnus-group-read-group}---the only difference is that this command
2117 does not display the first unread article automatically upon group
2118 entry.
2119
2120 @item M-RET
2121 @kindex M-RET (Group)
2122 @findex gnus-group-quick-select-group
2123 This does the same as the command above, but tries to do it with the
2124 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2125 scoring/killing will be performed, there will be no highlights and no
2126 expunging.  This might be useful if you're in a real hurry and have to
2127 enter some humongous group.  If you give a 0 prefix to this command
2128 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2129 which is useful if you want to toggle threading before generating the
2130 summary buffer (@pxref{Summary Generation Commands}).
2131
2132 @item M-SPACE
2133 @kindex M-SPACE (Group)
2134 @findex gnus-group-visible-select-group
2135 This is yet one more command that does the same as the @kbd{RET}
2136 command, but this one does it without expunging and hiding dormants
2137 (@code{gnus-group-visible-select-group}).
2138
2139 @item C-M-RET
2140 @kindex C-M-RET (Group)
2141 @findex gnus-group-select-group-ephemerally
2142 Finally, this command selects the current group ephemerally without
2143 doing any processing of its contents
2144 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2145 turned off.  Everything you do in the group after selecting it in this
2146 manner will have no permanent effects.
2147
2148 @end table
2149
2150 @vindex gnus-large-newsgroup
2151 The @code{gnus-large-newsgroup} variable says what Gnus should
2152 consider to be a big group.  If it is @code{nil}, no groups are
2153 considered big.  The default value is 200.  If the group has more
2154 (unread and/or ticked) articles than this, Gnus will query the user
2155 before entering the group.  The user can then specify how many
2156 articles should be fetched from the server.  If the user specifies a
2157 negative number (@var{-n}), the @var{n} oldest articles will be
2158 fetched.  If it is positive, the @var{n} articles that have arrived
2159 most recently will be fetched.
2160
2161 @vindex gnus-large-ephemeral-newsgroup
2162 @code{gnus-large-ephemeral-newsgroup} is the same as
2163 @code{gnus-large-newsgroup}, but is only used for ephemeral
2164 newsgroups.
2165
2166 @vindex gnus-newsgroup-maximum-articles
2167 In groups in some news servers, there might be a big gap between a few
2168 very old articles that will never be expired and the recent ones.  In
2169 such a case, the server will return the data like @code{(1 . 30000000)}
2170 for the @code{LIST ACTIVE group} command, for example.  Even if there
2171 are actually only the articles 1-10 and 29999900-30000000, Gnus doesn't
2172 know it at first and prepares for getting 30000000 articles.  However,
2173 it will consume hundreds megabytes of memories and might make Emacs get
2174 stuck as the case may be.  If you use such news servers, set the
2175 variable @code{gnus-newsgroup-maximum-articles} to a positive number.
2176 The value means that Gnus ignores articles other than this number of the
2177 latest ones in every group.  For instance, the value 10000 makes Gnus
2178 get only the articles 29990001-30000000 (if the latest article number is
2179 30000000 in a group).  Note that setting this variable to a number might
2180 prevent you from reading very old articles.  The default value of the
2181 variable @code{gnus-newsgroup-maximum-articles} is @code{nil}, which
2182 means Gnus never ignores old articles.
2183
2184 @vindex gnus-select-group-hook
2185 @vindex gnus-auto-select-first
2186 @vindex gnus-auto-select-subject
2187 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2188 automatically when entering a group with the @kbd{SPACE} command.
2189 Which article this is controlled by the
2190 @code{gnus-auto-select-subject} variable.  Valid values for this
2191 variable are:
2192
2193 @table @code
2194
2195 @item unread
2196 Place point on the subject line of the first unread article.
2197
2198 @item first
2199 Place point on the subject line of the first article.
2200
2201 @item unseen
2202 Place point on the subject line of the first unseen article.
2203
2204 @item unseen-or-unread
2205 Place point on the subject line of the first unseen article, and if
2206 there is no such article, place point on the subject line of the first
2207 unread article.
2208
2209 @item best
2210 Place point on the subject line of the highest-scored unread article.
2211
2212 @end table
2213
2214 This variable can also be a function.  In that case, that function
2215 will be called to place point on a subject line.
2216
2217 If you want to prevent automatic selection in some group (say, in a
2218 binary group with Huge articles) you can set the
2219 @code{gnus-auto-select-first} variable to @code{nil} in
2220 @code{gnus-select-group-hook}, which is called when a group is
2221 selected.
2222
2223
2224 @node Subscription Commands
2225 @section Subscription Commands
2226 @cindex subscription
2227
2228 @table @kbd
2229
2230 @item S t
2231 @itemx u
2232 @kindex S t (Group)
2233 @kindex u (Group)
2234 @findex gnus-group-unsubscribe-current-group
2235 @c @icon{gnus-group-unsubscribe}
2236 Toggle subscription to the current group
2237 (@code{gnus-group-unsubscribe-current-group}).
2238
2239 @item S s
2240 @itemx U
2241 @kindex S s (Group)
2242 @kindex U (Group)
2243 @findex gnus-group-unsubscribe-group
2244 Prompt for a group to subscribe, and then subscribe it.  If it was
2245 subscribed already, unsubscribe it instead
2246 (@code{gnus-group-unsubscribe-group}).
2247
2248 @item S k
2249 @itemx C-k
2250 @kindex S k (Group)
2251 @kindex C-k (Group)
2252 @findex gnus-group-kill-group
2253 @c @icon{gnus-group-kill-group}
2254 Kill the current group (@code{gnus-group-kill-group}).
2255
2256 @item S y
2257 @itemx C-y
2258 @kindex S y (Group)
2259 @kindex C-y (Group)
2260 @findex gnus-group-yank-group
2261 Yank the last killed group (@code{gnus-group-yank-group}).
2262
2263 @item C-x C-t
2264 @kindex C-x C-t (Group)
2265 @findex gnus-group-transpose-groups
2266 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2267 really a subscription command, but you can use it instead of a
2268 kill-and-yank sequence sometimes.
2269
2270 @item S w
2271 @itemx C-w
2272 @kindex S w (Group)
2273 @kindex C-w (Group)
2274 @findex gnus-group-kill-region
2275 Kill all groups in the region (@code{gnus-group-kill-region}).
2276
2277 @item S z
2278 @kindex S z (Group)
2279 @findex gnus-group-kill-all-zombies
2280 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2281
2282 @item S C-k
2283 @kindex S C-k (Group)
2284 @findex gnus-group-kill-level
2285 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2286 These groups can't be yanked back after killing, so this command should
2287 be used with some caution.  The only time where this command comes in
2288 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2289 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2290 kill off all unsubscribed groups that do not have message numbers in the
2291 @file{.newsrc} file.
2292
2293 @end table
2294
2295 Also @pxref{Group Levels}.
2296
2297
2298 @node Group Data
2299 @section Group Data
2300
2301 @table @kbd
2302
2303 @item c
2304 @kindex c (Group)
2305 @findex gnus-group-catchup-current
2306 @vindex gnus-group-catchup-group-hook
2307 @c @icon{gnus-group-catchup-current}
2308 Mark all unticked articles in this group as read
2309 (@code{gnus-group-catchup-current}).
2310 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2311 the group buffer.
2312
2313 @item C
2314 @kindex C (Group)
2315 @findex gnus-group-catchup-current-all
2316 Mark all articles in this group, even the ticked ones, as read
2317 (@code{gnus-group-catchup-current-all}).
2318
2319 @item M-c
2320 @kindex M-c (Group)
2321 @findex gnus-group-clear-data
2322 Clear the data from the current group---nix out marks and the list of
2323 read articles (@code{gnus-group-clear-data}).
2324
2325 @item M-x gnus-group-clear-data-on-native-groups
2326 @kindex M-x gnus-group-clear-data-on-native-groups
2327 @findex gnus-group-clear-data-on-native-groups
2328 If you have switched from one @acronym{NNTP} server to another, all your marks
2329 and read ranges have become worthless.  You can use this command to
2330 clear out all data that you have on your native groups.  Use with
2331 caution.
2332
2333 @end table
2334
2335
2336 @node Group Levels
2337 @section Group Levels
2338 @cindex group level
2339 @cindex level
2340
2341 All groups have a level of @dfn{subscribedness}.  For instance, if a
2342 group is on level 2, it is more subscribed than a group on level 5.  You
2343 can ask Gnus to just list groups on a given level or lower
2344 (@pxref{Listing Groups}), or to just check for new articles in groups on
2345 a given level or lower (@pxref{Scanning New Messages}).
2346
2347 Remember:  The higher the level of the group, the less important it is.
2348
2349 @table @kbd
2350
2351 @item S l
2352 @kindex S l (Group)
2353 @findex gnus-group-set-current-level
2354 Set the level of the current group.  If a numeric prefix is given, the
2355 next @var{n} groups will have their levels set.  The user will be
2356 prompted for a level.
2357 @end table
2358
2359 @vindex gnus-level-killed
2360 @vindex gnus-level-zombie
2361 @vindex gnus-level-unsubscribed
2362 @vindex gnus-level-subscribed
2363 Gnus considers groups from levels 1 to
2364 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2365 @code{gnus-level-subscribed} (exclusive) and
2366 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2367 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2368 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2369 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2370 same, but zombie and killed groups have no information on what articles
2371 you have read, etc, stored.  This distinction between dead and living
2372 groups isn't done because it is nice or clever, it is done purely for
2373 reasons of efficiency.
2374
2375 It is recommended that you keep all your mail groups (if any) on quite
2376 low levels (e.g. 1 or 2).
2377
2378 Maybe the following description of the default behavior of Gnus helps to
2379 understand what these levels are all about.  By default, Gnus shows you
2380 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2381 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2382 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2383 groups are hidden, in a way.
2384
2385 Zombie and killed groups are similar to unsubscribed groups in that they
2386 are hidden by default.  But they are different from subscribed and
2387 unsubscribed groups in that Gnus doesn't ask the news server for
2388 information (number of messages, number of unread messages) on zombie
2389 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2390 aren't interested in.  If most groups are killed, Gnus is faster.
2391
2392 Why does Gnus distinguish between zombie and killed groups?  Well, when
2393 a new group arrives on the server, Gnus by default makes it a zombie
2394 group.  This means that you are normally not bothered with new groups,
2395 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2396 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2397 list of killed groups.)
2398
2399 If you want to play with the level variables, you should show some care.
2400 Set them once, and don't touch them ever again.  Better yet, don't touch
2401 them at all unless you know exactly what you're doing.
2402
2403 @vindex gnus-level-default-unsubscribed
2404 @vindex gnus-level-default-subscribed
2405 Two closely related variables are @code{gnus-level-default-subscribed}
2406 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2407 which are the levels that new groups will be put on if they are
2408 (un)subscribed.  These two variables should, of course, be inside the
2409 relevant valid ranges.
2410
2411 @vindex gnus-keep-same-level
2412 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2413 will only move to groups of the same level (or lower).  In
2414 particular, going from the last article in one group to the next group
2415 will go to the next group of the same level (or lower).  This might be
2416 handy if you want to read the most important groups before you read the
2417 rest.
2418
2419 If this variable is @code{best}, Gnus will make the next newsgroup the
2420 one with the best level.
2421
2422 @vindex gnus-group-default-list-level
2423 All groups with a level less than or equal to
2424 @code{gnus-group-default-list-level} will be listed in the group buffer
2425 by default.
2426
2427 @vindex gnus-group-list-inactive-groups
2428 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2429 groups will be listed along with the unread groups.  This variable is
2430 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2431 listed.
2432
2433 @vindex gnus-group-use-permanent-levels
2434 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2435 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2436 use this level as the ``work'' level.
2437
2438 @vindex gnus-activate-level
2439 Gnus will normally just activate (i. e., query the server about) groups
2440 on level @code{gnus-activate-level} or less.  If you don't want to
2441 activate unsubscribed groups, for instance, you might set this variable
2442 to 5.  The default is 6.
2443
2444
2445 @node Group Score
2446 @section Group Score
2447 @cindex group score
2448 @cindex group rank
2449 @cindex rank
2450
2451 You would normally keep important groups on high levels, but that scheme
2452 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2453 group buffer according to how often you read groups, perhaps?  Within
2454 reason?
2455
2456 This is what @dfn{group score} is for.  You can have Gnus assign a score
2457 to each group through the mechanism described below.  You can then sort
2458 the group buffer based on this score.  Alternatively, you can sort on
2459 score and then level.  (Taken together, the level and the score is
2460 called the @dfn{rank} of the group.  A group that is on level 4 and has
2461 a score of 1 has a higher rank than a group on level 5 that has a score
2462 of 300.  (The level is the most significant part and the score is the
2463 least significant part.))
2464
2465 @findex gnus-summary-bubble-group
2466 If you want groups you read often to get higher scores than groups you
2467 read seldom you can add the @code{gnus-summary-bubble-group} function to
2468 the @code{gnus-summary-exit-hook} hook.  This will result (after
2469 sorting) in a bubbling sort of action.  If you want to see that in
2470 action after each summary exit, you can add
2471 @code{gnus-group-sort-groups-by-rank} or
2472 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2473 slow things down somewhat.
2474
2475
2476 @node Marking Groups
2477 @section Marking Groups
2478 @cindex marking groups
2479
2480 If you want to perform some command on several groups, and they appear
2481 subsequently in the group buffer, you would normally just give a
2482 numerical prefix to the command.  Most group commands will then do your
2483 bidding on those groups.
2484
2485 However, if the groups are not in sequential order, you can still
2486 perform a command on several groups.  You simply mark the groups first
2487 with the process mark and then execute the command.
2488
2489 @table @kbd
2490
2491 @item #
2492 @kindex # (Group)
2493 @itemx M m
2494 @kindex M m (Group)
2495 @findex gnus-group-mark-group
2496 Set the mark on the current group (@code{gnus-group-mark-group}).
2497
2498 @item M-#
2499 @kindex M-# (Group)
2500 @itemx M u
2501 @kindex M u (Group)
2502 @findex gnus-group-unmark-group
2503 Remove the mark from the current group
2504 (@code{gnus-group-unmark-group}).
2505
2506 @item M U
2507 @kindex M U (Group)
2508 @findex gnus-group-unmark-all-groups
2509 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2510
2511 @item M w
2512 @kindex M w (Group)
2513 @findex gnus-group-mark-region
2514 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2515
2516 @item M b
2517 @kindex M b (Group)
2518 @findex gnus-group-mark-buffer
2519 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2520
2521 @item M r
2522 @kindex M r (Group)
2523 @findex gnus-group-mark-regexp
2524 Mark all groups that match some regular expression
2525 (@code{gnus-group-mark-regexp}).
2526 @end table
2527
2528 Also @pxref{Process/Prefix}.
2529
2530 @findex gnus-group-universal-argument
2531 If you want to execute some command on all groups that have been marked
2532 with the process mark, you can use the @kbd{M-&}
2533 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2534 the command to be executed.
2535
2536
2537 @node Foreign Groups
2538 @section Foreign Groups
2539 @cindex foreign groups
2540
2541 Below are some group mode commands for making and editing general foreign
2542 groups, as well as commands to ease the creation of a few
2543 special-purpose groups.  All these commands insert the newly created
2544 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2545 consulted.
2546
2547 Changes from the group editing commands are stored in
2548 @file{~/.newsrc.eld} (@code{gnus-startup-file}).  An alternative is the
2549 variable @code{gnus-parameters}, @xref{Group Parameters}.
2550
2551 @table @kbd
2552
2553 @item G m
2554 @kindex G m (Group)
2555 @findex gnus-group-make-group
2556 @cindex making groups
2557 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2558 for a name, a method and possibly an @dfn{address}.  For an easier way
2559 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2560
2561 @item G M
2562 @kindex G M (Group)
2563 @findex gnus-group-read-ephemeral-group
2564 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2565 will prompt you for a name, a method and an @dfn{address}.
2566
2567 @item G r
2568 @kindex G r (Group)
2569 @findex gnus-group-rename-group
2570 @cindex renaming groups
2571 Rename the current group to something else
2572 (@code{gnus-group-rename-group}).  This is valid only on some
2573 groups---mail groups mostly.  This command might very well be quite slow
2574 on some back ends.
2575
2576 @item G c
2577 @kindex G c (Group)
2578 @cindex customizing
2579 @findex gnus-group-customize
2580 Customize the group parameters (@code{gnus-group-customize}).
2581
2582 @item G e
2583 @kindex G e (Group)
2584 @findex gnus-group-edit-group-method
2585 @cindex renaming groups
2586 Enter a buffer where you can edit the select method of the current
2587 group (@code{gnus-group-edit-group-method}).
2588
2589 @item G p
2590 @kindex G p (Group)
2591 @findex gnus-group-edit-group-parameters
2592 Enter a buffer where you can edit the group parameters
2593 (@code{gnus-group-edit-group-parameters}).
2594
2595 @item G E
2596 @kindex G E (Group)
2597 @findex gnus-group-edit-group
2598 Enter a buffer where you can edit the group info
2599 (@code{gnus-group-edit-group}).
2600
2601 @item G d
2602 @kindex G d (Group)
2603 @findex gnus-group-make-directory-group
2604 @cindex nndir
2605 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2606 for a directory name (@code{gnus-group-make-directory-group}).
2607
2608 @item G h
2609 @kindex G h (Group)
2610 @cindex help group
2611 @findex gnus-group-make-help-group
2612 Make the Gnus help group (@code{gnus-group-make-help-group}).
2613
2614 @item G a
2615 @kindex G a (Group)
2616 @cindex (ding) archive
2617 @cindex archive group
2618 @findex gnus-group-make-archive-group
2619 @vindex gnus-group-archive-directory
2620 @vindex gnus-group-recent-archive-directory
2621 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2622 default a group pointing to the most recent articles will be created
2623 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2624 group will be created from @code{gnus-group-archive-directory}.
2625
2626 @item G D
2627 @kindex G D (Group)
2628 @findex gnus-group-enter-directory
2629 @cindex nneething
2630 Read an arbitrary directory as if it were a newsgroup with the
2631 @code{nneething} back end (@code{gnus-group-enter-directory}).
2632 @xref{Anything Groups}.
2633
2634 @item G f
2635 @kindex G f (Group)
2636 @findex gnus-group-make-doc-group
2637 @cindex ClariNet Briefs
2638 @cindex nndoc
2639 Make a group based on some file or other
2640 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2641 command, you will be prompted for a file name and a file type.
2642 Currently supported types are @code{mbox}, @code{babyl},
2643 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2644 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2645 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2646 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2647 you run this command without a prefix, Gnus will guess at the file
2648 type.  @xref{Document Groups}.
2649
2650 @item G u
2651 @kindex G u (Group)
2652 @vindex gnus-useful-groups
2653 @findex gnus-group-make-useful-group
2654 Create one of the groups mentioned in @code{gnus-useful-groups}
2655 (@code{gnus-group-make-useful-group}).
2656
2657 @item G w
2658 @kindex G w (Group)
2659 @findex gnus-group-make-web-group
2660 @cindex Google
2661 @cindex nnweb
2662 @cindex gmane
2663 Make an ephemeral group based on a web search
2664 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2665 command, make a solid group instead.  You will be prompted for the
2666 search engine type and the search string.  Valid search engine types
2667 include @code{google}, @code{dejanews}, and @code{gmane}.
2668 @xref{Web Searches}.
2669
2670 If you use the @code{google} search engine, you can limit the search
2671 to a particular group by using a match string like
2672 @samp{shaving group:alt.sysadmin.recovery}.
2673
2674 @item G R
2675 @kindex G R (Group)
2676 @findex gnus-group-make-rss-group
2677 Make a group based on an @acronym{RSS} feed
2678 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2679 @xref{RSS}.
2680
2681 @item G DEL
2682 @kindex G DEL (Group)
2683 @findex gnus-group-delete-group
2684 This function will delete the current group
2685 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2686 actually delete all the articles in the group, and forcibly remove the
2687 group itself from the face of the Earth.  Use a prefix only if you are
2688 absolutely sure of what you are doing.  This command can't be used on
2689 read-only groups (like @code{nntp} groups), though.
2690
2691 @item G V
2692 @kindex G V (Group)
2693 @findex gnus-group-make-empty-virtual
2694 Make a new, fresh, empty @code{nnvirtual} group
2695 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2696
2697 @item G v
2698 @kindex G v (Group)
2699 @findex gnus-group-add-to-virtual
2700 Add the current group to an @code{nnvirtual} group
2701 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2702 @end table
2703
2704 @xref{Select Methods}, for more information on the various select
2705 methods.
2706
2707 @vindex gnus-activate-foreign-newsgroups
2708 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2709 Gnus will check all foreign groups with this level or lower at startup.
2710 This might take quite a while, especially if you subscribe to lots of
2711 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2712 @code{gnus-activate-level} also affects activation of foreign
2713 newsgroups.
2714
2715
2716 The following commands create ephemeral groups.  They can be called not
2717 only from the Group buffer, but in any Gnus buffer.
2718
2719 @table @code
2720 @item gnus-read-ephemeral-gmane-group
2721 @findex gnus-read-ephemeral-gmane-group
2722 @vindex gnus-gmane-group-download-format
2723 Read an ephemeral group on Gmane.org.  The articles are downloaded via
2724 HTTP using the URL specified by @code{gnus-gmane-group-download-format}.
2725 Gnus will prompt you for a group name, the start article number and an
2726 the article range.
2727
2728 @item gnus-read-ephemeral-gmane-group-url
2729 @findex gnus-read-ephemeral-gmane-group-url
2730 This command is similar to @code{gnus-read-ephemeral-gmane-group}, but
2731 the group name and the article number and range are constructed from a
2732 given @acronym{URL}.  Supported @acronym{URL} formats include e.g.
2733 @url{http://thread.gmane.org/gmane.foo.bar/12300/focus=12399},
2734 @url{http://thread.gmane.org/gmane.foo.bar/12345/},
2735 @url{http://article.gmane.org/gmane.foo.bar/12345/},
2736 @url{http://permalink.gmane.org/gmane.foo.bar/12345/}, and
2737 @url{http://news.gmane.org/group/gmane.foo.bar/thread=12345}.
2738
2739 @item gnus-read-ephemeral-emacs-bug-group
2740 @findex gnus-read-ephemeral-emacs-bug-group
2741 Read an Emacs bug report in an ephemeral group.  Gnus will prompt for a
2742 bug number.  The default is the number at point.  The @acronym{URL} is
2743 specified in @code{gnus-bug-group-download-format-alist}.
2744
2745 @item gnus-read-ephemeral-debian-bug-group
2746 @findex gnus-read-ephemeral-debian-bug-group
2747 Read a Debian bug report in an ephemeral group.  Analog to
2748 @code{gnus-read-ephemeral-emacs-bug-group}.
2749 @end table
2750
2751 Some of these command are also useful for article buttons, @xref{Article
2752 Buttons}.
2753
2754 Here is an example:
2755 @lisp
2756 (require 'gnus-art)
2757 (add-to-list
2758  'gnus-button-alist
2759  '("#\\([0-9]+\\)\\>" 1
2760    (string-match "\\<emacs\\>" (or gnus-newsgroup-name ""))
2761    gnus-read-ephemeral-emacs-bug-group 1))
2762 @end lisp
2763
2764
2765 @node Group Parameters
2766 @section Group Parameters
2767 @cindex group parameters
2768
2769 The group parameters store information local to a particular group.
2770
2771 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2772 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2773 presents you with a Customize-like interface.  The latter helps avoid
2774 silly Lisp errors.)  You might also be interested in reading about topic
2775 parameters (@pxref{Topic Parameters}).
2776 Additionally, you can set group parameters via the
2777 @code{gnus-parameters} variable, see below.
2778
2779 Here's an example group parameter list:
2780
2781 @example
2782 ((to-address . "ding@@gnus.org")
2783  (auto-expire . t))
2784 @end example
2785
2786 We see that each element consists of a ``dotted pair''---the thing before
2787 the dot is the key, while the thing after the dot is the value.  All the
2788 parameters have this form @emph{except} local variable specs, which are
2789 not dotted pairs, but proper lists.
2790
2791 Some parameters have correspondent customizable variables, each of which
2792 is an alist of regexps and values.
2793
2794 The following group parameters can be used:
2795
2796 @table @code
2797 @item to-address
2798 @cindex to-address
2799 Address used by when doing followups and new posts.
2800
2801 @example
2802 (to-address . "some@@where.com")
2803 @end example
2804
2805 This is primarily useful in mail groups that represent closed mailing
2806 lists---mailing lists where it's expected that everybody that writes to
2807 the mailing list is subscribed to it.  Since using this parameter
2808 ensures that the mail only goes to the mailing list itself, it means
2809 that members won't receive two copies of your followups.
2810
2811 Using @code{to-address} will actually work whether the group is foreign
2812 or not.  Let's say there's a group on the server that is called
2813 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2814 the articles from a mail-to-news gateway.  Posting directly to this
2815 group is therefore impossible---you have to send mail to the mailing
2816 list address instead.
2817
2818 See also @code{gnus-parameter-to-address-alist}.
2819
2820 @item to-list
2821 @cindex to-list
2822 Address used when doing @kbd{a} in that group.
2823
2824 @example
2825 (to-list . "some@@where.com")
2826 @end example
2827
2828 It is totally ignored
2829 when doing a followup---except that if it is present in a news group,
2830 you'll get mail group semantics when doing @kbd{f}.
2831
2832 If you do an @kbd{a} command in a mail group and you have neither a
2833 @code{to-list} group parameter nor a @code{to-address} group parameter,
2834 then a @code{to-list} group parameter will be added automatically upon
2835 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2836 @vindex gnus-add-to-list
2837
2838 @findex gnus-mailing-list-mode
2839 @cindex mail list groups
2840 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2841 entering summary buffer.
2842
2843 See also @code{gnus-parameter-to-list-alist}.
2844
2845 @anchor{subscribed}
2846 @item subscribed
2847 @cindex subscribed
2848 @cindex Mail-Followup-To
2849 @findex gnus-find-subscribed-addresses
2850 If this parameter is set to @code{t}, Gnus will consider the
2851 to-address and to-list parameters for this group as addresses of
2852 mailing lists you are subscribed to.  Giving Gnus this information is
2853 (only) a first step in getting it to generate correct Mail-Followup-To
2854 headers for your posts to these lists.  The second step is to put the
2855 following in your @file{.gnus.el}
2856
2857 @lisp
2858 (setq message-subscribed-address-functions
2859       '(gnus-find-subscribed-addresses))
2860 @end lisp
2861
2862 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2863 a complete treatment of available MFT support.
2864
2865 @item visible
2866 @cindex visible
2867 If the group parameter list has the element @code{(visible . t)},
2868 that group will always be visible in the Group buffer, regardless
2869 of whether it has any unread articles.
2870
2871 This parameter cannot be set via @code{gnus-parameters}. See
2872 @code{gnus-permanently-visible-groups} as an alternative.
2873
2874 @item broken-reply-to
2875 @cindex broken-reply-to
2876 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2877 headers in this group are to be ignored, and for the header to be hidden
2878 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2879 can be useful if you're reading a mailing list group where the listserv
2880 has inserted @code{Reply-To} headers that point back to the listserv
2881 itself.  That is broken behavior.  So there!
2882
2883 @item to-group
2884 @cindex to-group
2885 Elements like @code{(to-group . "some.group.name")} means that all
2886 posts in that group will be sent to @code{some.group.name}.
2887
2888 @item newsgroup
2889 @cindex newsgroup
2890 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2891 will treat all responses as if they were responses to news articles.
2892 This can be useful if you have a mail group that's really a mirror of a
2893 news group.
2894
2895 @item gcc-self
2896 @cindex gcc-self
2897 If @code{(gcc-self . t)} is present in the group parameter list, newly
2898 composed messages will be @code{Gcc}'d to the current group.  If
2899 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2900 generated, if @code{(gcc-self . "string")} is present, this string will
2901 be inserted literally as a @code{gcc} header.  This parameter takes
2902 precedence over any default @code{Gcc} rules as described later
2903 (@pxref{Archived Messages}).
2904
2905 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2906 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2907 doesn't accept articles.
2908
2909 @item auto-expire
2910 @cindex auto-expire
2911 @cindex expiring mail
2912 If the group parameter has an element that looks like @code{(auto-expire
2913 . t)}, all articles read will be marked as expirable.  For an
2914 alternative approach, @pxref{Expiring Mail}.
2915
2916 See also @code{gnus-auto-expirable-newsgroups}.
2917
2918 @item total-expire
2919 @cindex total-expire
2920 @cindex expiring mail
2921 If the group parameter has an element that looks like
2922 @code{(total-expire . t)}, all read articles will be put through the
2923 expiry process, even if they are not marked as expirable.  Use with
2924 caution.  Unread, ticked and dormant articles are not eligible for
2925 expiry.
2926
2927 See also @code{gnus-total-expirable-newsgroups}.
2928
2929 @item expiry-wait
2930 @cindex expiry-wait
2931 @vindex nnmail-expiry-wait-function
2932 If the group parameter has an element that looks like
2933 @code{(expiry-wait . 10)}, this value will override any
2934 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2935 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2936 can either be a number of days (not necessarily an integer) or the
2937 symbols @code{never} or @code{immediate}.
2938
2939 @item expiry-target
2940 @cindex expiry-target
2941 Where expired messages end up.  This parameter overrides
2942 @code{nnmail-expiry-target}.
2943
2944 @item score-file
2945 @cindex score file group parameter
2946 Elements that look like @code{(score-file . "file")} will make
2947 @file{file} into the current score file for the group in question.  All
2948 interactive score entries will be put into this file.
2949
2950 @item adapt-file
2951 @cindex adapt file group parameter
2952 Elements that look like @code{(adapt-file . "file")} will make
2953 @file{file} into the current adaptive file for the group in question.
2954 All adaptive score entries will be put into this file.
2955
2956 @item admin-address
2957 @cindex admin-address
2958 When unsubscribing from a mailing list you should never send the
2959 unsubscription notice to the mailing list itself.  Instead, you'd send
2960 messages to the administrative address.  This parameter allows you to
2961 put the admin address somewhere convenient.
2962
2963 @item display
2964 @cindex display
2965 Elements that look like @code{(display . MODE)} say which articles to
2966 display on entering the group.  Valid values are:
2967
2968 @table @code
2969 @item all
2970 Display all articles, both read and unread.
2971
2972 @item an integer
2973 Display the last @var{integer} articles in the group.  This is the same as
2974 entering the group with @kbd{C-u @var{integer}}.
2975
2976 @item default
2977 Display the default visible articles, which normally includes unread and
2978 ticked articles.
2979
2980 @item an array
2981 Display articles that satisfy a predicate.
2982
2983 Here are some examples:
2984
2985 @table @code
2986 @item [unread]
2987 Display only unread articles.
2988
2989 @item [not expire]
2990 Display everything except expirable articles.
2991
2992 @item [and (not reply) (not expire)]
2993 Display everything except expirable and articles you've already
2994 responded to.
2995 @end table
2996
2997 The available operators are @code{not}, @code{and} and @code{or}.
2998 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2999 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
3000 @code{killed}, @code{bookmark}, @code{score}, @code{save},
3001 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
3002
3003 @end table
3004
3005 The @code{display} parameter works by limiting the summary buffer to
3006 the subset specified.  You can pop the limit by using the @kbd{/ w}
3007 command (@pxref{Limiting}).
3008
3009 @item comment
3010 @cindex comment
3011 Elements that look like @code{(comment . "This is a comment")} are
3012 arbitrary comments on the group.  You can display comments in the
3013 group line (@pxref{Group Line Specification}).
3014
3015 @item charset
3016 @cindex charset
3017 Elements that look like @code{(charset . iso-8859-1)} will make
3018 @code{iso-8859-1} the default charset; that is, the charset that will be
3019 used for all articles that do not specify a charset.
3020
3021 See also @code{gnus-group-charset-alist}.
3022
3023 @item ignored-charsets
3024 @cindex ignored-charset
3025 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
3026 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
3027 default charset will be used for decoding articles.
3028
3029 See also @code{gnus-group-ignored-charsets-alist}.
3030
3031 @item posting-style
3032 @cindex posting-style
3033 You can store additional posting style information for this group
3034 here (@pxref{Posting Styles}).  The format is that of an entry in the
3035 @code{gnus-posting-styles} alist, except that there's no regexp matching
3036 the group name (of course).  Style elements in this group parameter will
3037 take precedence over the ones found in @code{gnus-posting-styles}.
3038
3039 For instance, if you want a funky name and signature in this group only,
3040 instead of hacking @code{gnus-posting-styles}, you could put something
3041 like this in the group parameters:
3042
3043 @example
3044 (posting-style
3045   (name "Funky Name")
3046   ("X-My-Header" "Funky Value")
3047   (signature "Funky Signature"))