Merge from gnus--rel--5.10
[emacs.git] / lisp / gnus / gnus.el
blob663a417c283bfb6e258e97f346a9173030720718
1 ;;; gnus.el --- a newsreader for GNU Emacs
3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
8 ;; Keywords: news, mail
10 ;; This file is part of GNU Emacs.
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 3, or (at your option)
15 ;; any later version.
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA.
27 ;;; Commentary:
29 ;;; Code:
31 (eval '(run-hooks 'gnus-load-hook))
33 (eval-when-compile (require 'cl))
34 (require 'wid-edit)
35 (require 'mm-util)
36 (require 'nnheader)
38 ;; These are defined afterwards with gnus-define-group-parameter
39 (defvar gnus-ham-process-destinations)
40 (defvar gnus-parameter-ham-marks-alist)
41 (defvar gnus-parameter-spam-marks-alist)
42 (defvar gnus-spam-autodetect)
43 (defvar gnus-spam-autodetect-methods)
44 (defvar gnus-spam-newsgroup-contents)
45 (defvar gnus-spam-process-destinations)
46 (defvar gnus-spam-process-newsgroups)
49 (defgroup gnus nil
50 "The coffee-brewing, all singing, all dancing, kitchen sink newsreader."
51 :group 'news
52 :group 'mail)
54 (defgroup gnus-start nil
55 "Starting your favorite newsreader."
56 :group 'gnus)
58 (defgroup gnus-format nil
59 "Dealing with formatting issues."
60 :group 'gnus)
62 (defgroup gnus-charset nil
63 "Group character set issues."
64 :link '(custom-manual "(gnus)Charsets")
65 :version "21.1"
66 :group 'gnus)
68 (defgroup gnus-cache nil
69 "Cache interface."
70 :link '(custom-manual "(gnus)Article Caching")
71 :group 'gnus)
73 (defgroup gnus-registry nil
74 "Article Registry."
75 :group 'gnus)
77 (defgroup gnus-start-server nil
78 "Server options at startup."
79 :group 'gnus-start)
81 ;; These belong to gnus-group.el.
82 (defgroup gnus-group nil
83 "Group buffers."
84 :link '(custom-manual "(gnus)Group Buffer")
85 :group 'gnus)
87 (defgroup gnus-group-foreign nil
88 "Foreign groups."
89 :link '(custom-manual "(gnus)Foreign Groups")
90 :group 'gnus-group)
92 (defgroup gnus-group-new nil
93 "Automatic subscription of new groups."
94 :group 'gnus-group)
96 (defgroup gnus-group-levels nil
97 "Group levels."
98 :link '(custom-manual "(gnus)Group Levels")
99 :group 'gnus-group)
101 (defgroup gnus-group-select nil
102 "Selecting a Group."
103 :link '(custom-manual "(gnus)Selecting a Group")
104 :group 'gnus-group)
106 (defgroup gnus-group-listing nil
107 "Showing slices of the group list."
108 :link '(custom-manual "(gnus)Listing Groups")
109 :group 'gnus-group)
111 (defgroup gnus-group-visual nil
112 "Sorting the group buffer."
113 :link '(custom-manual "(gnus)Group Buffer Format")
114 :group 'gnus-group
115 :group 'gnus-visual)
117 (defgroup gnus-group-various nil
118 "Various group options."
119 :link '(custom-manual "(gnus)Scanning New Messages")
120 :group 'gnus-group)
122 ;; These belong to gnus-sum.el.
123 (defgroup gnus-summary nil
124 "Summary buffers."
125 :link '(custom-manual "(gnus)Summary Buffer")
126 :group 'gnus)
128 (defgroup gnus-summary-exit nil
129 "Leaving summary buffers."
130 :link '(custom-manual "(gnus)Exiting the Summary Buffer")
131 :group 'gnus-summary)
133 (defgroup gnus-summary-marks nil
134 "Marks used in summary buffers."
135 :link '(custom-manual "(gnus)Marking Articles")
136 :group 'gnus-summary)
138 (defgroup gnus-thread nil
139 "Ordering articles according to replies."
140 :link '(custom-manual "(gnus)Threading")
141 :group 'gnus-summary)
143 (defgroup gnus-summary-format nil
144 "Formatting of the summary buffer."
145 :link '(custom-manual "(gnus)Summary Buffer Format")
146 :group 'gnus-summary)
148 (defgroup gnus-summary-choose nil
149 "Choosing Articles."
150 :link '(custom-manual "(gnus)Choosing Articles")
151 :group 'gnus-summary)
153 (defgroup gnus-summary-maneuvering nil
154 "Summary movement commands."
155 :link '(custom-manual "(gnus)Summary Maneuvering")
156 :group 'gnus-summary)
158 (defgroup gnus-picon nil
159 "Show pictures of people, domains, and newsgroups."
160 :group 'gnus-visual)
162 (defgroup gnus-summary-mail nil
163 "Mail group commands."
164 :link '(custom-manual "(gnus)Mail Group Commands")
165 :group 'gnus-summary)
167 (defgroup gnus-summary-sort nil
168 "Sorting the summary buffer."
169 :link '(custom-manual "(gnus)Sorting the Summary Buffer")
170 :group 'gnus-summary)
172 (defgroup gnus-summary-visual nil
173 "Highlighting and menus in the summary buffer."
174 :link '(custom-manual "(gnus)Summary Highlighting")
175 :group 'gnus-visual
176 :group 'gnus-summary)
178 (defgroup gnus-summary-various nil
179 "Various summary buffer options."
180 :link '(custom-manual "(gnus)Various Summary Stuff")
181 :group 'gnus-summary)
183 (defgroup gnus-summary-pick nil
184 "Pick mode in the summary buffer."
185 :link '(custom-manual "(gnus)Pick and Read")
186 :prefix "gnus-pick-"
187 :group 'gnus-summary)
189 (defgroup gnus-summary-tree nil
190 "Tree display of threads in the summary buffer."
191 :link '(custom-manual "(gnus)Tree Display")
192 :prefix "gnus-tree-"
193 :group 'gnus-summary)
195 ;; Belongs to gnus-uu.el
196 (defgroup gnus-extract-view nil
197 "Viewing extracted files."
198 :link '(custom-manual "(gnus)Viewing Files")
199 :group 'gnus-extract)
201 ;; Belongs to gnus-score.el
202 (defgroup gnus-score nil
203 "Score and kill file handling."
204 :group 'gnus)
206 (defgroup gnus-score-kill nil
207 "Kill files."
208 :group 'gnus-score)
210 (defgroup gnus-score-adapt nil
211 "Adaptive score files."
212 :group 'gnus-score)
214 (defgroup gnus-score-default nil
215 "Default values for score files."
216 :group 'gnus-score)
218 (defgroup gnus-score-expire nil
219 "Expiring score rules."
220 :group 'gnus-score)
222 (defgroup gnus-score-decay nil
223 "Decaying score rules."
224 :group 'gnus-score)
226 (defgroup gnus-score-files nil
227 "Score and kill file names."
228 :group 'gnus-score
229 :group 'gnus-files)
231 (defgroup gnus-score-various nil
232 "Various scoring and killing options."
233 :group 'gnus-score)
235 ;; Other
236 (defgroup gnus-visual nil
237 "Options controlling the visual fluff."
238 :group 'gnus
239 :group 'faces)
241 (defgroup gnus-agent nil
242 "Offline support for Gnus."
243 :group 'gnus)
245 (defgroup gnus-files nil
246 "Files used by Gnus."
247 :group 'gnus)
249 (defgroup gnus-dribble-file nil
250 "Auto save file."
251 :link '(custom-manual "(gnus)Auto Save")
252 :group 'gnus-files)
254 (defgroup gnus-newsrc nil
255 "Storing Gnus state."
256 :group 'gnus-files)
258 (defgroup gnus-server nil
259 "Options related to newsservers and other servers used by Gnus."
260 :group 'gnus)
262 (defgroup gnus-server-visual nil
263 "Highlighting and menus in the server buffer."
264 :group 'gnus-visual
265 :group 'gnus-server)
267 (defgroup gnus-message '((message custom-group))
268 "Composing replies and followups in Gnus."
269 :group 'gnus)
271 (defgroup gnus-meta nil
272 "Meta variables controlling major portions of Gnus.
273 In general, modifying these variables does not take affect until Gnus
274 is restarted, and sometimes reloaded."
275 :group 'gnus)
277 (defgroup gnus-various nil
278 "Other Gnus options."
279 :link '(custom-manual "(gnus)Various Various")
280 :group 'gnus)
282 (defgroup gnus-exit nil
283 "Exiting Gnus."
284 :link '(custom-manual "(gnus)Exiting Gnus")
285 :group 'gnus)
287 (defgroup gnus-fun nil
288 "Frivolous Gnus extensions."
289 :link '(custom-manual "(gnus)Exiting Gnus")
290 :group 'gnus)
292 (defconst gnus-version-number "5.11"
293 "Version number for this version of Gnus.")
295 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
296 "Version string for this version of Gnus.")
298 (defcustom gnus-inhibit-startup-message nil
299 "If non-nil, the startup message will not be displayed.
300 This variable is used before `.gnus.el' is loaded, so it should
301 be set in `.emacs' instead."
302 :group 'gnus-start
303 :type 'boolean)
305 (defcustom gnus-play-startup-jingle nil
306 "If non-nil, play the Gnus jingle at startup."
307 :group 'gnus-start
308 :type 'boolean)
310 (unless (fboundp 'gnus-group-remove-excess-properties)
311 (defalias 'gnus-group-remove-excess-properties 'ignore))
313 (unless (fboundp 'gnus-set-text-properties)
314 (defalias 'gnus-set-text-properties 'set-text-properties))
316 (unless (featurep 'gnus-xmas)
317 (defalias 'gnus-make-overlay 'make-overlay)
318 (defalias 'gnus-delete-overlay 'delete-overlay)
319 (defalias 'gnus-overlay-put 'overlay-put)
320 (defalias 'gnus-move-overlay 'move-overlay)
321 (defalias 'gnus-overlay-buffer 'overlay-buffer)
322 (defalias 'gnus-overlay-start 'overlay-start)
323 (defalias 'gnus-overlay-end 'overlay-end)
324 (defalias 'gnus-extent-detached-p 'ignore)
325 (defalias 'gnus-extent-start-open 'ignore)
326 (defalias 'gnus-appt-select-lowest-window 'appt-select-lowest-window)
327 (defalias 'gnus-mail-strip-quoted-names 'mail-strip-quoted-names)
328 (defalias 'gnus-character-to-event 'identity)
329 (defalias 'gnus-assq-delete-all 'assq-delete-all)
330 (defalias 'gnus-add-text-properties 'add-text-properties)
331 (defalias 'gnus-put-text-property 'put-text-property)
332 (defvar gnus-mode-line-image-cache t)
333 (if (fboundp 'find-image)
334 (defun gnus-mode-line-buffer-identification (line)
335 (let ((str (car-safe line))
336 (load-path (mm-image-load-path)))
337 (if (and (stringp str)
338 (string-match "^Gnus:" str))
339 (progn (add-text-properties
341 (list 'display
342 (if (eq t gnus-mode-line-image-cache)
343 (setq gnus-mode-line-image-cache
344 (find-image
345 '((:type xpm :file "gnus-pointer.xpm"
346 :ascent center)
347 (:type xbm :file "gnus-pointer.xbm"
348 :ascent center))))
349 gnus-mode-line-image-cache)
350 'help-echo (format
351 "This is %s, %s."
352 gnus-version (gnus-emacs-version)))
353 str)
354 (list str))
355 line)))
356 (defalias 'gnus-mode-line-buffer-identification 'identity))
357 (defalias 'gnus-characterp 'numberp)
358 (defalias 'gnus-deactivate-mark 'deactivate-mark)
359 (defalias 'gnus-window-edges 'window-edges)
360 (defalias 'gnus-key-press-event-p 'numberp)
361 ;;(defalias 'gnus-decode-rfc1522 'ignore)
364 ;; We define these group faces here to avoid the display
365 ;; update forced when creating new faces.
367 (defface gnus-group-news-1
368 '((((class color)
369 (background dark))
370 (:foreground "PaleTurquoise" :bold t))
371 (((class color)
372 (background light))
373 (:foreground "ForestGreen" :bold t))
375 ()))
376 "Level 1 newsgroup face."
377 :group 'gnus-group)
378 ;; backward-compatibility alias
379 (put 'gnus-group-news-1-face 'face-alias 'gnus-group-news-1)
381 (defface gnus-group-news-1-empty
382 '((((class color)
383 (background dark))
384 (:foreground "PaleTurquoise"))
385 (((class color)
386 (background light))
387 (:foreground "ForestGreen"))
389 ()))
390 "Level 1 empty newsgroup face."
391 :group 'gnus-group)
392 ;; backward-compatibility alias
393 (put 'gnus-group-news-1-empty-face 'face-alias 'gnus-group-news-1-empty)
395 (defface gnus-group-news-2
396 '((((class color)
397 (background dark))
398 (:foreground "turquoise" :bold t))
399 (((class color)
400 (background light))
401 (:foreground "CadetBlue4" :bold t))
403 ()))
404 "Level 2 newsgroup face."
405 :group 'gnus-group)
406 ;; backward-compatibility alias
407 (put 'gnus-group-news-2-face 'face-alias 'gnus-group-news-2)
409 (defface gnus-group-news-2-empty
410 '((((class color)
411 (background dark))
412 (:foreground "turquoise"))
413 (((class color)
414 (background light))
415 (:foreground "CadetBlue4"))
417 ()))
418 "Level 2 empty newsgroup face."
419 :group 'gnus-group)
420 ;; backward-compatibility alias
421 (put 'gnus-group-news-2-empty-face 'face-alias 'gnus-group-news-2-empty)
423 (defface gnus-group-news-3
424 '((((class color)
425 (background dark))
426 (:bold t))
427 (((class color)
428 (background light))
429 (:bold t))
431 ()))
432 "Level 3 newsgroup face."
433 :group 'gnus-group)
434 ;; backward-compatibility alias
435 (put 'gnus-group-news-3-face 'face-alias 'gnus-group-news-3)
437 (defface gnus-group-news-3-empty
438 '((((class color)
439 (background dark))
441 (((class color)
442 (background light))
445 ()))
446 "Level 3 empty newsgroup face."
447 :group 'gnus-group)
448 ;; backward-compatibility alias
449 (put 'gnus-group-news-3-empty-face 'face-alias 'gnus-group-news-3-empty)
451 (defface gnus-group-news-4
452 '((((class color)
453 (background dark))
454 (:bold t))
455 (((class color)
456 (background light))
457 (:bold t))
459 ()))
460 "Level 4 newsgroup face."
461 :group 'gnus-group)
462 ;; backward-compatibility alias
463 (put 'gnus-group-news-4-face 'face-alias 'gnus-group-news-4)
465 (defface gnus-group-news-4-empty
466 '((((class color)
467 (background dark))
469 (((class color)
470 (background light))
473 ()))
474 "Level 4 empty newsgroup face."
475 :group 'gnus-group)
476 ;; backward-compatibility alias
477 (put 'gnus-group-news-4-empty-face 'face-alias 'gnus-group-news-4-empty)
479 (defface gnus-group-news-5
480 '((((class color)
481 (background dark))
482 (:bold t))
483 (((class color)
484 (background light))
485 (:bold t))
487 ()))
488 "Level 5 newsgroup face."
489 :group 'gnus-group)
490 ;; backward-compatibility alias
491 (put 'gnus-group-news-5-face 'face-alias 'gnus-group-news-5)
493 (defface gnus-group-news-5-empty
494 '((((class color)
495 (background dark))
497 (((class color)
498 (background light))
501 ()))
502 "Level 5 empty newsgroup face."
503 :group 'gnus-group)
504 ;; backward-compatibility alias
505 (put 'gnus-group-news-5-empty-face 'face-alias 'gnus-group-news-5-empty)
507 (defface gnus-group-news-6
508 '((((class color)
509 (background dark))
510 (:bold t))
511 (((class color)
512 (background light))
513 (:bold t))
515 ()))
516 "Level 6 newsgroup face."
517 :group 'gnus-group)
518 ;; backward-compatibility alias
519 (put 'gnus-group-news-6-face 'face-alias 'gnus-group-news-6)
521 (defface gnus-group-news-6-empty
522 '((((class color)
523 (background dark))
525 (((class color)
526 (background light))
529 ()))
530 "Level 6 empty newsgroup face."
531 :group 'gnus-group)
532 ;; backward-compatibility alias
533 (put 'gnus-group-news-6-empty-face 'face-alias 'gnus-group-news-6-empty)
535 (defface gnus-group-news-low
536 '((((class color)
537 (background dark))
538 (:foreground "DarkTurquoise" :bold t))
539 (((class color)
540 (background light))
541 (:foreground "DarkGreen" :bold t))
543 ()))
544 "Low level newsgroup face."
545 :group 'gnus-group)
546 ;; backward-compatibility alias
547 (put 'gnus-group-news-low-face 'face-alias 'gnus-group-news-low)
549 (defface gnus-group-news-low-empty
550 '((((class color)
551 (background dark))
552 (:foreground "DarkTurquoise"))
553 (((class color)
554 (background light))
555 (:foreground "DarkGreen"))
557 ()))
558 "Low level empty newsgroup face."
559 :group 'gnus-group)
560 ;; backward-compatibility alias
561 (put 'gnus-group-news-low-empty-face 'face-alias 'gnus-group-news-low-empty)
563 (defface gnus-group-mail-1
564 '((((class color)
565 (background dark))
566 (:foreground "aquamarine1" :bold t))
567 (((class color)
568 (background light))
569 (:foreground "DeepPink3" :bold t))
571 (:bold t)))
572 "Level 1 mailgroup face."
573 :group 'gnus-group)
574 ;; backward-compatibility alias
575 (put 'gnus-group-mail-1-face 'face-alias 'gnus-group-mail-1)
577 (defface gnus-group-mail-1-empty
578 '((((class color)
579 (background dark))
580 (:foreground "aquamarine1"))
581 (((class color)
582 (background light))
583 (:foreground "DeepPink3"))
585 (:italic t :bold t)))
586 "Level 1 empty mailgroup face."
587 :group 'gnus-group)
588 ;; backward-compatibility alias
589 (put 'gnus-group-mail-1-empty-face 'face-alias 'gnus-group-mail-1-empty)
591 (defface gnus-group-mail-2
592 '((((class color)
593 (background dark))
594 (:foreground "aquamarine2" :bold t))
595 (((class color)
596 (background light))
597 (:foreground "HotPink3" :bold t))
599 (:bold t)))
600 "Level 2 mailgroup face."
601 :group 'gnus-group)
602 ;; backward-compatibility alias
603 (put 'gnus-group-mail-2-face 'face-alias 'gnus-group-mail-2)
605 (defface gnus-group-mail-2-empty
606 '((((class color)
607 (background dark))
608 (:foreground "aquamarine2"))
609 (((class color)
610 (background light))
611 (:foreground "HotPink3"))
613 (:bold t)))
614 "Level 2 empty mailgroup face."
615 :group 'gnus-group)
616 ;; backward-compatibility alias
617 (put 'gnus-group-mail-2-empty-face 'face-alias 'gnus-group-mail-2-empty)
619 (defface gnus-group-mail-3
620 '((((class color)
621 (background dark))
622 (:foreground "aquamarine3" :bold t))
623 (((class color)
624 (background light))
625 (:foreground "magenta4" :bold t))
627 (:bold t)))
628 "Level 3 mailgroup face."
629 :group 'gnus-group)
630 ;; backward-compatibility alias
631 (put 'gnus-group-mail-3-face 'face-alias 'gnus-group-mail-3)
633 (defface gnus-group-mail-3-empty
634 '((((class color)
635 (background dark))
636 (:foreground "aquamarine3"))
637 (((class color)
638 (background light))
639 (:foreground "magenta4"))
641 ()))
642 "Level 3 empty mailgroup face."
643 :group 'gnus-group)
644 ;; backward-compatibility alias
645 (put 'gnus-group-mail-3-empty-face 'face-alias 'gnus-group-mail-3-empty)
647 (defface gnus-group-mail-low
648 '((((class color)
649 (background dark))
650 (:foreground "aquamarine4" :bold t))
651 (((class color)
652 (background light))
653 (:foreground "DeepPink4" :bold t))
655 (:bold t)))
656 "Low level mailgroup face."
657 :group 'gnus-group)
658 ;; backward-compatibility alias
659 (put 'gnus-group-mail-low-face 'face-alias 'gnus-group-mail-low)
661 (defface gnus-group-mail-low-empty
662 '((((class color)
663 (background dark))
664 (:foreground "aquamarine4"))
665 (((class color)
666 (background light))
667 (:foreground "DeepPink4"))
669 (:bold t)))
670 "Low level empty mailgroup face."
671 :group 'gnus-group)
672 ;; backward-compatibility alias
673 (put 'gnus-group-mail-low-empty-face 'face-alias 'gnus-group-mail-low-empty)
675 ;; Summary mode faces.
677 (defface gnus-summary-selected '((t (:underline t)))
678 "Face used for selected articles."
679 :group 'gnus-summary)
680 ;; backward-compatibility alias
681 (put 'gnus-summary-selected-face 'face-alias 'gnus-summary-selected)
683 (defface gnus-summary-cancelled
684 '((((class color))
685 (:foreground "yellow" :background "black")))
686 "Face used for cancelled articles."
687 :group 'gnus-summary)
688 ;; backward-compatibility alias
689 (put 'gnus-summary-cancelled-face 'face-alias 'gnus-summary-cancelled)
691 (defface gnus-summary-high-ticked
692 '((((class color)
693 (background dark))
694 (:foreground "pink" :bold t))
695 (((class color)
696 (background light))
697 (:foreground "firebrick" :bold t))
699 (:bold t)))
700 "Face used for high interest ticked articles."
701 :group 'gnus-summary)
702 ;; backward-compatibility alias
703 (put 'gnus-summary-high-ticked-face 'face-alias 'gnus-summary-high-ticked)
705 (defface gnus-summary-low-ticked
706 '((((class color)
707 (background dark))
708 (:foreground "pink" :italic t))
709 (((class color)
710 (background light))
711 (:foreground "firebrick" :italic t))
713 (:italic t)))
714 "Face used for low interest ticked articles."
715 :group 'gnus-summary)
716 ;; backward-compatibility alias
717 (put 'gnus-summary-low-ticked-face 'face-alias 'gnus-summary-low-ticked)
719 (defface gnus-summary-normal-ticked
720 '((((class color)
721 (background dark))
722 (:foreground "pink"))
723 (((class color)
724 (background light))
725 (:foreground "firebrick"))
727 ()))
728 "Face used for normal interest ticked articles."
729 :group 'gnus-summary)
730 ;; backward-compatibility alias
731 (put 'gnus-summary-normal-ticked-face 'face-alias 'gnus-summary-normal-ticked)
733 (defface gnus-summary-high-ancient
734 '((((class color)
735 (background dark))
736 (:foreground "SkyBlue" :bold t))
737 (((class color)
738 (background light))
739 (:foreground "RoyalBlue" :bold t))
741 (:bold t)))
742 "Face used for high interest ancient articles."
743 :group 'gnus-summary)
744 ;; backward-compatibility alias
745 (put 'gnus-summary-high-ancient-face 'face-alias 'gnus-summary-high-ancient)
747 (defface gnus-summary-low-ancient
748 '((((class color)
749 (background dark))
750 (:foreground "SkyBlue" :italic t))
751 (((class color)
752 (background light))
753 (:foreground "RoyalBlue" :italic t))
755 (:italic t)))
756 "Face used for low interest ancient articles."
757 :group 'gnus-summary)
758 ;; backward-compatibility alias
759 (put 'gnus-summary-low-ancient-face 'face-alias 'gnus-summary-low-ancient)
761 (defface gnus-summary-normal-ancient
762 '((((class color)
763 (background dark))
764 (:foreground "SkyBlue"))
765 (((class color)
766 (background light))
767 (:foreground "RoyalBlue"))
769 ()))
770 "Face used for normal interest ancient articles."
771 :group 'gnus-summary)
772 ;; backward-compatibility alias
773 (put 'gnus-summary-normal-ancient-face 'face-alias 'gnus-summary-normal-ancient)
775 (defface gnus-summary-high-undownloaded
776 '((((class color)
777 (background light))
778 (:bold t :foreground "cyan4"))
779 (((class color) (background dark))
780 (:bold t :foreground "LightGray"))
781 (t (:inverse-video t :bold t)))
782 "Face used for high interest uncached articles."
783 :group 'gnus-summary)
784 ;; backward-compatibility alias
785 (put 'gnus-summary-high-undownloaded-face 'face-alias 'gnus-summary-high-undownloaded)
787 (defface gnus-summary-low-undownloaded
788 '((((class color)
789 (background light))
790 (:italic t :foreground "cyan4" :bold nil))
791 (((class color) (background dark))
792 (:italic t :foreground "LightGray" :bold nil))
793 (t (:inverse-video t :italic t)))
794 "Face used for low interest uncached articles."
795 :group 'gnus-summary)
796 ;; backward-compatibility alias
797 (put 'gnus-summary-low-undownloaded-face 'face-alias 'gnus-summary-low-undownloaded)
799 (defface gnus-summary-normal-undownloaded
800 '((((class color)
801 (background light))
802 (:foreground "cyan4" :bold nil))
803 (((class color) (background dark))
804 (:foreground "LightGray" :bold nil))
805 (t (:inverse-video t)))
806 "Face used for normal interest uncached articles."
807 :group 'gnus-summary)
808 ;; backward-compatibility alias
809 (put 'gnus-summary-normal-undownloaded-face 'face-alias 'gnus-summary-normal-undownloaded)
811 (defface gnus-summary-high-unread
812 '((t
813 (:bold t)))
814 "Face used for high interest unread articles."
815 :group 'gnus-summary)
816 ;; backward-compatibility alias
817 (put 'gnus-summary-high-unread-face 'face-alias 'gnus-summary-high-unread)
819 (defface gnus-summary-low-unread
820 '((t
821 (:italic t)))
822 "Face used for low interest unread articles."
823 :group 'gnus-summary)
824 ;; backward-compatibility alias
825 (put 'gnus-summary-low-unread-face 'face-alias 'gnus-summary-low-unread)
827 (defface gnus-summary-normal-unread
828 '((t
829 ()))
830 "Face used for normal interest unread articles."
831 :group 'gnus-summary)
832 ;; backward-compatibility alias
833 (put 'gnus-summary-normal-unread-face 'face-alias 'gnus-summary-normal-unread)
835 (defface gnus-summary-high-read
836 '((((class color)
837 (background dark))
838 (:foreground "PaleGreen"
839 :bold t))
840 (((class color)
841 (background light))
842 (:foreground "DarkGreen"
843 :bold t))
845 (:bold t)))
846 "Face used for high interest read articles."
847 :group 'gnus-summary)
848 ;; backward-compatibility alias
849 (put 'gnus-summary-high-read-face 'face-alias 'gnus-summary-high-read)
851 (defface gnus-summary-low-read
852 '((((class color)
853 (background dark))
854 (:foreground "PaleGreen"
855 :italic t))
856 (((class color)
857 (background light))
858 (:foreground "DarkGreen"
859 :italic t))
861 (:italic t)))
862 "Face used for low interest read articles."
863 :group 'gnus-summary)
864 ;; backward-compatibility alias
865 (put 'gnus-summary-low-read-face 'face-alias 'gnus-summary-low-read)
867 (defface gnus-summary-normal-read
868 '((((class color)
869 (background dark))
870 (:foreground "PaleGreen"))
871 (((class color)
872 (background light))
873 (:foreground "DarkGreen"))
875 ()))
876 "Face used for normal interest read articles."
877 :group 'gnus-summary)
878 ;; backward-compatibility alias
879 (put 'gnus-summary-normal-read-face 'face-alias 'gnus-summary-normal-read)
883 ;;; Gnus buffers
886 (defvar gnus-buffers nil)
888 (defun gnus-get-buffer-create (name)
889 "Do the same as `get-buffer-create', but store the created buffer."
890 (or (get-buffer name)
891 (car (push (get-buffer-create name) gnus-buffers))))
893 (defun gnus-add-buffer ()
894 "Add the current buffer to the list of Gnus buffers."
895 (push (current-buffer) gnus-buffers))
897 (defmacro gnus-kill-buffer (buffer)
898 "Kill BUFFER and remove from the list of Gnus buffers."
899 `(let ((buf ,buffer))
900 (when (gnus-buffer-exists-p buf)
901 (setq gnus-buffers (delete (get-buffer buf) gnus-buffers))
902 (kill-buffer buf))))
904 (defun gnus-buffers ()
905 "Return a list of live Gnus buffers."
906 (while (and gnus-buffers
907 (not (buffer-name (car gnus-buffers))))
908 (pop gnus-buffers))
909 (let ((buffers gnus-buffers))
910 (while (cdr buffers)
911 (if (buffer-name (cadr buffers))
912 (pop buffers)
913 (setcdr buffers (cddr buffers)))))
914 gnus-buffers)
916 ;;; Splash screen.
918 (defvar gnus-group-buffer "*Group*")
920 (eval-and-compile
921 (autoload 'gnus-play-jingle "gnus-audio"))
923 (defface gnus-splash
924 '((((class color)
925 (background dark))
926 (:foreground "#888888"))
927 (((class color)
928 (background light))
929 (:foreground "#888888"))
931 ()))
932 "Face for the splash screen."
933 :group 'gnus-start)
934 ;; backward-compatibility alias
935 (put 'gnus-splash-face 'face-alias 'gnus-splash)
937 (defun gnus-splash ()
938 (save-excursion
939 (switch-to-buffer (gnus-get-buffer-create gnus-group-buffer))
940 (let ((buffer-read-only nil))
941 (erase-buffer)
942 (unless gnus-inhibit-startup-message
943 (gnus-group-startup-message)
944 (sit-for 0)
945 (when gnus-play-startup-jingle
946 (gnus-play-jingle))))))
948 (defun gnus-indent-rigidly (start end arg)
949 "Indent rigidly using only spaces and no tabs."
950 (save-excursion
951 (save-restriction
952 (narrow-to-region start end)
953 (let ((tab-width 8))
954 (indent-rigidly start end arg)
955 ;; We translate tabs into spaces -- not everybody uses
956 ;; an 8-character tab.
957 (goto-char (point-min))
958 (while (search-forward "\t" nil t)
959 (replace-match " " t t))))))
961 (defvar gnus-simple-splash nil)
963 ;;(format "%02x%02x%02x" 114 66 20) "724214"
965 (defvar gnus-logo-color-alist
966 '((flame "#cc3300" "#ff2200")
967 (pine "#c0cc93" "#f8ffb8")
968 (moss "#a1cc93" "#d2ffb8")
969 (irish "#04cc90" "#05ff97")
970 (sky "#049acc" "#05deff")
971 (tin "#6886cc" "#82b6ff")
972 (velvet "#7c68cc" "#8c82ff")
973 (grape "#b264cc" "#cf7df")
974 (labia "#cc64c2" "#fd7dff")
975 (berry "#cc6485" "#ff7db5")
976 (dino "#724214" "#1e3f03")
977 (oort "#cccccc" "#888888")
978 (storm "#666699" "#99ccff")
979 (pdino "#9999cc" "#99ccff")
980 (purp "#9999cc" "#666699")
981 (no "#000000" "#ff0000")
982 (neutral "#b4b4b4" "#878787")
983 (september "#bf9900" "#ffcc00"))
984 "Color alist used for the Gnus logo.")
986 (defcustom gnus-logo-color-style 'oort
987 "*Color styles used for the Gnus logo."
988 :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
989 gnus-logo-color-alist))
990 :group 'gnus-xmas)
992 (defvar gnus-logo-colors
993 (cdr (assq gnus-logo-color-style gnus-logo-color-alist))
994 "Colors used for the Gnus logo.")
996 (defun gnus-group-startup-message (&optional x y)
997 "Insert startup message in current buffer."
998 ;; Insert the message.
999 (erase-buffer)
1000 (cond
1001 ((and
1002 (fboundp 'find-image)
1003 (display-graphic-p)
1004 (let* ((data-directory (nnheader-find-etc-directory "images/gnus"))
1005 (image-load-path (cond (data-directory
1006 (list data-directory))
1007 ((boundp 'image-load-path)
1008 (symbol-value 'image-load-path))
1009 (t load-path)))
1010 (image (find-image
1011 `((:type xpm :file "gnus.xpm"
1012 :color-symbols
1013 (("thing" . ,(car gnus-logo-colors))
1014 ("shadow" . ,(cadr gnus-logo-colors))
1015 ("oort" . "#eeeeee")
1016 ("background" . ,(face-background 'default))))
1017 (:type pbm :file "gnus.pbm"
1018 ;; Account for the pbm's blackground.
1019 :background ,(face-foreground 'gnus-splash)
1020 :foreground ,(face-background 'default))
1021 (:type xbm :file "gnus.xbm"
1022 ;; Account for the xbm's blackground.
1023 :background ,(face-foreground 'gnus-splash)
1024 :foreground ,(face-background 'default))))))
1025 (when image
1026 (let ((size (image-size image)))
1027 (insert-char ?\n (max 0 (round (- (window-height)
1028 (or y (cdr size)) 1) 2)))
1029 (insert-char ?\ (max 0 (round (- (window-width)
1030 (or x (car size))) 2)))
1031 (insert-image image))
1032 (setq gnus-simple-splash nil)
1033 t))))
1035 (insert
1036 (format " %s
1037 _ ___ _ _
1038 _ ___ __ ___ __ _ ___
1039 __ _ ___ __ ___
1040 _ ___ _
1041 _ _ __ _
1042 ___ __ _
1043 __ _
1044 _ _ _
1045 _ _ _
1046 _ _ _
1047 __ ___
1048 _ _ _ _
1056 ""))
1057 ;; And then hack it.
1058 (gnus-indent-rigidly (point-min) (point-max)
1059 (/ (max (- (window-width) (or x 46)) 0) 2))
1060 (goto-char (point-min))
1061 (forward-line 1)
1062 (let* ((pheight (count-lines (point-min) (point-max)))
1063 (wheight (window-height))
1064 (rest (- wheight pheight)))
1065 (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n)))
1066 ;; Fontify some.
1067 (put-text-property (point-min) (point-max) 'face 'gnus-splash)
1068 (setq gnus-simple-splash t)))
1069 (goto-char (point-min))
1070 (setq mode-line-buffer-identification (concat " " gnus-version))
1071 (set-buffer-modified-p t))
1073 (eval-when (load)
1074 (let ((command (format "%s" this-command)))
1075 (when (string-match "gnus" command)
1076 (if (string-match "gnus-other-frame" command)
1077 (gnus-get-buffer-create gnus-group-buffer)
1078 (gnus-splash)))))
1080 ;;; Do the rest.
1082 (require 'gnus-util)
1083 (require 'nnheader)
1085 (defcustom gnus-parameters nil
1086 "Alist of group parameters.
1088 For example:
1089 ((\"mail\\\\..*\" (gnus-show-threads nil)
1090 (gnus-use-scoring nil)
1091 (gnus-summary-line-format
1092 \"%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\\n\")
1093 (gcc-self . t)
1094 (display . all))
1095 (\"mail\\\\.me\" (gnus-use-scoring t))
1096 (\"list\\\\..*\" (total-expire . t)
1097 (broken-reply-to . t)))"
1098 :version "22.1"
1099 :group 'gnus-group-various
1100 :type '(repeat (cons regexp
1101 (repeat sexp))))
1103 (defcustom gnus-parameters-case-fold-search 'default
1104 "If it is t, ignore case of group names specified in `gnus-parameters'.
1105 If it is nil, don't ignore case. If it is `default', which is for the
1106 backward compatibility, use the value of `case-fold-search'."
1107 :version "22.1"
1108 :group 'gnus-group-various
1109 :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
1110 (const :tag "Use `case-fold-search'" default)
1111 (const nil)
1112 (const t)))
1114 (defvar gnus-group-parameters-more nil)
1116 (defmacro gnus-define-group-parameter (param &rest rest)
1117 "Define a group parameter PARAM.
1118 REST is a plist of following:
1119 :type One of `bool', `list' or nil.
1120 :function The name of the function.
1121 :function-document The documentation of the function.
1122 :parameter-type The type for customizing the parameter.
1123 :parameter-document The documentation for the parameter.
1124 :variable The name of the variable.
1125 :variable-document The documentation for the variable.
1126 :variable-group The group for customizing the variable.
1127 :variable-type The type for customizing the variable.
1128 :variable-default The default value of the variable."
1129 (let* ((type (plist-get rest :type))
1130 (parameter-type (plist-get rest :parameter-type))
1131 (parameter-document (plist-get rest :parameter-document))
1132 (function (or (plist-get rest :function)
1133 (intern (format "gnus-parameter-%s" param))))
1134 (function-document (or (plist-get rest :function-document) ""))
1135 (variable (or (plist-get rest :variable)
1136 (intern (format "gnus-parameter-%s-alist" param))))
1137 (variable-document (or (plist-get rest :variable-document) ""))
1138 (variable-group (plist-get rest :variable-group))
1139 (variable-type (or (plist-get rest :variable-type)
1140 `(quote (repeat
1141 (list (regexp :tag "Group")
1142 ,(car (cdr parameter-type)))))))
1143 (variable-default (plist-get rest :variable-default)))
1144 (list
1145 'progn
1146 `(defcustom ,variable ,variable-default
1147 ,variable-document
1148 :group 'gnus-group-parameter
1149 :group ',variable-group
1150 :type ,variable-type)
1151 `(setq gnus-group-parameters-more
1152 (delq (assq ',param gnus-group-parameters-more)
1153 gnus-group-parameters-more))
1154 `(add-to-list 'gnus-group-parameters-more
1155 (list ',param
1156 ,parameter-type
1157 ,parameter-document))
1158 (if (eq type 'bool)
1159 `(defun ,function (name)
1160 ,function-document
1161 (let ((params (gnus-group-find-parameter name))
1162 val)
1163 (cond
1164 ((memq ',param params)
1166 ((setq val (assq ',param params))
1167 (cdr val))
1168 ((stringp ,variable)
1169 (string-match ,variable name))
1170 (,variable
1171 (let ((alist ,variable)
1172 elem value)
1173 (while (setq elem (pop alist))
1174 (when (and name
1175 (string-match (car elem) name))
1176 (setq alist nil
1177 value (cdr elem))))
1178 (if (consp value) (car value) value))))))
1179 `(defun ,function (name)
1180 ,function-document
1181 (and name
1182 (or (gnus-group-find-parameter name ',param ,(and type t))
1183 (let ((alist ,variable)
1184 elem value)
1185 (while (setq elem (pop alist))
1186 (when (and name
1187 (string-match (car elem) name))
1188 (setq alist nil
1189 value (cdr elem))))
1190 ,(if type
1191 'value
1192 '(if (consp value) (car value) value))))))))))
1194 (defcustom gnus-home-directory "~/"
1195 "Directory variable that specifies the \"home\" directory.
1196 All other Gnus file and directory variables are initialized from this variable."
1197 :group 'gnus-files
1198 :type 'directory)
1200 (defcustom gnus-directory (or (getenv "SAVEDIR")
1201 (nnheader-concat gnus-home-directory "News/"))
1202 "*Directory variable from which all other Gnus file variables are derived.
1204 Note that Gnus is mostly loaded when the `.gnus.el' file is read.
1205 This means that other directory variables that are initialized from
1206 this variable won't be set properly if you set this variable in `.gnus.el'.
1207 Set this variable in `.emacs' instead."
1208 :group 'gnus-files
1209 :type 'directory)
1211 (defcustom gnus-default-directory nil
1212 "*Default directory for all Gnus buffers."
1213 :group 'gnus-files
1214 :type '(choice (const :tag "current" nil)
1215 directory))
1217 ;; Site dependent variables. These variables should be defined in
1218 ;; paths.el.
1220 (defvar gnus-default-nntp-server nil
1221 "Specify a default NNTP server.
1222 This variable should be defined in paths.el, and should never be set
1223 by the user.
1224 If you want to change servers, you should use `gnus-select-method'.
1225 See the documentation to that variable.")
1227 ;; Don't touch this variable.
1228 (defvar gnus-nntp-service "nntp"
1229 "NNTP service name (\"nntp\" or 119).
1230 This is an obsolete variable, which is scarcely used. If you use an
1231 nntp server for your newsgroup and want to change the port number
1232 used to 899, you would say something along these lines:
1234 (setq gnus-select-method '(nntp \"my.nntp.server\" (nntp-port-number 899)))")
1236 (defcustom gnus-nntpserver-file "/etc/nntpserver"
1237 "A file with only the name of the nntp server in it."
1238 :group 'gnus-files
1239 :group 'gnus-server
1240 :type 'file)
1242 (defun gnus-getenv-nntpserver ()
1243 "Find default nntp server.
1244 Check the NNTPSERVER environment variable and the
1245 `gnus-nntpserver-file' file."
1246 (or (getenv "NNTPSERVER")
1247 (and (file-readable-p gnus-nntpserver-file)
1248 (with-temp-buffer
1249 (insert-file-contents gnus-nntpserver-file)
1250 (when (re-search-forward "[^ \t\n\r]+" nil t)
1251 (match-string 0))))))
1253 ;; `M-x customize-variable RET gnus-select-method RET' should work without
1254 ;; starting or even loading Gnus.
1255 ;;;###autoload(when (fboundp 'custom-autoload)
1256 ;;;###autoload (custom-autoload 'gnus-select-method "gnus"))
1258 (defcustom gnus-select-method
1259 (condition-case nil
1260 (nconc
1261 (list 'nntp (or (condition-case nil
1262 (gnus-getenv-nntpserver)
1263 (error nil))
1264 (when (and gnus-default-nntp-server
1265 (not (string= gnus-default-nntp-server "")))
1266 gnus-default-nntp-server)
1267 "news"))
1268 (if (or (null gnus-nntp-service)
1269 (equal gnus-nntp-service "nntp"))
1271 (list gnus-nntp-service)))
1272 (error nil))
1273 "Default method for selecting a newsgroup.
1274 This variable should be a list, where the first element is how the
1275 news is to be fetched, the second is the address.
1277 For instance, if you want to get your news via \"flab.flab.edu\" using
1278 NNTP, you could say:
1280 \(setq gnus-select-method '(nntp \"flab.flab.edu\"))
1282 If you want to use your local spool, say:
1284 \(setq gnus-select-method (list 'nnspool (system-name)))
1286 If you use this variable, you must set `gnus-nntp-server' to nil.
1288 There is a lot more to know about select methods and virtual servers -
1289 see the manual for details."
1290 :group 'gnus-server
1291 :group 'gnus-start
1292 :initialize 'custom-initialize-default
1293 :type 'gnus-select-method)
1295 (defcustom gnus-message-archive-method "archive"
1296 "*Method used for archiving messages you've sent.
1297 This should be a mail method."
1298 :group 'gnus-server
1299 :group 'gnus-message
1300 :type '(choice (const :tag "Default archive method" "archive")
1301 gnus-select-method))
1303 (defcustom gnus-message-archive-group nil
1304 "*Name of the group in which to save the messages you've written.
1305 This can either be a string; a list of strings; or an alist
1306 of regexps/functions/forms to be evaluated to return a string (or a list
1307 of strings). The functions are called with the name of the current
1308 group (or nil) as a parameter.
1310 If you want to save your mail in one group and the news articles you
1311 write in another group, you could say something like:
1313 \(setq gnus-message-archive-group
1314 '((if (message-news-p)
1315 \"misc-news\"
1316 \"misc-mail\")))
1318 Normally the group names returned by this variable should be
1319 unprefixed -- which implicitly means \"store on the archive server\".
1320 However, you may wish to store the message on some other server. In
1321 that case, just return a fully prefixed name of the group --
1322 \"nnml+private:mail.misc\", for instance."
1323 :group 'gnus-message
1324 :type '(choice (const :tag "none" nil)
1325 function
1326 sexp
1327 string))
1329 (defcustom gnus-secondary-servers nil
1330 "List of NNTP servers that the user can choose between interactively.
1331 To make Gnus query you for a server, you have to give `gnus' a
1332 non-numeric prefix - `C-u M-x gnus', in short."
1333 :group 'gnus-server
1334 :type '(repeat string))
1336 (defcustom gnus-nntp-server nil
1337 "*The name of the host running the NNTP server.
1338 This variable is semi-obsolete. Use the `gnus-select-method'
1339 variable instead."
1340 :group 'gnus-server
1341 :type '(choice (const :tag "disable" nil)
1342 string))
1344 (defcustom gnus-secondary-select-methods nil
1345 "A list of secondary methods that will be used for reading news.
1346 This is a list where each element is a complete select method (see
1347 `gnus-select-method').
1349 If, for instance, you want to read your mail with the nnml back end,
1350 you could set this variable:
1352 \(setq gnus-secondary-select-methods '((nnml \"\")))"
1353 :group 'gnus-server
1354 :type '(repeat gnus-select-method))
1356 (defvar gnus-backup-default-subscribed-newsgroups
1357 '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
1358 "Default default new newsgroups the first time Gnus is run.
1359 Should be set in paths.el, and shouldn't be touched by the user.")
1361 (defcustom gnus-local-domain nil
1362 "Local domain name without a host name.
1363 The DOMAINNAME environment variable is used instead if it is defined.
1364 If the function `system-name' returns the full Internet name, there is
1365 no need to set this variable."
1366 :group 'gnus-message
1367 :type '(choice (const :tag "default" nil)
1368 string))
1370 (defvar gnus-local-organization nil
1371 "String with a description of what organization (if any) the user belongs to.
1372 Obsolete variable; use `message-user-organization' instead.")
1374 ;; Customization variables
1376 (defcustom gnus-refer-article-method nil
1377 "Preferred method for fetching an article by Message-ID.
1378 If you are reading news from the local spool (with nnspool), fetching
1379 articles by Message-ID is painfully slow. By setting this method to an
1380 nntp method, you might get acceptable results.
1382 The value of this variable must be a valid select method as discussed
1383 in the documentation of `gnus-select-method'.
1385 It can also be a list of select methods, as well as the special symbol
1386 `current', which means to use the current select method. If it is a
1387 list, Gnus will try all the methods in the list until it finds a match."
1388 :group 'gnus-server
1389 :type '(choice (const :tag "default" nil)
1390 (const current)
1391 (const :tag "Google" (nnweb "refer" (nnweb-type google)))
1392 gnus-select-method
1393 (repeat :menu-tag "Try multiple"
1394 :tag "Multiple"
1395 :value (current (nnweb "refer" (nnweb-type google)))
1396 (choice :tag "Method"
1397 (const current)
1398 (const :tag "Google"
1399 (nnweb "refer" (nnweb-type google)))
1400 gnus-select-method))))
1402 (defcustom gnus-group-faq-directory
1403 '("/ftp@mirrors.aol.com:/pub/rtfm/usenet/"
1404 "/ftp@sunsite.doc.ic.ac.uk:/pub/usenet/news-faqs/"
1405 "/ftp@src.doc.ic.ac.uk:/usenet/news-FAQS/"
1406 "/ftp@ftp.seas.gwu.edu:/pub/rtfm/"
1407 "/ftp@ftp.pasteur.fr:/pub/FAQ/"
1408 "/ftp@rtfm.mit.edu:/pub/usenet/"
1409 "/ftp@ftp.uni-paderborn.de:/pub/FAQ/"
1410 "/ftp@ftp.sunet.se:/pub/usenet/"
1411 "/ftp@nctuccca.nctu.edu.tw:/pub/Documents/rtfm/usenet-by-group/"
1412 "/ftp@hwarang.postech.ac.kr:/pub/usenet/"
1413 "/ftp@ftp.hk.super.net:/mirror/faqs/")
1414 "*Directory where the group FAQs are stored.
1415 This will most commonly be on a remote machine, and the file will be
1416 fetched by ange-ftp.
1418 This variable can also be a list of directories. In that case, the
1419 first element in the list will be used by default. The others can
1420 be used when being prompted for a site.
1422 Note that Gnus uses an aol machine as the default directory. If this
1423 feels fundamentally unclean, just think of it as a way to finally get
1424 something of value back from them.
1426 If the default site is too slow, try one of these:
1428 North America: mirrors.aol.com /pub/rtfm/usenet
1429 ftp.seas.gwu.edu /pub/rtfm
1430 rtfm.mit.edu /pub/usenet
1431 Europe: ftp.uni-paderborn.de /pub/FAQ
1432 src.doc.ic.ac.uk /usenet/news-FAQS
1433 ftp.sunet.se /pub/usenet
1434 ftp.pasteur.fr /pub/FAQ
1435 Asia: nctuccca.nctu.edu.tw /pub/Documents/rtfm/usenet-by-group/
1436 hwarang.postech.ac.kr /pub/usenet
1437 ftp.hk.super.net /mirror/faqs"
1438 :group 'gnus-group-various
1439 :type '(choice directory
1440 (repeat directory)))
1442 (defcustom gnus-group-charter-alist
1443 '(("no" . (concat "http://no.news-admin.org/charter/" name ".txt"))
1444 ("de" . (concat "http://purl.net/charta/" name ".html"))
1445 ("dk" . (concat "http://www.usenet.dk/grupper.pl?get=" name))
1446 ("england" . (concat "http://england.news-admin.org/charters/" name))
1447 ("fr" . (concat "http://www.usenet-fr.net/fur/chartes/" name ".html"))
1448 ("europa" . (concat "http://www.europa.usenet.eu.org/chartas/charta-en-"
1449 (gnus-replace-in-string name "europa\\." "") ".html"))
1450 ("nl" . (concat "http://www.xs4all.nl/~sister/usenet/charters/" name))
1451 ("aus" . (concat "http://aus.news-admin.org/groupinfo.cgi/" name))
1452 ("pl" . (concat "http://www.usenet.pl/opisy/" name))
1453 ("ch" . (concat "http://www.use-net.ch/Usenet/charter.html#" name))
1454 ("at" . (concat "http://www.usenet.at/chartas/" name "/charta"))
1455 ("uk" . (concat "http://www.usenet.org.uk/" name ".html"))
1456 ("dfw" . (concat "http://www.cirr.com/dfw/charters/" name ".html"))
1457 ("se" . (concat "http://www.usenet-se.net/Reglementen/"
1458 (gnus-replace-in-string name "\\." "_") ".html"))
1459 ("milw" . (concat "http://usenet.mil.wi.us/"
1460 (gnus-replace-in-string name "milw\\." "") "-charter"))
1461 ("ca" . (concat "http://www.sbay.org/ca/charter-" name ".html"))
1462 ("netins" . (concat "http://www.netins.net/usenet/charter/"
1463 (gnus-replace-in-string name "\\." "-") "-charter.html")))
1464 "*An alist of (HIERARCHY . FORM) pairs used to construct the URL of a charter.
1465 When FORM is evaluated `name' is bound to the name of the group."
1466 :version "22.1"
1467 :group 'gnus-group-various
1468 :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
1469 (put 'gnus-group-charter-alist 'risky-local-variable t)
1471 (defcustom gnus-group-fetch-control-use-browse-url nil
1472 "*Non-nil means that control messages are displayed using `browse-url'.
1473 Otherwise they are fetched with ange-ftp and displayed in an ephemeral
1474 group."
1475 :version "22.1"
1476 :group 'gnus-group-various
1477 :type 'boolean)
1479 (defcustom gnus-use-cross-reference t
1480 "*Non-nil means that cross referenced articles will be marked as read.
1481 If nil, ignore cross references. If t, mark articles as read in
1482 subscribed newsgroups. If neither t nor nil, mark as read in all
1483 newsgroups."
1484 :group 'gnus-server
1485 :type '(choice (const :tag "off" nil)
1486 (const :tag "subscribed" t)
1487 (sexp :format "all"
1488 :value always)))
1490 (defcustom gnus-process-mark ?#
1491 "*Process mark."
1492 :group 'gnus-group-visual
1493 :group 'gnus-summary-marks
1494 :type 'character)
1496 (defcustom gnus-large-newsgroup 200
1497 "*The number of articles which indicates a large newsgroup.
1498 If the number of articles in a newsgroup is greater than this value,
1499 confirmation is required for selecting the newsgroup.
1500 If it is nil, no confirmation is required."
1501 :group 'gnus-group-select
1502 :type '(choice (const :tag "No limit" nil)
1503 integer))
1505 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
1506 "*Non-nil means that the default name of a file to save articles in is the group name.
1507 If it's nil, the directory form of the group name is used instead.
1509 If this variable is a list, and the list contains the element
1510 `not-score', long file names will not be used for score files; if it
1511 contains the element `not-save', long file names will not be used for
1512 saving; and if it contains the element `not-kill', long file names
1513 will not be used for kill files.
1515 Note that the default for this variable varies according to what system
1516 type you're using. On `usg-unix-v' and `xenix' this variable defaults
1517 to nil while on all other systems it defaults to t."
1518 :group 'gnus-start
1519 :type '(radio (sexp :format "Non-nil\n"
1520 :match (lambda (widget value)
1521 (and value (not (listp value))))
1522 :value t)
1523 (const nil)
1524 (checklist (const :format "%v " not-score)
1525 (const :format "%v " not-save)
1526 (const not-kill))))
1528 (defcustom gnus-kill-files-directory gnus-directory
1529 "*Name of the directory where kill files will be stored (default \"~/News\")."
1530 :group 'gnus-score-files
1531 :group 'gnus-score-kill
1532 :type 'directory)
1534 (defcustom gnus-save-score nil
1535 "*If non-nil, save group scoring info."
1536 :group 'gnus-score-various
1537 :group 'gnus-start
1538 :type 'boolean)
1540 (defcustom gnus-use-undo t
1541 "*If non-nil, allow undoing in Gnus group mode buffers."
1542 :group 'gnus-meta
1543 :type 'boolean)
1545 (defcustom gnus-use-adaptive-scoring nil
1546 "*If non-nil, use some adaptive scoring scheme.
1547 If a list, then the values `word' and `line' are meaningful. The
1548 former will perform adaption on individual words in the subject
1549 header while `line' will perform adaption on several headers."
1550 :group 'gnus-meta
1551 :group 'gnus-score-adapt
1552 :type '(set (const word) (const line)))
1554 (defcustom gnus-use-cache 'passive
1555 "*If nil, Gnus will ignore the article cache.
1556 If `passive', it will allow entering (and reading) articles
1557 explicitly entered into the cache. If anything else, use the
1558 cache to the full extent of the law."
1559 :group 'gnus-meta
1560 :group 'gnus-cache
1561 :type '(choice (const :tag "off" nil)
1562 (const :tag "passive" passive)
1563 (const :tag "active" t)))
1565 (defcustom gnus-use-trees nil
1566 "*If non-nil, display a thread tree buffer."
1567 :group 'gnus-meta
1568 :type 'boolean)
1570 (defcustom gnus-use-grouplens nil
1571 "*If non-nil, use GroupLens ratings."
1572 :group 'gnus-meta
1573 :type 'boolean)
1575 (defcustom gnus-keep-backlog 20
1576 "*If non-nil, Gnus will keep read articles for later re-retrieval.
1577 If it is a number N, then Gnus will only keep the last N articles
1578 read. If it is neither nil nor a number, Gnus will keep all read
1579 articles. This is not a good idea."
1580 :group 'gnus-meta
1581 :type '(choice (const :tag "off" nil)
1582 integer
1583 (sexp :format "all"
1584 :value t)))
1586 (defcustom gnus-use-nocem nil
1587 "*If non-nil, Gnus will read NoCeM cancel messages.
1588 You can also set this variable to a positive number as a group level.
1589 In that case, Gnus scans NoCeM messages when checking new news if this
1590 value is not exceeding a group level that you specify as the prefix
1591 argument to some commands, e.g. `gnus', `gnus-group-get-new-news', etc.
1592 Otherwise, Gnus does not scan NoCeM messages if you specify a group
1593 level to those commands."
1594 :group 'gnus-meta
1595 :type '(choice
1596 (const :tag "off" nil)
1597 (const :tag "on" t)
1598 (list :convert-widget
1599 (lambda (widget)
1600 (list 'integer :tag "group level"
1601 :value (if (boundp 'gnus-level-default-subscribed)
1602 gnus-level-default-subscribed
1603 3))))))
1605 (defcustom gnus-suppress-duplicates nil
1606 "*If non-nil, Gnus will mark duplicate copies of the same article as read."
1607 :group 'gnus-meta
1608 :type 'boolean)
1610 (defcustom gnus-use-scoring t
1611 "*If non-nil, enable scoring."
1612 :group 'gnus-meta
1613 :type 'boolean)
1615 (defcustom gnus-summary-prepare-exit-hook
1616 '(gnus-summary-expire-articles)
1617 "*A hook called when preparing to exit from the summary buffer.
1618 It calls `gnus-summary-expire-articles' by default."
1619 :group 'gnus-summary-exit
1620 :type 'hook)
1622 (defcustom gnus-novice-user t
1623 "*Non-nil means that you are a Usenet novice.
1624 If non-nil, verbose messages may be displayed and confirmations may be
1625 required."
1626 :group 'gnus-meta
1627 :type 'boolean)
1629 (defcustom gnus-expert-user nil
1630 "*Non-nil means that you will never be asked for confirmation about anything.
1631 That doesn't mean *anything* anything; particularly destructive
1632 commands will still require prompting."
1633 :group 'gnus-meta
1634 :type 'boolean)
1636 (defcustom gnus-interactive-catchup t
1637 "*If non-nil, require your confirmation when catching up a group."
1638 :group 'gnus-group-select
1639 :type 'boolean)
1641 (defcustom gnus-interactive-exit t
1642 "*If non-nil, require your confirmation when exiting Gnus."
1643 :group 'gnus-exit
1644 :type 'boolean)
1646 (defcustom gnus-extract-address-components 'gnus-extract-address-components
1647 "*Function for extracting address components from a From header.
1648 Two pre-defined function exist: `gnus-extract-address-components',
1649 which is the default, quite fast, and too simplistic solution, and
1650 `mail-extract-address-components', which works much better, but is
1651 slower."
1652 :group 'gnus-summary-format
1653 :type '(radio (function-item gnus-extract-address-components)
1654 (function-item mail-extract-address-components)
1655 (function :tag "Other")))
1657 (defcustom gnus-carpal nil
1658 "*If non-nil, display clickable icons."
1659 :group 'gnus-meta
1660 :type 'boolean)
1662 (defcustom gnus-shell-command-separator ";"
1663 "String used to separate shell commands."
1664 :group 'gnus-files
1665 :type 'string)
1667 (defcustom gnus-valid-select-methods
1668 '(("nntp" post address prompt-address physical-address)
1669 ("nnspool" post address)
1670 ("nnvirtual" post-mail virtual prompt-address)
1671 ("nnmbox" mail respool address)
1672 ("nnml" post-mail respool address)
1673 ("nnmh" mail respool address)
1674 ("nndir" post-mail prompt-address physical-address)
1675 ("nneething" none address prompt-address physical-address)
1676 ("nndoc" none address prompt-address)
1677 ("nnbabyl" mail address respool)
1678 ("nnkiboze" post virtual)
1679 ("nnsoup" post-mail address)
1680 ("nndraft" post-mail)
1681 ("nnfolder" mail respool address)
1682 ("nngateway" post-mail address prompt-address physical-address)
1683 ("nnweb" none)
1684 ("nngoogle" post)
1685 ("nnslashdot" post)
1686 ("nnultimate" none)
1687 ("nnrss" none)
1688 ("nnwfm" none)
1689 ("nnwarchive" none)
1690 ("nnlistserv" none)
1691 ("nnagent" post-mail)
1692 ("nnimap" post-mail address prompt-address physical-address)
1693 ("nnmaildir" mail respool address)
1694 ("nnnil" none))
1695 "*An alist of valid select methods.
1696 The first element of each list lists should be a string with the name
1697 of the select method. The other elements may be the category of
1698 this method (i. e., `post', `mail', `none' or whatever) or other
1699 properties that this method has (like being respoolable).
1700 If you implement a new select method, all you should have to change is
1701 this variable. I think."
1702 :group 'gnus-server
1703 :type '(repeat (group (string :tag "Name")
1704 (radio-button-choice (const :format "%v " post)
1705 (const :format "%v " mail)
1706 (const :format "%v " none)
1707 (const post-mail))
1708 (checklist :inline t
1709 (const :format "%v " address)
1710 (const :format "%v " prompt-address)
1711 (const :format "%v " physical-address)
1712 (const :format "%v " virtual)
1713 (const respool)))))
1715 (defun gnus-redefine-select-method-widget ()
1716 "Recomputes the select-method widget based on the value of
1717 `gnus-valid-select-methods'."
1718 (define-widget 'gnus-select-method 'list
1719 "Widget for entering a select method."
1720 :value '(nntp "")
1721 :tag "Select Method"
1722 :args `((choice :tag "Method"
1723 ,@(mapcar (lambda (entry)
1724 (list 'const :format "%v\n"
1725 (intern (car entry))))
1726 gnus-valid-select-methods)
1727 (symbol :tag "other"))
1728 (string :tag "Address")
1729 (repeat :tag "Options"
1730 :inline t
1731 (list :format "%v"
1732 variable
1733 (sexp :tag "Value"))))))
1735 (gnus-redefine-select-method-widget)
1737 (defcustom gnus-updated-mode-lines '(group article summary tree)
1738 "List of buffers that should update their mode lines.
1739 The list may contain the symbols `group', `article', `tree' and
1740 `summary'. If the corresponding symbol is present, Gnus will keep
1741 that mode line updated with information that may be pertinent.
1742 If this variable is nil, screen refresh may be quicker."
1743 :group 'gnus-various
1744 :type '(set (const group)
1745 (const article)
1746 (const summary)
1747 (const tree)))
1749 ;; Added by Keinonen Kari <kk85613@cs.tut.fi>.
1750 (defcustom gnus-mode-non-string-length nil
1751 "*Max length of mode-line non-string contents.
1752 If this is nil, Gnus will take space as is needed, leaving the rest
1753 of the mode line intact. Note that the default of nil is unlikely
1754 to be desirable; see the manual for further details."
1755 :group 'gnus-various
1756 :type '(choice (const nil)
1757 integer))
1759 ;; There should be special validation for this.
1760 (define-widget 'gnus-email-address 'string
1761 "An email address.")
1763 (gnus-define-group-parameter
1764 to-address
1765 :function-document
1766 "Return GROUP's to-address."
1767 :variable-document
1768 "*Alist of group regexps and correspondent to-addresses."
1769 :variable-group gnus-group-parameter
1770 :parameter-type '(gnus-email-address :tag "To Address")
1771 :parameter-document "\
1772 This will be used when doing followups and posts.
1774 This is primarily useful in mail groups that represent closed
1775 mailing lists--mailing lists where it's expected that everybody that
1776 writes to the mailing list is subscribed to it. Since using this
1777 parameter ensures that the mail only goes to the mailing list itself,
1778 it means that members won't receive two copies of your followups.
1780 Using `to-address' will actually work whether the group is foreign or
1781 not. Let's say there's a group on the server that is called
1782 `fa.4ad-l'. This is a real newsgroup, but the server has gotten the
1783 articles from a mail-to-news gateway. Posting directly to this group
1784 is therefore impossible--you have to send mail to the mailing list
1785 address instead.
1787 The gnus-group-split mail splitting mechanism will behave as if this
1788 address was listed in gnus-group-split Addresses (see below).")
1790 (gnus-define-group-parameter
1791 to-list
1792 :function-document
1793 "Return GROUP's to-list."
1794 :variable-document
1795 "*Alist of group regexps and correspondent to-lists."
1796 :variable-group gnus-group-parameter
1797 :parameter-type '(gnus-email-address :tag "To List")
1798 :parameter-document "\
1799 This address will be used when doing a `a' in the group.
1801 It is totally ignored when doing a followup--except that if it is
1802 present in a news group, you'll get mail group semantics when doing
1803 `f'.
1805 The gnus-group-split mail splitting mechanism will behave as if this
1806 address was listed in gnus-group-split Addresses (see below).")
1808 (gnus-define-group-parameter
1809 subscribed
1810 :type bool
1811 :function-document
1812 "Return GROUP's subscription status."
1813 :variable-document
1814 "*Groups which are automatically considered subscribed."
1815 :variable-group gnus-group-parameter
1816 :parameter-type '(const :tag "Subscribed" t)
1817 :parameter-document "\
1818 Gnus assumed that you are subscribed to the To/List address.
1820 When constructing a list of subscribed groups using
1821 `gnus-find-subscribed-addresses', Gnus includes the To address given
1822 above, or the list address (if the To address has not been set).")
1824 (gnus-define-group-parameter
1825 auto-expire
1826 :type bool
1827 :function gnus-group-auto-expirable-p
1828 :function-document
1829 "Check whether GROUP is auto-expirable or not."
1830 :variable gnus-auto-expirable-newsgroups
1831 :variable-default nil
1832 :variable-document
1833 "*Groups in which to automatically mark read articles as expirable.
1834 If non-nil, this should be a regexp that should match all groups in
1835 which to perform auto-expiry. This only makes sense for mail groups."
1836 :variable-group nnmail-expire
1837 :variable-type '(choice (const nil)
1838 regexp)
1839 :parameter-type '(const :tag "Automatic Expire" t)
1840 :parameter-document
1841 "All articles that are read will be marked as expirable.")
1843 (gnus-define-group-parameter
1844 total-expire
1845 :type bool
1846 :function gnus-group-total-expirable-p
1847 :function-document
1848 "Check whether GROUP is total-expirable or not."
1849 :variable gnus-total-expirable-newsgroups
1850 :variable-default nil
1851 :variable-document
1852 "*Groups in which to perform expiry of all read articles.
1853 Use with extreme caution. All groups that match this regexp will be
1854 expiring - which means that all read articles will be deleted after
1855 \(say) one week. (This only goes for mail groups and the like, of
1856 course.)"
1857 :variable-group nnmail-expire
1858 :variable-type '(choice (const nil)
1859 regexp)
1860 :parameter-type '(const :tag "Total Expire" t)
1861 :parameter-document
1862 "All read articles will be put through the expiry process
1864 This happens even if they are not marked as expirable.
1865 Use with caution.")
1867 (gnus-define-group-parameter
1868 charset
1869 :function-document
1870 "Return the default charset of GROUP."
1871 :variable gnus-group-charset-alist
1872 :variable-default
1873 '(("\\(^\\|:\\)hk\\>\\|\\(^\\|:\\)tw\\>\\|\\<big5\\>" cn-big5)
1874 ("\\(^\\|:\\)cn\\>\\|\\<chinese\\>" cn-gb-2312)
1875 ("\\(^\\|:\\)fj\\>\\|\\(^\\|:\\)japan\\>" iso-2022-jp-2)
1876 ("\\(^\\|:\\)tnn\\>\\|\\(^\\|:\\)pin\\>\\|\\(^\\|:\\)sci.lang.japan" iso-2022-7bit)
1877 ("\\(^\\|:\\)relcom\\>" koi8-r)
1878 ("\\(^\\|:\\)fido7\\>" koi8-r)
1879 ("\\(^\\|:\\)\\(cz\\|hun\\|pl\\|sk\\|hr\\)\\>" iso-8859-2)
1880 ("\\(^\\|:\\)israel\\>" iso-8859-1)
1881 ("\\(^\\|:\\)han\\>" euc-kr)
1882 ("\\(^\\|:\\)alt.chinese.text.big5\\>" chinese-big5)
1883 ("\\(^\\|:\\)soc.culture.vietnamese\\>" vietnamese-viqr)
1884 ("\\(^\\|:\\)\\(comp\\|rec\\|alt\\|sci\\|soc\\|news\\|gnu\\|bofh\\)\\>" iso-8859-1))
1885 :variable-document
1886 "Alist of regexps (to match group names) and default charsets to be used when reading."
1887 :variable-group gnus-charset
1888 :variable-type '(repeat (list (regexp :tag "Group")
1889 (symbol :tag "Charset")))
1890 :parameter-type '(symbol :tag "Charset")
1891 :parameter-document "\
1892 The default charset to use in the group.")
1894 (gnus-define-group-parameter
1895 post-method
1896 :type list
1897 :function-document
1898 "Return a posting method for GROUP."
1899 :variable gnus-post-method-alist
1900 :variable-document
1901 "Alist of regexps (to match group names) and method to be used when
1902 posting an article."
1903 :variable-group gnus-group-foreign
1904 :parameter-type
1905 '(choice :tag "Posting Method"
1906 (const :tag "Use native server" native)
1907 (const :tag "Use current server" current)
1908 (list :convert-widget
1909 (lambda (widget)
1910 (list 'sexp :tag "Methods"
1911 :value gnus-select-method))))
1912 :parameter-document
1913 "Posting method for this group.")
1915 (gnus-define-group-parameter
1916 large-newsgroup-initial
1917 :type integer
1918 :function-document
1919 "Return GROUP's initial input of the number of articles."
1920 :variable-document
1921 "*Alist of group regexps and its initial input of the number of articles."
1922 :variable-group gnus-group-parameter
1923 :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
1924 (const :tag "All" nil)
1925 (integer))
1926 :parameter-document "\
1928 This number will be prompted as the initial value of the number of
1929 articles to list when the group is a large newsgroup (see
1930 `gnus-large-newsgroup'). If it is nil, the default value is the
1931 total number of articles in the group.")
1933 ;; The Gnus registry's ignored groups
1934 (gnus-define-group-parameter
1935 registry-ignore
1936 :type list
1937 :function-document
1938 "Whether this group should be ignored by the registry."
1939 :variable gnus-registry-ignored-groups
1940 :variable-default nil
1941 :variable-document
1942 "*Groups in which the registry should be turned off."
1943 :variable-group gnus-registry
1944 :variable-type '(repeat
1945 (list
1946 (regexp :tag "Group Name Regular Expression")
1947 (boolean :tag "Ignored")))
1949 :parameter-type '(boolean :tag "Group Ignored by the Registry")
1950 :parameter-document
1951 "Whether the Gnus Registry should ignore this group.")
1953 ;; group parameters for spam processing added by Ted Zlatanov <tzz@lifelogs.com>
1954 (defcustom gnus-install-group-spam-parameters t
1955 "*Disable the group parameters for spam detection.
1956 Enable if `G c' in XEmacs is giving you trouble, and make sure to submit a bug report."
1957 :version "22.1"
1958 :type 'boolean
1959 :group 'gnus-start)
1961 (when gnus-install-group-spam-parameters
1962 (defvar gnus-group-spam-classification-spam t
1963 "Spam group classification (requires spam.el).
1964 This group contains spam messages. On summary entry, unread messages
1965 will be marked as spam. On summary exit, the specified spam
1966 processors will be invoked on spam-marked messages, then those
1967 messages will be expired, so the spam processor will only see a
1968 spam-marked message once.")
1970 (defvar gnus-group-spam-classification-ham 'ask
1971 "The ham value for the spam group parameter (requires spam.el).
1972 On summary exit, the specified ham processors will be invoked on
1973 ham-marked messages. Exercise caution, since the ham processor will
1974 see the same message more than once because there is no ham message
1975 registry.")
1977 (gnus-define-group-parameter
1978 spam-contents
1979 :type list
1980 :function-document
1981 "The spam type (spam, ham, or neither) of the group."
1982 :variable gnus-spam-newsgroup-contents
1983 :variable-default nil
1984 :variable-document
1985 "*Group classification (spam, ham, or neither). Only
1986 meaningful when spam.el is loaded. If non-nil, this should be a
1987 list of group name regexps associated with a classification for
1988 each one. In spam groups, new articles are marked as spam on
1989 summary entry. There is other behavior associated with ham and
1990 no classification when spam.el is loaded - see the manual."
1991 :variable-group spam
1992 :variable-type '(repeat
1993 (list :tag "Group contents spam/ham classification"
1994 (regexp :tag "Group")
1995 (choice
1996 (variable-item gnus-group-spam-classification-spam)
1997 (variable-item gnus-group-spam-classification-ham)
1998 (const :tag "Unclassified" nil))))
2000 :parameter-type '(list :tag "Group contents spam/ham classification"
2001 (choice :tag "Group contents classification for spam sorting"
2002 (variable-item gnus-group-spam-classification-spam)
2003 (variable-item gnus-group-spam-classification-ham)
2004 (const :tag "Unclassified" nil)))
2005 :parameter-document
2006 "The spam classification (spam, ham, or neither) of this group.
2007 When a spam group is entered, all unread articles are marked as
2008 spam. There is other behavior associated with ham and no
2009 classification when spam.el is loaded - see the manual.")
2011 (defvar gnus-group-spam-exit-processor-ifile "ifile"
2012 "OBSOLETE: The ifile summary exit spam processor.")
2014 (defvar gnus-group-spam-exit-processor-stat "stat"
2015 "OBSOLETE: The spam-stat summary exit spam processor.")
2017 (defvar gnus-group-spam-exit-processor-bogofilter "bogofilter"
2018 "OBSOLETE: The Bogofilter summary exit spam processor.")
2020 (defvar gnus-group-spam-exit-processor-blacklist "blacklist"
2021 "OBSOLETE: The Blacklist summary exit spam processor.")
2023 (defvar gnus-group-spam-exit-processor-report-gmane "report-gmane"
2024 "OBSOLETE: The Gmane reporting summary exit spam processor.
2025 Only applicable to NNTP groups with articles from Gmane. See spam-report.el")
2027 (defvar gnus-group-spam-exit-processor-spamoracle "spamoracle-spam"
2028 "OBSOLETE: The spamoracle summary exit spam processor.")
2030 (defvar gnus-group-ham-exit-processor-ifile "ifile-ham"
2031 "OBSOLETE: The ifile summary exit ham processor.
2032 Only applicable to non-spam (unclassified and ham) groups.")
2034 (defvar gnus-group-ham-exit-processor-bogofilter "bogofilter-ham"
2035 "OBSOLETE: The Bogofilter summary exit ham processor.
2036 Only applicable to non-spam (unclassified and ham) groups.")
2038 (defvar gnus-group-ham-exit-processor-stat "stat-ham"
2039 "OBSOLETE: The spam-stat summary exit ham processor.
2040 Only applicable to non-spam (unclassified and ham) groups.")
2042 (defvar gnus-group-ham-exit-processor-whitelist "whitelist"
2043 "OBSOLETE: The whitelist summary exit ham processor.
2044 Only applicable to non-spam (unclassified and ham) groups.")
2046 (defvar gnus-group-ham-exit-processor-BBDB "bbdb"
2047 "OBSOLETE: The BBDB summary exit ham processor.
2048 Only applicable to non-spam (unclassified and ham) groups.")
2050 (defvar gnus-group-ham-exit-processor-copy "copy"
2051 "OBSOLETE: The ham copy exit ham processor.
2052 Only applicable to non-spam (unclassified and ham) groups.")
2054 (defvar gnus-group-ham-exit-processor-spamoracle "spamoracle-ham"
2055 "OBSOLETE: The spamoracle summary exit ham processor.
2056 Only applicable to non-spam (unclassified and ham) groups.")
2058 (gnus-define-group-parameter
2059 spam-process
2060 :type list
2061 :parameter-type
2062 '(choice
2063 :tag "Spam Summary Exit Processor"
2064 :value nil
2065 (list :tag "Spam Summary Exit Processor Choices"
2066 (set
2067 (variable-item gnus-group-spam-exit-processor-ifile)
2068 (variable-item gnus-group-spam-exit-processor-stat)
2069 (variable-item gnus-group-spam-exit-processor-bogofilter)
2070 (variable-item gnus-group-spam-exit-processor-blacklist)
2071 (variable-item gnus-group-spam-exit-processor-spamoracle)
2072 (variable-item gnus-group-spam-exit-processor-report-gmane)
2073 (variable-item gnus-group-ham-exit-processor-bogofilter)
2074 (variable-item gnus-group-ham-exit-processor-ifile)
2075 (variable-item gnus-group-ham-exit-processor-stat)
2076 (variable-item gnus-group-ham-exit-processor-whitelist)
2077 (variable-item gnus-group-ham-exit-processor-BBDB)
2078 (variable-item gnus-group-ham-exit-processor-spamoracle)
2079 (variable-item gnus-group-ham-exit-processor-copy)
2080 (const :tag "Spam: Gmane Report" (spam spam-use-gmane))
2081 (const :tag "Spam: Bogofilter" (spam spam-use-bogofilter))
2082 (const :tag "Spam: Blacklist" (spam spam-use-blacklist))
2083 (const :tag "Spam: ifile" (spam spam-use-ifile))
2084 (const :tag "Spam: Spam-stat" (spam spam-use-stat))
2085 (const :tag "Spam: Spam Oracle" (spam spam-use-spamoracle))
2086 (const :tag "Ham: ifile" (ham spam-use-ifile))
2087 (const :tag "Ham: Bogofilter" (ham spam-use-bogofilter))
2088 (const :tag "Ham: Spam-stat" (ham spam-use-stat))
2089 (const :tag "Ham: Whitelist" (ham spam-use-whitelist))
2090 (const :tag "Ham: BBDB" (ham spam-use-BBDB))
2091 (const :tag "Ham: Copy" (ham spam-use-ham-copy))
2092 (const :tag "Ham: Spam Oracle" (ham spam-use-spamoracle)))))
2093 :function-document
2094 "Which spam or ham processors will be applied when the summary is exited."
2095 :variable gnus-spam-process-newsgroups
2096 :variable-default nil
2097 :variable-document
2098 "*Groups in which to automatically process spam or ham articles with
2099 a backend on summary exit. If non-nil, this should be a list of group
2100 name regexps that should match all groups in which to do automatic
2101 spam processing, associated with the appropriate processor."
2102 :variable-group spam
2103 :variable-type
2104 '(repeat :tag "Spam/Ham Processors"
2105 (list :tag "Spam Summary Exit Processor Choices"
2106 (regexp :tag "Group Regexp")
2107 (set
2108 :tag "Spam/Ham Summary Exit Processor"
2109 (variable-item gnus-group-spam-exit-processor-ifile)
2110 (variable-item gnus-group-spam-exit-processor-stat)
2111 (variable-item gnus-group-spam-exit-processor-bogofilter)
2112 (variable-item gnus-group-spam-exit-processor-blacklist)
2113 (variable-item gnus-group-spam-exit-processor-spamoracle)
2114 (variable-item gnus-group-spam-exit-processor-report-gmane)
2115 (variable-item gnus-group-ham-exit-processor-bogofilter)
2116 (variable-item gnus-group-ham-exit-processor-ifile)
2117 (variable-item gnus-group-ham-exit-processor-stat)
2118 (variable-item gnus-group-ham-exit-processor-whitelist)
2119 (variable-item gnus-group-ham-exit-processor-BBDB)
2120 (variable-item gnus-group-ham-exit-processor-spamoracle)
2121 (variable-item gnus-group-ham-exit-processor-copy)
2122 (const :tag "Spam: Gmane Report" (spam spam-use-gmane))
2123 (const :tag "Spam: Bogofilter" (spam spam-use-bogofilter))
2124 (const :tag "Spam: Blacklist" (spam spam-use-blacklist))
2125 (const :tag "Spam: ifile" (spam spam-use-ifile))
2126 (const :tag "Spam: Spam-stat" (spam spam-use-stat))
2127 (const :tag "Spam: Spam Oracle" (spam spam-use-spamoracle))
2128 (const :tag "Ham: ifile" (ham spam-use-ifile))
2129 (const :tag "Ham: Bogofilter" (ham spam-use-bogofilter))
2130 (const :tag "Ham: Spam-stat" (ham spam-use-stat))
2131 (const :tag "Ham: Whitelist" (ham spam-use-whitelist))
2132 (const :tag "Ham: BBDB" (ham spam-use-BBDB))
2133 (const :tag "Ham: Copy" (ham spam-use-ham-copy))
2134 (const :tag "Ham: Spam Oracle" (ham spam-use-spamoracle)))))
2136 :parameter-document
2137 "Which spam or ham processors will be applied when the summary is exited.")
2139 (gnus-define-group-parameter
2140 spam-autodetect
2141 :type list
2142 :parameter-type
2143 '(boolean :tag "Spam autodetection")
2144 :function-document
2145 "Should spam be autodetected (with spam-split) in this group?"
2146 :variable gnus-spam-autodetect
2147 :variable-default nil
2148 :variable-document
2149 "*Groups in which spam should be autodetected when they are entered.
2150 Only unseen articles will be examined, unless
2151 spam-autodetect-recheck-messages is set."
2152 :variable-group spam
2153 :variable-type
2154 '(repeat
2155 :tag "Autodetection setting"
2156 (list
2157 (regexp :tag "Group Regexp")
2158 boolean))
2159 :parameter-document
2160 "Spam autodetection.
2161 Only unseen articles will be examined, unless
2162 spam-autodetect-recheck-messages is set.")
2164 (gnus-define-group-parameter
2165 spam-autodetect-methods
2166 :type list
2167 :parameter-type
2168 '(choice :tag "Spam autodetection-specific methods"
2169 (const none)
2170 (const default)
2171 (set :tag "Use specific methods"
2172 (variable-item spam-use-blacklist)
2173 (variable-item spam-use-regex-headers)
2174 (variable-item spam-use-regex-body)
2175 (variable-item spam-use-whitelist)
2176 (variable-item spam-use-BBDB)
2177 (variable-item spam-use-ifile)
2178 (variable-item spam-use-spamoracle)
2179 (variable-item spam-use-stat)
2180 (variable-item spam-use-blackholes)
2181 (variable-item spam-use-hashcash)
2182 (variable-item spam-use-bogofilter-headers)
2183 (variable-item spam-use-bogofilter)))
2184 :function-document
2185 "Methods to be used for autodetection in each group"
2186 :variable gnus-spam-autodetect-methods
2187 :variable-default nil
2188 :variable-document
2189 "*Methods for autodetecting spam per group.
2190 Requires the spam-autodetect parameter. Only unseen articles
2191 will be examined, unless spam-autodetect-recheck-messages is
2192 set."
2193 :variable-group spam
2194 :variable-type
2195 '(repeat
2196 :tag "Autodetection methods"
2197 (list
2198 (regexp :tag "Group Regexp")
2199 (choice
2200 (const none)
2201 (const default)
2202 (set :tag "Use specific methods"
2203 (variable-item spam-use-blacklist)
2204 (variable-item spam-use-regex-headers)
2205 (variable-item spam-use-regex-body)
2206 (variable-item spam-use-whitelist)
2207 (variable-item spam-use-BBDB)
2208 (variable-item spam-use-ifile)
2209 (variable-item spam-use-spamoracle)
2210 (variable-item spam-use-stat)
2211 (variable-item spam-use-blackholes)
2212 (variable-item spam-use-hashcash)
2213 (variable-item spam-use-bogofilter-headers)
2214 (variable-item spam-use-bogofilter)))))
2215 :parameter-document
2216 "Spam autodetection methods.
2217 Requires the spam-autodetect parameter. Only unseen articles
2218 will be examined, unless spam-autodetect-recheck-messages is
2219 set.")
2221 (gnus-define-group-parameter
2222 spam-process-destination
2223 :type list
2224 :parameter-type
2225 '(choice :tag "Destination for spam-processed articles at summary exit"
2226 (string :tag "Move to a group")
2227 (repeat :tag "Move to multiple groups"
2228 (string :tag "Destination group"))
2229 (const :tag "Expire" nil))
2230 :function-document
2231 "Where spam-processed articles will go at summary exit."
2232 :variable gnus-spam-process-destinations
2233 :variable-default nil
2234 :variable-document
2235 "*Groups in which to explicitly send spam-processed articles to
2236 another group, or expire them (the default). If non-nil, this should
2237 be a list of group name regexps that should match all groups in which
2238 to do spam-processed article moving, associated with the destination
2239 group or nil for explicit expiration. This only makes sense for
2240 mail groups."
2241 :variable-group spam
2242 :variable-type
2243 '(repeat
2244 :tag "Spam-processed articles destination"
2245 (list
2246 (regexp :tag "Group Regexp")
2247 (choice
2248 :tag "Destination for spam-processed articles at summary exit"
2249 (string :tag "Move to a group")
2250 (repeat :tag "Move to multiple groups"
2251 (string :tag "Destination group"))
2252 (const :tag "Expire" nil))))
2253 :parameter-document
2254 "Where spam-processed articles will go at summary exit.")
2256 (gnus-define-group-parameter
2257 ham-process-destination
2258 :type list
2259 :parameter-type
2260 '(choice
2261 :tag "Destination for ham articles at summary exit from a spam group"
2262 (string :tag "Move to a group")
2263 (repeat :tag "Move to multiple groups"
2264 (string :tag "Destination group"))
2265 (const :tag "Respool" respool)
2266 (const :tag "Do nothing" nil))
2267 :function-document
2268 "Where ham articles will go at summary exit from a spam group."
2269 :variable gnus-ham-process-destinations
2270 :variable-default nil
2271 :variable-document
2272 "*Groups in which to explicitly send ham articles to
2273 another group, or do nothing (the default). If non-nil, this should
2274 be a list of group name regexps that should match all groups in which
2275 to do ham article moving, associated with the destination
2276 group or nil for explicit ignoring. This only makes sense for
2277 mail groups, and only works in spam groups."
2278 :variable-group spam
2279 :variable-type
2280 '(repeat
2281 :tag "Ham articles destination"
2282 (list
2283 (regexp :tag "Group Regexp")
2284 (choice
2285 :tag "Destination for ham articles at summary exit from spam group"
2286 (string :tag "Move to a group")
2287 (repeat :tag "Move to multiple groups"
2288 (string :tag "Destination group"))
2289 (const :tag "Respool" respool)
2290 (const :tag "Expire" nil))))
2291 :parameter-document
2292 "Where ham articles will go at summary exit from a spam group.")
2294 (gnus-define-group-parameter
2295 ham-marks
2296 :type 'list
2297 :parameter-type '(list :tag "Ham mark choices"
2298 (set
2299 (variable-item gnus-del-mark)
2300 (variable-item gnus-read-mark)
2301 (variable-item gnus-ticked-mark)
2302 (variable-item gnus-killed-mark)
2303 (variable-item gnus-kill-file-mark)
2304 (variable-item gnus-low-score-mark)))
2306 :parameter-document
2307 "Marks considered ham (positively not spam). Such articles will be
2308 processed as ham (non-spam) on group exit. When nil, the global
2309 spam-ham-marks variable takes precedence."
2310 :variable-default '((".*" ((gnus-del-mark
2311 gnus-read-mark
2312 gnus-killed-mark
2313 gnus-kill-file-mark
2314 gnus-low-score-mark))))
2315 :variable-group spam
2316 :variable-document
2317 "*Groups in which to explicitly set the ham marks to some value.")
2319 (gnus-define-group-parameter
2320 spam-marks
2321 :type 'list
2322 :parameter-type '(list :tag "Spam mark choices"
2323 (set
2324 (variable-item gnus-spam-mark)
2325 (variable-item gnus-killed-mark)
2326 (variable-item gnus-kill-file-mark)
2327 (variable-item gnus-low-score-mark)))
2329 :parameter-document
2330 "Marks considered spam.
2331 Such articles will be processed as spam on group exit. When nil, the global
2332 spam-spam-marks variable takes precedence."
2333 :variable-default '((".*" ((gnus-spam-mark))))
2334 :variable-group spam
2335 :variable-document
2336 "*Groups in which to explicitly set the spam marks to some value."))
2338 (defcustom gnus-group-uncollapsed-levels 1
2339 "Number of group name elements to leave alone when making a short group name."
2340 :group 'gnus-group-visual
2341 :type 'integer)
2343 (defcustom gnus-group-use-permanent-levels nil
2344 "*If non-nil, once you set a level, Gnus will use this level."
2345 :group 'gnus-group-levels
2346 :type 'boolean)
2348 ;; Hooks.
2350 (defcustom gnus-load-hook nil
2351 "A hook run while Gnus is loaded."
2352 :group 'gnus-start
2353 :type 'hook)
2355 (defcustom gnus-apply-kill-hook '(gnus-apply-kill-file)
2356 "A hook called to apply kill files to a group.
2357 This hook is intended to apply a kill file to the selected newsgroup.
2358 The function `gnus-apply-kill-file' is called by default.
2360 Since a general kill file is too heavy to use only for a few
2361 newsgroups, I recommend you to use a lighter hook function. For
2362 example, if you'd like to apply a kill file to articles which contains
2363 a string `rmgroup' in subject in newsgroup `control', you can use the
2364 following hook:
2366 (setq gnus-apply-kill-hook
2367 (list
2368 (lambda ()
2369 (cond ((string-match \"control\" gnus-newsgroup-name)
2370 (gnus-kill \"Subject\" \"rmgroup\")
2371 (gnus-expunge \"X\"))))))"
2372 :group 'gnus-score-kill
2373 :options '(gnus-apply-kill-file)
2374 :type 'hook)
2376 (defcustom gnus-group-change-level-function nil
2377 "Function run when a group level is changed.
2378 It is called with three parameters -- GROUP, LEVEL and OLDLEVEL."
2379 :group 'gnus-group-levels
2380 :type '(choice (const nil)
2381 function))
2383 ;;; Face thingies.
2385 (defcustom gnus-visual
2386 '(summary-highlight group-highlight article-highlight
2387 mouse-face
2388 summary-menu group-menu article-menu
2389 tree-highlight menu highlight
2390 browse-menu server-menu
2391 page-marker tree-menu binary-menu pick-menu
2392 grouplens-menu)
2393 "*Enable visual features.
2394 If `visual' is disabled, there will be no menus and few faces. Most of
2395 the visual customization options below will be ignored. Gnus will use
2396 less space and be faster as a result.
2398 This variable can also be a list of visual elements to switch on. For
2399 instance, to switch off all visual things except menus, you can say:
2401 (setq gnus-visual '(menu))
2403 Valid elements include `summary-highlight', `group-highlight',
2404 `article-highlight', `mouse-face', `summary-menu', `group-menu',
2405 `article-menu', `tree-highlight', `menu', `highlight', `browse-menu',
2406 `server-menu', `page-marker', `tree-menu', `binary-menu', `pick-menu',
2407 and `grouplens-menu'."
2408 :group 'gnus-meta
2409 :group 'gnus-visual
2410 :type '(set (const summary-highlight)
2411 (const group-highlight)
2412 (const article-highlight)
2413 (const mouse-face)
2414 (const summary-menu)
2415 (const group-menu)
2416 (const article-menu)
2417 (const tree-highlight)
2418 (const menu)
2419 (const highlight)
2420 (const browse-menu)
2421 (const server-menu)
2422 (const page-marker)
2423 (const tree-menu)
2424 (const binary-menu)
2425 (const pick-menu)
2426 (const grouplens-menu)))
2428 ;; Byte-compiler warning.
2429 (defvar gnus-visual)
2430 ;; Find out whether the gnus-visual TYPE is wanted.
2431 (defun gnus-visual-p (&optional type class)
2432 (and gnus-visual ; Has to be non-nil, at least.
2433 (if (not type) ; We don't care about type.
2434 gnus-visual
2435 (if (listp gnus-visual) ; It's a list, so we check it.
2436 (or (memq type gnus-visual)
2437 (memq class gnus-visual))
2438 t))))
2440 (defcustom gnus-mouse-face
2441 (condition-case ()
2442 (if (gnus-visual-p 'mouse-face 'highlight)
2443 (if (boundp 'gnus-mouse-face)
2444 (or gnus-mouse-face 'highlight)
2445 'highlight)
2446 'default)
2447 (error 'highlight))
2448 "*Face used for group or summary buffer mouse highlighting.
2449 The line beneath the mouse pointer will be highlighted with this
2450 face."
2451 :group 'gnus-visual
2452 :type 'face)
2454 (defcustom gnus-article-save-directory gnus-directory
2455 "*Name of the directory articles will be saved in (default \"~/News\")."
2456 :group 'gnus-article-saving
2457 :type 'directory)
2459 (defvar gnus-plugged t
2460 "Whether Gnus is plugged or not.")
2462 (defcustom gnus-agent-cache t
2463 "Controls use of the agent cache while plugged.
2464 When set, Gnus will prefer using the locally stored content rather
2465 than re-fetching it from the server. You also need to enable
2466 `gnus-agent' for this to have any affect."
2467 :version "22.1"
2468 :group 'gnus-agent
2469 :type 'boolean)
2471 (defcustom gnus-default-charset 'undecided
2472 "Default charset assumed to be used when viewing non-ASCII characters.
2473 This variable is overridden on a group-to-group basis by the
2474 `gnus-group-charset-alist' variable and is only used on groups not
2475 covered by that variable."
2476 :type 'symbol
2477 :group 'gnus-charset)
2479 ;; Fixme: Doc reference to agent.
2480 (defcustom gnus-agent t
2481 "Whether we want to use the Gnus agent or not.
2483 You may customize gnus-agent to disable its use. However, some
2484 back ends have started to use the agent as a client-side cache.
2485 Disabling the agent may result in noticeable loss of performance."
2486 :version "22.1"
2487 :group 'gnus-agent
2488 :type 'boolean)
2490 (defcustom gnus-other-frame-function 'gnus
2491 "Function called by the command `gnus-other-frame'."
2492 :group 'gnus-start
2493 :type '(choice (function-item gnus)
2494 (function-item gnus-no-server)
2495 (function-item gnus-slave)
2496 (function-item gnus-slave-no-server)))
2498 (defcustom gnus-other-frame-parameters nil
2499 "Frame parameters used by `gnus-other-frame' to create a Gnus frame.
2500 This should be an alist for Emacs, or a plist for XEmacs."
2501 :group 'gnus-start
2502 :type (if (featurep 'xemacs)
2503 '(repeat (list :inline t :format "%v"
2504 (symbol :tag "Property")
2505 (sexp :tag "Value")))
2506 '(repeat (cons :format "%v"
2507 (symbol :tag "Parameter")
2508 (sexp :tag "Value")))))
2510 (defcustom gnus-user-agent '(emacs gnus type)
2511 "Which information should be exposed in the User-Agent header.
2513 Can be a list of symbols or a string. Valid symbols are `gnus'
2514 \(show Gnus version\) and `emacs' \(show Emacs version\). In
2515 addition to the Emacs version, you can add `codename' \(show
2516 \(S\)XEmacs codename\) or either `config' \(show system
2517 configuration\) or `type' \(show system type\). If you set it to
2518 a string, be sure to use a valid format, see RFC 2616."
2520 :version "22.1"
2521 :group 'gnus-message
2522 :type '(choice (list (set :inline t
2523 (const gnus :tag "Gnus version")
2524 (const emacs :tag "Emacs version")
2525 (choice :tag "system"
2526 (const type :tag "system type")
2527 (const config :tag "system configuration"))
2528 (const codename :tag "Emacs codename")))
2529 (string)))
2531 ;; Convert old (No Gnus < 2005-01-10, v5-10 < 2005-09-05) symbol type values:
2532 (when (symbolp gnus-user-agent)
2533 (setq gnus-user-agent
2534 (cond ((eq gnus-user-agent 'emacs-gnus-config)
2535 '(emacs gnus config))
2536 ((eq gnus-user-agent 'emacs-gnus-type)
2537 '(emacs gnus type))
2538 ((eq gnus-user-agent 'emacs-gnus)
2539 '(emacs gnus))
2540 ((eq gnus-user-agent 'gnus)
2541 '(gnus))
2542 (t gnus-user-agent)))
2543 (gnus-message 1 "Converted `gnus-user-agent' to `%s'." gnus-user-agent)
2544 (sit-for 1)
2545 (if (get 'gnus-user-agent 'saved-value)
2546 (customize-save-variable 'gnus-user-agent gnus-user-agent)
2547 (gnus-message 1 "Edit your init file to make this change permanent.")
2548 (sit-for 2)))
2551 ;;; Internal variables
2553 (defvar gnus-agent-gcc-header "X-Gnus-Agent-Gcc")
2554 (defvar gnus-agent-meta-information-header "X-Gnus-Agent-Meta-Information")
2555 (defvar gnus-agent-method-p-cache nil
2556 ; Reset each time gnus-agent-covered-methods is changed else
2557 ; gnus-agent-method-p may mis-report a methods status.
2559 (defvar gnus-agent-target-move-group-header "X-Gnus-Agent-Move-To")
2560 (defvar gnus-draft-meta-information-header "X-Draft-From")
2561 (defvar gnus-group-get-parameter-function 'gnus-group-get-parameter)
2562 (defvar gnus-original-article-buffer " *Original Article*")
2563 (defvar gnus-newsgroup-name nil)
2564 (defvar gnus-ephemeral-servers nil)
2565 (defvar gnus-server-method-cache nil)
2567 (defvar gnus-agent-fetching nil
2568 "Whether Gnus agent is in fetching mode.")
2570 (defvar gnus-agent-covered-methods nil
2571 "A list of servers, NOT methods, showing which servers are covered by the agent.")
2573 (defvar gnus-command-method nil
2574 "Dynamically bound variable that says what the current back end is.")
2576 (defvar gnus-current-select-method nil
2577 "The current method for selecting a newsgroup.")
2579 (defvar gnus-tree-buffer "*Tree*"
2580 "Buffer where Gnus thread trees are displayed.")
2582 ;; Dummy variable.
2583 (defvar gnus-use-generic-from nil)
2585 ;; Variable holding the user answers to all method prompts.
2586 (defvar gnus-method-history nil)
2588 ;; Variable holding the user answers to all mail method prompts.
2589 (defvar gnus-mail-method-history nil)
2591 ;; Variable holding the user answers to all group prompts.
2592 (defvar gnus-group-history nil)
2594 (defvar gnus-server-alist nil
2595 "List of available servers.")
2597 (defcustom gnus-cache-directory
2598 (nnheader-concat gnus-directory "cache/")
2599 "*The directory where cached articles will be stored."
2600 :group 'gnus-cache
2601 :type 'directory)
2603 (defvar gnus-predefined-server-alist
2604 `(("cache"
2605 nnspool "cache"
2606 (nnspool-spool-directory ,gnus-cache-directory)
2607 (nnspool-nov-directory ,gnus-cache-directory)
2608 (nnspool-active-file
2609 ,(nnheader-concat gnus-cache-directory "active"))))
2610 "List of predefined (convenience) servers.")
2612 (defvar gnus-topic-indentation "") ;; Obsolete variable.
2614 (defconst gnus-article-mark-lists
2615 '((marked . tick) (replied . reply)
2616 (expirable . expire) (killed . killed)
2617 (bookmarks . bookmark) (dormant . dormant)
2618 (scored . score) (saved . save)
2619 (cached . cache) (downloadable . download)
2620 (unsendable . unsend) (forwarded . forward)
2621 (recent . recent) (seen . seen)))
2623 (defconst gnus-article-special-mark-lists
2624 '((seen range)
2625 (killed range)
2626 (bookmark tuple)
2627 (score tuple)))
2629 ;; Propagate flags to server, with the following exceptions:
2630 ;; `seen' is private to each gnus installation
2631 ;; `cache' is a internal gnus flag for each gnus installation
2632 ;; `download' is a agent flag private to each gnus installation
2633 ;; `unsend' are for nndraft groups only
2634 ;; `score' is not a proper mark
2635 ;; `bookmark': don't propagated it, or fix the bug in update-mark.
2636 (defconst gnus-article-unpropagated-mark-lists
2637 '(seen cache download unsend score bookmark)
2638 "Marks that shouldn't be propagated to back ends.
2639 Typical marks are those that make no sense in a standalone back end,
2640 such as a mark that says whether an article is stored in the cache
2641 \(which doesn't make sense in a standalone back end).")
2643 (defvar gnus-headers-retrieved-by nil)
2644 (defvar gnus-article-reply nil)
2645 (defvar gnus-override-method nil)
2646 (defvar gnus-article-check-size nil)
2647 (defvar gnus-opened-servers nil)
2649 (defvar gnus-current-kill-article nil)
2651 (defvar gnus-have-read-active-file nil)
2653 (defconst gnus-maintainer
2654 "bugs@gnus.org (The Gnus Bugfixing Girls + Boys)"
2655 "The mail address of the Gnus maintainers.")
2657 (defvar gnus-info-nodes
2658 '((gnus-group-mode "(gnus)Group Buffer")
2659 (gnus-summary-mode "(gnus)Summary Buffer")
2660 (gnus-article-mode "(gnus)Article Buffer")
2661 (gnus-server-mode "(gnus)Server Buffer")
2662 (gnus-browse-mode "(gnus)Browse Foreign Server")
2663 (gnus-tree-mode "(gnus)Tree Display"))
2664 "Alist of major modes and related Info nodes.")
2666 (defvar gnus-group-buffer "*Group*")
2667 (defvar gnus-summary-buffer "*Summary*")
2668 (defvar gnus-article-buffer "*Article*")
2669 (defvar gnus-server-buffer "*Server*")
2671 (defvar gnus-slave nil
2672 "Whether this Gnus is a slave or not.")
2674 (defvar gnus-batch-mode nil
2675 "Whether this Gnus is running in batch mode or not.")
2677 (defvar gnus-variable-list
2678 '(gnus-newsrc-options gnus-newsrc-options-n
2679 gnus-newsrc-last-checked-date
2680 gnus-newsrc-alist gnus-server-alist
2681 gnus-killed-list gnus-zombie-list
2682 gnus-topic-topology gnus-topic-alist
2683 gnus-format-specs)
2684 "Gnus variables saved in the quick startup file.")
2686 (defvar gnus-newsrc-alist nil
2687 "Assoc list of read articles.
2688 `gnus-newsrc-hashtb' should be kept so that both hold the same information.")
2690 (defvar gnus-registry-alist nil
2691 "Assoc list of registry data.
2692 gnus-registry.el will populate this if it's loaded.")
2694 (defvar gnus-newsrc-hashtb nil
2695 "Hashtable of `gnus-newsrc-alist'.")
2697 (defvar gnus-killed-list nil
2698 "List of killed newsgroups.")
2700 (defvar gnus-killed-hashtb nil
2701 "Hash table equivalent of `gnus-killed-list'.")
2703 (defvar gnus-zombie-list nil
2704 "List of almost dead newsgroups.")
2706 (defvar gnus-description-hashtb nil
2707 "Descriptions of newsgroups.")
2709 (defvar gnus-list-of-killed-groups nil
2710 "List of newsgroups that have recently been killed by the user.")
2712 (defvar gnus-active-hashtb nil
2713 "Hashtable of active articles.")
2715 (defvar gnus-moderated-hashtb nil
2716 "Hashtable of moderated newsgroups.")
2718 ;; Save window configuration.
2719 (defvar gnus-prev-winconf nil)
2721 (defvar gnus-reffed-article-number nil)
2723 ;;; Let the byte-compiler know that we know about this variable.
2724 (defvar rmail-default-rmail-file)
2726 (defvar gnus-dead-summary nil)
2728 (defvar gnus-invalid-group-regexp "[: `'\"/]\\|^$"
2729 "Regexp matching invalid groups.")
2731 (defvar gnus-other-frame-object nil
2732 "A frame object which will be created by `gnus-other-frame'.")
2734 ;;; End of variables.
2736 ;; Define some autoload functions Gnus might use.
2737 (eval-and-compile
2739 ;; This little mapcar goes through the list below and marks the
2740 ;; symbols in question as autoloaded functions.
2741 (mapcar
2742 (lambda (package)
2743 (let ((interactive (nth 1 (memq ':interactive package))))
2744 (mapcar
2745 (lambda (function)
2746 (let (keymap)
2747 (when (consp function)
2748 (setq keymap (car (memq 'keymap function)))
2749 (setq function (car function)))
2750 (unless (fboundp function)
2751 (autoload function (car package) nil interactive keymap))))
2752 (if (eq (nth 1 package) ':interactive)
2753 (nthcdr 3 package)
2754 (cdr package)))))
2755 '(("info" :interactive t Info-goto-node)
2756 ("pp" pp-to-string)
2757 ("qp" quoted-printable-decode-region quoted-printable-decode-string)
2758 ("ps-print" ps-print-preprint)
2759 ("message" :interactive t
2760 message-send-and-exit message-yank-original)
2761 ("babel" babel-as-string)
2762 ("nnmail" nnmail-split-fancy nnmail-article-group)
2763 ("nnvirtual" nnvirtual-catchup-group nnvirtual-convert-headers)
2764 ("rmailout" rmail-output rmail-output-to-rmail-file)
2765 ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages
2766 rmail-show-message rmail-summary-exists
2767 rmail-select-summary rmail-update-summary)
2768 ("gnus-audio" :interactive t gnus-audio-play)
2769 ("gnus-xmas" gnus-xmas-splash)
2770 ("gnus-soup" :interactive t
2771 gnus-group-brew-soup gnus-brew-soup gnus-soup-add-article
2772 gnus-soup-send-replies gnus-soup-save-areas gnus-soup-pack-packet)
2773 ("nnsoup" nnsoup-pack-replies)
2774 ("score-mode" :interactive t gnus-score-mode)
2775 ("gnus-mh" gnus-summary-save-article-folder
2776 gnus-Folder-save-name gnus-folder-save-name)
2777 ("gnus-mh" :interactive t gnus-summary-save-in-folder)
2778 ("gnus-demon" gnus-demon-add-nocem gnus-demon-add-scanmail
2779 gnus-demon-add-rescan gnus-demon-add-scan-timestamps
2780 gnus-demon-add-disconnection gnus-demon-add-handler
2781 gnus-demon-remove-handler)
2782 ("gnus-demon" :interactive t
2783 gnus-demon-init gnus-demon-cancel)
2784 ("gnus-fun" gnus-convert-gray-x-face-to-xpm gnus-display-x-face-in-from
2785 gnus-convert-image-to-gray-x-face gnus-convert-face-to-png
2786 gnus-face-from-file)
2787 ("gnus-salt" gnus-highlight-selected-tree gnus-possibly-generate-tree
2788 gnus-tree-open gnus-tree-close gnus-carpal-setup-buffer)
2789 ("gnus-nocem" gnus-nocem-scan-groups gnus-nocem-close
2790 gnus-nocem-unwanted-article-p)
2791 ("gnus-srvr" gnus-enter-server-buffer gnus-server-set-info
2792 gnus-server-server-name)
2793 ("gnus-srvr" gnus-browse-foreign-server)
2794 ("gnus-cite" :interactive t
2795 gnus-article-highlight-citation gnus-article-hide-citation-maybe
2796 gnus-article-hide-citation gnus-article-fill-cited-article
2797 gnus-article-hide-citation-in-followups)
2798 ("gnus-kill" gnus-kill gnus-apply-kill-file-internal
2799 gnus-kill-file-edit-file gnus-kill-file-raise-followups-to-author
2800 gnus-execute gnus-expunge gnus-batch-kill gnus-batch-score)
2801 ("gnus-cache" gnus-cache-possibly-enter-article gnus-cache-save-buffers
2802 gnus-cache-possibly-remove-articles gnus-cache-request-article
2803 gnus-cache-retrieve-headers gnus-cache-possibly-alter-active
2804 gnus-cache-enter-remove-article gnus-cached-article-p
2805 gnus-cache-open gnus-cache-close gnus-cache-update-article
2806 gnus-cache-articles-in-group)
2807 ("gnus-cache" :interactive t gnus-jog-cache gnus-cache-enter-article
2808 gnus-cache-remove-article gnus-summary-insert-cached-articles)
2809 ("gnus-score" :interactive t
2810 gnus-summary-increase-score gnus-summary-set-score
2811 gnus-summary-raise-thread gnus-summary-raise-same-subject
2812 gnus-summary-raise-score gnus-summary-raise-same-subject-and-select
2813 gnus-summary-lower-thread gnus-summary-lower-same-subject
2814 gnus-summary-lower-score gnus-summary-lower-same-subject-and-select
2815 gnus-summary-current-score gnus-score-delta-default
2816 gnus-score-flush-cache gnus-score-close
2817 gnus-possibly-score-headers gnus-score-followup-article
2818 gnus-score-followup-thread)
2819 ("gnus-score"
2820 (gnus-summary-score-map keymap) gnus-score-save gnus-score-headers
2821 gnus-current-score-file-nondirectory gnus-score-adaptive
2822 gnus-score-find-trace gnus-score-file-name)
2823 ("gnus-cus" :interactive t gnus-group-customize gnus-score-customize)
2824 ("gnus-topic" :interactive t gnus-topic-mode)
2825 ("gnus-topic" gnus-topic-remove-group gnus-topic-set-parameters
2826 gnus-subscribe-topics)
2827 ("gnus-salt" :interactive t gnus-pick-mode gnus-binary-mode)
2828 ("gnus-uu" (gnus-uu-extract-map keymap) (gnus-uu-mark-map keymap))
2829 ("gnus-uu" :interactive t
2830 gnus-uu-digest-mail-forward gnus-uu-digest-post-forward
2831 gnus-uu-mark-series gnus-uu-mark-region gnus-uu-mark-buffer
2832 gnus-uu-mark-by-regexp gnus-uu-mark-all
2833 gnus-uu-mark-sparse gnus-uu-mark-thread gnus-uu-decode-uu
2834 gnus-uu-decode-uu-and-save gnus-uu-decode-unshar
2835 gnus-uu-decode-unshar-and-save gnus-uu-decode-save
2836 gnus-uu-decode-binhex gnus-uu-decode-uu-view
2837 gnus-uu-decode-uu-and-save-view gnus-uu-decode-unshar-view
2838 gnus-uu-decode-unshar-and-save-view gnus-uu-decode-save-view
2839 gnus-uu-decode-binhex-view gnus-uu-unmark-thread
2840 gnus-uu-mark-over gnus-uu-post-news)
2841 ("gnus-uu" gnus-uu-delete-work-dir gnus-uu-unmark-thread)
2842 ("gnus-msg" (gnus-summary-send-map keymap)
2843 gnus-article-mail gnus-copy-article-buffer gnus-extended-version)
2844 ("gnus-msg" :interactive t
2845 gnus-group-post-news gnus-group-mail gnus-group-news
2846 gnus-summary-post-news gnus-summary-news-other-window
2847 gnus-summary-followup gnus-summary-followup-with-original
2848 gnus-summary-cancel-article gnus-summary-supersede-article
2849 gnus-post-news gnus-summary-reply gnus-summary-reply-with-original
2850 gnus-summary-mail-forward gnus-summary-mail-other-window
2851 gnus-summary-resend-message gnus-summary-resend-bounced-mail
2852 gnus-summary-wide-reply gnus-summary-followup-to-mail
2853 gnus-summary-followup-to-mail-with-original gnus-bug
2854 gnus-summary-wide-reply-with-original
2855 gnus-summary-post-forward gnus-summary-wide-reply-with-original
2856 gnus-summary-post-forward)
2857 ("gnus-picon" :interactive t gnus-treat-from-picon)
2858 ("gnus-gl" bbb-login bbb-logout bbb-grouplens-group-p
2859 gnus-grouplens-mode)
2860 ("smiley" :interactive t smiley-region)
2861 ("gnus-win" gnus-configure-windows gnus-add-configuration)
2862 ("gnus-sum" gnus-summary-insert-line gnus-summary-read-group
2863 gnus-list-of-unread-articles gnus-list-of-read-articles
2864 gnus-offer-save-summaries gnus-make-thread-indent-array
2865 gnus-summary-exit gnus-update-read-articles gnus-summary-last-subject
2866 gnus-summary-skip-intangible gnus-summary-article-number
2867 gnus-data-header gnus-data-find)
2868 ("gnus-group" gnus-group-insert-group-line gnus-group-quit
2869 gnus-group-list-groups gnus-group-first-unread-group
2870 gnus-group-set-mode-line gnus-group-set-info gnus-group-save-newsrc
2871 gnus-group-setup-buffer gnus-group-get-new-news
2872 gnus-group-make-help-group gnus-group-update-group
2873 gnus-group-iterate gnus-group-group-name)
2874 ("gnus-bcklg" gnus-backlog-request-article gnus-backlog-enter-article
2875 gnus-backlog-remove-article)
2876 ("gnus-art" gnus-article-read-summary-keys gnus-article-save
2877 gnus-article-prepare gnus-article-set-window-start
2878 gnus-article-next-page gnus-article-prev-page
2879 gnus-request-article-this-buffer gnus-article-mode
2880 gnus-article-setup-buffer gnus-narrow-to-page
2881 gnus-article-delete-invisible-text gnus-treat-article)
2882 ("gnus-art" :interactive t
2883 gnus-article-hide-headers gnus-article-hide-boring-headers
2884 gnus-article-treat-overstrike
2885 gnus-article-remove-cr gnus-article-remove-trailing-blank-lines
2886 gnus-article-display-x-face gnus-article-de-quoted-unreadable
2887 gnus-article-de-base64-unreadable
2888 gnus-article-decode-HZ
2889 gnus-article-wash-html
2890 gnus-article-unsplit-urls
2891 gnus-article-hide-pem gnus-article-hide-signature
2892 gnus-article-strip-leading-blank-lines gnus-article-date-local
2893 gnus-article-date-original gnus-article-date-lapsed
2894 ;; gnus-article-show-all-headers
2895 gnus-article-edit-mode gnus-article-edit-article
2896 gnus-article-edit-done gnus-article-decode-encoded-words
2897 gnus-start-date-timer gnus-stop-date-timer
2898 gnus-mime-view-all-parts)
2899 ("gnus-int" gnus-request-type)
2900 ("gnus-start" gnus-newsrc-parse-options gnus-1 gnus-no-server-1
2901 gnus-dribble-enter gnus-read-init-file gnus-dribble-touch)
2902 ("gnus-dup" gnus-dup-suppress-articles gnus-dup-unsuppress-article
2903 gnus-dup-enter-articles)
2904 ("gnus-range" gnus-copy-sequence)
2905 ("gnus-eform" gnus-edit-form)
2906 ("gnus-move" :interactive t
2907 gnus-group-move-group-to-server gnus-change-server)
2908 ("gnus-logic" gnus-score-advanced)
2909 ("gnus-undo" gnus-undo-mode gnus-undo-register)
2910 ("gnus-async" gnus-async-request-fetched-article gnus-async-prefetch-next
2911 gnus-async-prefetch-article gnus-async-prefetch-remove-group
2912 gnus-async-halt-prefetch)
2913 ("gnus-agent" gnus-open-agent gnus-agent-get-function
2914 gnus-agent-save-active gnus-agent-method-p
2915 gnus-agent-get-undownloaded-list gnus-agent-fetch-session
2916 gnus-summary-set-agent-mark gnus-agent-save-group-info
2917 gnus-agent-request-article gnus-agent-retrieve-headers)
2918 ("gnus-agent" :interactive t
2919 gnus-unplugged gnus-agentize gnus-agent-batch)
2920 ("gnus-vm" :interactive t gnus-summary-save-in-vm
2921 gnus-summary-save-article-vm)
2922 ("compface" uncompface)
2923 ("gnus-draft" :interactive t gnus-draft-mode gnus-group-send-queue)
2924 ("gnus-mlspl" gnus-group-split gnus-group-split-fancy)
2925 ("gnus-mlspl" :interactive t gnus-group-split-setup
2926 gnus-group-split-update)
2927 ("gnus-delay" gnus-delay-initialize))))
2929 ;;; gnus-sum.el thingies
2932 (defcustom gnus-summary-line-format "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n"
2933 "*The format specification of the lines in the summary buffer.
2935 It works along the same lines as a normal formatting string,
2936 with some simple extensions.
2938 %N Article number, left padded with spaces (string)
2939 %S Subject (string)
2940 %s Subject if it is at the root of a thread, and \"\" otherwise (string)
2941 %n Name of the poster (string)
2942 %a Extracted name of the poster (string)
2943 %A Extracted address of the poster (string)
2944 %F Contents of the From: header (string)
2945 %f Contents of the From: or To: headers (string)
2946 %x Contents of the Xref: header (string)
2947 %D Date of the article (string)
2948 %d Date of the article (string) in DD-MMM format
2949 %o Date of the article (string) in YYYYMMDD`T'HHMMSS format
2950 %M Message-id of the article (string)
2951 %r References of the article (string)
2952 %c Number of characters in the article (integer)
2953 %k Pretty-printed version of the above (string)
2954 For example, \"1.2k\" or \"0.4M\".
2955 %L Number of lines in the article (integer)
2956 %I Indentation based on thread level (a string of spaces)
2957 %B A complex trn-style thread tree (string)
2958 The variables `gnus-sum-thread-*' can be used for customization.
2959 %T A string with two possible values: 80 spaces if the article
2960 is on thread level two or larger and 0 spaces on level one
2961 %R \"A\" if this article has been replied to, \" \" otherwise (character)
2962 %U Status of this article (character, \"R\", \"K\", \"-\" or \" \")
2963 %[ Opening bracket (character, \"[\" or \"<\")
2964 %] Closing bracket (character, \"]\" or \">\")
2965 %> Spaces of length thread-level (string)
2966 %< Spaces of length (- 20 thread-level) (string)
2967 %i Article score (number)
2968 %z Article zcore (character)
2969 %t Number of articles under the current thread (number).
2970 %e Whether the thread is empty or not (character).
2971 %l GroupLens score (string).
2972 %V Total thread score (number).
2973 %P The line number (number).
2974 %O Download mark (character).
2975 %* If present, indicates desired cursor position
2976 (instead of after first colon).
2977 %u User defined specifier. The next character in the format string should
2978 be a letter. Gnus will call the function gnus-user-format-function-X,
2979 where X is the letter following %u. The function will be passed the
2980 current header as argument. The function should return a string, which
2981 will be inserted into the summary just like information from any other
2982 summary specifier.
2984 The %U (status), %R (replied) and %z (zcore) specs have to be handled
2985 with care. For reasons of efficiency, Gnus will compute what column
2986 these characters will end up in, and \"hard-code\" that. This means that
2987 it is invalid to have these specs after a variable-length spec. Well,
2988 you might not be arrested, but your summary buffer will look strange,
2989 which is bad enough.
2991 The smart choice is to have these specs as far to the left as
2992 possible.
2994 This restriction may disappear in later versions of Gnus.
2996 General format specifiers can also be used.
2997 See Info node `(gnus)Formatting Variables'."
2998 :link '(custom-manual "(gnus)Formatting Variables")
2999 :type 'string
3000 :group 'gnus-summary-format)
3003 ;;; Skeleton keymaps
3006 (defun gnus-suppress-keymap (keymap)
3007 (suppress-keymap keymap)
3008 (let ((keys `([backspace] [delete] "\177" "\M-u"))) ;gnus-mouse-2
3009 (while keys
3010 (define-key keymap (pop keys) 'undefined))))
3012 (defvar gnus-article-mode-map
3013 (let ((keymap (make-sparse-keymap)))
3014 (gnus-suppress-keymap keymap)
3015 keymap))
3016 (defvar gnus-summary-mode-map
3017 (let ((keymap (make-keymap)))
3018 (gnus-suppress-keymap keymap)
3019 keymap))
3020 (defvar gnus-group-mode-map
3021 (let ((keymap (make-keymap)))
3022 (gnus-suppress-keymap keymap)
3023 keymap))
3027 ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
3028 ;; If you want the cursor to go somewhere else, set these two
3029 ;; functions in some startup hook to whatever you want.
3030 (defalias 'gnus-summary-position-point 'gnus-goto-colon)
3031 (defalias 'gnus-group-position-point 'gnus-goto-colon)
3033 ;;; Various macros and substs.
3035 (defun gnus-header-from (header)
3036 (mail-header-from header))
3038 (defmacro gnus-gethash (string hashtable)
3039 "Get hash value of STRING in HASHTABLE."
3040 `(symbol-value (intern-soft ,string ,hashtable)))
3042 (defmacro gnus-gethash-safe (string hashtable)
3043 "Get hash value of STRING in HASHTABLE.
3044 Return nil if not defined."
3045 `(let ((sym (intern-soft ,string ,hashtable)))
3046 (and (boundp sym) (symbol-value sym))))
3048 (defmacro gnus-sethash (string value hashtable)
3049 "Set hash value. Arguments are STRING, VALUE, and HASHTABLE."
3050 `(set (intern ,string ,hashtable) ,value))
3051 (put 'gnus-sethash 'edebug-form-spec '(form form form))
3053 (defmacro gnus-group-unread (group)
3054 "Get the currently computed number of unread articles in GROUP."
3055 `(car (gnus-gethash ,group gnus-newsrc-hashtb)))
3057 (defmacro gnus-group-entry (group)
3058 "Get the newsrc entry for GROUP."
3059 `(gnus-gethash ,group gnus-newsrc-hashtb))
3061 (defmacro gnus-active (group)
3062 "Get active info on GROUP."
3063 `(gnus-gethash ,group gnus-active-hashtb))
3065 (defmacro gnus-set-active (group active)
3066 "Set GROUP's active info."
3067 `(gnus-sethash ,group ,active gnus-active-hashtb))
3069 ;; Info access macros.
3071 (defmacro gnus-info-group (info)
3072 `(nth 0 ,info))
3073 (defmacro gnus-info-rank (info)
3074 `(nth 1 ,info))
3075 (defmacro gnus-info-read (info)
3076 `(nth 2 ,info))
3077 (defmacro gnus-info-marks (info)
3078 `(nth 3 ,info))
3079 (defmacro gnus-info-method (info)
3080 `(nth 4 ,info))
3081 (defmacro gnus-info-params (info)
3082 `(nth 5 ,info))
3084 (defmacro gnus-info-level (info)
3085 `(let ((rank (gnus-info-rank ,info)))
3086 (if (consp rank)
3087 (car rank)
3088 rank)))
3089 (defmacro gnus-info-score (info)
3090 `(let ((rank (gnus-info-rank ,info)))
3091 (or (and (consp rank) (cdr rank)) 0)))
3093 (defmacro gnus-info-set-group (info group)
3094 `(setcar ,info ,group))
3095 (defmacro gnus-info-set-rank (info rank)
3096 `(setcar (nthcdr 1 ,info) ,rank))
3097 (defmacro gnus-info-set-read (info read)
3098 `(setcar (nthcdr 2 ,info) ,read))
3099 (defmacro gnus-info-set-marks (info marks &optional extend)
3100 (if extend
3101 `(gnus-info-set-entry ,info ,marks 3)
3102 `(setcar (nthcdr 3 ,info) ,marks)))
3103 (defmacro gnus-info-set-method (info method &optional extend)
3104 (if extend
3105 `(gnus-info-set-entry ,info ,method 4)
3106 `(setcar (nthcdr 4 ,info) ,method)))
3107 (defmacro gnus-info-set-params (info params &optional extend)
3108 (if extend
3109 `(gnus-info-set-entry ,info ,params 5)
3110 `(setcar (nthcdr 5 ,info) ,params)))
3112 (defun gnus-info-set-entry (info entry number)
3113 ;; Extend the info until we have enough elements.
3114 (while (<= (length info) number)
3115 (nconc info (list nil)))
3116 ;; Set the entry.
3117 (setcar (nthcdr number info) entry))
3119 (defmacro gnus-info-set-level (info level)
3120 `(let ((rank (cdr ,info)))
3121 (if (consp (car rank))
3122 (setcar (car rank) ,level)
3123 (setcar rank ,level))))
3124 (defmacro gnus-info-set-score (info score)
3125 `(let ((rank (cdr ,info)))
3126 (if (consp (car rank))
3127 (setcdr (car rank) ,score)
3128 (setcar rank (cons (car rank) ,score)))))
3130 (defmacro gnus-get-info (group)
3131 `(nth 2 (gnus-gethash ,group gnus-newsrc-hashtb)))
3133 ;;; Load the compatibility functions.
3135 (require 'gnus-ems)
3139 ;;; Shutdown
3142 (defvar gnus-shutdown-alist nil)
3144 (defun gnus-add-shutdown (function &rest symbols)
3145 "Run FUNCTION whenever one of SYMBOLS is shut down."
3146 (push (cons function symbols) gnus-shutdown-alist))
3148 (defun gnus-shutdown (symbol)
3149 "Shut down everything that waits for SYMBOL."
3150 (let ((alist gnus-shutdown-alist)
3151 entry)
3152 (while (setq entry (pop alist))
3153 (when (memq symbol (cdr entry))
3154 (funcall (car entry))))))
3158 ;;; Gnus Utility Functions
3161 (defun gnus-find-subscribed-addresses ()
3162 "Return a regexp matching the addresses of all subscribed mail groups.
3163 It consists of the `to-address' or `to-list' parameter of all groups
3164 with a `subscribed' parameter."
3165 (let (group address addresses)
3166 (dolist (entry (cdr gnus-newsrc-alist))
3167 (setq group (car entry))
3168 (when (gnus-parameter-subscribed group)
3169 (setq address (mail-strip-quoted-names
3170 (or (gnus-group-fast-parameter group 'to-address)
3171 (gnus-group-fast-parameter group 'to-list))))
3172 (when address
3173 (add-to-list 'addresses address))))
3174 (when addresses
3175 (list (mapconcat 'regexp-quote addresses "\\|")))))
3177 (defmacro gnus-string-or (&rest strings)
3178 "Return the first element of STRINGS that is a non-blank string.
3179 STRINGS will be evaluated in normal `or' order."
3180 `(gnus-string-or-1 ',strings))
3182 (defun gnus-string-or-1 (strings)
3183 (let (string)
3184 (while strings
3185 (setq string (eval (pop strings)))
3186 (if (string-match "^[ \t]*$" string)
3187 (setq string nil)
3188 (setq strings nil)))
3189 string))
3191 (defun gnus-version (&optional arg)
3192 "Version number of this version of Gnus.
3193 If ARG, insert string at point."
3194 (interactive "P")
3195 (if arg
3196 (insert (message gnus-version))
3197 (message gnus-version)))
3199 (defun gnus-continuum-version (&optional version)
3200 "Return VERSION as a floating point number."
3201 (interactive)
3202 (unless version
3203 (setq version gnus-version))
3204 (when (or (string-match "^\\([^ ]+\\)? ?Gnus v?\\([0-9.]+\\)$" version)
3205 (string-match "^\\(.?\\)gnus-\\([0-9.]+\\)$" version))
3206 (let ((alpha (and (match-beginning 1) (match-string 1 version)))
3207 (number (match-string 2 version))
3208 major minor least)
3209 (unless (string-match
3210 "\\([0-9]\\)\\.\\([0-9]+\\)\\.?\\([0-9]+\\)?" number)
3211 (error "Invalid version string: %s" version))
3212 (setq major (string-to-number (match-string 1 number))
3213 minor (string-to-number (match-string 2 number))
3214 least (if (match-beginning 3)
3215 (string-to-number (match-string 3 number))
3217 (string-to-number
3218 (if (zerop major)
3219 (format "%s00%02d%02d"
3220 (if (member alpha '("(ding)" "d"))
3221 "4.99"
3222 (+ 5 (* 0.02
3223 (abs
3224 (- (mm-char-int (aref (downcase alpha) 0))
3225 (mm-char-int ?t))))
3226 -0.01))
3227 minor least)
3228 (format "%d.%02d%02d" major minor least))))))
3230 (defun gnus-info-find-node (&optional nodename)
3231 "Find Info documentation of Gnus."
3232 (interactive)
3233 ;; Enlarge info window if needed.
3234 (let (gnus-info-buffer)
3235 (Info-goto-node (or nodename (cadr (assq major-mode gnus-info-nodes))))
3236 (setq gnus-info-buffer (current-buffer))
3237 (gnus-configure-windows 'info)))
3240 ;;; gnus-interactive
3243 (defvar gnus-current-prefix-symbol nil
3244 "Current prefix symbol.")
3246 (defvar gnus-current-prefix-symbols nil
3247 "List of current prefix symbols.")
3249 (defun gnus-interactive (string &optional params)
3250 "Return a list that can be fed to `interactive'.
3251 See `interactive' for full documentation.
3253 Adds the following specs:
3255 y -- The current symbolic prefix.
3256 Y -- A list of the current symbolic prefix(es).
3257 A -- Article number.
3258 H -- Article header.
3259 g -- Group name."
3260 (let ((i 0)
3261 out c prompt)
3262 (while (< i (length string))
3263 (string-match ".\\([^\n]*\\)\n?" string i)
3264 (setq c (aref string i))
3265 (when (match-end 1)
3266 (setq prompt (match-string 1 string)))
3267 (setq i (match-end 0))
3268 ;; We basically emulate just about everything that
3269 ;; `interactive' does, but add the specs listed above.
3270 (push
3271 (cond
3272 ((= c ?a)
3273 (completing-read prompt obarray 'fboundp t))
3274 ((= c ?b)
3275 (read-buffer prompt (current-buffer) t))
3276 ((= c ?B)
3277 (read-buffer prompt (other-buffer (current-buffer))))
3278 ((= c ?c)
3279 (read-char))
3280 ((= c ?C)
3281 (completing-read prompt obarray 'commandp t))
3282 ((= c ?d)
3283 (point))
3284 ((= c ?D)
3285 (read-file-name prompt nil default-directory 'lambda))
3286 ((= c ?f)
3287 (read-file-name prompt nil nil 'lambda))
3288 ((= c ?F)
3289 (read-file-name prompt))
3290 ((= c ?k)
3291 (read-key-sequence prompt))
3292 ((= c ?K)
3293 (error "Not implemented spec"))
3294 ((= c ?e)
3295 (error "Not implemented spec"))
3296 ((= c ?m)
3297 (mark))
3298 ((= c ?N)
3299 (error "Not implemented spec"))
3300 ((= c ?n)
3301 (string-to-number (read-from-minibuffer prompt)))
3302 ((= c ?p)
3303 (prefix-numeric-value current-prefix-arg))
3304 ((= c ?P)
3305 current-prefix-arg)
3306 ((= c ?r)
3307 'gnus-prefix-nil)
3308 ((= c ?s)
3309 (read-string prompt))
3310 ((= c ?S)
3311 (intern (read-string prompt)))
3312 ((= c ?v)
3313 (read-variable prompt))
3314 ((= c ?x)
3315 (read-minibuffer prompt))
3316 ((= c ?x)
3317 (eval-minibuffer prompt))
3318 ;; And here the new specs come.
3319 ((= c ?y)
3320 gnus-current-prefix-symbol)
3321 ((= c ?Y)
3322 gnus-current-prefix-symbols)
3323 ((= c ?g)
3324 (gnus-group-group-name))
3325 ((= c ?A)
3326 (gnus-summary-skip-intangible)
3327 (or (get-text-property (point) 'gnus-number)
3328 (gnus-summary-last-subject)))
3329 ((= c ?H)
3330 (gnus-data-header (gnus-data-find (gnus-summary-article-number))))
3332 (error "Non-implemented spec")))
3333 out)
3334 (cond
3335 ((= c ?r)
3336 (push (if (< (point) (mark)) (point) (mark)) out)
3337 (push (if (> (point) (mark)) (point) (mark)) out))))
3338 (setq out (delq 'gnus-prefix-nil out))
3339 (nreverse out)))
3341 (defun gnus-symbolic-argument (&optional arg)
3342 "Read a symbolic argument and a command, and then execute command."
3343 (interactive "P")
3344 (let* ((in-command (this-command-keys))
3345 (command in-command)
3346 gnus-current-prefix-symbols
3347 gnus-current-prefix-symbol
3348 syms)
3349 (while (equal in-command command)
3350 (message "%s-" (key-description (this-command-keys)))
3351 (push (intern (char-to-string (read-char))) syms)
3352 (setq command (read-key-sequence nil t)))
3353 (setq gnus-current-prefix-symbols (nreverse syms)
3354 gnus-current-prefix-symbol (car gnus-current-prefix-symbols))
3355 (call-interactively (key-binding command t))))
3357 ;;; More various functions.
3359 (defsubst gnus-check-backend-function (func group)
3360 "Check whether GROUP supports function FUNC.
3361 GROUP can either be a string (a group name) or a select method."
3362 (ignore-errors
3363 (let ((method (if (stringp group)
3364 (car (gnus-find-method-for-group group))
3365 group)))
3366 (unless (featurep method)
3367 (require method))
3368 (fboundp (intern (format "%s-%s" method func))))))
3370 (defun gnus-group-read-only-p (&optional group)
3371 "Check whether GROUP supports editing or not.
3372 If GROUP is nil, `gnus-newsgroup-name' will be checked instead. Note
3373 that that variable is buffer-local to the summary buffers."
3374 (let ((group (or group gnus-newsgroup-name)))
3375 (not (gnus-check-backend-function 'request-replace-article group))))
3377 (defun gnus-virtual-group-p (group)
3378 "Say whether GROUP is virtual or not."
3379 (memq 'virtual (assoc (symbol-name (car (gnus-find-method-for-group group)))
3380 gnus-valid-select-methods)))
3382 (defun gnus-news-group-p (group &optional article)
3383 "Return non-nil if GROUP (and ARTICLE) come from a news server."
3384 (cond ((gnus-member-of-valid 'post group) ;Ordinary news group
3385 t) ;is news of course.
3386 ((not (gnus-member-of-valid 'post-mail group)) ;Non-combined.
3387 nil) ;must be mail then.
3388 ((vectorp article) ;Has header info.
3389 (eq (gnus-request-type group (mail-header-id article)) 'news))
3390 ((null article) ;Hasn't header info
3391 (eq (gnus-request-type group) 'news)) ;(unknown ==> mail)
3392 ((< article 0) ;Virtual message
3393 nil) ;we don't know, guess mail.
3394 (t ;Has positive number
3395 (eq (gnus-request-type group article) 'news)))) ;use it.
3397 ;; Returns a list of writable groups.
3398 (defun gnus-writable-groups ()
3399 (let ((alist gnus-newsrc-alist)
3400 groups group)
3401 (while (setq group (car (pop alist)))
3402 (unless (gnus-group-read-only-p group)
3403 (push group groups)))
3404 (nreverse groups)))
3406 ;; Check whether to use long file names.
3407 (defun gnus-use-long-file-name (symbol)
3408 ;; The variable has to be set...
3409 (and gnus-use-long-file-name
3410 ;; If it isn't a list, then we return t.
3411 (or (not (listp gnus-use-long-file-name))
3412 ;; If it is a list, and the list contains `symbol', we
3413 ;; return nil.
3414 (not (memq symbol gnus-use-long-file-name)))))
3416 ;; Generate a unique new group name.
3417 (defun gnus-generate-new-group-name (leaf)
3418 (let ((name leaf)
3419 (num 0))
3420 (while (gnus-gethash name gnus-newsrc-hashtb)
3421 (setq name (concat leaf "<" (int-to-string (setq num (1+ num))) ">")))
3422 name))
3424 (defun gnus-ephemeral-group-p (group)
3425 "Say whether GROUP is ephemeral or not."
3426 (gnus-group-get-parameter group 'quit-config t))
3428 (defun gnus-group-quit-config (group)
3429 "Return the quit-config of GROUP."
3430 (gnus-group-get-parameter group 'quit-config t))
3432 (defun gnus-kill-ephemeral-group (group)
3433 "Remove ephemeral GROUP from relevant structures."
3434 (gnus-sethash group nil gnus-newsrc-hashtb))
3436 (defun gnus-simplify-mode-line ()
3437 "Make mode lines a bit simpler."
3438 (setq mode-line-modified (cdr gnus-mode-line-modified))
3439 (when (listp mode-line-format)
3440 (make-local-variable 'mode-line-format)
3441 (setq mode-line-format (copy-sequence mode-line-format))
3442 (when (equal (nth 3 mode-line-format) " ")
3443 (setcar (nthcdr 3 mode-line-format) " "))))
3445 ;;; Servers and groups.
3447 (defsubst gnus-server-add-address (method)
3448 (let ((method-name (symbol-name (car method))))
3449 (if (and (memq 'address (assoc method-name gnus-valid-select-methods))
3450 (not (assq (intern (concat method-name "-address")) method))
3451 (memq 'physical-address (assq (car method)
3452 gnus-valid-select-methods)))
3453 (append method (list (list (intern (concat method-name "-address"))
3454 (nth 1 method))))
3455 method)))
3457 (defsubst gnus-method-to-server (method)
3458 (catch 'server-name
3459 (setq method (or method gnus-select-method))
3461 ;; Perhaps it is already in the cache.
3462 (mapc (lambda (name-method)
3463 (if (equal (cdr name-method) method)
3464 (throw 'server-name (car name-method))))
3465 gnus-server-method-cache)
3467 (mapc
3468 (lambda (server-alist)
3469 (mapc (lambda (name-method)
3470 (when (gnus-methods-equal-p (cdr name-method) method)
3471 (unless (member name-method gnus-server-method-cache)
3472 (push name-method gnus-server-method-cache))
3473 (throw 'server-name (car name-method))))
3474 server-alist))
3475 (let ((alists (list gnus-server-alist
3476 gnus-predefined-server-alist)))
3477 (if gnus-select-method
3478 (push (list (cons "native" gnus-select-method)) alists))
3479 alists))
3481 (let* ((name (if (member (cadr method) '(nil ""))
3482 (format "%s" (car method))
3483 (format "%s:%s" (car method) (cadr method))))
3484 (name-method (cons name method)))
3485 (unless (member name-method gnus-server-method-cache)
3486 (push name-method gnus-server-method-cache))
3487 name)))
3489 (defsubst gnus-server-to-method (server)
3490 "Map virtual server names to select methods."
3491 (or (and server (listp server) server)
3492 (cdr (assoc server gnus-server-method-cache))
3493 (let ((result
3495 ;; Perhaps this is the native server?
3496 (and (equal server "native") gnus-select-method)
3497 ;; It should be in the server alist.
3498 (cdr (assoc server gnus-server-alist))
3499 ;; It could be in the predefined server alist.
3500 (cdr (assoc server gnus-predefined-server-alist))
3501 ;; If not, we look through all the opened server
3502 ;; to see whether we can find it there.
3503 (let ((opened gnus-opened-servers))
3504 (while (and opened
3505 (not (equal server (format "%s:%s" (caaar opened)
3506 (cadaar opened)))))
3507 (pop opened))
3508 (caar opened))
3509 ;; It could be a named method, search all servers
3510 (let ((servers gnus-secondary-select-methods))
3511 (while (and servers
3512 (not (equal server (format "%s:%s" (caar servers)
3513 (cadar servers)))))
3514 (pop servers))
3515 (car servers))
3516 ;; This could be some sort of foreign server that I
3517 ;; simply haven't opened (yet). Do a brute-force scan
3518 ;; of the entire gnus-newsrc-alist for the server name
3519 ;; of every method. As a side-effect, loads the
3520 ;; gnus-server-method-cache so this only happens once,
3521 ;; if at all.
3522 (let ((alist (cdr gnus-newsrc-alist))
3523 method match)
3524 (while alist
3525 (setq method (gnus-info-method (pop alist)))
3526 (when (and (not (stringp method))
3527 (equal server (gnus-method-to-server method)))
3528 (setq match method
3529 alist nil)))
3530 match))))
3531 (when result
3532 (push (cons server result) gnus-server-method-cache))
3533 result)))
3535 (defsubst gnus-server-get-method (group method)
3536 ;; Input either a server name, and extended server name, or a
3537 ;; select method, and return a select method.
3538 (cond ((stringp method)
3539 (gnus-server-to-method method))
3540 ((equal method gnus-select-method)
3541 gnus-select-method)
3542 ((and (stringp (car method))
3543 group)
3544 (gnus-server-extend-method group method))
3545 ((and method
3546 (not group)
3547 (equal (cadr method) ""))
3548 method)
3550 (gnus-server-add-address method))))
3552 (defmacro gnus-method-equal (ss1 ss2)
3553 "Say whether two servers are equal."
3554 `(let ((s1 ,ss1)
3555 (s2 ,ss2))
3556 (or (equal s1 s2)
3557 (and (= (length s1) (length s2))
3558 (progn
3559 (while (and s1 (member (car s1) s2))
3560 (setq s1 (cdr s1)))
3561 (null s1))))))
3563 (defun gnus-methods-equal-p (m1 m2)
3564 (let ((m1 (or m1 gnus-select-method))
3565 (m2 (or m2 gnus-select-method)))
3566 (or (equal m1 m2)
3567 (and (eq (car m1) (car m2))
3568 (or (not (memq 'address (assoc (symbol-name (car m1))
3569 gnus-valid-select-methods)))
3570 (equal (nth 1 m1) (nth 1 m2)))))))
3572 (defun gnus-server-equal (m1 m2)
3573 "Say whether two methods are equal."
3574 (let ((m1 (cond ((null m1) gnus-select-method)
3575 ((stringp m1) (gnus-server-to-method m1))
3576 (t m1)))
3577 (m2 (cond ((null m2) gnus-select-method)
3578 ((stringp m2) (gnus-server-to-method m2))
3579 (t m2))))
3580 (gnus-method-equal m1 m2)))
3582 (defun gnus-servers-using-backend (backend)
3583 "Return a list of known servers using BACKEND."
3584 (let ((opened gnus-opened-servers)
3585 out)
3586 (while opened
3587 (when (eq backend (caaar opened))
3588 (push (caar opened) out))
3589 (pop opened))
3590 out))
3592 (defun gnus-archive-server-wanted-p ()
3593 "Say whether the user wants to use the archive server."
3594 (cond
3595 ((or (not gnus-message-archive-method)
3596 (not gnus-message-archive-group))
3597 nil)
3598 ((and gnus-message-archive-method gnus-message-archive-group)
3601 (let ((active (cadr (assq 'nnfolder-active-file
3602 gnus-message-archive-method))))
3603 (and active
3604 (file-exists-p active))))))
3606 (defsubst gnus-method-to-server-name (method)
3607 (concat
3608 (format "%s" (car method))
3609 (when (and
3610 (or (assoc (format "%s" (car method))
3611 (gnus-methods-using 'address))
3612 (gnus-server-equal method gnus-message-archive-method))
3613 (nth 1 method)
3614 (not (string= (nth 1 method) "")))
3615 (concat "+" (nth 1 method)))))
3617 (defsubst gnus-method-to-full-server-name (method)
3618 (format "%s+%s" (car method) (nth 1 method)))
3620 (defun gnus-group-prefixed-name (group method &optional full)
3621 "Return the whole name from GROUP and METHOD.
3622 Call with full set to get the fully qualified group name (even if the
3623 server is native)."
3624 (when (stringp method)
3625 (setq method (gnus-server-to-method method)))
3626 (if (or (not method)
3627 (and (not full) (gnus-server-equal method "native"))
3628 ;;;!!! This might not be right. We'll see...
3629 ;(string-match ":" group)
3631 group
3632 (concat (gnus-method-to-server-name method) ":" group)))
3634 (defun gnus-group-guess-prefixed-name (group)
3635 "Guess the whole name from GROUP and METHOD."
3636 (gnus-group-prefixed-name group (gnus-find-method-for-group
3637 group)))
3639 (defun gnus-group-full-name (group method)
3640 "Return the full name from GROUP and METHOD, even if the method is native."
3641 (gnus-group-prefixed-name group method t))
3643 (defun gnus-group-guess-full-name (group)
3644 "Guess the full name from GROUP, even if the method is native."
3645 (if (gnus-group-prefixed-p group)
3646 group
3647 (gnus-group-full-name group (gnus-find-method-for-group group))))
3649 (defun gnus-group-guess-full-name-from-command-method (group)
3650 "Guess the full name from GROUP, even if the method is native."
3651 (if (gnus-group-prefixed-p group)
3652 group
3653 (gnus-group-full-name group gnus-command-method)))
3655 (defun gnus-group-real-prefix (group)
3656 "Return the prefix of the current group name."
3657 (if (stringp group)
3658 (if (string-match "^[^:]+:" group)
3659 (substring group 0 (match-end 0))
3661 nil))
3663 (defun gnus-group-short-name (group)
3664 "Return the short group name."
3665 (let ((prefix (gnus-group-real-prefix group)))
3666 (if (< 0 (length prefix))
3667 (substring group (length prefix) nil)
3668 group)))
3670 (defun gnus-group-prefixed-p (group)
3671 "Return the prefix of the current group name."
3672 (< 0 (length (gnus-group-real-prefix group))))
3674 (defun gnus-summary-buffer-name (group)
3675 "Return the summary buffer name of GROUP."
3676 (concat "*Summary " (gnus-group-decoded-name group) "*"))
3678 (defun gnus-group-method (group)
3679 "Return the server or method used for selecting GROUP.
3680 You should probably use `gnus-find-method-for-group' instead."
3681 (let ((prefix (gnus-group-real-prefix group)))
3682 (if (equal prefix "")
3683 gnus-select-method
3684 (let ((servers gnus-opened-servers)
3685 (server "")
3686 backend possible found)
3687 (if (string-match "^[^\\+]+\\+" prefix)
3688 (setq backend (intern (substring prefix 0 (1- (match-end 0))))
3689 server (substring prefix (match-end 0) (1- (length prefix))))
3690 (setq backend (intern (substring prefix 0 (1- (length prefix))))))
3691 (while servers
3692 (when (eq (caaar servers) backend)
3693 (setq possible (caar servers))
3694 (when (equal (cadaar servers) server)
3695 (setq found (caar servers))))
3696 (pop servers))
3697 (or (car (rassoc found gnus-server-alist))
3698 found
3699 (car (rassoc possible gnus-server-alist))
3700 possible
3701 (list backend server))))))
3703 (defsubst gnus-native-method-p (method)
3704 "Return whether METHOD is the native select method."
3705 (gnus-method-equal method gnus-select-method))
3707 (defsubst gnus-secondary-method-p (method)
3708 "Return whether METHOD is a secondary select method."
3709 (let ((methods gnus-secondary-select-methods)
3710 (gmethod (inline (gnus-server-get-method nil method))))
3711 (while (and methods
3712 (not (gnus-method-equal
3713 (inline (gnus-server-get-method nil (car methods)))
3714 gmethod)))
3715 (setq methods (cdr methods)))
3716 methods))
3718 (defun gnus-method-simplify (method)
3719 "Return the shortest uniquely identifying string or method for METHOD."
3720 (cond ((stringp method)
3721 method)
3722 ((gnus-native-method-p method)
3723 nil)
3724 ((gnus-secondary-method-p method)
3725 (format "%s:%s" (nth 0 method) (nth 1 method)))
3727 method)))
3729 (defun gnus-groups-from-server (server)
3730 "Return a list of all groups that are fetched from SERVER."
3731 (let ((alist (cdr gnus-newsrc-alist))
3732 info groups)
3733 (while (setq info (pop alist))
3734 (when (gnus-server-equal (gnus-info-method info) server)
3735 (push (gnus-info-group info) groups)))
3736 (sort groups 'string<)))
3738 (defun gnus-group-foreign-p (group)
3739 "Say whether a group is foreign or not."
3740 (and (not (gnus-group-native-p group))
3741 (not (gnus-group-secondary-p group))))
3743 (defun gnus-group-native-p (group)
3744 "Say whether the group is native or not."
3745 (not (string-match ":" group)))
3747 (defun gnus-group-secondary-p (group)
3748 "Say whether the group is secondary or not."
3749 (gnus-secondary-method-p (gnus-find-method-for-group group)))
3751 (defun gnus-parameters-get-parameter (group)
3752 "Return the group parameters for GROUP from `gnus-parameters'."
3753 (let ((case-fold-search (if (eq gnus-parameters-case-fold-search 'default)
3754 case-fold-search
3755 gnus-parameters-case-fold-search))
3756 params-list)
3757 (dolist (elem gnus-parameters)
3758 (when (string-match (car elem) group)
3759 (setq params-list
3760 (nconc (gnus-expand-group-parameters
3761 (car elem) (cdr elem) group)
3762 params-list))))
3763 params-list))
3765 (defun gnus-expand-group-parameter (match value group)
3766 "Use MATCH to expand VALUE in GROUP."
3767 (with-temp-buffer
3768 (insert group)
3769 (goto-char (point-min))
3770 (while (re-search-forward match nil t)
3771 (replace-match value))
3772 (buffer-string)))
3774 (defun gnus-expand-group-parameters (match parameters group)
3775 "Go through PARAMETERS and expand them according to the match data."
3776 (let (new)
3777 (dolist (elem parameters)
3778 (if (and (stringp (cdr elem))
3779 (string-match "\\\\[0-9&]" (cdr elem)))
3780 (push (cons (car elem)
3781 (gnus-expand-group-parameter match (cdr elem) group))
3782 new)
3783 (push elem new)))
3784 new))
3786 (defun gnus-group-fast-parameter (group symbol &optional allow-list)
3787 "For GROUP, return the value of SYMBOL.
3789 You should call this in the `gnus-group-buffer' buffer.
3790 The function `gnus-group-find-parameter' will do that for you."
3791 ;; The speed trick: No cons'ing and quit early.
3792 (let* ((params (funcall gnus-group-get-parameter-function group))
3793 ;; Start easy, check the "real" group parameters.
3794 (simple-results
3795 (gnus-group-parameter-value params symbol allow-list t)))
3796 (if simple-results
3797 ;; Found results; return them.
3798 (car simple-results)
3799 ;; We didn't found it there, try `gnus-parameters'.
3800 (let ((result nil)
3801 (head nil)
3802 (tail gnus-parameters))
3803 ;; A good old-fashioned non-cl loop.
3804 (while tail
3805 (setq head (car tail)
3806 tail (cdr tail))
3807 ;; The car is regexp matching for matching the group name.
3808 (when (string-match (car head) group)
3809 ;; The cdr is the parameters.
3810 (setq result (gnus-group-parameter-value (cdr head)
3811 symbol allow-list))
3812 (when result
3813 ;; Expand if necessary.
3814 (if (and (stringp result) (string-match "\\\\[0-9&]" result))
3815 (setq result (gnus-expand-group-parameter (car head)
3816 result group)))
3817 ;; Exit the loop early.
3818 (setq tail nil))))
3819 ;; Done.
3820 result))))
3822 (defun gnus-group-find-parameter (group &optional symbol allow-list)
3823 "Return the group parameters for GROUP.
3824 If SYMBOL, return the value of that symbol in the group parameters.
3826 If you call this function inside a loop, consider using the faster
3827 `gnus-group-fast-parameter' instead."
3828 (save-excursion
3829 (set-buffer gnus-group-buffer)
3830 (if symbol
3831 (gnus-group-fast-parameter group symbol allow-list)
3832 (nconc
3833 (copy-sequence
3834 (funcall gnus-group-get-parameter-function group))
3835 (gnus-parameters-get-parameter group)))))
3837 (defun gnus-group-get-parameter (group &optional symbol allow-list)
3838 "Return the group parameters for GROUP.
3839 If SYMBOL, return the value of that symbol in the group parameters.
3840 If ALLOW-LIST, also allow list as a result.
3841 Most functions should use `gnus-group-find-parameter', which
3842 also examines the topic parameters."
3843 (let ((params (gnus-info-params (gnus-get-info group))))
3844 (if symbol
3845 (gnus-group-parameter-value params symbol allow-list)
3846 params)))
3848 (defun gnus-group-parameter-value (params symbol &optional
3849 allow-list present-p)
3850 "Return the value of SYMBOL in group PARAMS.
3851 If ALLOW-LIST, also allow list as a result."
3852 ;; We only wish to return group parameters (dotted lists) and
3853 ;; not local variables, which may have the same names.
3854 ;; But first we handle single elements...
3855 (or (car (memq symbol params))
3856 ;; Handle alist.
3857 (let (elem)
3858 (catch 'found
3859 (while (setq elem (pop params))
3860 (when (and (consp elem)
3861 (eq (car elem) symbol)
3862 (or allow-list
3863 (atom (cdr elem))))
3864 (throw 'found (if present-p (list (cdr elem))
3865 (cdr elem)))))))))
3867 (defun gnus-group-add-parameter (group param)
3868 "Add parameter PARAM to GROUP."
3869 (let ((info (gnus-get-info group)))
3870 (when info
3871 (gnus-group-remove-parameter group (if (consp param) (car param) param))
3872 ;; Cons the new param to the old one and update.
3873 (gnus-group-set-info (cons param (gnus-info-params info))
3874 group 'params))))
3876 (defun gnus-group-set-parameter (group name value)
3877 "Set parameter NAME to VALUE in GROUP."
3878 (let ((info (gnus-get-info group)))
3879 (when info
3880 (gnus-group-remove-parameter group name)
3881 (let ((old-params (gnus-info-params info))
3882 (new-params (list (cons name value))))
3883 (while old-params
3884 (when (or (not (listp (car old-params)))
3885 (not (eq (caar old-params) name)))
3886 (setq new-params (append new-params (list (car old-params)))))
3887 (setq old-params (cdr old-params)))
3888 (gnus-group-set-info new-params group 'params)))))
3890 (defun gnus-group-remove-parameter (group name)
3891 "Remove parameter NAME from GROUP."
3892 (let ((info (gnus-get-info group)))
3893 (when info
3894 (let ((params (gnus-info-params info)))
3895 (when params
3896 (setq params (delq name params))
3897 (while (assq name params)
3898 (gnus-pull name params))
3899 (gnus-info-set-params info params))))))
3901 (defun gnus-group-add-score (group &optional score)
3902 "Add SCORE to the GROUP score.
3903 If SCORE is nil, add 1 to the score of GROUP."
3904 (let ((info (gnus-get-info group)))
3905 (when info
3906 (gnus-info-set-score info (+ (gnus-info-score info) (or score 1))))))
3908 (defun gnus-short-group-name (group &optional levels)
3909 "Collapse GROUP name LEVELS.
3910 Select methods are stripped and any remote host name is stripped down to
3911 just the host name."
3912 (let* ((name "")
3913 (foreign "")
3914 (depth 0)
3915 (skip 1)
3916 (levels (or levels
3917 gnus-group-uncollapsed-levels
3918 (progn
3919 (while (string-match "\\." group skip)
3920 (setq skip (match-end 0)
3921 depth (+ depth 1)))
3922 depth))))
3923 ;; Separate foreign select method from group name and collapse.
3924 ;; If method contains a server, collapse to non-domain server name,
3925 ;; otherwise collapse to select method.
3926 (let* ((colon (string-match ":" group))
3927 (server (and colon (substring group 0 colon)))
3928 (plus (and server (string-match "+" server))))
3929 (when server
3930 (if plus
3931 (setq foreign (substring server (+ 1 plus)
3932 (string-match "\\." server))
3933 group (substring group (+ 1 colon)))
3934 (setq foreign server
3935 group (substring group (+ 1 colon))))
3936 (setq foreign (concat foreign ":")))
3937 ;; Collapse group name leaving LEVELS uncollapsed elements
3938 (let* ((slist (split-string group "/"))
3939 (slen (length slist))
3940 (dlist (split-string group "\\."))
3941 (dlen (length dlist))
3942 glist
3943 glen
3944 gsep
3945 res)
3946 (if (> slen dlen)
3947 (setq glist slist
3948 glen slen
3949 gsep "/")
3950 (setq glist dlist
3951 glen dlen
3952 gsep "."))
3953 (setq levels (- glen levels))
3954 (dolist (g glist)
3955 (push (if (>= (decf levels) 0)
3956 (if (zerop (length g))
3958 (substring g 0 1))
3960 res))
3961 (concat foreign (mapconcat 'identity (nreverse res) gsep))))))
3963 (defun gnus-narrow-to-body ()
3964 "Narrow to the body of an article."
3965 (narrow-to-region
3966 (progn
3967 (goto-char (point-min))
3968 (or (search-forward "\n\n" nil t)
3969 (point-max)))
3970 (point-max)))
3974 ;;; Kill file handling.
3977 (defun gnus-apply-kill-file ()
3978 "Apply a kill file to the current newsgroup.
3979 Returns the number of articles marked as read."
3980 (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
3981 (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3982 (gnus-apply-kill-file-internal)
3985 (defun gnus-kill-save-kill-buffer ()
3986 (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3987 (when (get-file-buffer file)
3988 (save-excursion
3989 (set-buffer (get-file-buffer file))
3990 (when (buffer-modified-p)
3991 (save-buffer))
3992 (kill-buffer (current-buffer))))))
3994 (defcustom gnus-kill-file-name "KILL"
3995 "Suffix of the kill files."
3996 :group 'gnus-score-kill
3997 :group 'gnus-score-files
3998 :type 'string)
4000 (defun gnus-newsgroup-kill-file (newsgroup)
4001 "Return the name of a kill file name for NEWSGROUP.
4002 If NEWSGROUP is nil, return the global kill file name instead."
4003 (cond
4004 ;; The global KILL file is placed at top of the directory.
4005 ((or (null newsgroup)
4006 (string-equal newsgroup ""))
4007 (expand-file-name gnus-kill-file-name
4008 gnus-kill-files-directory))
4009 ;; Append ".KILL" to newsgroup name.
4010 ((gnus-use-long-file-name 'not-kill)
4011 (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
4012 "." gnus-kill-file-name)
4013 gnus-kill-files-directory))
4014 ;; Place "KILL" under the hierarchical directory.
4016 (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
4017 "/" gnus-kill-file-name)
4018 gnus-kill-files-directory))))
4020 ;;; Server things.
4022 (defun gnus-member-of-valid (symbol group)
4023 "Find out if GROUP has SYMBOL as part of its \"valid\" spec."
4024 (memq symbol (assoc
4025 (symbol-name (car (gnus-find-method-for-group group)))
4026 gnus-valid-select-methods)))
4028 (defun gnus-method-option-p (method option)
4029 "Return non-nil if select METHOD has OPTION as a parameter."
4030 (when (stringp method)
4031 (setq method (gnus-server-to-method method)))
4032 (memq option (assoc (format "%s" (car method))
4033 gnus-valid-select-methods)))
4035 (defun gnus-similar-server-opened (method)
4036 (let ((opened gnus-opened-servers))
4037 (while (and method opened)
4038 (when (and (equal (cadr method) (cadaar opened))
4039 (equal (car method) (caaar opened))
4040 (not (equal method (caar opened))))
4041 (setq method nil))
4042 (pop opened))
4043 (not method)))
4045 (defun gnus-server-extend-method (group method)
4046 ;; This function "extends" a virtual server. If the server is
4047 ;; "hello", and the select method is ("hello" (my-var "something"))
4048 ;; in the group "alt.alt", this will result in a new virtual server
4049 ;; called "hello+alt.alt".
4050 (if (or (not (inline (gnus-similar-server-opened method)))
4051 (not (cddr method)))
4052 method
4053 `(,(car method) ,(concat (cadr method) "+" group)
4054 (,(intern (format "%s-address" (car method))) ,(cadr method))
4055 ,@(cddr method))))
4057 (defun gnus-server-status (method)
4058 "Return the status of METHOD."
4059 (nth 1 (assoc method gnus-opened-servers)))
4061 (defun gnus-group-name-to-method (group)
4062 "Guess a select method based on GROUP."
4063 (if (string-match ":" group)
4064 (let ((server (substring group 0 (match-beginning 0))))
4065 (if (string-match "\\+" server)
4066 (list (intern (substring server 0 (match-beginning 0)))
4067 (substring server (match-end 0)))
4068 (list (intern server) "")))
4069 gnus-select-method))
4071 (defun gnus-server-string (server)
4072 "Return a readable string that describes SERVER."
4073 (let* ((server (gnus-server-to-method server))
4074 (address (nth 1 server)))
4075 (if (and address
4076 (not (zerop (length address))))
4077 (format "%s using %s" address (car server))
4078 (format "%s" (car server)))))
4080 (defun gnus-find-method-for-group (group &optional info)
4081 "Find the select method that GROUP uses."
4082 (or gnus-override-method
4083 (and (not group)
4084 gnus-select-method)
4085 (and (not (gnus-group-entry group))
4086 ;; Killed or otherwise unknown group.
4088 ;; If we know a virtual server by that name, return its method.
4089 (gnus-server-to-method (gnus-group-server group))
4090 ;; Guess a new method as last resort.
4091 (gnus-group-name-to-method group)))
4092 (let ((info (or info (gnus-get-info group)))
4093 method)
4094 (if (or (not info)
4095 (not (setq method (gnus-info-method info)))
4096 (equal method "native"))
4097 gnus-select-method
4098 (setq method
4099 (cond ((stringp method)
4100 (inline (gnus-server-to-method method)))
4101 ((stringp (cadr method))
4102 (inline (gnus-server-extend-method group method)))
4104 method)))
4105 (cond ((equal (cadr method) "")
4106 method)
4107 ((null (cadr method))
4108 (list (car method) ""))
4110 (gnus-server-add-address method)))))))
4112 (defun gnus-methods-using (feature)
4113 "Find all methods that have FEATURE."
4114 (let ((valids gnus-valid-select-methods)
4115 outs)
4116 (while valids
4117 (when (memq feature (car valids))
4118 (push (car valids) outs))
4119 (setq valids (cdr valids)))
4120 outs))
4122 (eval-and-compile
4123 (autoload 'message-y-or-n-p "message" nil nil 'macro))
4125 (defun gnus-read-group (prompt &optional default)
4126 "Prompt the user for a group name.
4127 Disallow invalid group names."
4128 (let ((prefix "")
4129 group)
4130 (while (not group)
4131 (when (string-match
4132 gnus-invalid-group-regexp
4133 (setq group (read-string (concat prefix prompt)
4134 (cons (or default "") 0)
4135 'gnus-group-history)))
4136 (let ((match (match-string 0 group)))
4137 ;; Might be okay (e.g. for nnimap), so ask the user:
4138 (unless (and (not (string-match "^$\\|:" match))
4139 (message-y-or-n-p
4140 "Proceed and create group anyway? " t
4141 "The group name \"" group "\" contains a forbidden character: \"" match "\".
4143 Usually, it's dangerous to create a group with this name, because it's not
4144 supported by all back ends and servers. On IMAP servers it should work,
4145 though. If you are really sure, you can proceed anyway and create the group.
4147 You may customize the variable `gnus-invalid-group-regexp', which currently is
4148 set to \"" gnus-invalid-group-regexp
4149 "\", if you want to get rid of this query permanently."))
4150 (setq prefix (format "Invalid group name: \"%s\". " group)
4151 group nil)))))
4152 group))
4154 (defun gnus-read-method (prompt)
4155 "Prompt the user for a method.
4156 Allow completion over sensible values."
4157 (let* ((open-servers
4158 (mapcar (lambda (i) (cons (format "%s:%s" (caar i) (cadar i)) i))
4159 gnus-opened-servers))
4160 (valid-methods
4161 (let (methods)
4162 (dolist (method gnus-valid-select-methods)
4163 (if (or (memq 'prompt-address method)
4164 (not (assoc (format "%s:" (car method)) open-servers)))
4165 (push method methods)))
4166 methods))
4167 (servers
4168 (append valid-methods
4169 open-servers
4170 gnus-predefined-server-alist
4171 gnus-server-alist))
4172 (method
4173 (completing-read
4174 prompt servers
4175 nil t nil 'gnus-method-history)))
4176 (cond
4177 ((equal method "")
4178 (setq method gnus-select-method))
4179 ((assoc method gnus-valid-select-methods)
4180 (let ((address (if (memq 'prompt-address
4181 (assoc method gnus-valid-select-methods))
4182 (read-string "Address: ")
4183 "")))
4184 (or (cadr (assoc (format "%s:%s" method address) open-servers))
4185 (list (intern method) address))))
4186 ((assoc method servers)
4187 method)
4189 (list (intern method) "")))))
4191 ;;; Agent functions
4193 (defun gnus-agent-method-p (method)
4194 "Say whether METHOD is covered by the agent."
4195 (or (eq (car gnus-agent-method-p-cache) method)
4196 (setq gnus-agent-method-p-cache
4197 (cons method
4198 (member (if (stringp method)
4199 method
4200 (gnus-method-to-server method)) gnus-agent-covered-methods))))
4201 (cdr gnus-agent-method-p-cache))
4203 (defun gnus-online (method)
4204 (not
4205 (if gnus-plugged
4206 (eq (cadr (assoc method gnus-opened-servers)) 'offline)
4207 (gnus-agent-method-p method))))
4209 ;;; User-level commands.
4211 ;;;###autoload
4212 (defun gnus-slave-no-server (&optional arg)
4213 "Read network news as a slave, without connecting to the local server."
4214 (interactive "P")
4215 (gnus-no-server arg t))
4217 ;;;###autoload
4218 (defun gnus-no-server (&optional arg slave)
4219 "Read network news.
4220 If ARG is a positive number, Gnus will use that as the startup
4221 level. If ARG is nil, Gnus will be started at level 2. If ARG is
4222 non-nil and not a positive number, Gnus will prompt the user for the
4223 name of an NNTP server to use.
4224 As opposed to `gnus', this command will not connect to the local
4225 server."
4226 (interactive "P")
4227 (gnus-no-server-1 arg slave))
4229 ;;;###autoload
4230 (defun gnus-slave (&optional arg)
4231 "Read news as a slave."
4232 (interactive "P")
4233 (gnus arg nil 'slave))
4235 ;;;###autoload
4236 (defun gnus-other-frame (&optional arg display)
4237 "Pop up a frame to read news.
4238 This will call one of the Gnus commands which is specified by the user
4239 option `gnus-other-frame-function' (default `gnus') with the argument
4240 ARG if Gnus is not running, otherwise just pop up a Gnus frame. The
4241 optional second argument DISPLAY should be a standard display string
4242 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
4243 omitted or the function `make-frame-on-display' is not available, the
4244 current display is used."
4245 (interactive "P")
4246 (if (fboundp 'make-frame-on-display)
4247 (unless display
4248 (setq display (gnus-frame-or-window-display-name (selected-frame))))
4249 (setq display nil))
4250 (let ((alive (gnus-alive-p)))
4251 (unless (and alive
4252 (catch 'found
4253 (walk-windows
4254 (lambda (window)
4255 (when (and (or (not display)
4256 (equal display
4257 (gnus-frame-or-window-display-name
4258 window)))
4259 (with-current-buffer (window-buffer window)
4260 (string-match "\\`gnus-"
4261 (symbol-name major-mode))))
4262 (gnus-select-frame-set-input-focus
4263 (setq gnus-other-frame-object (window-frame window)))
4264 (select-window window)
4265 (throw 'found t)))
4266 'ignore t)))
4267 (gnus-select-frame-set-input-focus
4268 (setq gnus-other-frame-object
4269 (if display
4270 (make-frame-on-display display gnus-other-frame-parameters)
4271 (make-frame gnus-other-frame-parameters))))
4272 (if alive
4273 (switch-to-buffer gnus-group-buffer)
4274 (funcall gnus-other-frame-function arg)
4275 (add-hook 'gnus-exit-gnus-hook
4276 '(lambda nil
4277 (when (and (frame-live-p gnus-other-frame-object)
4278 (cdr (frame-list)))
4279 (delete-frame gnus-other-frame-object))
4280 (setq gnus-other-frame-object nil)))))))
4282 ;;;###autoload
4283 (defun gnus (&optional arg dont-connect slave)
4284 "Read network news.
4285 If ARG is non-nil and a positive number, Gnus will use that as the
4286 startup level. If ARG is non-nil and not a positive number, Gnus will
4287 prompt the user for the name of an NNTP server to use."
4288 (interactive "P")
4289 (unless (byte-code-function-p (symbol-function 'gnus))
4290 (message "You should byte-compile Gnus")
4291 (sit-for 2))
4292 (gnus-1 arg dont-connect slave))
4294 ;; Allow redefinition of Gnus functions.
4296 (gnus-ems-redefine)
4298 (provide 'gnus)
4300 ;;; arch-tag: acebeeab-f331-4f8f-a7ea-89c58c84f636
4301 ;;; gnus.el ends here