* gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
[gnus] / lisp / gnus-start.el
1 ;;; gnus-start.el --- startup functions for Gnus
2 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 ;;        Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (require 'gnus)
30 (require 'gnus-win)
31 (require 'gnus-int)
32 (require 'gnus-spec)
33 (require 'gnus-range)
34 (require 'gnus-util)
35 (autoload 'message-make-date "message")
36 (autoload 'gnus-agent-read-servers-validate "gnus-agent")
37 (autoload 'gnus-agent-possibly-alter-active "gnus-agent")
38 (eval-when-compile (require 'cl))
39
40 (defcustom gnus-startup-file (nnheader-concat gnus-home-directory ".newsrc")
41   "Your `.newsrc' file.
42 `.newsrc-SERVER' will be used instead if that exists."
43   :group 'gnus-start
44   :type 'file)
45
46 (defcustom gnus-backup-startup-file 'never
47   "Whether to create backup files.
48 This variable takes the same values as the `version-control'
49 variable."
50   :group 'gnus-start
51   :type '(choice (const :tag "Never" never)
52                  (const :tag "If existing" nil)
53                  (other :tag "Always" t)))
54
55 (defcustom gnus-save-startup-file-via-temp-buffer t
56   "Whether to write the startup file contents to a buffer then save
57 the buffer or write directly to the file.  The buffer is faster
58 because all of the contents are written at once.  The direct write
59 uses considerably less memory."
60   :group 'gnus-start
61   :type '(choice (const :tag "Write via buffer" t)
62                  (const :tag "Write directly to file" nil)))
63
64 (defcustom gnus-init-file (nnheader-concat gnus-home-directory ".gnus")
65   "Your Gnus Emacs-Lisp startup file name.
66 If a file with the `.el' or `.elc' suffixes exists, it will be read instead."
67   :group 'gnus-start
68   :type 'file)
69
70 (defcustom gnus-site-init-file
71   (condition-case nil
72       (concat (file-name-directory
73                (directory-file-name installation-directory))
74               "site-lisp/gnus-init")
75     (error nil))
76   "The site-wide Gnus Emacs-Lisp startup file name, or nil if none.
77 If a file with the `.el' or `.elc' suffixes exists, it will be read instead."
78   :group 'gnus-start
79   :type '(choice file (const nil)))
80
81 (defcustom gnus-default-subscribed-newsgroups nil
82   "List of newsgroups to subscribe, when a user runs Gnus the first time.
83 The value should be a list of strings.
84 If it is t, Gnus will not do anything special the first time it is
85 started; it'll just use the normal newsgroups subscription methods."
86   :group 'gnus-start
87   :type '(choice (repeat string) (const :tag "Nothing special" t)))
88
89 (defcustom gnus-use-dribble-file t
90   "*Non-nil means that Gnus will use a dribble file to store user updates.
91 If Emacs should crash without saving the .newsrc files, complete
92 information can be restored from the dribble file."
93   :group 'gnus-dribble-file
94   :type 'boolean)
95
96 (defcustom gnus-dribble-directory nil
97   "*The directory where dribble files will be saved.
98 If this variable is nil, the directory where the .newsrc files are
99 saved will be used."
100   :group 'gnus-dribble-file
101   :type '(choice directory (const nil)))
102
103 (defcustom gnus-check-new-newsgroups 'ask-server
104   "*Non-nil means that Gnus will run `gnus-find-new-newsgroups' at startup.
105 This normally finds new newsgroups by comparing the active groups the
106 servers have already reported with those Gnus already knows, either alive
107 or killed.
108
109 When any of the following are true, `gnus-find-new-newsgroups' will instead
110 ask the servers (primary, secondary, and archive servers) to list new
111 groups since the last time it checked:
112   1. This variable is `ask-server'.
113   2. This variable is a list of select methods (see below).
114   3. `gnus-read-active-file' is nil or `some'.
115   4. A prefix argument is given to `gnus-find-new-newsgroups' interactively.
116
117 Thus, if this variable is `ask-server' or a list of select methods or
118 `gnus-read-active-file' is nil or `some', then the killed list is no
119 longer necessary, so you could safely set `gnus-save-killed-list' to nil.
120
121 This variable can be a list of select methods which Gnus will query with
122 the `ask-server' method in addition to the primary, secondary, and archive
123 servers.
124
125 Eg.
126   (setq gnus-check-new-newsgroups
127         '((nntp \"some.server\") (nntp \"other.server\")))
128
129 If this variable is nil, then you have to tell Gnus explicitly to
130 check for new newsgroups with \\<gnus-group-mode-map>\\[gnus-find-new-newsgroups]."
131   :group 'gnus-start
132   :type '(choice (const :tag "no" nil)
133                  (const :tag "by brute force" t)
134                  (const :tag "ask servers" ask-server)
135                  (repeat :menu-tag "ask additional servers"
136                          :tag "ask additional servers"
137                          :value ((nntp ""))
138                          (sexp :format "%v"))))
139
140 (defcustom gnus-check-bogus-newsgroups nil
141   "*Non-nil means that Gnus will check and remove bogus newsgroup at startup.
142 If this variable is nil, then you have to tell Gnus explicitly to
143 check for bogus newsgroups with \\<gnus-group-mode-map>\\[gnus-group-check-bogus-groups]."
144   :group 'gnus-start-server
145   :type 'boolean)
146
147 (defcustom gnus-read-active-file 'some
148   "*Non-nil means that Gnus will read the entire active file at startup.
149 If this variable is nil, Gnus will only know about the groups in your
150 `.newsrc' file.
151
152 If this variable is `some', Gnus will try to only read the relevant
153 parts of the active file from the server.  Not all servers support
154 this, and it might be quite slow with other servers, but this should
155 generally be faster than both the t and nil value.
156
157 If you set this variable to nil or `some', you probably still want to
158 be told about new newsgroups that arrive.  To do that, set
159 `gnus-check-new-newsgroups' to `ask-server'.  This may not work
160 properly with all servers."
161   :group 'gnus-start-server
162   :type '(choice (const nil)
163                  (const some)
164                  (const t)))
165
166 (defconst gnus-level-subscribed 5
167   "Groups with levels less than or equal to this variable are subscribed.")
168
169 (defconst gnus-level-unsubscribed 7
170   "Groups with levels less than or equal to this variable are unsubscribed.
171 Groups with levels less than `gnus-level-subscribed', which should be
172 less than this variable, are subscribed.")
173
174 (defconst gnus-level-zombie 8
175   "Groups with this level are zombie groups.")
176
177 (defconst gnus-level-killed 9
178   "Groups with this level are killed.")
179
180 (defcustom gnus-level-default-subscribed 3
181   "*New subscribed groups will be subscribed at this level."
182   :group 'gnus-group-levels
183   :type 'integer)
184
185 (defcustom gnus-level-default-unsubscribed 6
186   "*New unsubscribed groups will be unsubscribed at this level."
187   :group 'gnus-group-levels
188   :type 'integer)
189
190 (defcustom gnus-activate-level (1+ gnus-level-subscribed)
191   "*Groups higher than this level won't be activated on startup.
192 Setting this variable to something low might save lots of time when
193 you have many groups that you aren't interested in."
194   :group 'gnus-group-levels
195   :type 'integer)
196
197 (defcustom gnus-activate-foreign-newsgroups 4
198   "*If nil, Gnus will not check foreign newsgroups at startup.
199 If it is non-nil, it should be a number between one and nine.  Foreign
200 newsgroups that have a level lower or equal to this number will be
201 activated on startup.  For instance, if you want to active all
202 subscribed newsgroups, but not the rest, you'd set this variable to
203 `gnus-level-subscribed'.
204
205 If you subscribe to lots of newsgroups from different servers, startup
206 might take a while.  By setting this variable to nil, you'll save time,
207 but you won't be told how many unread articles there are in the
208 groups."
209   :group 'gnus-group-levels
210   :type '(choice integer
211                  (const :tag "none" nil)))
212
213 (defcustom gnus-read-newsrc-file t
214   "*Non-nil means that Gnus will read the `.newsrc' file.
215 Gnus always reads its own startup file, which is called
216 \".newsrc.eld\".  The file called \".newsrc\" is in a format that can
217 be readily understood by other newsreaders.  If you don't plan on
218 using other newsreaders, set this variable to nil to save some time on
219 entry."
220   :version "21.1"
221   :group 'gnus-newsrc
222   :type 'boolean)
223
224 (defcustom gnus-save-newsrc-file t
225   "*Non-nil means that Gnus will save the `.newsrc' file.
226 Gnus always saves its own startup file, which is called
227 \".newsrc.eld\".  The file called \".newsrc\" is in a format that can
228 be readily understood by other newsreaders.  If you don't plan on
229 using other newsreaders, set this variable to nil to save some time on
230 exit."
231   :group 'gnus-newsrc
232   :type 'boolean)
233
234 (defcustom gnus-save-killed-list t
235   "*If non-nil, save the list of killed groups to the startup file.
236 If you set this variable to nil, you'll save both time (when starting
237 and quitting) and space (both memory and disk), but it will also mean
238 that Gnus has no record of which groups are new and which are old, so
239 the automatic new newsgroups subscription methods become meaningless.
240
241 You should always set `gnus-check-new-newsgroups' to `ask-server' or
242 nil if you set this variable to nil.
243
244 This variable can also be a regexp.  In that case, all groups that do
245 not match this regexp will be removed before saving the list."
246   :group 'gnus-newsrc
247   :type '(radio (sexp :format "Non-nil\n"
248                       :match (lambda (widget value)
249                                (and value (not (stringp value))))
250                       :value t)
251                 (const nil)
252                 (regexp :format "%t: %v\n" :size 0)))
253
254 (defcustom gnus-ignored-newsgroups
255   (mapconcat 'identity
256              '("^to\\."                 ; not "real" groups
257                "^[0-9. \t]+\\( \\|$\\)" ; all digits in name
258                "^[\"][]\"[#'()]"        ; bogus characters
259                )
260              "\\|")
261   "*A regexp to match uninteresting newsgroups in the active file.
262 Any lines in the active file matching this regular expression are
263 removed from the newsgroup list before anything else is done to it,
264 thus making them effectively non-existent."
265   :group 'gnus-group-new
266   :type 'regexp)
267
268 (defcustom gnus-subscribe-newsgroup-method 'gnus-subscribe-zombies
269   "*Function(s) called with a group name when new group is detected.
270 A few pre-made functions are supplied: `gnus-subscribe-randomly'
271 inserts new groups at the beginning of the list of groups;
272 `gnus-subscribe-alphabetically' inserts new groups in strict
273 alphabetic order; `gnus-subscribe-hierarchically' inserts new groups
274 in hierarchical newsgroup order; `gnus-subscribe-interactively' asks
275 for your decision; `gnus-subscribe-killed' kills all new groups;
276 `gnus-subscribe-zombies' will make all new groups into zombies;
277 `gnus-subscribe-topics' will enter groups into the topics that
278 claim them."
279   :group 'gnus-group-new
280   :type '(radio (function-item gnus-subscribe-randomly)
281                 (function-item gnus-subscribe-alphabetically)
282                 (function-item gnus-subscribe-hierarchically)
283                 (function-item gnus-subscribe-interactively)
284                 (function-item gnus-subscribe-killed)
285                 (function-item gnus-subscribe-zombies)
286                 (function-item gnus-subscribe-topics)
287                 function
288                 (repeat function)))
289
290 (defcustom gnus-subscribe-newsgroup-hooks nil
291   "*Hooks run after you subscribe to a new group.
292 The hooks will be called with new group's name as argument."
293   :group 'gnus-group-new
294   :type 'hook)
295
296 (defcustom gnus-subscribe-options-newsgroup-method
297   'gnus-subscribe-alphabetically
298   "*Function(s) called to subscribe newsgroups mentioned on \"options -n\" lines.
299 If, for instance, you want to subscribe to all newsgroups in the
300 \"no\" and \"alt\" hierarchies, you'd put the following in your
301 .newsrc file:
302
303 options -n no.all alt.all
304
305 Gnus will the subscribe all new newsgroups in these hierarchies with
306 the subscription method in this variable."
307   :group 'gnus-group-new
308   :type '(radio (function-item gnus-subscribe-randomly)
309                 (function-item gnus-subscribe-alphabetically)
310                 (function-item gnus-subscribe-hierarchically)
311                 (function-item gnus-subscribe-interactively)
312                 (function-item gnus-subscribe-killed)
313                 (function-item gnus-subscribe-zombies)
314                 (function-item gnus-subscribe-topics)
315                 function
316                 (repeat function)))
317
318 (defcustom gnus-subscribe-hierarchical-interactive nil
319   "*If non-nil, Gnus will offer to subscribe hierarchically.
320 When a new hierarchy appears, Gnus will ask the user:
321
322 'alt.binaries': Do you want to subscribe to this hierarchy? ([d]ys):
323
324 If the user pressed `d', Gnus will descend the hierarchy, `y' will
325 subscribe to all newsgroups in the hierarchy and `s' will skip this
326 hierarchy in its entirety."
327   :group 'gnus-group-new
328   :type 'boolean)
329
330 (defcustom gnus-auto-subscribed-groups
331   "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir"
332   "*All new groups that match this regexp will be subscribed automatically.
333 Note that this variable only deals with new groups.  It has no effect
334 whatsoever on old groups.
335
336 New groups that match this regexp will not be handled by
337 `gnus-subscribe-newsgroup-method'.  Instead, they will
338 be subscribed using `gnus-subscribe-options-newsgroup-method'."
339   :group 'gnus-group-new
340   :type 'regexp)
341
342 (defcustom gnus-options-subscribe nil
343   "*All new groups matching this regexp will be subscribed unconditionally.
344 Note that this variable deals only with new newsgroups.  This variable
345 does not affect old newsgroups.
346
347 New groups that match this regexp will not be handled by
348 `gnus-subscribe-newsgroup-method'.  Instead, they will
349 be subscribed using `gnus-subscribe-options-newsgroup-method'."
350   :group 'gnus-group-new
351   :type '(choice regexp
352                  (const :tag "none" nil)))
353
354 (defcustom gnus-options-not-subscribe nil
355   "*All new groups matching this regexp will be ignored.
356 Note that this variable deals only with new newsgroups.  This variable
357 does not affect old (already subscribed) newsgroups."
358   :group 'gnus-group-new
359   :type '(choice regexp
360                  (const :tag "none" nil)))
361
362 (defcustom gnus-modtime-botch nil
363   "*Non-nil means .newsrc should be deleted prior to save.
364 Its use is due to the bogus appearance that .newsrc was modified on
365 disc."
366   :group 'gnus-newsrc
367   :type 'boolean)
368
369 (defcustom gnus-check-bogus-groups-hook nil
370   "A hook run after removing bogus groups."
371   :group 'gnus-start-server
372   :type 'hook)
373
374 (defcustom gnus-startup-hook nil
375   "A hook called at startup.
376 This hook is called after Gnus is connected to the NNTP server."
377   :group 'gnus-start
378   :type 'hook)
379
380 (defcustom gnus-before-startup-hook nil
381   "A hook called at before startup.
382 This hook is called as the first thing when Gnus is started."
383   :group 'gnus-start
384   :type 'hook)
385
386 (defcustom gnus-started-hook nil
387   "A hook called as the last thing after startup."
388   :group 'gnus-start
389   :type 'hook)
390
391 (defcustom gnus-setup-news-hook
392   '(gnus-fixup-nnimap-unread-after-getting-new-news)
393   "A hook after reading the .newsrc file, but before generating the buffer."
394   :group 'gnus-start
395   :type 'hook)
396
397 (defcustom gnus-get-top-new-news-hook nil
398   "A hook run just before Gnus checks for new news globally."
399   :group 'gnus-group-new
400   :type 'hook)
401
402 (defcustom gnus-get-new-news-hook nil
403   "A hook run just before Gnus checks for new news."
404   :group 'gnus-group-new
405   :type 'hook)
406
407 (defcustom gnus-after-getting-new-news-hook
408   '(gnus-display-time-event-handler
409     gnus-fixup-nnimap-unread-after-getting-new-news)
410   "*A hook run after Gnus checks for new news when Gnus is already running."
411   :group 'gnus-group-new
412   :type 'hook)
413
414 (defcustom gnus-read-newsrc-el-hook nil
415   "A hook called after reading the newsrc.eld? file."
416   :group 'gnus-newsrc
417   :type 'hook)
418
419 (defcustom gnus-save-newsrc-hook nil
420   "A hook called before saving any of the newsrc files."
421   :group 'gnus-newsrc
422   :type 'hook)
423
424 (defcustom gnus-save-quick-newsrc-hook nil
425   "A hook called just before saving the quick newsrc file.
426 Can be used to turn version control on or off."
427   :group 'gnus-newsrc
428   :type 'hook)
429
430 (defcustom gnus-save-standard-newsrc-hook nil
431   "A hook called just before saving the standard newsrc file.
432 Can be used to turn version control on or off."
433   :group 'gnus-newsrc
434   :type 'hook)
435
436 (defcustom gnus-group-mode-hook nil
437   "Hook for Gnus group mode."
438   :group 'gnus-group-various
439   :options '(gnus-topic-mode)
440   :type 'hook)
441
442 (defcustom gnus-always-read-dribble-file nil
443   "Unconditionally read the dribble file."
444   :group 'gnus-newsrc
445   :type 'boolean)
446
447 ;;; Internal variables
448
449 (defvar gnus-ding-file-coding-system mm-universal-coding-system
450   "Coding system for ding file.")
451
452 (defvar gnus-newsrc-file-version nil)
453 (defvar gnus-override-subscribe-method nil)
454 (defvar gnus-dribble-buffer nil)
455 (defvar gnus-newsrc-options nil
456   "Options line in the .newsrc file.")
457
458 (defvar gnus-newsrc-options-n nil
459   "List of regexps representing groups to be subscribed/ignored unconditionally.")
460
461 (defvar gnus-newsrc-last-checked-date nil
462   "Date Gnus last asked server for new newsgroups.")
463
464 (defvar gnus-current-startup-file nil
465   "Startup file for the current host.")
466
467 ;; Byte-compiler warning.
468 (defvar gnus-group-line-format)
469
470 ;; Suggested by Brian Edmonds <edmonds@cs.ubc.ca>.
471 (defvar gnus-init-inhibit nil)
472 (defun gnus-read-init-file (&optional inhibit-next)
473   ;; Don't load .gnus if the -q option was used.
474   (when init-file-user
475     (if gnus-init-inhibit
476         (setq gnus-init-inhibit nil)
477       (setq gnus-init-inhibit inhibit-next)
478       (dolist (file (list gnus-site-init-file gnus-init-file))
479         (when (and file
480                    (locate-library file))
481           (if (or debug-on-error debug-on-quit)
482               (load file nil t)
483             (condition-case var
484                 (load file nil t)
485               (error
486                (error "Error in %s: %s" file (cadr var))))))))))
487
488 ;; For subscribing new newsgroup
489
490 (defun gnus-subscribe-hierarchical-interactive (groups)
491   (let ((groups (sort groups 'string<))
492         prefixes prefix start ans group starts)
493     (while groups
494       (setq prefixes (list "^"))
495       (while (and groups prefixes)
496         (while (not (string-match (car prefixes) (car groups)))
497           (setq prefixes (cdr prefixes)))
498         (setq prefix (car prefixes))
499         (setq start (1- (length prefix)))
500         (if (and (string-match "[^\\.]\\." (car groups) start)
501                  (cdr groups)
502                  (setq prefix
503                        (concat "^" (substring (car groups) 0 (match-end 0))))
504                  (string-match prefix (cadr groups)))
505             (progn
506               (push prefix prefixes)
507               (message "Descend hierarchy %s? ([y]nsq): "
508                        (substring prefix 1 (1- (length prefix))))
509               (while (not (memq (setq ans (read-char-exclusive))
510                                 '(?y ?\n ?\r ?n ?s ?q)))
511                 (ding)
512                 (message "Descend hierarchy %s? ([y]nsq): "
513                          (substring prefix 1 (1- (length prefix)))))
514               (cond ((= ans ?n)
515                      (while (and groups
516                                  (string-match prefix
517                                                (setq group (car groups))))
518                        (push group gnus-killed-list)
519                        (gnus-sethash group group gnus-killed-hashtb)
520                        (setq groups (cdr groups)))
521                      (setq starts (cdr starts)))
522                     ((= ans ?s)
523                      (while (and groups
524                                  (string-match prefix
525                                                (setq group (car groups))))
526                        (gnus-sethash group group gnus-killed-hashtb)
527                        (gnus-subscribe-alphabetically (car groups))
528                        (setq groups (cdr groups)))
529                      (setq starts (cdr starts)))
530                     ((= ans ?q)
531                      (while groups
532                        (setq group (car groups))
533                        (push group gnus-killed-list)
534                        (gnus-sethash group group gnus-killed-hashtb)
535                        (setq groups (cdr groups))))
536                     (t nil)))
537           (message "Subscribe %s? ([n]yq)" (car groups))
538           (while (not (memq (setq ans (read-char-exclusive))
539                             '(?y ?\n ?\r ?q ?n)))
540             (ding)
541             (message "Subscribe %s? ([n]yq)" (car groups)))
542           (setq group (car groups))
543           (cond ((= ans ?y)
544                  (gnus-subscribe-alphabetically (car groups))
545                  (gnus-sethash group group gnus-killed-hashtb))
546                 ((= ans ?q)
547                  (while groups
548                    (setq group (car groups))
549                    (push group gnus-killed-list)
550                    (gnus-sethash group group gnus-killed-hashtb)
551                    (setq groups (cdr groups))))
552                 (t
553                  (push group gnus-killed-list)
554                  (gnus-sethash group group gnus-killed-hashtb)))
555           (setq groups (cdr groups)))))))
556
557 (defun gnus-subscribe-randomly (newsgroup)
558   "Subscribe new NEWSGROUP by making it the first newsgroup."
559   (gnus-subscribe-newsgroup newsgroup))
560
561 (defun gnus-subscribe-alphabetically (newgroup)
562   "Subscribe new NEWGROUP and insert it in alphabetical order."
563   (let ((groups (cdr gnus-newsrc-alist))
564         before)
565     (while (and (not before) groups)
566       (if (string< newgroup (caar groups))
567           (setq before (caar groups))
568         (setq groups (cdr groups))))
569     (gnus-subscribe-newsgroup newgroup before)))
570
571 (defun gnus-subscribe-hierarchically (newgroup)
572   "Subscribe new NEWGROUP and insert it in hierarchical newsgroup order."
573   ;; Basic ideas by mike-w@cs.aukuni.ac.nz (Mike Williams)
574   (save-excursion
575     (set-buffer (nnheader-find-file-noselect gnus-current-startup-file))
576     (prog1
577         (let ((groupkey newgroup) before)
578           (while (and (not before) groupkey)
579             (goto-char (point-min))
580             (let ((groupkey-re
581                    (concat "^\\(" (regexp-quote groupkey) ".*\\)[!:]")))
582               (while (and (re-search-forward groupkey-re nil t)
583                           (progn
584                             (setq before (match-string 1))
585                             (string< before newgroup)))))
586             ;; Remove tail of newsgroup name (eg. a.b.c -> a.b)
587             (setq groupkey
588                   (when (string-match "^\\(.*\\)\\.[^.]+$" groupkey)
589                     (substring groupkey (match-beginning 1) (match-end 1)))))
590           (gnus-subscribe-newsgroup newgroup before))
591       (kill-buffer (current-buffer)))))
592
593 (defun gnus-subscribe-interactively (group)
594   "Subscribe the new GROUP interactively.
595 It is inserted in hierarchical newsgroup order if subscribed.  If not,
596 it is killed."
597   (if (gnus-y-or-n-p (format "Subscribe new newsgroup: %s " group))
598       (gnus-subscribe-hierarchically group)
599     (push group gnus-killed-list)))
600
601 (defun gnus-subscribe-zombies (group)
602   "Make the new GROUP into a zombie group."
603   (push group gnus-zombie-list))
604
605 (defun gnus-subscribe-killed (group)
606   "Make the new GROUP a killed group."
607   (push group gnus-killed-list))
608
609 (defun gnus-subscribe-newsgroup (newsgroup &optional next)
610   "Subscribe new NEWSGROUP.
611 If NEXT is non-nil, it is inserted before NEXT.  Otherwise it is made
612 the first newsgroup."
613   (save-excursion
614     (goto-char (point-min))
615     ;; We subscribe the group by changing its level to `subscribed'.
616     (gnus-group-change-level
617      newsgroup gnus-level-default-subscribed
618      gnus-level-killed (gnus-group-entry (or next "dummy.group")))
619     (gnus-message 5 "Subscribe newsgroup: %s" newsgroup)
620     (run-hook-with-args 'gnus-subscribe-newsgroup-hooks newsgroup)
621     t))
622
623 (defun gnus-read-active-file-p ()
624   "Say whether the active file has been read from `gnus-select-method'."
625   (memq gnus-select-method gnus-have-read-active-file))
626
627 ;;; General various misc type functions.
628
629 ;; Silence byte-compiler.
630 (eval-when-compile
631   (defvar gnus-current-headers)
632   (defvar gnus-thread-indent-array)
633   (defvar gnus-newsgroup-name)
634   (defvar gnus-newsgroup-headers)
635   (defvar gnus-group-list-mode)
636   (defvar gnus-group-mark-positions)
637   (defvar gnus-newsgroup-data)
638   (defvar gnus-newsgroup-unreads)
639   (defvar nnoo-state-alist)
640   (defvar gnus-current-select-method)
641   (defvar mail-sources)
642   (defvar nnmail-scan-directory-mail-source-once)
643   (defvar nnmail-split-history)
644   (defvar nnmail-spool-file))
645
646 (defun gnus-close-all-servers ()
647   "Close all servers."
648   (interactive)
649   (dolist (server gnus-opened-servers)
650     (gnus-close-server (car server))))
651
652 (defun gnus-clear-system ()
653   "Clear all variables and buffers."
654   ;; Clear Gnus variables.
655   (let ((variables (remove 'gnus-format-specs gnus-variable-list)))
656     (while variables
657       (set (car variables) nil)
658       (setq variables (cdr variables))))
659   ;; Clear other internal variables.
660   (setq gnus-list-of-killed-groups nil
661         gnus-have-read-active-file nil
662         gnus-agent-covered-methods nil
663         gnus-server-method-cache nil
664         gnus-newsrc-alist nil
665         gnus-newsrc-hashtb nil
666         gnus-killed-list nil
667         gnus-zombie-list nil
668         gnus-killed-hashtb nil
669         gnus-active-hashtb nil
670         gnus-moderated-hashtb nil
671         gnus-description-hashtb nil
672         gnus-current-headers nil
673         gnus-thread-indent-array nil
674         gnus-newsgroup-headers nil
675         gnus-newsgroup-name nil
676         gnus-server-alist nil
677         gnus-group-list-mode nil
678         gnus-opened-servers nil
679         gnus-group-mark-positions nil
680         gnus-newsgroup-data nil
681         gnus-newsgroup-unreads nil
682         nnoo-state-alist nil
683         gnus-current-select-method nil
684         nnmail-split-history nil
685         gnus-ephemeral-servers nil)
686   (gnus-shutdown 'gnus)
687   ;; Kill the startup file.
688   (and gnus-current-startup-file
689        (get-file-buffer gnus-current-startup-file)
690        (kill-buffer (get-file-buffer gnus-current-startup-file)))
691   ;; Clear the dribble buffer.
692   (gnus-dribble-clear)
693   ;; Kill global KILL file buffer.
694   (when (get-file-buffer (gnus-newsgroup-kill-file nil))
695     (kill-buffer (get-file-buffer (gnus-newsgroup-kill-file nil))))
696   (gnus-kill-buffer nntp-server-buffer)
697   ;; Kill Gnus buffers.
698   (dolist (buffer (gnus-buffers))
699     (gnus-kill-buffer buffer))
700   ;; Remove Gnus frames.
701   (gnus-kill-gnus-frames))
702
703 (defun gnus-no-server-1 (&optional arg slave)
704   "Read network news.
705 If ARG is a positive number, Gnus will use that as the
706 startup level.  If ARG is nil, Gnus will be started at level 2.
707 If ARG is non-nil and not a positive number, Gnus will
708 prompt the user for the name of an NNTP server to use.
709 As opposed to `gnus', this command will not connect to the local server."
710   (interactive "P")
711   (let ((val (or arg (1- gnus-level-default-subscribed))))
712     (gnus val t slave)
713     (make-local-variable 'gnus-group-use-permanent-levels)
714     (setq gnus-group-use-permanent-levels val)))
715
716 (defun gnus-1 (&optional arg dont-connect slave)
717   "Read network news.
718 If ARG is non-nil and a positive number, Gnus will use that as the
719 startup level.  If ARG is non-nil and not a positive number, Gnus will
720 prompt the user for the name of an NNTP server to use."
721   (interactive "P")
722
723   (if (gnus-alive-p)
724       (progn
725         (switch-to-buffer gnus-group-buffer)
726         (gnus-group-get-new-news
727          (and (numberp arg)
728               (> arg 0)
729               (max (car gnus-group-list-mode) arg))))
730
731     (gnus-clear-system)
732     (gnus-splash)
733     (gnus-run-hooks 'gnus-before-startup-hook)
734     (nnheader-init-server-buffer)
735     (setq gnus-slave slave)
736     (gnus-read-init-file)
737     (if gnus-agent
738         (gnus-agentize))
739
740     (when gnus-simple-splash
741       (setq gnus-simple-splash nil)
742       (cond
743        ((featurep 'xemacs)
744         (gnus-xmas-splash))
745        ((and window-system
746              (= (frame-height) (1+ (window-height))))
747         (gnus-x-splash))))
748
749     (let ((level (and (numberp arg) (> arg 0) arg))
750           did-connect)
751       (unwind-protect
752           (progn
753             (unless dont-connect
754               (setq did-connect
755                     (gnus-start-news-server (and arg (not level))))))
756         (if (and (not dont-connect)
757                  (not did-connect))
758             (gnus-group-quit)
759           (gnus-run-hooks 'gnus-startup-hook)
760           ;; NNTP server is successfully open.
761
762           ;; Find the current startup file name.
763           (setq gnus-current-startup-file
764                 (gnus-make-newsrc-file gnus-startup-file))
765
766           ;; Read the dribble file.
767           (when (or gnus-slave gnus-use-dribble-file)
768             (gnus-dribble-read-file))
769
770           ;; Allow using GroupLens predictions.
771           (when gnus-use-grouplens
772             (bbb-login)
773             (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode))
774
775           ;; Do the actual startup.
776           (if gnus-agent
777               (gnus-request-create-group "queue" '(nndraft "")))
778           (gnus-request-create-group "drafts" '(nndraft ""))
779           (gnus-setup-news nil level dont-connect)
780           (gnus-run-hooks 'gnus-setup-news-hook)
781           (gnus-start-draft-setup)
782           ;; Generate the group buffer.
783           (gnus-group-list-groups level)
784           (gnus-group-first-unread-group)
785           (gnus-configure-windows 'group)
786           (gnus-group-set-mode-line)
787           (gnus-run-hooks 'gnus-started-hook))))))
788
789 (defun gnus-start-draft-setup ()
790   "Make sure the draft group exists."
791   (gnus-request-create-group "drafts" '(nndraft ""))
792   (unless (gnus-group-entry "nndraft:drafts")
793     (let ((gnus-level-default-subscribed 1))
794       (gnus-subscribe-group "nndraft:drafts" nil '(nndraft "")))
795     (gnus-group-set-parameter
796      "nndraft:drafts" 'gnus-dummy '((gnus-draft-mode)))))
797
798 \f
799 ;;;
800 ;;; Dribble file
801 ;;;
802
803 (defvar gnus-dribble-ignore nil)
804 (defvar gnus-dribble-eval-file nil)
805
806 (defun gnus-dribble-file-name ()
807   "Return the dribble file for the current .newsrc."
808   (concat
809    (if gnus-dribble-directory
810        (concat (file-name-as-directory gnus-dribble-directory)
811                (file-name-nondirectory gnus-current-startup-file))
812      gnus-current-startup-file)
813    "-dribble"))
814
815 (defun gnus-dribble-enter (string)
816   "Enter STRING into the dribble buffer."
817   (when (and (not gnus-dribble-ignore)
818              gnus-dribble-buffer
819              (buffer-name gnus-dribble-buffer))
820     (let ((obuf (current-buffer)))
821       (set-buffer gnus-dribble-buffer)
822       (goto-char (point-max))
823       (insert string "\n")
824       ;; This has been commented by Josh Huber <huber@alum.wpi.edu>
825       ;; It causes problems with both XEmacs and Emacs 21, and doesn't
826       ;; seem to be of much value. (FIXME: remove this after we make sure
827       ;; it's not needed).
828       ;; (set-window-point (get-buffer-window (current-buffer)) (point-max))
829       (bury-buffer gnus-dribble-buffer)
830       (save-excursion
831         (set-buffer gnus-group-buffer)
832         (gnus-group-set-mode-line))
833       (set-buffer obuf))))
834
835 (defun gnus-dribble-touch ()
836   "Touch the dribble buffer."
837   (gnus-dribble-enter ""))
838
839 (defun gnus-dribble-read-file ()
840   "Read the dribble file from disk."
841   (let ((dribble-file (gnus-dribble-file-name)))
842     (save-excursion
843       (set-buffer (setq gnus-dribble-buffer
844                         (gnus-get-buffer-create
845                          (file-name-nondirectory dribble-file))))
846       (erase-buffer)
847       (setq buffer-file-name dribble-file)
848       (auto-save-mode t)
849       (buffer-disable-undo)
850       (bury-buffer (current-buffer))
851       (set-buffer-modified-p nil)
852       (let ((auto (make-auto-save-file-name))
853             (gnus-dribble-ignore t)
854             (purpose nil)
855             modes)
856         (when (or (file-exists-p auto) (file-exists-p dribble-file))
857           ;; Load whichever file is newest -- the auto save file
858           ;; or the "real" file.
859           (if (file-newer-than-file-p auto dribble-file)
860               (nnheader-insert-file-contents auto)
861             (nnheader-insert-file-contents dribble-file))
862           (unless (zerop (buffer-size))
863             (set-buffer-modified-p t))
864           ;; Set the file modes to reflect the .newsrc file modes.
865           (save-buffer)
866           (when (and (file-exists-p gnus-current-startup-file)
867                      (file-exists-p dribble-file)
868                      (setq modes (file-modes gnus-current-startup-file)))
869             (set-file-modes dribble-file modes))
870           (goto-char (point-min))
871           (when (search-forward "Gnus was exited on purpose" nil t)
872             (setq purpose t))
873           ;; Possibly eval the file later.
874           (when (or gnus-always-read-dribble-file
875                     (gnus-y-or-n-p
876                      (if purpose
877                          "Gnus exited on purpose without saving; read auto-save file anyway? "
878                      "Gnus auto-save file exists.  Do you want to read it? ")))
879             (setq gnus-dribble-eval-file t)))))))
880
881 (defun gnus-dribble-eval-file ()
882   (when gnus-dribble-eval-file
883     (setq gnus-dribble-eval-file nil)
884     (save-excursion
885       (let ((gnus-dribble-ignore t))
886         (set-buffer gnus-dribble-buffer)
887         (eval-buffer (current-buffer))))))
888
889 (defun gnus-dribble-delete-file ()
890   (when (file-exists-p (gnus-dribble-file-name))
891     (delete-file (gnus-dribble-file-name)))
892   (when gnus-dribble-buffer
893     (save-excursion
894       (set-buffer gnus-dribble-buffer)
895       (let ((auto (make-auto-save-file-name)))
896         (when (file-exists-p auto)
897           (delete-file auto))
898         (erase-buffer)
899         (set-buffer-modified-p nil)))))
900
901 (defun gnus-dribble-save ()
902   (when (and gnus-dribble-buffer
903              (buffer-name gnus-dribble-buffer))
904     (save-excursion
905       (set-buffer gnus-dribble-buffer)
906       (save-buffer))))
907
908 (defun gnus-dribble-clear ()
909   (when (gnus-buffer-exists-p gnus-dribble-buffer)
910     (save-excursion
911       (set-buffer gnus-dribble-buffer)
912       (erase-buffer)
913       (set-buffer-modified-p nil)
914       (setq buffer-saved-size (buffer-size)))))
915
916 \f
917 ;;;
918 ;;; Active & Newsrc File Handling
919 ;;;
920
921 (defun gnus-setup-news (&optional rawfile level dont-connect)
922   "Setup news information.
923 If RAWFILE is non-nil, the .newsrc file will also be read.
924 If LEVEL is non-nil, the news will be set up at level LEVEL."
925   (require 'nnmail)
926   (let ((init (not (and gnus-newsrc-alist gnus-active-hashtb (not rawfile))))
927         ;; Binding this variable will inhibit multiple fetchings
928         ;; of the same mail source.
929         (nnmail-fetched-sources (list t)))
930
931     (when init
932       ;; Clear some variables to re-initialize news information.
933       (setq gnus-newsrc-alist nil
934             gnus-active-hashtb nil)
935       ;; Read the newsrc file and create `gnus-newsrc-hashtb'.
936       (gnus-read-newsrc-file rawfile))
937
938     ;; Make sure the archive server is available to all and sundry.
939     (when gnus-message-archive-method
940       (unless (assoc "archive" gnus-server-alist)
941         (push `("archive"
942                 nnfolder
943                 "archive"
944                 (nnfolder-directory
945                  ,(nnheader-concat message-directory "archive"))
946                 (nnfolder-active-file
947                  ,(nnheader-concat message-directory "archive/active"))
948                 (nnfolder-get-new-mail nil)
949                 (nnfolder-inhibit-expiry t))
950               gnus-server-alist)))
951
952     ;; If we don't read the complete active file, we fill in the
953     ;; hashtb here.
954     (when (or (null gnus-read-active-file)
955               (eq gnus-read-active-file 'some))
956       (gnus-update-active-hashtb-from-killed))
957
958     ;; Validate agent covered methods now that gnus-server-alist has
959     ;; been initialized.
960     ;; NOTE: This is here for one purpose only.  By validating the
961     ;; agentized server's, it converts the old 5.10.3, and earlier,
962     ;; format to the current format.  That enables the agent code
963     ;; within gnus-read-active-file to function correctly.
964     (if gnus-agent
965         (gnus-agent-read-servers-validate))
966
967     ;; Read the active file and create `gnus-active-hashtb'.
968     ;; If `gnus-read-active-file' is nil, then we just create an empty
969     ;; hash table.  The partial filling out of the hash table will be
970     ;; done in `gnus-get-unread-articles'.
971     (and gnus-read-active-file
972          (not level)
973          (gnus-read-active-file nil dont-connect))
974
975     (unless gnus-active-hashtb
976       (setq gnus-active-hashtb (gnus-make-hashtable 4096)))
977
978     ;; Initialize the cache.
979     (when gnus-use-cache
980       (gnus-cache-open))
981
982     ;; Possibly eval the dribble file.
983     (and init
984          (or gnus-use-dribble-file gnus-slave)
985          (gnus-dribble-eval-file))
986
987     ;; Slave Gnusii should then clear the dribble buffer.
988     (when (and init gnus-slave)
989       (gnus-dribble-clear))
990
991     (gnus-update-format-specifications)
992
993     ;; See whether we need to read the description file.
994     (when (and (boundp 'gnus-group-line-format)
995                (stringp gnus-group-line-format)
996                (let ((case-fold-search nil))
997                  (string-match "%[-,0-9]*D" gnus-group-line-format))
998                (not gnus-description-hashtb)
999                (not dont-connect)
1000                gnus-read-active-file)
1001       (gnus-read-all-descriptions-files))
1002
1003     ;; Find new newsgroups and treat them.
1004     (when (and init gnus-check-new-newsgroups (not level)
1005                (gnus-check-server gnus-select-method)
1006                (not gnus-slave)
1007                gnus-plugged)
1008       (gnus-find-new-newsgroups))
1009
1010     ;; Check and remove bogus newsgroups.
1011     (when (and init gnus-check-bogus-newsgroups
1012                gnus-read-active-file (not level)
1013                (gnus-server-opened gnus-select-method))
1014       (gnus-check-bogus-newsgroups))
1015
1016     ;; We might read in new NoCeM messages here.
1017     (when (and gnus-use-nocem
1018                (not level)
1019                (not dont-connect))
1020       (gnus-nocem-scan-groups))
1021
1022     ;; Read any slave files.
1023     (gnus-master-read-slave-newsrc)
1024
1025     ;; Find the number of unread articles in each non-dead group.
1026     (let ((gnus-read-active-file (and (not level) gnus-read-active-file)))
1027       (gnus-get-unread-articles level))))
1028
1029 (defun gnus-call-subscribe-functions (method group)
1030   "Call METHOD to subscribe GROUP.
1031 If no function returns `non-nil', call `gnus-subscribe-zombies'."
1032   (unless (cond
1033            ((functionp method)
1034             (funcall method group))
1035            ((listp method)
1036             (catch 'found
1037               (dolist (func method)
1038                 (if (funcall func group)
1039                     (throw 'found t)))
1040               nil))
1041            (t nil))
1042     (gnus-subscribe-zombies group)))
1043
1044 (defun gnus-find-new-newsgroups (&optional arg)
1045   "Search for new newsgroups and add them.
1046 Each new newsgroup will be treated with `gnus-subscribe-newsgroup-method'.
1047 The `-n' option line from .newsrc is respected.
1048
1049 With 1 C-u, use the `ask-server' method to query the server for new
1050 groups.
1051 With 2 C-u's, use most complete method possible to query the server
1052 for new groups, and subscribe the new groups as zombies."
1053   (interactive "p")
1054   (let* ((gnus-subscribe-newsgroup-method
1055           gnus-subscribe-newsgroup-method)
1056          (check (cond
1057                  ((or (and (= (or arg 1) 4)
1058                            (not (listp gnus-check-new-newsgroups)))
1059                       (null gnus-read-active-file)
1060                       (eq gnus-read-active-file 'some))
1061                   'ask-server)
1062                  ((= (or arg 1) 16)
1063                   (setq gnus-subscribe-newsgroup-method
1064                         'gnus-subscribe-zombies)
1065                   t)
1066                  (t gnus-check-new-newsgroups))))
1067     (unless (gnus-check-first-time-used)
1068       (if (or (consp check)
1069               (eq check 'ask-server))
1070           ;; Ask the server for new groups.
1071           (gnus-ask-server-for-new-groups)
1072         ;; Go through the active hashtb and look for new groups.
1073         (let ((groups 0)
1074               group new-newsgroups)
1075           (gnus-message 5 "Looking for new newsgroups...")
1076           (unless gnus-have-read-active-file
1077             (gnus-read-active-file))
1078           (setq gnus-newsrc-last-checked-date (message-make-date))
1079           (unless gnus-killed-hashtb
1080             (gnus-make-hashtable-from-killed))
1081           ;; Go though every newsgroup in `gnus-active-hashtb' and compare
1082           ;; with `gnus-newsrc-hashtb' and `gnus-killed-hashtb'.
1083           (mapatoms
1084            (lambda (sym)
1085              (if (or (null (setq group (symbol-name sym)))
1086                      (not (boundp sym))
1087                      (null (symbol-value sym))
1088                      (gnus-gethash group gnus-killed-hashtb)
1089                      (gnus-gethash group gnus-newsrc-hashtb))
1090                  ()
1091                (let ((do-sub (gnus-matches-options-n group)))
1092                  (cond
1093                   ((eq do-sub 'subscribe)
1094                    (setq groups (1+ groups))
1095                    (gnus-sethash group group gnus-killed-hashtb)
1096                    (gnus-call-subscribe-functions
1097                     gnus-subscribe-options-newsgroup-method group))
1098                   ((eq do-sub 'ignore)
1099                    nil)
1100                   (t
1101                    (setq groups (1+ groups))
1102                    (gnus-sethash group group gnus-killed-hashtb)
1103                    (if gnus-subscribe-hierarchical-interactive
1104                        (push group new-newsgroups)
1105                      (gnus-call-subscribe-functions
1106                       gnus-subscribe-newsgroup-method group)))))))
1107            gnus-active-hashtb)
1108           (when new-newsgroups
1109             (gnus-subscribe-hierarchical-interactive new-newsgroups))
1110           (if (> groups 0)
1111               (gnus-message 5 "%d new newsgroup%s arrived."
1112                             groups (if (> groups 1) "s have" " has"))
1113             (gnus-message 5 "No new newsgroups.")))))))
1114
1115 (defun gnus-matches-options-n (group)
1116   ;; Returns `subscribe' if the group is to be unconditionally
1117   ;; subscribed, `ignore' if it is to be ignored, and nil if there is
1118   ;; no match for the group.
1119
1120   ;; First we check the two user variables.
1121   (cond
1122    ((and gnus-options-subscribe
1123          (string-match gnus-options-subscribe group))
1124     'subscribe)
1125    ((and gnus-auto-subscribed-groups
1126          (string-match gnus-auto-subscribed-groups group))
1127     'subscribe)
1128    ((and gnus-options-not-subscribe
1129          (string-match gnus-options-not-subscribe group))
1130     'ignore)
1131    ;; Then we go through the list that was retrieved from the .newsrc
1132    ;; file.  This list has elements on the form
1133    ;; `(REGEXP . {ignore,subscribe})'.  The first match found (the list
1134    ;; is in the reverse order of the options line) is returned.
1135    (t
1136     (let ((regs gnus-newsrc-options-n))
1137       (while (and regs
1138                   (not (string-match (caar regs) group)))
1139         (setq regs (cdr regs)))
1140       (and regs (cdar regs))))))
1141
1142 (defun gnus-ask-server-for-new-groups ()
1143   (let* ((new-date (message-make-date))
1144          (date (or gnus-newsrc-last-checked-date new-date))
1145          (methods (cons gnus-select-method
1146                         (nconc
1147                          (when (gnus-archive-server-wanted-p)
1148                            (list "archive"))
1149                          (append
1150                           (and (consp gnus-check-new-newsgroups)
1151                                gnus-check-new-newsgroups)
1152                           gnus-secondary-select-methods))))
1153          (groups 0)
1154          group new-newsgroups got-new method hashtb
1155          gnus-override-subscribe-method)
1156     (unless gnus-killed-hashtb
1157       (gnus-make-hashtable-from-killed))
1158     ;; Go through both primary and secondary select methods and
1159     ;; request new newsgroups.
1160     (while (setq method (gnus-server-get-method nil (pop methods)))
1161       (setq new-newsgroups nil
1162             gnus-override-subscribe-method method)
1163       (when (and (gnus-check-server method)
1164                  (gnus-request-newgroups date method))
1165         (save-excursion
1166           (setq got-new t
1167                 hashtb (gnus-make-hashtable 100))
1168           (set-buffer nntp-server-buffer)
1169           ;; Enter all the new groups into a hashtable.
1170           (gnus-active-to-gnus-format method hashtb 'ignore))
1171         ;; Now all new groups from `method' are in `hashtb'.
1172         (mapatoms
1173          (lambda (group-sym)
1174            (if (or (null (setq group (symbol-name group-sym)))
1175                    (not (boundp group-sym))
1176                    (null (symbol-value group-sym))
1177                    (gnus-gethash group gnus-newsrc-hashtb)
1178                    (member group gnus-zombie-list)
1179                    (member group gnus-killed-list))
1180                ;; The group is already known.
1181                ()
1182              ;; Make this group active.
1183              (when (symbol-value group-sym)
1184                (gnus-set-active group (symbol-value group-sym)))
1185              ;; Check whether we want it or not.
1186              (let ((do-sub (gnus-matches-options-n group)))
1187                (cond
1188                 ((eq do-sub 'subscribe)
1189                  (incf groups)
1190                  (gnus-sethash group group gnus-killed-hashtb)
1191                  (gnus-call-subscribe-functions
1192                   gnus-subscribe-options-newsgroup-method group))
1193                 ((eq do-sub 'ignore)
1194                  nil)
1195                 (t
1196                  (incf groups)
1197                  (gnus-sethash group group gnus-killed-hashtb)
1198                  (if gnus-subscribe-hierarchical-interactive
1199                      (push group new-newsgroups)
1200                    (gnus-call-subscribe-functions
1201                     gnus-subscribe-newsgroup-method group)))))))
1202          hashtb))
1203       (when new-newsgroups
1204         (gnus-subscribe-hierarchical-interactive new-newsgroups)))
1205     (if (> groups 0)
1206         (gnus-message 5 "%d new newsgroup%s arrived"
1207                       groups (if (> groups 1) "s have" " has"))
1208       (gnus-message 5 "No new newsgroups"))
1209     (when got-new
1210       (setq gnus-newsrc-last-checked-date new-date))
1211     got-new))
1212
1213 (defun gnus-check-first-time-used ()
1214   (catch 'ended
1215     ;; First check if any of the following files exist.  If they do,
1216     ;; it's not the first time the user has used Gnus.
1217     (dolist (file (list (concat gnus-current-startup-file ".el")
1218                         (concat gnus-current-startup-file ".eld")
1219                         (concat gnus-startup-file ".el")
1220                         (concat gnus-startup-file ".eld")))
1221       (when (file-exists-p file)
1222         (throw 'ended nil)))
1223     (gnus-message 6 "First time user; subscribing you to default groups")
1224     (unless (gnus-read-active-file-p)
1225       (let ((gnus-read-active-file t))
1226         (gnus-read-active-file)))
1227     (setq gnus-newsrc-last-checked-date (message-make-date))
1228     ;; Subscribe to the default newsgroups.
1229     (let ((groups (or gnus-default-subscribed-newsgroups
1230                       gnus-backup-default-subscribed-newsgroups))
1231           group)
1232       (if (eq groups t)
1233           ;; If t, we subscribe (or not) all groups as if they were new.
1234           (mapatoms
1235            (lambda (sym)
1236              (when (setq group (symbol-name sym))
1237                (let ((do-sub (gnus-matches-options-n group)))
1238                  (cond
1239                   ((eq do-sub 'subscribe)
1240                    (gnus-sethash group group gnus-killed-hashtb)
1241                    (gnus-call-subscribe-functions
1242                     gnus-subscribe-options-newsgroup-method group))
1243                   ((eq do-sub 'ignore)
1244                    nil)
1245                   (t
1246                    (push group gnus-killed-list))))))
1247            gnus-active-hashtb)
1248         (dolist (group groups)
1249           ;; Only subscribe the default groups that are activated.
1250           (when (gnus-active group)
1251             (gnus-group-change-level
1252              group gnus-level-default-subscribed gnus-level-killed)))
1253         (save-excursion
1254           (set-buffer gnus-group-buffer)
1255           ;; Don't error if the group already exists. This happens when a
1256           ;; first-time user types 'F'. -- didier
1257           (gnus-group-make-help-group t))
1258         (when gnus-novice-user
1259           (gnus-message 7 "`A k' to list killed groups"))))))
1260
1261 (defun gnus-subscribe-group (group &optional previous method)
1262   "Subscribe GROUP and put it after PREVIOUS."
1263   (gnus-group-change-level
1264    (if method
1265        (list t group gnus-level-default-subscribed nil nil method)
1266      group)
1267    gnus-level-default-subscribed gnus-level-killed previous t)
1268   t)
1269
1270 ;; `gnus-group-change-level' is the fundamental function for changing
1271 ;; subscription levels of newsgroups.  This might mean just changing
1272 ;; from level 1 to 2, which is pretty trivial, from 2 to 6 or back
1273 ;; again, which subscribes/unsubscribes a group, which is equally
1274 ;; trivial.  Changing from 1-7 to 8-9 means that you kill a group, and
1275 ;; from 8-9 to 1-7 means that you remove the group from the list of
1276 ;; killed (or zombie) groups and add them to the (kinda) subscribed
1277 ;; groups.  And last but not least, moving from 8 to 9 and 9 to 8,
1278 ;; which is trivial.
1279 ;; ENTRY can either be a string (newsgroup name) or a list (if
1280 ;; FROMKILLED is t, it's a list on the format (NUM INFO-LIST),
1281 ;; otherwise it's a list in the format of the `gnus-newsrc-hashtb'
1282 ;; entries.
1283 ;; LEVEL is the new level of the group, OLDLEVEL is the old level and
1284 ;; PREVIOUS is the group (in hashtb entry format) to insert this group
1285 ;; after.
1286 (defun gnus-group-change-level (entry level &optional oldlevel
1287                                       previous fromkilled)
1288   (let (group info active num)
1289     ;; Glean what info we can from the arguments
1290     (if (consp entry)
1291         (if fromkilled (setq group (nth 1 entry))
1292           (setq group (car (nth 2 entry))))
1293       (setq group entry))
1294     (when (and (stringp entry)
1295                oldlevel
1296                (< oldlevel gnus-level-zombie))
1297       (setq entry (gnus-group-entry entry)))
1298     (if (and (not oldlevel)
1299              (consp entry))
1300         (setq oldlevel (gnus-info-level (nth 2 entry)))
1301       (setq oldlevel (or oldlevel gnus-level-killed)))
1302     (when (stringp previous)
1303       (setq previous (gnus-group-entry previous)))
1304
1305     (if (and (>= oldlevel gnus-level-zombie)
1306              (gnus-group-entry group))
1307         ;; We are trying to subscribe a group that is already
1308         ;; subscribed.
1309         ()                              ; Do nothing.
1310
1311       (unless (gnus-ephemeral-group-p group)
1312         (gnus-dribble-enter
1313          (format "(gnus-group-change-level %S %S %S %S %S)"
1314                  group level oldlevel (car (nth 2 previous)) fromkilled)))
1315
1316       ;; Then we remove the newgroup from any old structures, if needed.
1317       ;; If the group was killed, we remove it from the killed or zombie
1318       ;; list.  If not, and it is in fact going to be killed, we remove
1319       ;; it from the newsrc hash table and assoc.
1320       (cond
1321        ((>= oldlevel gnus-level-zombie)
1322         ;; oldlevel could be wrong.
1323         (setq gnus-zombie-list (delete group gnus-zombie-list))
1324         (setq gnus-killed-list (delete group gnus-killed-list)))
1325        (t
1326         (when (and (>= level gnus-level-zombie)
1327                    entry)
1328           (gnus-sethash (car (nth 2 entry)) nil gnus-newsrc-hashtb)
1329           (when (nth 3 entry)
1330             (setcdr (gnus-group-entry (car (nth 3 entry)))
1331                     (cdr entry)))
1332           (setcdr (cdr entry) (cdddr entry)))))
1333
1334       ;; Finally we enter (if needed) the list where it is supposed to
1335       ;; go, and change the subscription level.  If it is to be killed,
1336       ;; we enter it into the killed or zombie list.
1337       (cond
1338        ((>= level gnus-level-zombie)
1339         ;; Remove from the hash table.
1340         (gnus-sethash group nil gnus-newsrc-hashtb)
1341         ;; We do not enter foreign groups into the list of dead
1342         ;; groups.
1343         (unless (gnus-group-foreign-p group)
1344           (if (= level gnus-level-zombie)
1345               (push group gnus-zombie-list)
1346             (if (= oldlevel gnus-level-killed)
1347                 ;; Remove from active hashtb.
1348                 (unintern group gnus-active-hashtb)
1349               ;; Don't add it into killed-list if it was killed.
1350               (push group gnus-killed-list)))))
1351        (t
1352         ;; If the list is to be entered into the newsrc assoc, and
1353         ;; it was killed, we have to create an entry in the newsrc
1354         ;; hashtb format and fix the pointers in the newsrc assoc.
1355         (if (< oldlevel gnus-level-zombie)
1356             ;; It was alive, and it is going to stay alive, so we
1357             ;; just change the level and don't change any pointers or
1358             ;; hash table entries.
1359             (setcar (cdaddr entry) level)
1360           (if (listp entry)
1361               (setq info (cdr entry)
1362                     num (car entry))
1363             (setq active (gnus-active group))
1364             (setq num
1365                   (if active (- (1+ (cdr active)) (car active)) t))
1366             ;; Shorten the select method if possible, if we need to
1367             ;; store it at all (native groups).
1368             (let ((method (gnus-method-simplify
1369                            (or gnus-override-subscribe-method
1370                                (gnus-group-method group)))))
1371               (if method
1372                   (setq info (list group level nil nil method))
1373                 (setq info (list group level nil)))))
1374           (unless previous
1375             (setq previous
1376                   (let ((p gnus-newsrc-alist))
1377                     (while (cddr p)
1378                       (setq p (cdr p)))
1379                     p)))
1380           (setq entry (cons info (cddr previous)))
1381           (if (cdr previous)
1382               (progn
1383                 (setcdr (cdr previous) entry)
1384                 (gnus-sethash group (cons num (cdr previous))
1385                               gnus-newsrc-hashtb))
1386             (setcdr previous entry)
1387             (gnus-sethash group (cons num previous)
1388                           gnus-newsrc-hashtb))
1389           (when (cdr entry)
1390             (setcdr (gnus-group-entry (caadr entry)) entry))
1391           (gnus-dribble-enter
1392            (format
1393             "(gnus-group-set-info '%S)" info)))))
1394       (when gnus-group-change-level-function
1395         (funcall gnus-group-change-level-function
1396                  group level oldlevel previous)))))
1397
1398 (defun gnus-kill-newsgroup (newsgroup)
1399   "Obsolete function.  Kills a newsgroup."
1400   (gnus-group-change-level
1401    (gnus-group-entry newsgroup) gnus-level-killed))
1402
1403 (defun gnus-check-bogus-newsgroups (&optional confirm)
1404   "Remove bogus newsgroups.
1405 If CONFIRM is non-nil, the user has to confirm the deletion of every
1406 newsgroup."
1407   (let ((newsrc (cdr gnus-newsrc-alist))
1408         bogus group entry info)
1409     (gnus-message 5 "Checking bogus newsgroups...")
1410     (unless (gnus-read-active-file-p)
1411       (gnus-read-active-file t))
1412     (when (gnus-read-active-file-p)
1413       ;; Find all bogus newsgroup that are subscribed.
1414       (while newsrc
1415         (setq info (pop newsrc)
1416               group (gnus-info-group info))
1417         (unless (or (gnus-active group) ; Active
1418                     (and (gnus-info-method info)
1419                          (not (gnus-secondary-method-p
1420                                (gnus-info-method info))))) ; Foreign
1421           ;; Found a bogus newsgroup.
1422           (push group bogus)))
1423       (if confirm
1424           (map-y-or-n-p
1425            "Remove bogus group %s? "
1426            (lambda (group)
1427              ;; Remove all bogus subscribed groups by first killing them, and
1428              ;; then removing them from the list of killed groups.
1429              (when (setq entry (gnus-group-entry group))
1430                (gnus-group-change-level entry gnus-level-killed)
1431                (setq gnus-killed-list (delete group gnus-killed-list))))
1432            bogus '("group" "groups" "remove"))
1433         (while (setq group (pop bogus))
1434           ;; Remove all bogus subscribed groups by first killing them, and
1435           ;; then removing them from the list of killed groups.
1436           (when (setq entry (gnus-group-entry group))
1437             (gnus-group-change-level entry gnus-level-killed)
1438             (setq gnus-killed-list (delete group gnus-killed-list)))))
1439       ;; Then we remove all bogus groups from the list of killed and
1440       ;; zombie groups.  They are removed without confirmation.
1441       (let ((dead-lists '(gnus-killed-list gnus-zombie-list))
1442             killed)
1443         (while dead-lists
1444           (setq killed (symbol-value (car dead-lists)))
1445           (while killed
1446             (unless (gnus-active (setq group (pop killed)))
1447               ;; The group is bogus.
1448               ;; !!!Slow as hell.
1449               (set (car dead-lists)
1450                    (delete group (symbol-value (car dead-lists))))))
1451           (setq dead-lists (cdr dead-lists))))
1452       (gnus-run-hooks 'gnus-check-bogus-groups-hook)
1453       (gnus-message 5 "Checking bogus newsgroups...done"))))
1454
1455 (defun gnus-check-duplicate-killed-groups ()
1456   "Remove duplicates from the list of killed groups."
1457   (interactive)
1458   (let ((killed gnus-killed-list))
1459     (while killed
1460       (gnus-message 9 "%d" (length killed))
1461       (setcdr killed (delete (car killed) (cdr killed)))
1462       (setq killed (cdr killed)))))
1463
1464 ;; We want to inline a function from gnus-cache, so we cheat here:
1465 (eval-when-compile
1466   (defvar gnus-cache-active-hashtb)
1467   (defun gnus-cache-possibly-alter-active (group active)
1468     "Alter the ACTIVE info for GROUP to reflect the articles in the cache."
1469     (when gnus-cache-active-hashtb
1470       (let ((cache-active (gnus-gethash group gnus-cache-active-hashtb)))
1471         (when cache-active
1472           (when (< (car cache-active) (car active))
1473             (setcar active (car cache-active)))
1474           (when (> (cdr cache-active) (cdr active))
1475             (setcdr active (cdr cache-active))))))))
1476
1477 (defun gnus-activate-group (group &optional scan dont-check method)
1478   ;; Check whether a group has been activated or not.
1479   ;; If SCAN, request a scan of that group as well.
1480   (let ((method (or method (inline (gnus-find-method-for-group group))))
1481         active)
1482     (and (inline (gnus-check-server method))
1483          ;; We escape all bugs and quit here to make it possible to
1484          ;; continue if a group is so out-there that it reports bugs
1485          ;; and stuff.
1486          (progn
1487            (and scan
1488                 (gnus-check-backend-function 'request-scan (car method))
1489                 (gnus-request-scan group method))
1490            t)
1491          (if (or debug-on-error debug-on-quit)
1492              (inline (gnus-request-group group dont-check method))
1493            (condition-case nil
1494                (inline (gnus-request-group group dont-check method))
1495              ;;(error nil)
1496              (quit
1497               (message "Quit activating %s" group)
1498               nil)))
1499          (unless dont-check
1500            (setq active (gnus-parse-active))
1501            ;; If there are no articles in the group, the GROUP
1502            ;; command may have responded with the `(0 . 0)'.  We
1503            ;; ignore this if we already have an active entry
1504            ;; for the group.
1505            (if (and (zerop (car active))
1506                     (zerop (cdr active))
1507                     (gnus-active group))
1508                (gnus-active group)
1509
1510              (gnus-set-active group active)
1511              ;; Return the new active info.
1512              active)))))
1513
1514 (defun gnus-get-unread-articles-in-group (info active &optional update)
1515   (when active
1516     ;; Allow the backend to update the info in the group.
1517     (when (and update
1518                (gnus-request-update-info
1519                 info (inline (gnus-find-method-for-group
1520                               (gnus-info-group info)))))
1521       (gnus-activate-group (gnus-info-group info) nil t))
1522
1523     (let* ((range (gnus-info-read info))
1524            (num 0))
1525       ;; If a cache is present, we may have to alter the active info.
1526       (when (and gnus-use-cache info)
1527         (inline (gnus-cache-possibly-alter-active
1528                  (gnus-info-group info) active)))
1529
1530       ;; If the agent is enabled, we may have to alter the active info.
1531       (when (and gnus-agent info)
1532         (gnus-agent-possibly-alter-active
1533          (gnus-info-group info) active))
1534
1535       ;; Modify the list of read articles according to what articles
1536       ;; are available; then tally the unread articles and add the
1537       ;; number to the group hash table entry.
1538       (cond
1539        ((zerop (cdr active))
1540         (setq num 0))
1541        ((not range)
1542         (setq num (- (1+ (cdr active)) (car active))))
1543        ((not (listp (cdr range)))
1544         ;; Fix a single (num . num) range according to the
1545         ;; active hash table.
1546         ;; Fix by Carsten Bormann <cabo@Informatik.Uni-Bremen.DE>.
1547         (and (< (cdr range) (car active)) (setcdr range (1- (car active))))
1548         (and (> (cdr range) (cdr active)) (setcdr range (cdr active)))
1549         ;; Compute number of unread articles.
1550         (setq num (max 0 (- (cdr active) (- (1+ (cdr range)) (car range))))))
1551        (t
1552         ;; The read list is a list of ranges.  Fix them according to
1553         ;; the active hash table.
1554         ;; First peel off any elements that are below the lower
1555         ;; active limit.
1556         (while (and (cdr range)
1557                     (>= (car active)
1558                         (or (and (atom (cadr range)) (cadr range))
1559                             (caadr range))))
1560           (if (numberp (car range))
1561               (setcar range
1562                       (cons (car range)
1563                             (or (and (numberp (cadr range))
1564                                      (cadr range))
1565                                 (cdadr range))))
1566             (setcdr (car range)
1567                     (or (and (numberp (nth 1 range)) (nth 1 range))
1568                         (cdadr range))))
1569           (setcdr range (cddr range)))
1570         ;; Adjust the first element to be the same as the lower limit.
1571         (when (and (not (atom (car range)))
1572                    (< (cdar range) (car active)))
1573           (setcdr (car range) (1- (car active))))
1574         ;; Then we want to peel off any elements that are higher
1575         ;; than the upper active limit.
1576         (let ((srange range))
1577           ;; Go past all valid elements.
1578           (while (and (cdr srange)
1579                       (<= (or (and (atom (cadr srange))
1580                                    (cadr srange))
1581                               (caadr srange))
1582                           (cdr active)))
1583             (setq srange (cdr srange)))
1584           (when (cdr srange)
1585             ;; Nuke all remaining invalid elements.
1586             (setcdr srange nil))
1587
1588           ;; Adjust the final element.
1589           (when (and (not (atom (car srange)))
1590                      (> (cdar srange) (cdr active)))
1591             (setcdr (car srange) (cdr active))))
1592         ;; Compute the number of unread articles.
1593         (while range
1594           (setq num (+ num (- (1+ (or (and (atom (car range)) (car range))
1595                                       (cdar range)))
1596                               (or (and (atom (car range)) (car range))
1597                                   (caar range)))))
1598           (setq range (cdr range)))
1599         (setq num (max 0 (- (cdr active) num)))))
1600       ;; Set the number of unread articles.
1601       (when (and info
1602                  (gnus-group-entry (gnus-info-group info)))
1603         (setcar (gnus-group-entry (gnus-info-group info)) num))
1604       num)))
1605
1606 ;; Go though `gnus-newsrc-alist' and compare with `gnus-active-hashtb'
1607 ;; and compute how many unread articles there are in each group.
1608 (defun gnus-get-unread-articles (&optional level)
1609   (setq gnus-server-method-cache nil)
1610   (let* ((newsrc (cdr gnus-newsrc-alist))
1611          (level (or level gnus-activate-level (1+ gnus-level-subscribed)))
1612          (foreign-level
1613           (min
1614            (cond ((and gnus-activate-foreign-newsgroups
1615                        (not (numberp gnus-activate-foreign-newsgroups)))
1616                   (1+ gnus-level-subscribed))
1617                  ((numberp gnus-activate-foreign-newsgroups)
1618                   gnus-activate-foreign-newsgroups)
1619                  (t 0))
1620            level))
1621          (methods-cache nil)
1622          (type-cache nil)
1623          scanned-methods info group active method retrieve-groups cmethod
1624          method-type)
1625     (gnus-message 6 "Checking new news...")
1626
1627     (while newsrc
1628       (setq active (gnus-active (setq group (gnus-info-group
1629                                              (setq info (pop newsrc))))))
1630
1631       ;; Check newsgroups.  If the user doesn't want to check them, or
1632       ;; they can't be checked (for instance, if the news server can't
1633       ;; be reached) we just set the number of unread articles in this
1634       ;; newsgroup to t.  This means that Gnus thinks that there are
1635       ;; unread articles, but it has no idea how many.
1636
1637       ;; To be more explicit:
1638       ;; >0 for an active group with messages
1639       ;; 0 for an active group with no unread messages
1640       ;; nil for non-foreign groups that the user has requested not be checked
1641       ;; t for unchecked foreign groups or bogus groups, or groups that can't
1642       ;;   be checked, for one reason or other.
1643       (when (setq method (gnus-info-method info))
1644         (if (setq cmethod (assoc method methods-cache))
1645             (setq method (cdr cmethod))
1646           (setq cmethod (inline (gnus-server-get-method nil method)))
1647           (push (cons method cmethod) methods-cache)
1648           (setq method cmethod)))
1649       (when (and method
1650                  (not (setq method-type (cdr (assoc method type-cache)))))
1651         (setq method-type
1652               (cond
1653                ((gnus-secondary-method-p method)
1654                 'secondary)
1655                ((inline (gnus-server-equal gnus-select-method method))
1656                 'primary)
1657                (t
1658                 'foreign)))
1659         (push (cons method method-type) type-cache))
1660       (if (and method
1661                (eq method-type 'foreign))
1662           ;; These groups are foreign.  Check the level.
1663           (when (and (<= (gnus-info-level info) foreign-level)
1664                      (setq active (gnus-activate-group group 'scan)))
1665             ;; Let the Gnus agent save the active file.
1666             (when (and gnus-agent active (gnus-online method))
1667               (gnus-agent-save-group-info
1668                method (gnus-group-real-name group) active))
1669             (unless (inline (gnus-virtual-group-p group))
1670               (inline (gnus-close-group group)))
1671             (when (fboundp (intern (concat (symbol-name (car method))
1672                                            "-request-update-info")))
1673               (inline (gnus-request-update-info info method))))
1674         ;; These groups are native or secondary.
1675         (cond
1676          ;; We don't want these groups.
1677          ((> (gnus-info-level info) level)
1678           (setq active 'ignore))
1679          ;; Activate groups.
1680          ((not gnus-read-active-file)
1681           (if (gnus-check-backend-function 'retrieve-groups group)
1682               ;; if server support gnus-retrieve-groups we push
1683               ;; the group onto retrievegroups for later checking
1684               (if (assoc method retrieve-groups)
1685                   (setcdr (assoc method retrieve-groups)
1686                           (cons group (cdr (assoc method retrieve-groups))))
1687                 (push (list method group) retrieve-groups))
1688             ;; hack: `nnmail-get-new-mail' changes the mail-source depending
1689             ;; on the group, so we must perform a scan for every group
1690             ;; if the users has any directory mail sources.
1691             ;; hack: if `nnmail-scan-directory-mail-source-once' is non-nil,
1692             ;; for it scan all spool files even when the groups are
1693             ;; not required.
1694             (if (and
1695                  (or nnmail-scan-directory-mail-source-once
1696                      (null (assq 'directory
1697                                  (or mail-sources
1698                                      (if (listp nnmail-spool-file)
1699                                          nnmail-spool-file
1700                                        (list nnmail-spool-file))))))
1701                  (member method scanned-methods))
1702                 (setq active (gnus-activate-group group))
1703               (setq active (gnus-activate-group group 'scan))
1704               (push method scanned-methods))
1705             (when active
1706               (gnus-close-group group))))))
1707
1708       ;; Get the number of unread articles in the group.
1709       (cond
1710        ((eq active 'ignore)
1711         ;; Don't do anything.
1712         )
1713        (active
1714         (inline (gnus-get-unread-articles-in-group info active t)))
1715        (t
1716         ;; The group couldn't be reached, so we nix out the number of
1717         ;; unread articles and stuff.
1718         (gnus-set-active group nil)
1719         (let ((tmp (gnus-group-entry group)))
1720           (when tmp
1721             (setcar tmp t))))))
1722
1723     ;; iterate through groups on methods which support gnus-retrieve-groups
1724     ;; and fetch a partial active file and use it to find new news.
1725     (dolist (rg retrieve-groups)
1726       (let ((method (or (car rg) gnus-select-method))
1727             (groups (cdr rg)))
1728         (when (gnus-check-server method)
1729           ;; Request that the backend scan its incoming messages.
1730           (when (gnus-check-backend-function 'request-scan (car method))
1731             (gnus-request-scan nil method))
1732           (gnus-read-active-file-2
1733            (mapcar (lambda (group) (gnus-group-real-name group)) groups)
1734            method)
1735           (dolist (group groups)
1736             (cond
1737              ((setq active (gnus-active (gnus-info-group
1738                                          (setq info (gnus-get-info group)))))
1739               (inline (gnus-get-unread-articles-in-group info active t)))
1740              (t
1741               ;; The group couldn't be reached, so we nix out the number of
1742               ;; unread articles and stuff.
1743               (gnus-set-active group nil)
1744               (setcar (gnus-group-entry group) t)))))))
1745
1746     (gnus-message 6 "Checking new news...done")))
1747
1748 ;; Create a hash table out of the newsrc alist.  The `car's of the
1749 ;; alist elements are used as keys.
1750 (defun gnus-make-hashtable-from-newsrc-alist ()
1751   (let ((alist gnus-newsrc-alist)
1752         (ohashtb gnus-newsrc-hashtb)
1753         prev)
1754     (setq gnus-newsrc-hashtb (gnus-make-hashtable (length alist)))
1755     (setq alist
1756           (setq prev (setq gnus-newsrc-alist
1757                            (if (equal (caar gnus-newsrc-alist)
1758                                       "dummy.group")
1759                                gnus-newsrc-alist
1760                              (cons (list "dummy.group" 0 nil) alist)))))
1761     (while alist
1762       (gnus-sethash
1763        (caar alist)
1764        ;; Preserve number of unread articles in groups.
1765        (cons (and ohashtb (car (gnus-gethash (caar alist) ohashtb)))
1766              prev)
1767        gnus-newsrc-hashtb)
1768       (setq prev alist
1769             alist (cdr alist)))))
1770
1771 (defun gnus-make-hashtable-from-killed ()
1772   "Create a hash table from the killed and zombie lists."
1773   (let ((lists '(gnus-killed-list gnus-zombie-list))
1774         list)
1775     (setq gnus-killed-hashtb
1776           (gnus-make-hashtable
1777            (+ (length gnus-killed-list) (length gnus-zombie-list))))
1778     (while lists
1779       (setq list (symbol-value (pop lists)))
1780       (while list
1781         (gnus-sethash (car list) (pop list) gnus-killed-hashtb)))))
1782
1783 (defun gnus-parse-active ()
1784   "Parse active info in the nntp server buffer."
1785   (save-excursion
1786     (set-buffer nntp-server-buffer)
1787     (goto-char (point-min))
1788     ;; Parse the result we got from `gnus-request-group'.
1789     (when (looking-at "[0-9]+ [0-9]+ \\([0-9]+\\) [0-9]+")
1790       (goto-char (match-beginning 1))
1791       (cons (read (current-buffer))
1792             (read (current-buffer))))))
1793
1794 (defun gnus-make-articles-unread (group articles)
1795   "Mark ARTICLES in GROUP as unread."
1796   (let* ((info (nth 2 (or (gnus-group-entry group)
1797                           (gnus-group-entry
1798                            (gnus-group-real-name group)))))
1799          (ranges (gnus-info-read info))
1800          news article)
1801     (while articles
1802       (when (gnus-member-of-range
1803              (setq article (pop articles)) ranges)
1804         (push article news)))
1805     (when news
1806       ;; Enter this list into the group info.
1807       (gnus-info-set-read
1808        info (gnus-remove-from-range (gnus-info-read info) (nreverse news)))
1809
1810       ;; Set the number of unread articles in gnus-newsrc-hashtb.
1811       (gnus-get-unread-articles-in-group info (gnus-active group))
1812
1813       ;; Insert the change into the group buffer and the dribble file.
1814       (gnus-group-update-group group t))))
1815
1816 (defun gnus-make-ascending-articles-unread (group articles)
1817   "Mark ascending ARTICLES in GROUP as unread."
1818   (let* ((entry (or (gnus-group-entry group)
1819                     (gnus-group-entry (gnus-group-real-name group))))
1820          (info (nth 2 entry))
1821          (ranges (gnus-info-read info))
1822          (r ranges)
1823          modified)
1824
1825     (while articles
1826       (let ((article (pop articles))) ; get the next article to remove from ranges
1827         (while (let ((range (car ranges))) ; note the current range
1828                  (if (atom range)       ; single value range
1829                      (cond ((not range)
1830                             ;; the articles extend past the end of the ranges
1831                             ;; OK - I'm done
1832                             (setq articles nil))
1833                            ((< range article)
1834                             ;; this range preceeds the article. Leave the range unmodified.
1835                             (pop ranges)
1836                             ranges)
1837                            ((= range article)
1838                             ;; this range exactly matches the article; REMOVE THE RANGE.
1839                             ;; NOTE: When the range being removed is the last range, the list is corrupted by inserting null at its end.
1840                             (setcar ranges (cadr ranges))
1841                             (setcdr ranges (cddr ranges))
1842                             (setq modified (if (car ranges) t 'remove-null))
1843                             nil))
1844                    (let ((min (car range))
1845                          (max (cdr range)))
1846                      ;; I have a min/max range to consider
1847                      (cond ((> min max) ; invalid range introduced by splitter
1848                             (setcar ranges (cadr ranges))
1849                             (setcdr ranges (cddr ranges))
1850                             (setq modified (if (car ranges) t 'remove-null))
1851                             ranges)
1852                            ((= min max)
1853                             ;; replace min/max range with a single-value range
1854                             (setcar ranges min)
1855                             ranges)
1856                            ((< max article)
1857                             ;; this range preceeds the article. Leave the range unmodified.
1858                             (pop ranges)
1859                             ranges)
1860                            ((< article min)
1861                             ;; this article preceeds the range.  Return null to move to the
1862                             ;; next article
1863                             nil)
1864                            (t
1865                             ;; this article splits the range into two parts
1866                             (setcdr ranges (cons (cons (1+ article) max) (cdr ranges)))
1867                             (setcdr range (1- article))
1868                             (setq modified t)
1869                             ranges))))))))
1870                   
1871     (when modified
1872       (when (eq modified 'remove-null)
1873         (setq r (delq nil r)))
1874       ;; Enter this list into the group info.
1875       (gnus-info-set-read info r)
1876
1877       ;; Set the number of unread articles in gnus-newsrc-hashtb.
1878       (gnus-get-unread-articles-in-group info (gnus-active group))
1879
1880       ;; Insert the change into the group buffer and the dribble file.
1881       (gnus-group-update-group group t))))
1882
1883 ;; Enter all dead groups into the hashtb.
1884 (defun gnus-update-active-hashtb-from-killed ()
1885   (let ((hashtb (setq gnus-active-hashtb (gnus-make-hashtable 4096)))
1886         (lists (list gnus-killed-list gnus-zombie-list))
1887         killed)
1888     (while lists
1889       (setq killed (car lists))
1890       (while killed
1891         (gnus-sethash (car killed) nil hashtb)
1892         (setq killed (cdr killed)))
1893       (setq lists (cdr lists)))))
1894
1895 (defun gnus-get-killed-groups ()
1896   "Go through the active hashtb and mark all unknown groups as killed."
1897   ;; First make sure active file has been read.
1898   (unless (gnus-read-active-file-p)
1899     (let ((gnus-read-active-file t))
1900       (gnus-read-active-file)))
1901   (unless gnus-killed-hashtb
1902     (gnus-make-hashtable-from-killed))
1903   ;; Go through all newsgroups that are known to Gnus - enlarge kill list.
1904   (mapatoms
1905    (lambda (sym)
1906      (let ((groups 0)
1907            (group (symbol-name sym)))
1908        (if (or (null group)
1909                (gnus-gethash group gnus-killed-hashtb)
1910                (gnus-gethash group gnus-newsrc-hashtb))
1911            ()
1912          (let ((do-sub (gnus-matches-options-n group)))
1913            (if (or (eq do-sub 'subscribe) (eq do-sub 'ignore))
1914                ()
1915              (setq groups (1+ groups))
1916              (push group gnus-killed-list)
1917              (gnus-sethash group group gnus-killed-hashtb))))))
1918    gnus-active-hashtb)
1919   (gnus-dribble-touch))
1920
1921 ;; Get the active file(s) from the backend(s).
1922 (defun gnus-read-active-file (&optional force not-native)
1923   (gnus-group-set-mode-line)
1924   (let ((methods
1925          (mapcar
1926           (lambda (m) (if (stringp m) (gnus-server-get-method nil m) m))
1927           (append
1928            (if (and (not not-native)
1929                     (gnus-check-server gnus-select-method))
1930                ;; The native server is available.
1931                (cons gnus-select-method gnus-secondary-select-methods)
1932              ;; The native server is down, so we just do the
1933              ;; secondary ones.
1934              gnus-secondary-select-methods)
1935            ;; Also read from the archive server.
1936            (when (gnus-archive-server-wanted-p)
1937              (list "archive")))))
1938         method)
1939     (setq gnus-have-read-active-file nil)
1940     (save-excursion
1941       (set-buffer nntp-server-buffer)
1942       (while (setq method (pop methods))
1943         ;; Only do each method once, in case the methods appear more
1944         ;; than once in this list.
1945         (unless (member method methods)
1946           (if (or debug-on-error debug-on-quit)
1947               (gnus-read-active-file-1 method force)
1948             (condition-case ()
1949                 (gnus-read-active-file-1 method force)
1950               ;; We catch C-g so that we can continue past servers
1951               ;; that do not respond.
1952               (quit
1953                (message "Quit reading the active file")
1954                nil))))))))
1955
1956 (defun gnus-read-active-file-1 (method force)
1957   (let (where mesg)
1958     (setq where (nth 1 method)
1959           mesg (format "Reading active file%s via %s..."
1960                        (if (and where (not (zerop (length where))))
1961                            (concat " from " where) "")
1962                        (car method)))
1963     (gnus-message 5 mesg)
1964     (when (gnus-check-server method)
1965       ;; Request that the backend scan its incoming messages.
1966       (when (gnus-check-backend-function 'request-scan (car method))
1967         (gnus-request-scan nil method))
1968       (cond
1969        ((and (eq gnus-read-active-file 'some)
1970              (gnus-check-backend-function 'retrieve-groups (car method))
1971              (not force))
1972         (let ((newsrc (cdr gnus-newsrc-alist))
1973               (gmethod (gnus-server-get-method nil method))
1974               groups info)
1975           (while (setq info (pop newsrc))
1976             (when (inline
1977                     (gnus-server-equal
1978                      (inline
1979                        (gnus-find-method-for-group
1980                         (gnus-info-group info) info))
1981                      gmethod))
1982               (push (gnus-group-real-name (gnus-info-group info))
1983                     groups)))
1984           (gnus-read-active-file-2 groups method)))
1985        ((null method)
1986         t)
1987        (t
1988         (if (not (gnus-request-list method))
1989             (unless (equal method gnus-message-archive-method)
1990               (gnus-error 1 "Cannot read active file from %s server"
1991                           (car method)))
1992           (gnus-message 5 mesg)
1993           (gnus-active-to-gnus-format method gnus-active-hashtb nil t)
1994           ;; We mark this active file as read.
1995           (push method gnus-have-read-active-file)
1996           (gnus-message 5 "%sdone" mesg)))))))
1997
1998 (defun gnus-read-active-file-2 (groups method)
1999   "Read an active file for GROUPS in METHOD using `gnus-retrieve-groups'."
2000   (when groups
2001     (save-excursion
2002       (set-buffer nntp-server-buffer)
2003       (gnus-check-server method)
2004       (let ((list-type (gnus-retrieve-groups groups method)))
2005         (cond ((not list-type)
2006                (gnus-error
2007                 1.2 "Cannot read partial active file from %s server."
2008                 (car method)))
2009               ((eq list-type 'active)
2010                (gnus-active-to-gnus-format method gnus-active-hashtb nil t))
2011               (t
2012                (gnus-groups-to-gnus-format method gnus-active-hashtb t)))))))
2013
2014 ;; Read an active file and place the results in `gnus-active-hashtb'.
2015 (defun gnus-active-to-gnus-format (&optional method hashtb ignore-errors
2016                                              real-active)
2017   (unless method
2018     (setq method gnus-select-method))
2019   (let ((cur (current-buffer))
2020         (hashtb (or hashtb
2021                     (if (and gnus-active-hashtb
2022                              (not (equal method gnus-select-method)))
2023                         gnus-active-hashtb
2024                       (setq gnus-active-hashtb
2025                             (if (equal method gnus-select-method)
2026                                 (gnus-make-hashtable
2027                                  (count-lines (point-min) (point-max)))
2028                               (gnus-make-hashtable 4096)))))))
2029     ;; Delete unnecessary lines.
2030     (goto-char (point-min))
2031     (cond
2032      ((string= gnus-ignored-newsgroups "")
2033       (delete-matching-lines "^to\\."))
2034      (t
2035       (delete-matching-lines (concat "^to\\.\\|" gnus-ignored-newsgroups))))
2036
2037     (goto-char (point-min))
2038     (unless (re-search-forward "[\\\"]" nil t)
2039       ;; Make the group names readable as a lisp expression even if they
2040       ;; contain special characters.
2041       (goto-char (point-max))
2042       (while (re-search-backward "[][';?()#]" nil t)
2043         (insert ?\\)))
2044
2045     ;; Let the Gnus agent save the active file.
2046     (when (and gnus-agent real-active (gnus-online method))
2047       (gnus-agent-save-active method))
2048
2049     ;; If these are groups from a foreign select method, we insert the
2050     ;; group prefix in front of the group names.
2051     (when (not (gnus-server-equal
2052                 (gnus-server-get-method nil method)
2053                 (gnus-server-get-method nil gnus-select-method)))
2054       (let ((prefix (gnus-group-prefixed-name "" method)))
2055         (goto-char (point-min))
2056         (while (and (not (eobp))
2057                     (progn
2058                       (when (= (following-char) ?\")
2059                         (forward-char 1))
2060                       (insert prefix)
2061                       (zerop (forward-line 1)))))))
2062     ;; Store the active file in a hash table.
2063     (goto-char (point-min))
2064     (let (group max min)
2065       (while (not (eobp))
2066         (condition-case ()
2067             (progn
2068               (narrow-to-region (point) (point-at-eol))
2069               ;; group gets set to a symbol interned in the hash table
2070               ;; (what a hack!!) - jwz
2071               (setq group (let ((obarray hashtb)) (read cur)))
2072               ;; ### The extended group name scheme makes
2073               ;; the previous optimization strategy sort of pointless...
2074               (when (stringp group)
2075                 (setq group (intern group hashtb)))
2076               (if (and (numberp (setq max (read cur)))
2077                        (numberp (setq min (read cur)))
2078                        (progn
2079                          (skip-chars-forward " \t")
2080                          (not
2081                           (or (eq (char-after) ?=)
2082                               (eq (char-after) ?x)
2083                               (eq (char-after) ?j)))))
2084                   (progn
2085                     (set group (cons min max))
2086                     ;; if group is moderated, stick in moderation table
2087                     (when (eq (char-after) ?m)
2088                       (unless gnus-moderated-hashtb
2089                         (setq gnus-moderated-hashtb (gnus-make-hashtable)))
2090                       (gnus-sethash (symbol-name group) t
2091                                     gnus-moderated-hashtb)))
2092                 (set group nil)))
2093           (error
2094            (and group
2095                 (symbolp group)
2096                 (set group nil))
2097            (unless ignore-errors
2098              (gnus-message 3 "Warning - invalid active: %s"
2099                            (buffer-substring
2100                             (point-at-bol) (point-at-eol))))))
2101         (widen)
2102         (forward-line 1)))))
2103
2104 (defun gnus-groups-to-gnus-format (method &optional hashtb real-active)
2105   ;; Parse a "groups" active file.
2106   (let ((cur (current-buffer))
2107         (hashtb (or hashtb
2108                     (if (and method gnus-active-hashtb)
2109                         gnus-active-hashtb
2110                       (setq gnus-active-hashtb
2111                             (gnus-make-hashtable
2112                              (count-lines (point-min) (point-max)))))))
2113         (prefix (and method
2114                      (not (gnus-server-equal
2115                            (gnus-server-get-method nil method)
2116                            (gnus-server-get-method nil gnus-select-method)))
2117                      (gnus-group-prefixed-name "" method))))
2118
2119     ;; Let the Gnus agent save the active file.
2120     (if (and gnus-agent
2121              real-active
2122              (gnus-online method)
2123              (gnus-agent-method-p method))
2124         (progn
2125           (gnus-agent-save-groups method)
2126           (gnus-active-to-gnus-format method hashtb nil real-active))
2127
2128       (goto-char (point-min))
2129       ;; We split this into to separate loops, one with the prefix
2130       ;; and one without to speed the reading up somewhat.
2131       (if prefix
2132           (let (min max opoint group)
2133             (while (not (eobp))
2134               (condition-case ()
2135                   (progn
2136                     (read cur) (read cur)
2137                     (setq min (read cur)
2138                           max (read cur)
2139                           opoint (point))
2140                     (skip-chars-forward " \t")
2141                     (insert prefix)
2142                     (goto-char opoint)
2143                     (set (let ((obarray hashtb)) (read cur))
2144                          (cons min max)))
2145                 (error (and group (symbolp group) (set group nil))))
2146               (forward-line 1)))
2147         (let (min max group)
2148           (while (not (eobp))
2149             (condition-case ()
2150                 (when (eq (char-after) ?2)
2151                   (read cur) (read cur)
2152                   (setq min (read cur)
2153                         max (read cur))
2154                   (set (setq group (let ((obarray hashtb)) (read cur)))
2155                        (cons min max)))
2156               (error (and group (symbolp group) (set group nil))))
2157             (forward-line 1)))))))
2158
2159 (defun gnus-read-newsrc-file (&optional force)
2160   "Read startup file.
2161 If FORCE is non-nil, the .newsrc file is read."
2162   ;; Reset variables that might be defined in the .newsrc.eld file.
2163   (let ((variables (remove 'gnus-format-specs gnus-variable-list)))
2164     (while variables
2165       (set (car variables) nil)
2166       (setq variables (cdr variables))))
2167   (let* ((newsrc-file gnus-current-startup-file)
2168          (quick-file (concat newsrc-file ".el")))
2169     (save-excursion
2170       ;; We always load the .newsrc.eld file.  If always contains
2171       ;; much information that can not be gotten from the .newsrc
2172       ;; file (ticked articles, killed groups, foreign methods, etc.)
2173       (gnus-read-newsrc-el-file quick-file)
2174
2175       (when (and gnus-read-newsrc-file
2176                  (file-exists-p gnus-current-startup-file)
2177                  (or force
2178                      (and (file-newer-than-file-p newsrc-file quick-file)
2179                           (file-newer-than-file-p newsrc-file
2180                                                   (concat quick-file "d")))
2181                      (not gnus-newsrc-alist)))
2182         ;; We read the .newsrc file.  Note that if there if a
2183         ;; .newsrc.eld file exists, it has already been read, and
2184         ;; the `gnus-newsrc-hashtb' has been created.  While reading
2185         ;; the .newsrc file, Gnus will only use the information it
2186         ;; can find there for changing the data already read -
2187         ;; i. e., reading the .newsrc file will not trash the data
2188         ;; already read (except for read articles).
2189         (save-excursion
2190           (gnus-message 5 "Reading %s..." newsrc-file)
2191           (set-buffer (nnheader-find-file-noselect newsrc-file))
2192           (buffer-disable-undo)
2193           (gnus-newsrc-to-gnus-format)
2194           (kill-buffer (current-buffer))
2195           (gnus-message 5 "Reading %s...done" newsrc-file)))
2196
2197       ;; Convert old to new.
2198       (gnus-convert-old-newsrc))))
2199
2200 (defun gnus-convert-old-newsrc ()
2201   "Convert old newsrc into the new format, if needed."
2202   (let ((fcv (and gnus-newsrc-file-version
2203                   (gnus-continuum-version gnus-newsrc-file-version))))
2204     (cond
2205      ;; No .newsrc.eld file was loaded.
2206      ((null fcv) nil)
2207      ;; Gnus 5 .newsrc.eld was loaded.
2208      ((< fcv (gnus-continuum-version "September Gnus v0.1"))
2209       (gnus-convert-old-ticks)))))
2210
2211 (defun gnus-convert-old-ticks ()
2212   (let ((newsrc (cdr gnus-newsrc-alist))
2213         marks info dormant ticked)
2214     (while (setq info (pop newsrc))
2215       (when (setq marks (gnus-info-marks info))
2216         (setq dormant (cdr (assq 'dormant marks))
2217               ticked (cdr (assq 'tick marks)))
2218         (when (or dormant ticked)
2219           (gnus-info-set-read
2220            info
2221            (gnus-add-to-range
2222             (gnus-info-read info)
2223             (nconc (gnus-uncompress-range dormant)
2224                    (gnus-uncompress-range ticked)))))))))
2225
2226 (defun gnus-load (file)
2227   "Load FILE, but in such a way that read errors can be reported."
2228   (with-temp-buffer
2229     (insert-file-contents file)
2230     (while (not (eobp))
2231       (condition-case type
2232           (let ((form (read (current-buffer))))
2233             (eval form))
2234         (error
2235          (unless (eq (car type) 'end-of-file)
2236            (let ((error (format "Error in %s line %d" file
2237                                 (count-lines (point-min) (point)))))
2238              (ding)
2239              (unless (gnus-yes-or-no-p (concat error "; continue? "))
2240                (error "%s" error)))))))))
2241
2242 (defun gnus-read-newsrc-el-file (file)
2243   (let ((ding-file (concat file "d")))
2244     (when (file-exists-p ding-file)
2245       ;; We always, always read the .eld file.
2246       (gnus-message 5 "Reading %s..." ding-file)
2247       (let (gnus-newsrc-assoc)
2248         (let ((coding-system-for-read gnus-ding-file-coding-system))
2249           (gnus-load ding-file))
2250         ;; Older versions of `gnus-format-specs' are no longer valid
2251         ;; in Oort Gnus 0.01.
2252         (let ((version
2253                (and gnus-newsrc-file-version
2254                     (gnus-continuum-version gnus-newsrc-file-version))))
2255           (when (or (not version)
2256                     (< version 5.090009))
2257             (setq gnus-format-specs gnus-default-format-specs)))
2258         (when gnus-newsrc-assoc
2259           (setq gnus-newsrc-alist gnus-newsrc-assoc))))
2260     (gnus-make-hashtable-from-newsrc-alist)
2261     (when (file-newer-than-file-p file ding-file)
2262       ;; Old format quick file
2263       (gnus-message 5 "Reading %s..." file)
2264       ;; The .el file is newer than the .eld file, so we read that one
2265       ;; as well.
2266       (gnus-read-old-newsrc-el-file file)))
2267   (gnus-run-hooks 'gnus-read-newsrc-el-hook))
2268
2269 ;; Parse the old-style quick startup file
2270 (defun gnus-read-old-newsrc-el-file (file)
2271   (let (newsrc killed marked group m info)
2272     (prog1
2273         (let ((gnus-killed-assoc nil)
2274               gnus-marked-assoc gnus-newsrc-alist gnus-newsrc-assoc)
2275           (prog1
2276               (ignore-errors
2277                 (load file t t t))
2278             (setq newsrc gnus-newsrc-assoc
2279                   killed gnus-killed-assoc
2280                   marked gnus-marked-assoc)))
2281       (setq gnus-newsrc-alist nil)
2282       (while (setq group (pop newsrc))
2283         (if (setq info (gnus-get-info (car group)))
2284             (progn
2285               (gnus-info-set-read info (cddr group))
2286               (gnus-info-set-level
2287                info (if (nth 1 group) gnus-level-default-subscribed
2288                       gnus-level-default-unsubscribed))
2289               (push info gnus-newsrc-alist))
2290           (push (setq info
2291                       (list (car group)
2292                             (if (nth 1 group) gnus-level-default-subscribed
2293                               gnus-level-default-unsubscribed)
2294                             (cddr group)))
2295                 gnus-newsrc-alist))
2296         ;; Copy marks into info.
2297         (when (setq m (assoc (car group) marked))
2298           (unless (nthcdr 3 info)
2299             (nconc info (list nil)))
2300           (gnus-info-set-marks
2301            info (list (cons 'tick (gnus-compress-sequence
2302                                    (sort (cdr m) '<) t))))))
2303       (setq newsrc killed)
2304       (while newsrc
2305         (setcar newsrc (caar newsrc))
2306         (setq newsrc (cdr newsrc)))
2307       (setq gnus-killed-list killed))
2308     ;; The .el file version of this variable does not begin with
2309     ;; "options", while the .eld version does, so we just add it if it
2310     ;; isn't there.
2311     (when
2312         gnus-newsrc-options
2313       (when (not (string-match "^ *options" gnus-newsrc-options))
2314         (setq gnus-newsrc-options (concat "options " gnus-newsrc-options)))
2315       (when (not (string-match "\n$" gnus-newsrc-options))
2316         (setq gnus-newsrc-options (concat gnus-newsrc-options "\n")))
2317       ;; Finally, if we read some options lines, we parse them.
2318       (unless (string= gnus-newsrc-options "")
2319         (gnus-newsrc-parse-options gnus-newsrc-options)))
2320
2321     (setq gnus-newsrc-alist (nreverse gnus-newsrc-alist))
2322     (gnus-make-hashtable-from-newsrc-alist)))
2323
2324 (defun gnus-make-newsrc-file (file)
2325   "Make server dependent file name by catenating FILE and server host name."
2326   (let* ((file (expand-file-name file nil))
2327          (real-file (concat file "-" (nth 1 gnus-select-method))))
2328     (if (or (file-exists-p real-file)
2329             (file-exists-p (concat real-file ".el"))
2330             (file-exists-p (concat real-file ".eld")))
2331         real-file
2332       file)))
2333
2334 (defun gnus-newsrc-to-gnus-format ()
2335   (setq gnus-newsrc-options "")
2336   (setq gnus-newsrc-options-n nil)
2337
2338   (unless gnus-active-hashtb
2339     (setq gnus-active-hashtb (gnus-make-hashtable 4096)))
2340   (let ((buf (current-buffer))
2341         (already-read (> (length gnus-newsrc-alist) 1))
2342         group subscribed options-symbol newsrc Options-symbol
2343         symbol reads num1)
2344     (goto-char (point-min))
2345     ;; We intern the symbol `options' in the active hashtb so that we
2346     ;; can `eq' against it later.
2347     (set (setq options-symbol (intern "options" gnus-active-hashtb)) nil)
2348     (set (setq Options-symbol (intern "Options" gnus-active-hashtb)) nil)
2349
2350     (while (not (eobp))
2351       ;; We first read the first word on the line by narrowing and
2352       ;; then reading into `gnus-active-hashtb'.  Most groups will
2353       ;; already exist in that hashtb, so this will save some string
2354       ;; space.
2355       (narrow-to-region
2356        (point)
2357        (progn (skip-chars-forward "^ \t!:\n") (point)))
2358       (goto-char (point-min))
2359       (setq symbol
2360             (and (/= (point-min) (point-max))
2361                  (let ((obarray gnus-active-hashtb)) (read buf))))
2362       (widen)
2363       ;; Now, the symbol we have read is either `options' or a group
2364       ;; name.  If it is an options line, we just add it to a string.
2365       (cond
2366        ((or (eq symbol options-symbol)
2367             (eq symbol Options-symbol))
2368         (setq gnus-newsrc-options
2369               ;; This concating is quite inefficient, but since our
2370               ;; thorough studies show that approx 99.37% of all
2371               ;; .newsrc files only contain a single options line, we
2372               ;; don't give a damn, frankly, my dear.
2373               (concat gnus-newsrc-options
2374                       (buffer-substring
2375                        (point-at-bol)
2376                        ;; Options may continue on the next line.
2377                        (or (and (re-search-forward "^[^ \t]" nil 'move)
2378                                 (progn (beginning-of-line) (point)))
2379                            (point)))))
2380         (forward-line -1))
2381        (symbol
2382         ;; Group names can be just numbers.
2383         (when (numberp symbol)
2384           (setq symbol (intern (int-to-string symbol) gnus-active-hashtb)))
2385         (unless (boundp symbol)
2386           (set symbol nil))
2387         ;; It was a group name.
2388         (setq subscribed (eq (char-after) ?:)
2389               group (symbol-name symbol)
2390               reads nil)
2391         (if (eolp)
2392             ;; If the line ends here, this is clearly a buggy line, so
2393             ;; we put point a the beginning of line and let the cond
2394             ;; below do the error handling.
2395             (beginning-of-line)
2396           ;; We skip to the beginning of the ranges.
2397           (skip-chars-forward "!: \t"))
2398         ;; We are now at the beginning of the list of read articles.
2399         ;; We read them range by range.
2400         (while
2401             (cond
2402              ((looking-at "[0-9]+")
2403               ;; We narrow and read a number instead of buffer-substring/
2404               ;; string-to-int because it's faster.  narrow/widen is
2405               ;; faster than save-restriction/narrow, and save-restriction
2406               ;; produces a garbage object.
2407               (setq num1 (progn
2408                            (narrow-to-region (match-beginning 0) (match-end 0))
2409                            (read buf)))
2410               (widen)
2411               ;; If the next character is a dash, then this is a range.
2412               (if (eq (char-after) ?-)
2413                   (progn
2414                     ;; We read the upper bound of the range.
2415                     (forward-char 1)
2416                     (if (not (looking-at "[0-9]+"))
2417                         ;; This is a buggy line, by we pretend that
2418                         ;; it's kinda OK.  Perhaps the user should be
2419                         ;; dinged?
2420                         (push num1 reads)
2421                       (push
2422                        (cons num1
2423                              (progn
2424                                (narrow-to-region (match-beginning 0)
2425                                                  (match-end 0))
2426                                (read buf)))
2427                        reads)
2428                       (widen)))
2429                 ;; It was just a simple number, so we add it to the
2430                 ;; list of ranges.
2431                 (push num1 reads))
2432               ;; If the next char in ?\n, then we have reached the end
2433               ;; of the line and return nil.
2434               (not (eq (char-after) ?\n)))
2435              ((eq (char-after) ?\n)
2436               ;; End of line, so we end.
2437               nil)
2438              (t
2439               ;; Not numbers and not eol, so this might be a buggy
2440               ;; line...
2441               (unless (eobp)
2442                 ;; If it was eob instead of ?\n, we allow it.
2443                 ;; The line was buggy.
2444                 (setq group nil)
2445                 (gnus-error 3.1 "Mangled line: %s"
2446                             (buffer-substring (point-at-bol)
2447                                               (point-at-eol))))
2448               nil))
2449           ;; Skip past ", ".  Spaces are invalid in these ranges, but
2450           ;; we allow them, because it's a common mistake to put a
2451           ;; space after the comma.
2452           (skip-chars-forward ", "))
2453
2454         ;; We have already read .newsrc.eld, so we gently update the
2455         ;; data in the hash table with the information we have just
2456         ;; read.
2457         (when group
2458           (let ((info (gnus-get-info group))
2459                 level)
2460             (if info
2461                 ;; There is an entry for this file in the alist.
2462                 (progn
2463                   (gnus-info-set-read info (nreverse reads))
2464                   ;; We update the level very gently.  In fact, we
2465                   ;; only change it if there's been a status change
2466                   ;; from subscribed to unsubscribed, or vice versa.
2467                   (setq level (gnus-info-level info))
2468                   (cond ((and (<= level gnus-level-subscribed)
2469                               (not subscribed))
2470                          (setq level (if reads
2471                                          gnus-level-default-unsubscribed
2472                                        (1+ gnus-level-default-unsubscribed))))
2473                         ((and (> level gnus-level-subscribed) subscribed)
2474                          (setq level gnus-level-default-subscribed)))
2475                   (gnus-info-set-level info level))
2476               ;; This is a new group.
2477               (setq info (list group
2478                                (if subscribed
2479                                    gnus-level-default-subscribed
2480                                  (if reads
2481                                      (1+ gnus-level-subscribed)
2482                                    gnus-level-default-unsubscribed))
2483                                (nreverse reads))))
2484             (push info newsrc)))))
2485       (forward-line 1))
2486
2487     (setq newsrc (nreverse newsrc))
2488
2489     (if (not already-read)
2490         ()
2491       ;; We now have two newsrc lists - `newsrc', which is what we
2492       ;; have read from .newsrc, and `gnus-newsrc-alist', which is
2493       ;; what we've read from .newsrc.eld.  We have to merge these
2494       ;; lists.  We do this by "attaching" any (foreign) groups in the
2495       ;; gnus-newsrc-alist to the (native) group that precedes them.
2496       (let ((rc (cdr gnus-newsrc-alist))
2497             (prev gnus-newsrc-alist)
2498             entry mentry)
2499         (while rc
2500           (or (null (nth 4 (car rc)))   ; It's a native group.
2501               (assoc (caar rc) newsrc)  ; It's already in the alist.
2502               (if (setq entry (assoc (caar prev) newsrc))
2503                   (setcdr (setq mentry (memq entry newsrc))
2504                           (cons (car rc) (cdr mentry)))
2505                 (push (car rc) newsrc)))
2506           (setq prev rc
2507                 rc (cdr rc)))))
2508
2509     (setq gnus-newsrc-alist newsrc)
2510     ;; We make the newsrc hashtb.
2511     (gnus-make-hashtable-from-newsrc-alist)
2512
2513     ;; Finally, if we read some options lines, we parse them.
2514     (unless (string= gnus-newsrc-options "")
2515       (gnus-newsrc-parse-options gnus-newsrc-options))))
2516
2517 ;; Parse options lines to find "options -n !all rec.all" and stuff.
2518 ;; The return value will be a list on the form
2519 ;; ((regexp1 . ignore)
2520 ;;  (regexp2 . subscribe)...)
2521 ;; When handling new newsgroups, groups that match a `ignore' regexp
2522 ;; will be ignored, and groups that match a `subscribe' regexp will be
2523 ;; subscribed.  A line like
2524 ;; options -n !all rec.all
2525 ;; will lead to a list that looks like
2526 ;; (("^rec\\..+" . subscribe)
2527 ;;  ("^.+" . ignore))
2528 ;; So all "rec.*" groups will be subscribed, while all the other
2529 ;; groups will be ignored.  Note that "options -n !all rec.all" is very
2530 ;; different from "options -n rec.all !all".
2531 (defun gnus-newsrc-parse-options (options)
2532   (let (out eol)
2533     (save-excursion
2534       (gnus-set-work-buffer)
2535       (insert (regexp-quote options))
2536       ;; First we treat all continuation lines.
2537       (goto-char (point-min))
2538       (while (re-search-forward "\n[ \t]+" nil t)
2539         (replace-match " " t t))
2540       ;; Then we transform all "all"s into ".+"s.
2541       (goto-char (point-min))
2542       (while (re-search-forward "\\ball\\b" nil t)
2543         (replace-match ".+" t t))
2544       (goto-char (point-min))
2545       ;; We remove all other options than the "-n" ones.
2546       (while (re-search-forward "[ \t]-[^n][^-]*" nil t)
2547         (replace-match " ")
2548         (forward-char -1))
2549       (goto-char (point-min))
2550
2551       ;; We are only interested in "options -n" lines - we
2552       ;; ignore the other option lines.
2553       (while (re-search-forward "[ \t]-n" nil t)
2554         (setq eol
2555               (or (save-excursion
2556                     (and (re-search-forward "[ \t]-n" (point-at-eol) t)
2557                          (- (point) 2)))
2558                   (point-at-eol)))
2559         ;; Search for all "words"...
2560         (while (re-search-forward "[^ \t,\n]+" eol t)
2561           (if (eq (char-after (match-beginning 0)) ?!)
2562               ;; If the word begins with a bang (!), this is a "not"
2563               ;; spec.  We put this spec (minus the bang) and the
2564               ;; symbol `ignore' into the list.
2565               (push (cons (concat
2566                            "^" (buffer-substring
2567                                 (1+ (match-beginning 0))
2568                                 (match-end 0))
2569                            "\\($\\|\\.\\)")
2570                           'ignore)
2571                     out)
2572             ;; There was no bang, so this is a "yes" spec.
2573             (push (cons (concat "^" (match-string 0) "\\($\\|\\.\\)")
2574                         'subscribe)
2575                   out))))
2576
2577       (setq gnus-newsrc-options-n out))))
2578
2579 (eval-and-compile
2580   (defalias 'gnus-long-file-names
2581     (if (fboundp 'msdos-long-file-names)
2582       'msdos-long-file-names
2583       (lambda () t))))
2584
2585 (defun gnus-save-newsrc-file (&optional force)
2586   "Save .newsrc file."
2587   ;; Note: We cannot save .newsrc file if all newsgroups are removed
2588   ;; from the variable gnus-newsrc-alist.
2589   (when (and (or gnus-newsrc-alist gnus-killed-list)
2590              gnus-current-startup-file)
2591     (save-excursion
2592       (if (and (or gnus-use-dribble-file gnus-slave)
2593                (not force)
2594                (or (not gnus-dribble-buffer)
2595                    (not (buffer-name gnus-dribble-buffer))
2596                    (zerop (save-excursion
2597                             (set-buffer gnus-dribble-buffer)
2598                             (buffer-size)))))
2599           (gnus-message 4 "(No changes need to be saved)")
2600         (gnus-run-hooks 'gnus-save-newsrc-hook)
2601         (if gnus-slave
2602             (gnus-slave-save-newsrc)
2603           ;; Save .newsrc.
2604           (when gnus-save-newsrc-file
2605             (gnus-message 8 "Saving %s..." gnus-current-startup-file)
2606             (gnus-gnus-to-newsrc-format)
2607             (gnus-message 8 "Saving %s...done" gnus-current-startup-file))
2608           ;; Save .newsrc.eld.
2609           (set-buffer (gnus-get-buffer-create " *Gnus-newsrc*"))
2610           (make-local-variable 'version-control)
2611           (setq version-control gnus-backup-startup-file)
2612           (setq buffer-file-name
2613                 (concat gnus-current-startup-file ".eld"))
2614           (setq default-directory (file-name-directory buffer-file-name))
2615           (buffer-disable-undo)
2616           (erase-buffer)
2617           (gnus-message 5 "Saving %s.eld..." gnus-current-startup-file)
2618
2619           (if gnus-save-startup-file-via-temp-buffer
2620               (let ((coding-system-for-write gnus-ding-file-coding-system)
2621                     (standard-output (current-buffer)))
2622                 (gnus-gnus-to-quick-newsrc-format)
2623                 (gnus-run-hooks 'gnus-save-quick-newsrc-hook)
2624                 (save-buffer))
2625             (let ((coding-system-for-write gnus-ding-file-coding-system)
2626                   (version-control gnus-backup-startup-file)
2627                   (startup-file (concat gnus-current-startup-file ".eld"))
2628                   (working-dir (file-name-directory gnus-current-startup-file))
2629                   working-file
2630                   (i -1))
2631               ;; Generate the name of a non-existent file.
2632               (while (progn (setq working-file
2633                                   (format
2634                                    (if (and (eq system-type 'ms-dos)
2635                                             (not (gnus-long-file-names)))
2636                                        "%s#%d.tm#" ; MSDOS limits files to 8+3
2637                                      (if (memq system-type '(vax-vms axp-vms))
2638                                          "%s$tmp$%d"
2639                                        "%s#tmp#%d"))
2640                                    working-dir (setq i (1+ i))))
2641                             (file-exists-p working-file)))
2642
2643               (unwind-protect
2644                   (progn
2645                     (gnus-with-output-to-file working-file
2646                       (gnus-gnus-to-quick-newsrc-format)
2647                       (gnus-run-hooks 'gnus-save-quick-newsrc-hook))
2648
2649                     ;; These bindings will mislead the current buffer
2650                     ;; into thinking that it is visiting the startup
2651                     ;; file.
2652                     (let ((buffer-backed-up nil)
2653                           (buffer-file-name startup-file)
2654                           (file-precious-flag t)
2655                           (setmodes (file-modes startup-file)))
2656                       ;; Backup the current version of the startup file.
2657                       (backup-buffer)
2658
2659                       ;; Replace the existing startup file with the temp file.
2660                       (rename-file working-file startup-file t)
2661                       (set-file-modes startup-file setmodes)))
2662                 (condition-case nil
2663                     (delete-file working-file)
2664                   (file-error nil)))))
2665
2666           (gnus-kill-buffer (current-buffer))
2667           (gnus-message
2668            5 "Saving %s.eld...done" gnus-current-startup-file))
2669         (gnus-dribble-delete-file)
2670         (gnus-group-set-mode-line)))))
2671
2672 (defun gnus-gnus-to-quick-newsrc-format (&optional minimal name &rest specific-variables)
2673   "Print Gnus variables such as `gnus-newsrc-alist' in Lisp format."
2674     (princ ";; -*- emacs-lisp -*-\n")
2675     (if name
2676         (princ (format ";; %s\n" name))
2677       (princ ";; Gnus startup file.\n"))
2678
2679     (unless minimal
2680       (princ "\
2681 ;; Never delete this file -- if you want to force Gnus to read the
2682 ;; .newsrc file (if you have one), touch .newsrc instead.\n")
2683       (princ "(setq gnus-newsrc-file-version ")
2684       (princ (gnus-prin1-to-string gnus-version))
2685       (princ ")\n"))
2686
2687     (let* ((print-quoted t)
2688            (print-readably t)
2689            (print-escape-multibyte nil)
2690            (print-escape-nonascii t)
2691            (print-length nil)
2692            (print-level nil)
2693            (print-escape-newlines t)
2694            (gnus-killed-list
2695             (if (and gnus-save-killed-list
2696                      (stringp gnus-save-killed-list))
2697                 (gnus-strip-killed-list)
2698               gnus-killed-list))
2699            (variables
2700             (or specific-variables
2701                 (if gnus-save-killed-list gnus-variable-list
2702                   ;; Remove the `gnus-killed-list' from the list of variables
2703                   ;; to be saved, if required.
2704                   (delq 'gnus-killed-list (copy-sequence gnus-variable-list)))))
2705            ;; Peel off the "dummy" group.
2706            (gnus-newsrc-alist (cdr gnus-newsrc-alist))
2707            variable)
2708       ;; Insert the variables into the file.
2709       (while variables
2710         (when (and (boundp (setq variable (pop variables)))
2711                    (symbol-value variable))
2712           (princ "(setq ")
2713           (princ (symbol-name variable))
2714           (princ " '")
2715           (prin1 (symbol-value variable))
2716           (princ ")\n")))))
2717
2718 (defun gnus-strip-killed-list ()
2719   "Return the killed list minus the groups that match `gnus-save-killed-list'."
2720   (let ((list gnus-killed-list)
2721         olist)
2722     (while list
2723       (when (string-match gnus-save-killed-list (car list))
2724         (push (car list) olist))
2725       (pop list))
2726     (nreverse olist)))
2727
2728 (defun gnus-gnus-to-newsrc-format ()
2729   ;; Generate and save the .newsrc file.
2730   (save-excursion
2731     (set-buffer (create-file-buffer gnus-current-startup-file))
2732     (let ((newsrc (cdr gnus-newsrc-alist))
2733           (standard-output (current-buffer))
2734           info ranges range method)
2735       (setq buffer-file-name gnus-current-startup-file)
2736       (setq default-directory (file-name-directory buffer-file-name))
2737       (buffer-disable-undo)
2738       (erase-buffer)
2739       ;; Write options.
2740       (when gnus-newsrc-options
2741         (insert gnus-newsrc-options))
2742       ;; Write subscribed and unsubscribed.
2743       (while (setq info (pop newsrc))
2744         ;; Don't write foreign groups to .newsrc.
2745         (when (or (null (setq method (gnus-info-method info)))
2746                   (equal method "native")
2747                   (inline (gnus-server-equal method gnus-select-method)))
2748           (insert (gnus-info-group info)
2749                   (if (> (gnus-info-level info) gnus-level-subscribed)
2750                       "!" ":"))
2751           (when (setq ranges (gnus-info-read info))
2752             (insert " ")
2753             (if (not (listp (cdr ranges)))
2754                 (if (= (car ranges) (cdr ranges))
2755                     (princ (car ranges))
2756                   (princ (car ranges))
2757                   (insert "-")
2758                   (princ (cdr ranges)))
2759               (while (setq range (pop ranges))
2760                 (if (or (atom range) (= (car range) (cdr range)))
2761                     (princ (or (and (atom range) range) (car range)))
2762                   (princ (car range))
2763                   (insert "-")
2764                   (princ (cdr range)))
2765                 (when ranges
2766                   (insert ",")))))
2767           (insert "\n")))
2768       (make-local-variable 'version-control)
2769       (setq version-control 'never)
2770       ;; It has been reported that sometime the modtime on the .newsrc
2771       ;; file seems to be off.  We really do want to overwrite it, so
2772       ;; we clear the modtime here before saving.  It's a bit odd,
2773       ;; though...
2774       ;; sometimes the modtime clear isn't sufficient.  most brute force:
2775       ;; delete the silly thing entirely first.  but this fails to provide
2776       ;; such niceties as .newsrc~ creation.
2777       (if gnus-modtime-botch
2778           (delete-file gnus-startup-file)
2779         (clear-visited-file-modtime))
2780       (gnus-run-hooks 'gnus-save-standard-newsrc-hook)
2781       (save-buffer)
2782       (kill-buffer (current-buffer)))))
2783
2784 \f
2785 ;;;
2786 ;;; Slave functions.
2787 ;;;
2788
2789 (defvar gnus-slave-mode nil)
2790
2791 (defun gnus-slave-mode ()
2792   "Minor mode for slave Gnusae."
2793   (add-minor-mode 'gnus-slave-mode " Slave" (make-sparse-keymap))
2794   (gnus-run-hooks 'gnus-slave-mode-hook))
2795
2796 (defun gnus-slave-save-newsrc ()
2797   (save-excursion
2798     (set-buffer gnus-dribble-buffer)
2799     (let ((slave-name
2800            (mm-make-temp-file (concat gnus-current-startup-file "-slave-")))
2801           (modes (ignore-errors
2802                    (file-modes (concat gnus-current-startup-file ".eld")))))
2803       (let ((coding-system-for-write gnus-ding-file-coding-system))
2804         (gnus-write-buffer slave-name))
2805       (when modes
2806         (set-file-modes slave-name modes)))))
2807
2808 (defun gnus-master-read-slave-newsrc ()
2809   (let ((slave-files
2810          (directory-files
2811           (file-name-directory gnus-current-startup-file)
2812           t (concat
2813              "^" (regexp-quote
2814                   (concat
2815                    (file-name-nondirectory gnus-current-startup-file)
2816                    "-slave-")))
2817           t))
2818         file)
2819     (if (not slave-files)
2820         ()                              ; There are no slave files to read.
2821       (gnus-message 7 "Reading slave newsrcs...")
2822       (save-excursion
2823         (set-buffer (gnus-get-buffer-create " *gnus slave*"))
2824         (setq slave-files
2825               (sort (mapcar (lambda (file)
2826                               (list (nth 5 (file-attributes file)) file))
2827                             slave-files)
2828                     (lambda (f1 f2)
2829                       (or (< (caar f1) (caar f2))
2830                           (< (nth 1 (car f1)) (nth 1 (car f2)))))))
2831         (while slave-files
2832           (erase-buffer)
2833           (setq file (nth 1 (car slave-files)))
2834           (nnheader-insert-file-contents file)
2835           (when (condition-case ()
2836                     (progn
2837                       (eval-buffer (current-buffer))
2838                       t)
2839                   (error
2840                    (gnus-error 3.2 "Possible error in %s" file)
2841                    nil))
2842             (unless gnus-slave          ; Slaves shouldn't delete these files.
2843               (ignore-errors
2844                 (delete-file file))))
2845           (setq slave-files (cdr slave-files))))
2846       (gnus-dribble-touch)
2847       (gnus-message 7 "Reading slave newsrcs...done"))))
2848
2849 \f
2850 ;;;
2851 ;;; Group description.
2852 ;;;
2853
2854 (defun gnus-read-all-descriptions-files ()
2855   (let ((methods (cons gnus-select-method
2856                        (nconc
2857                         (when (gnus-archive-server-wanted-p)
2858                           (list "archive"))
2859                         gnus-secondary-select-methods))))
2860     (while methods
2861       (gnus-read-descriptions-file (car methods))
2862       (setq methods (cdr methods)))
2863     t))
2864
2865 (defun gnus-read-descriptions-file (&optional method)
2866   (let ((method (or method gnus-select-method))
2867         group)
2868     (when (stringp method)
2869       (setq method (gnus-server-to-method method)))
2870     ;; We create the hashtable whether we manage to read the desc file
2871     ;; to avoid trying to re-read after a failed read.
2872     (unless gnus-description-hashtb
2873       (setq gnus-description-hashtb
2874             (gnus-make-hashtable (length gnus-active-hashtb))))
2875     ;; Mark this method's desc file as read.
2876     (gnus-sethash (gnus-group-prefixed-name "" method) "Has read"
2877                   gnus-description-hashtb)
2878
2879     (gnus-message 5 "Reading descriptions file via %s..." (car method))
2880     (cond
2881      ((null (gnus-get-function method 'request-list-newsgroups t))
2882       t)
2883      ((not (gnus-check-server method))
2884       (gnus-message 1 "Couldn't open server")
2885       nil)
2886      ((not (gnus-request-list-newsgroups method))
2887       (gnus-message 1 "Couldn't read newsgroups descriptions")
2888       nil)
2889      (t
2890       (save-excursion
2891         (save-restriction
2892           (set-buffer nntp-server-buffer)
2893           (goto-char (point-min))
2894           (when (or (search-forward "\n.\n" nil t)
2895                     (goto-char (point-max)))
2896             (beginning-of-line)
2897             (narrow-to-region (point-min) (point)))
2898           ;; If these are groups from a foreign select method, we insert the
2899           ;; group prefix in front of the group names.
2900           (and method (not (inline
2901                              (gnus-server-equal
2902                               (gnus-server-get-method nil method)
2903                               (gnus-server-get-method
2904                                nil gnus-select-method))))
2905                (let ((prefix (gnus-group-prefixed-name "" method)))
2906                  (goto-char (point-min))
2907                  (while (and (not (eobp))
2908                              (progn (insert prefix)
2909                                     (zerop (forward-line 1)))))))
2910           (goto-char (point-min))
2911           (while (not (eobp))
2912             ;; If we get an error, we set group to 0, which is not a
2913             ;; symbol...
2914             (setq group
2915                   (condition-case ()
2916                       (let ((obarray gnus-description-hashtb))
2917                         ;; Group is set to a symbol interned in this
2918                         ;; hash table.
2919                         (read nntp-server-buffer))
2920                     (error 0)))
2921             (skip-chars-forward " \t")
2922             ;; ...  which leads to this line being effectively ignored.
2923             (when (symbolp group)
2924               (let* ((str (buffer-substring
2925                            (point) (progn (end-of-line) (point))))
2926                      (name (symbol-name group))
2927                      (charset
2928                       (or (gnus-group-name-charset method name)
2929                           (gnus-parameter-charset name)
2930                           gnus-default-charset)))
2931                 ;; Fixme: Don't decode in unibyte mode.
2932                 (when (and str charset (featurep 'mule))
2933                   (setq str (mm-decode-coding-string str charset)))
2934                 (set group str)))
2935             (forward-line 1))))
2936       (gnus-message 5 "Reading descriptions file...done")
2937       t))))
2938
2939 (defun gnus-group-get-description (group)
2940   "Get the description of a group by sending XGTITLE to the server."
2941   (when (gnus-request-group-description group)
2942     (save-excursion
2943       (set-buffer nntp-server-buffer)
2944       (goto-char (point-min))
2945       (when (looking-at "[^ \t]+[ \t]+\\(.*\\)")
2946         (match-string 1)))))
2947
2948 ;;;###autoload
2949 (defun gnus-declare-backend (name &rest abilities)
2950   "Declare back end NAME with ABILITIES as a Gnus back end."
2951   (setq gnus-valid-select-methods
2952         (nconc gnus-valid-select-methods
2953                (list (apply 'list name abilities))))
2954   (gnus-redefine-select-method-widget))
2955
2956 (defun gnus-set-default-directory ()
2957   "Set the default directory in the current buffer to `gnus-default-directory'.
2958 If this variable is nil, don't do anything."
2959   (setq default-directory
2960         (if (and gnus-default-directory
2961                  (file-exists-p gnus-default-directory))
2962             (file-name-as-directory (expand-file-name gnus-default-directory))
2963           default-directory)))
2964
2965 (eval-and-compile
2966 (defalias 'gnus-display-time-event-handler
2967   (if (gnus-boundp 'display-time-timer)
2968       'display-time-event-handler
2969     (lambda () "Does nothing as `display-time-timer' is not bound.
2970 Would otherwise be an alias for `display-time-event-handler'." nil))))
2971
2972 ;;;###autoload
2973 (defun gnus-fixup-nnimap-unread-after-getting-new-news ()
2974   (let (server group info)
2975     (mapatoms
2976      (lambda (sym)
2977        (when (and (setq group (symbol-name sym))
2978                   (gnus-group-entry group)
2979                   (setq info (symbol-value sym)))
2980          (gnus-sethash group (cons (nth 2 info) (cdr (gnus-group-entry group)))
2981                        gnus-newsrc-hashtb)))
2982      (if (boundp 'nnimap-mailbox-info)
2983          (symbol-value 'nnimap-mailbox-info)
2984        (make-vector 1 0)))))
2985
2986
2987 (provide 'gnus-start)
2988
2989 ;;; gnus-start.el ends here
2990
2991