9c5b78190ae656f35da337f30557ab6ac02548e5
[gnus] / lisp / gnus-agent.el
1 ;;; gnus-agent.el --- unplugged support for Gnus
2 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 ;;        Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; This file is part of GNU Emacs.
7
8 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version.
12
13 ;; GNU Emacs is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 ;; GNU General Public License for more details.
17
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 ;; Boston, MA 02111-1307, USA.
22
23 ;;; Commentary:
24
25 ;;; Code:
26
27 (require 'gnus)
28 (require 'gnus-cache)
29 (require 'nnvirtual)
30 (require 'gnus-sum)
31 (require 'gnus-score)
32 (require 'gnus-srvr)
33 (eval-when-compile
34   (if (featurep 'xemacs)
35       (require 'itimer)
36     (require 'timer))
37   (require 'cl))
38
39 (eval-and-compile
40   (autoload 'gnus-server-update-server "gnus-srvr")
41   (autoload 'gnus-agent-customize-category "gnus-cus")
42 )
43
44 (defcustom gnus-agent-directory (nnheader-concat gnus-directory "agent/")
45   "Where the Gnus agent will store its files."
46   :group 'gnus-agent
47   :type 'directory)
48
49 (defcustom gnus-agent-plugged-hook nil
50   "Hook run when plugging into the network."
51   :group 'gnus-agent
52   :type 'hook)
53
54 (defcustom gnus-agent-unplugged-hook nil
55   "Hook run when unplugging from the network."
56   :group 'gnus-agent
57   :type 'hook)
58
59 (defcustom gnus-agent-handle-level gnus-level-subscribed
60   "Groups on levels higher than this variable will be ignored by the Agent."
61   :group 'gnus-agent
62   :type 'integer)
63
64 (defcustom gnus-agent-expire-days 7
65   "Read articles older than this will be expired.
66 This can also be a list of regexp/day pairs.  The regexps will be
67 matched against group names."
68   :group 'gnus-agent
69   :type '(choice (number :tag "days")
70                  (sexp :tag "List" nil)))
71
72 (defcustom gnus-agent-expire-all nil
73   "If non-nil, also expire unread, ticked and dormant articles.
74 If nil, only read articles will be expired."
75   :group 'gnus-agent
76   :type 'boolean)
77
78 (defcustom gnus-agent-group-mode-hook nil
79   "Hook run in Agent group minor modes."
80   :group 'gnus-agent
81   :type 'hook)
82
83 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
84 (when (featurep 'xemacs)
85   (add-hook 'gnus-agent-group-mode-hook 'gnus-xmas-agent-group-menu-add))
86
87 (defcustom gnus-agent-summary-mode-hook nil
88   "Hook run in Agent summary minor modes."
89   :group 'gnus-agent
90   :type 'hook)
91
92 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
93 (when (featurep 'xemacs)
94   (add-hook 'gnus-agent-summary-mode-hook 'gnus-xmas-agent-summary-menu-add))
95
96 (defcustom gnus-agent-server-mode-hook nil
97   "Hook run in Agent summary minor modes."
98   :group 'gnus-agent
99   :type 'hook)
100
101 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
102 (when (featurep 'xemacs)
103   (add-hook 'gnus-agent-server-mode-hook 'gnus-xmas-agent-server-menu-add))
104
105 (defcustom gnus-agent-confirmation-function 'y-or-n-p
106   "Function to confirm when error happens."
107   :version "21.1"
108   :group 'gnus-agent
109   :type 'function)
110
111 (defcustom gnus-agent-synchronize-flags 'ask
112   "Indicate if flags are synchronized when you plug in.
113 If this is `ask' the hook will query the user."
114   :version "21.1"
115   :type '(choice (const :tag "Always" t)
116                  (const :tag "Never" nil)
117                  (const :tag "Ask" ask))
118   :group 'gnus-agent)
119
120 (defcustom gnus-agent-go-online 'ask
121   "Indicate if offline servers go online when you plug in.
122 If this is `ask' the hook will query the user."
123   :version "21.1"
124   :type '(choice (const :tag "Always" t)
125                  (const :tag "Never" nil)
126                  (const :tag "Ask" ask))
127   :group 'gnus-agent)
128
129 (defcustom gnus-agent-mark-unread-after-downloaded t
130   "Indicate whether to mark articles unread after downloaded."
131   :version "21.1"
132   :type 'boolean
133   :group 'gnus-agent)
134
135 (defcustom gnus-agent-download-marks '(download)
136   "Marks for downloading."
137   :version "21.1"
138   :type '(repeat (symbol :tag "Mark"))
139   :group 'gnus-agent)
140
141 (defcustom gnus-agent-consider-all-articles nil
142   "If non-nil, consider also the read articles for downloading."
143   :version "21.4"
144   :type 'boolean
145   :group 'gnus-agent)
146
147 (defcustom gnus-agent-max-fetch-size 10000000 ;; 10 Mb
148   "Chunk size for `gnus-agent-fetch-session'.
149 The function will split its article fetches into chunks smaller than
150 this limit."
151   :group 'gnus-agent
152   :type 'integer)
153
154 (defcustom gnus-agent-enable-expiration 'ENABLE
155   "The default expiration state for each group.
156 When set to ENABLE, the default, gnus-agent-expire will expire old
157 contents from a group's local storage.  This value may be overridden
158 to disable expiration in specific categories, topics, and groups.  Of
159 course, you could change gnus-agent-enable-expiration to DISABLE then
160 enable expiration per categories, topics, and groups."
161   :group 'gnus-agent
162   :type '(radio (const :format "Enable " ENABLE)
163                 (const :format "Disable " DISABLE)))
164
165 ;;; Internal variables
166
167 (defvar gnus-agent-history-buffers nil)
168 (defvar gnus-agent-buffer-alist nil)
169 (defvar gnus-agent-article-alist nil
170 "An assoc list identifying the articles whose headers have been fetched.  
171 If successfully fetched, these headers will be stored in the group's overview
172 file.  The key of each assoc pair is the article ID, the value of each assoc
173 pair is a flag indicating whether the identified article has been downloaded
174 \(gnus-agent-fetch-articles sets the value to the day of the download).
175 NOTES:
176 1) The last element of this list can not be expired as some 
177    routines (for example, get-agent-fetch-headers) use the last
178    value to track which articles have had their headers retrieved.
179 2) The gnus-agent-regenerate may destructively modify the value.
180 ")
181 (defvar gnus-agent-group-alist nil)
182 (defvar gnus-category-alist nil)
183 (defvar gnus-agent-current-history nil)
184 (defvar gnus-agent-overview-buffer nil)
185 (defvar gnus-category-predicate-cache nil)
186 (defvar gnus-category-group-cache nil)
187 (defvar gnus-agent-spam-hashtb nil)
188 (defvar gnus-agent-file-name nil)
189 (defvar gnus-agent-send-mail-function nil)
190 (defvar gnus-agent-file-coding-system 'raw-text)
191 (defvar gnus-agent-file-loading-cache nil)
192 (defvar gnus-agent-file-header-cache nil)
193
194 (defvar gnus-agent-auto-agentize-methods '(nntp nnimap)
195   "Initially, all servers from these methods are agentized.
196 The user may remove or add servers using the Server buffer.  See Info
197 node `(gnus)Server Buffer'.")
198
199 ;; Dynamic variables
200 (defvar gnus-headers)
201 (defvar gnus-score)
202
203 ;;;
204 ;;; Setup
205 ;;;
206
207 (defun gnus-open-agent ()
208   (setq gnus-agent t)
209   (gnus-agent-read-servers)
210   (gnus-category-read)
211   (gnus-agent-create-buffer)
212   (add-hook 'gnus-group-mode-hook 'gnus-agent-mode)
213   (add-hook 'gnus-summary-mode-hook 'gnus-agent-mode)
214   (add-hook 'gnus-server-mode-hook 'gnus-agent-mode))
215
216 (defun gnus-agent-create-buffer ()
217   (if (gnus-buffer-live-p gnus-agent-overview-buffer)
218       t
219     (setq gnus-agent-overview-buffer
220           (gnus-get-buffer-create " *Gnus agent overview*"))
221     (with-current-buffer gnus-agent-overview-buffer
222       (mm-enable-multibyte))
223     nil))
224
225 (gnus-add-shutdown 'gnus-close-agent 'gnus)
226
227 (defun gnus-close-agent ()
228   (setq gnus-category-predicate-cache nil
229         gnus-category-group-cache nil
230         gnus-agent-spam-hashtb nil)
231   (gnus-kill-buffer gnus-agent-overview-buffer))
232
233 ;;;
234 ;;; Utility functions
235 ;;;
236
237 (defun gnus-agent-read-file (file)
238   "Load FILE and do a `read' there."
239   (with-temp-buffer
240     (ignore-errors
241       (nnheader-insert-file-contents file)
242       (goto-char (point-min))
243       (read (current-buffer)))))
244
245 (defsubst gnus-agent-method ()
246   (concat (symbol-name (car gnus-command-method)) "/"
247           (if (equal (cadr gnus-command-method) "")
248               "unnamed"
249             (cadr gnus-command-method))))
250
251 (defsubst gnus-agent-directory ()
252   "The name of the Gnus agent directory."
253   (nnheader-concat gnus-agent-directory
254                    (nnheader-translate-file-chars (gnus-agent-method)) "/"))
255
256 (defun gnus-agent-lib-file (file)
257   "The full name of the Gnus agent library FILE."
258   (expand-file-name file
259                     (file-name-as-directory
260                      (expand-file-name "agent.lib" (gnus-agent-directory)))))
261
262 (defun gnus-agent-cat-set-property (category property value)
263   (if value
264       (setcdr (or (assq property category)
265               (let ((cell (cons property nil)))
266                     (setcdr category (cons cell (cdr category)))
267                     cell)) value)
268     (let ((category category))
269       (while (cond ((eq property (caadr category))
270                     (setcdr category (cddr category))
271                     nil)
272                    (t
273                     (setq category (cdr category)))))))
274   category)
275
276 (defmacro gnus-agent-cat-defaccessor (name prop-name)
277   "Define accessor and setter methods for manipulating a list of the form
278 (NAME (PROPERTY1 VALUE1) ... (PROPERTY_N VALUE_N)).
279 Given the call (gnus-agent-cat-defaccessor func PROPERTY1), the list may be
280 manipulated as follows:
281   (func LIST): Returns VALUE1
282   (setf (func LIST) NEW_VALUE1): Replaces VALUE1 with NEW_VALUE1."
283   `(progn (defmacro ,name (category)
284             (list (quote cdr) (list (quote assq)
285                                     (quote (quote ,prop-name)) category)))
286
287           (define-setf-method ,name (category)
288             (let* ((--category--temp-- (gensym "--category--"))
289                    (--value--temp-- (gensym "--value--")))
290               (list (list --category--temp--) ; temporary-variables
291                     (list category)     ; value-forms
292                     (list --value--temp--) ; store-variables
293                     (let* ((category --category--temp--) ; store-form
294                            (value --value--temp--))
295                       (list (quote gnus-agent-cat-set-property)
296                             category
297                             (quote (quote ,prop-name))
298                             value))
299                     (list (quote ,name) --category--temp--) ; access-form
300                     )))))
301
302 (defmacro gnus-agent-cat-name (category)
303   `(car ,category))
304
305 (gnus-agent-cat-defaccessor
306  gnus-agent-cat-days-until-old    agent-days-until-old)
307 (gnus-agent-cat-defaccessor
308  gnus-agent-cat-enable-expiration agent-enable-expiration)
309 (gnus-agent-cat-defaccessor
310  gnus-agent-cat-groups            agent-groups)
311 (gnus-agent-cat-defaccessor
312  gnus-agent-cat-high-score        agent-high-score)
313 (gnus-agent-cat-defaccessor
314  gnus-agent-cat-length-when-long  agent-length-when-long)
315 (gnus-agent-cat-defaccessor
316  gnus-agent-cat-length-when-short agent-length-when-short)
317 (gnus-agent-cat-defaccessor
318  gnus-agent-cat-low-score         agent-low-score)
319 (gnus-agent-cat-defaccessor
320  gnus-agent-cat-predicate         agent-predicate)
321 (gnus-agent-cat-defaccessor
322  gnus-agent-cat-score-file        agent-score-file)
323
324 (defsetf gnus-agent-cat-groups (category) (groups)
325   (list 'gnus-agent-set-cat-groups category groups))
326
327 (defun gnus-agent-set-cat-groups (category groups)
328   (unless (eq groups 'ignore)
329     (let ((new-g groups)
330           (old-g (gnus-agent-cat-groups category)))
331       (cond ((eq new-g old-g)
332              ;; gnus-agent-add-group is fiddling with the group
333              ;; list. Still, Im done.
334              nil
335              )
336             ((eq new-g (cdr old-g))
337              ;; gnus-agent-add-group is fiddling with the group list
338              (setcdr (or (assq 'agent-groups category)
339                          (let ((cell (cons 'agent-groups nil)))
340                            (setcdr category (cons cell (cdr category)))
341                            cell)) new-g))
342             (t
343              (let ((groups groups))
344                (while groups
345                  (let* ((group        (pop groups))
346                         (old-category (gnus-group-category group)))
347                    (if (eq category old-category)
348                        nil
349                      (setf (gnus-agent-cat-groups old-category)
350                            (delete group (gnus-agent-cat-groups
351                                           old-category))))))
352                ;; Purge cache as preceeding loop invalidated it.
353                (setq gnus-category-group-cache nil))
354
355              (setcdr (or (assq 'agent-groups category)
356                          (let ((cell (cons 'agent-groups nil)))
357                            (setcdr category (cons cell (cdr category)))
358                            cell)) groups))))))
359
360 (defsubst gnus-agent-cat-make (name)
361   (list name '(agent-predicate . false)))
362
363 ;;; Fetching setup functions.
364
365 (defun gnus-agent-start-fetch ()
366   "Initialize data structures for efficient fetching."
367   (gnus-agent-create-buffer))
368
369 (defun gnus-agent-stop-fetch ()
370   "Save all data structures and clean up."
371   (setq gnus-agent-spam-hashtb nil)
372   (save-excursion
373     (set-buffer nntp-server-buffer)
374     (widen)))
375
376 (defmacro gnus-agent-with-fetch (&rest forms)
377   "Do FORMS safely."
378   `(unwind-protect
379        (let ((gnus-agent-fetching t))
380          (gnus-agent-start-fetch)
381          ,@forms)
382      (gnus-agent-stop-fetch)))
383
384 (put 'gnus-agent-with-fetch 'lisp-indent-function 0)
385 (put 'gnus-agent-with-fetch 'edebug-form-spec '(body))
386
387 (defmacro gnus-agent-append-to-list (tail value)
388   `(setq ,tail (setcdr ,tail (cons ,value nil))))
389
390 ;;;
391 ;;; Mode infestation
392 ;;;
393
394 (defvar gnus-agent-mode-hook nil
395   "Hook run when installing agent mode.")
396
397 (defvar gnus-agent-mode nil)
398 (defvar gnus-agent-mode-status '(gnus-agent-mode " Plugged"))
399
400 (defun gnus-agent-mode ()
401   "Minor mode for providing a agent support in Gnus buffers."
402   (let* ((buffer (progn (string-match "^gnus-\\(.*\\)-mode$"
403                                       (symbol-name major-mode))
404                         (match-string 1 (symbol-name major-mode))))
405          (mode (intern (format "gnus-agent-%s-mode" buffer))))
406     (set (make-local-variable 'gnus-agent-mode) t)
407     (set mode nil)
408     (set (make-local-variable mode) t)
409     ;; Set up the menu.
410     (when (gnus-visual-p 'agent-menu 'menu)
411       (funcall (intern (format "gnus-agent-%s-make-menu-bar" buffer))))
412     (unless (assq 'gnus-agent-mode minor-mode-alist)
413       (push gnus-agent-mode-status minor-mode-alist))
414     (unless (assq mode minor-mode-map-alist)
415       (push (cons mode (symbol-value (intern (format "gnus-agent-%s-mode-map"
416                                                      buffer))))
417             minor-mode-map-alist))
418     (when (eq major-mode 'gnus-group-mode)
419       (let ((init-plugged gnus-plugged))
420         ;; g-a-t-p does nothing when gnus-plugged isn't changed.
421         ;; Therefore, make certain that the current value does not
422         ;; match the desired initial value.
423         (setq gnus-plugged :unknown)
424         (gnus-agent-toggle-plugged init-plugged)))
425     (gnus-run-hooks 'gnus-agent-mode-hook
426                     (intern (format "gnus-agent-%s-mode-hook" buffer)))))
427
428 (defvar gnus-agent-group-mode-map (make-sparse-keymap))
429 (gnus-define-keys gnus-agent-group-mode-map
430   "Ju" gnus-agent-fetch-groups
431   "Jc" gnus-enter-category-buffer
432   "Jj" gnus-agent-toggle-plugged
433   "Js" gnus-agent-fetch-session
434   "JY" gnus-agent-synchronize-flags
435   "JS" gnus-group-send-queue
436   "Ja" gnus-agent-add-group
437   "Jr" gnus-agent-remove-group
438   "Jo" gnus-agent-toggle-group-plugged)
439
440 (defun gnus-agent-group-make-menu-bar ()
441   (unless (boundp 'gnus-agent-group-menu)
442     (easy-menu-define
443      gnus-agent-group-menu gnus-agent-group-mode-map ""
444      '("Agent"
445        ["Toggle plugged" gnus-agent-toggle-plugged t]
446        ["Toggle group plugged" gnus-agent-toggle-group-plugged t]
447        ["List categories" gnus-enter-category-buffer t]
448        ["Add (current) group to category" gnus-agent-add-group t]
449        ["Remove (current) group from category" gnus-agent-remove-group t]
450        ["Send queue" gnus-group-send-queue gnus-plugged]
451        ("Fetch"
452         ["All" gnus-agent-fetch-session gnus-plugged]
453         ["Group" gnus-agent-fetch-group gnus-plugged])
454        ["Synchronize flags" gnus-agent-synchronize-flags t]
455        ))))
456
457 (defvar gnus-agent-summary-mode-map (make-sparse-keymap))
458 (gnus-define-keys gnus-agent-summary-mode-map
459   "Jj" gnus-agent-toggle-plugged
460   "Ju" gnus-agent-summary-fetch-group
461   "JS" gnus-agent-fetch-group
462   "Js" gnus-agent-summary-fetch-series
463   "J#" gnus-agent-mark-article
464   "J\M-#" gnus-agent-unmark-article
465   "@" gnus-agent-toggle-mark
466   "Jc" gnus-agent-catchup)
467
468 (defun gnus-agent-summary-make-menu-bar ()
469   (unless (boundp 'gnus-agent-summary-menu)
470     (easy-menu-define
471      gnus-agent-summary-menu gnus-agent-summary-mode-map ""
472      '("Agent"
473        ["Toggle plugged" gnus-agent-toggle-plugged t]
474        ["Mark as downloadable" gnus-agent-mark-article t]
475        ["Unmark as downloadable" gnus-agent-unmark-article t]
476        ["Toggle mark" gnus-agent-toggle-mark t]
477        ["Fetch downloadable" gnus-agent-summary-fetch-group t]
478        ["Catchup undownloaded" gnus-agent-catchup t]))))
479
480 (defvar gnus-agent-server-mode-map (make-sparse-keymap))
481 (gnus-define-keys gnus-agent-server-mode-map
482   "Jj" gnus-agent-toggle-plugged
483   "Ja" gnus-agent-add-server
484   "Jr" gnus-agent-remove-server)
485
486 (defun gnus-agent-server-make-menu-bar ()
487   (unless (boundp 'gnus-agent-server-menu)
488     (easy-menu-define
489      gnus-agent-server-menu gnus-agent-server-mode-map ""
490      '("Agent"
491        ["Toggle plugged" gnus-agent-toggle-plugged t]
492        ["Add" gnus-agent-add-server t]
493        ["Remove" gnus-agent-remove-server t]))))
494
495 (defun gnus-agent-make-mode-line-string (string mouse-button mouse-func)
496   (if (and (fboundp 'propertize)
497            (fboundp 'make-mode-line-mouse-map))
498       (propertize string 'local-map
499                   (make-mode-line-mouse-map mouse-button mouse-func))
500     string))
501
502 (defun gnus-agent-toggle-plugged (set-to)
503   "Toggle whether Gnus is unplugged or not."
504   (interactive (list (not gnus-plugged)))
505   (cond ((eq set-to gnus-plugged)
506          nil)
507         (set-to
508          (setq gnus-plugged set-to)
509          (gnus-run-hooks 'gnus-agent-plugged-hook)
510          (setcar (cdr gnus-agent-mode-status)
511                  (gnus-agent-make-mode-line-string " Plugged"
512                                                    'mouse-2
513                                                    'gnus-agent-toggle-plugged))
514          (gnus-agent-go-online gnus-agent-go-online)
515          (gnus-agent-possibly-synchronize-flags))
516         (t
517          (gnus-agent-close-connections)
518          (setq gnus-plugged set-to)
519          (gnus-run-hooks 'gnus-agent-unplugged-hook)
520          (setcar (cdr gnus-agent-mode-status)
521                  (gnus-agent-make-mode-line-string " Unplugged"
522                                                    'mouse-2
523                                                    'gnus-agent-toggle-plugged))))
524   (set-buffer-modified-p t))
525
526 (defmacro gnus-agent-while-plugged (&rest body)
527   `(let ((original-gnus-plugged gnus-plugged))
528     (unwind-protect
529         (progn (gnus-agent-toggle-plugged t)
530                ,@body)
531       (gnus-agent-toggle-plugged original-gnus-plugged))))
532
533 (put 'gnus-agent-while-plugged 'lisp-indent-function 0)
534 (put 'gnus-agent-while-plugged 'edebug-form-spec '(body))
535
536 (defun gnus-agent-close-connections ()
537   "Close all methods covered by the Gnus agent."
538   (let ((methods gnus-agent-covered-methods))
539     (while methods
540       (gnus-close-server (pop methods)))))
541
542 ;;;###autoload
543 (defun gnus-unplugged ()
544   "Start Gnus unplugged."
545   (interactive)
546   (setq gnus-plugged nil)
547   (gnus))
548
549 ;;;###autoload
550 (defun gnus-plugged ()
551   "Start Gnus plugged."
552   (interactive)
553   (setq gnus-plugged t)
554   (gnus))
555
556 ;;;###autoload
557 (defun gnus-slave-unplugged (&optional arg)
558   "Read news as a slave unplugged."
559   (interactive "P")
560   (setq gnus-plugged nil)
561   (gnus arg nil 'slave))
562
563 ;;;###autoload
564 (defun gnus-agentize ()
565   "Allow Gnus to be an offline newsreader.
566 The normal usage of this command is to put the following as the
567 last form in your `.gnus.el' file:
568
569 \(gnus-agentize)
570
571 This will modify the `gnus-setup-news-hook', and
572 `message-send-mail-real-function' variables, and install the Gnus agent
573 minor mode in all Gnus buffers."
574   (interactive)
575   (gnus-open-agent)
576   (add-hook 'gnus-setup-news-hook 'gnus-agent-queue-setup)
577   (unless gnus-agent-send-mail-function
578     (setq gnus-agent-send-mail-function
579           (or message-send-mail-real-function
580                                          message-send-mail-function)
581           message-send-mail-real-function 'gnus-agent-send-mail))
582
583   (unless gnus-agent-covered-methods
584     (mapcar
585      (lambda (server)
586        (if (memq (car (gnus-server-to-method server)) 
587                  gnus-agent-auto-agentize-methods)
588            (setq gnus-agent-covered-methods 
589                  (cons (gnus-server-to-method server)
590                        gnus-agent-covered-methods ))))
591      (append (list gnus-select-method) gnus-secondary-select-methods))))
592
593 (defun gnus-agent-queue-setup ()
594   "Make sure the queue group exists."
595   (unless (gnus-gethash "nndraft:queue" gnus-newsrc-hashtb)
596     (gnus-request-create-group "queue" '(nndraft ""))
597     (let ((gnus-level-default-subscribed 1))
598       (gnus-subscribe-group "nndraft:queue" nil '(nndraft "")))
599     (gnus-group-set-parameter
600      "nndraft:queue" 'gnus-dummy '((gnus-draft-mode)))))
601
602 (defun gnus-agent-send-mail ()
603   (if gnus-plugged
604       (funcall gnus-agent-send-mail-function)
605     (goto-char (point-min))
606     (re-search-forward
607      (concat "^" (regexp-quote mail-header-separator) "\n"))
608     (replace-match "\n")
609     (gnus-agent-insert-meta-information 'mail)
610     (gnus-request-accept-article "nndraft:queue" nil t t)))
611
612 (defun gnus-agent-insert-meta-information (type &optional method)
613   "Insert meta-information into the message that says how it's to be posted.
614 TYPE can be either `mail' or `news'.  If the latter, then METHOD can
615 be a select method."
616   (save-excursion
617     (message-remove-header gnus-agent-meta-information-header)
618     (goto-char (point-min))
619     (insert gnus-agent-meta-information-header ": "
620             (symbol-name type) " " (format "%S" method)
621             "\n")
622     (forward-char -1)
623     (while (search-backward "\n" nil t)
624       (replace-match "\\n" t t))))
625
626 (defun gnus-agent-restore-gcc ()
627   "Restore GCC field from saved header."
628   (save-excursion
629     (goto-char (point-min))
630     (while (re-search-forward (concat gnus-agent-gcc-header ":") nil t)
631       (replace-match "Gcc:" 'fixedcase))))
632
633 (defun gnus-agent-any-covered-gcc ()
634   (save-restriction
635     (message-narrow-to-headers)
636     (let* ((gcc (mail-fetch-field "gcc" nil t))
637            (methods (and gcc
638                          (mapcar 'gnus-inews-group-method
639                                  (message-unquote-tokens
640                                   (message-tokenize-header
641                                    gcc " ,")))))
642            covered)
643       (while (and (not covered) methods)
644         (setq covered (gnus-agent-method-p (car methods))
645               methods (cdr methods)))
646       covered)))
647
648 ;;;###autoload
649 (defun gnus-agent-possibly-save-gcc ()
650   "Save GCC if Gnus is unplugged."
651   (when (and (not gnus-plugged) (gnus-agent-any-covered-gcc))
652     (save-excursion
653       (goto-char (point-min))
654       (let ((case-fold-search t))
655         (while (re-search-forward "^gcc:" nil t)
656           (replace-match (concat gnus-agent-gcc-header ":") 'fixedcase))))))
657
658 (defun gnus-agent-possibly-do-gcc ()
659   "Do GCC if Gnus is plugged."
660   (when (or gnus-plugged (not (gnus-agent-any-covered-gcc)))
661     (gnus-inews-do-gcc)))
662
663 ;;;
664 ;;; Group mode commands
665 ;;;
666
667 (defun gnus-agent-fetch-groups (n)
668   "Put all new articles in the current groups into the Agent."
669   (interactive "P")
670   (unless gnus-plugged
671     (error "Groups can't be fetched when Gnus is unplugged"))
672   (gnus-group-iterate n 'gnus-agent-fetch-group))
673
674 (defun gnus-agent-fetch-group (&optional group)
675   "Put all new articles in GROUP into the Agent."
676   (interactive (list (gnus-group-group-name)))
677   (setq group (or group gnus-newsgroup-name))
678   (unless group
679     (error "No group on the current line"))
680
681   (gnus-agent-while-plugged
682     (let ((gnus-command-method (gnus-find-method-for-group group)))
683       (gnus-agent-with-fetch
684         (gnus-agent-fetch-group-1 group gnus-command-method)
685         (gnus-message 5 "Fetching %s...done" group)))))
686
687 (defun gnus-agent-add-group (category arg)
688   "Add the current group to an agent category."
689   (interactive
690    (list
691     (intern
692      (completing-read
693       "Add to category: "
694       (mapcar (lambda (cat) (list (symbol-name (car cat))))
695               gnus-category-alist)
696       nil t))
697     current-prefix-arg))
698   (let ((cat (assq category gnus-category-alist))
699         c groups)
700     (gnus-group-iterate arg
701       (lambda (group)
702         (when (gnus-agent-cat-groups (setq c (gnus-group-category group)))
703           (setf (gnus-agent-cat-groups c)
704                 (delete group (gnus-agent-cat-groups c))))
705         (push group groups)))
706     (setf (gnus-agent-cat-groups cat)
707           (nconc (gnus-agent-cat-groups cat) groups))
708     (gnus-category-write)))
709
710 (defun gnus-agent-remove-group (arg)
711   "Remove the current group from its agent category, if any."
712   (interactive "P")
713   (let (c)
714     (gnus-group-iterate arg
715       (lambda (group)
716         (when (gnus-agent-cat-groups (setq c (gnus-group-category group)))
717           (setf (gnus-agent-cat-groups c)
718                 (delete group (gnus-agent-cat-groups c))))))
719     (gnus-category-write)))
720
721 (defun gnus-agent-synchronize-flags ()
722   "Synchronize unplugged flags with servers."
723   (interactive)
724   (save-excursion
725     (dolist (gnus-command-method gnus-agent-covered-methods)
726       (when (file-exists-p (gnus-agent-lib-file "flags"))
727         (gnus-agent-synchronize-flags-server gnus-command-method)))))
728
729 (defun gnus-agent-possibly-synchronize-flags ()
730   "Synchronize flags according to `gnus-agent-synchronize-flags'."
731   (interactive)
732   (save-excursion
733     (dolist (gnus-command-method gnus-agent-covered-methods)
734       (when (file-exists-p (gnus-agent-lib-file "flags"))
735         (gnus-agent-possibly-synchronize-flags-server gnus-command-method)))))
736
737 (defun gnus-agent-synchronize-flags-server (method)
738   "Synchronize flags set when unplugged for server."
739   (let ((gnus-command-method method))
740     (when (file-exists-p (gnus-agent-lib-file "flags"))
741       (set-buffer (get-buffer-create " *Gnus Agent flag synchronize*"))
742       (erase-buffer)
743       (nnheader-insert-file-contents (gnus-agent-lib-file "flags"))
744       (if (null (gnus-check-server gnus-command-method))
745           (gnus-message 1 "Couldn't open server %s" (nth 1 gnus-command-method))
746         (while (not (eobp))
747           (if (null (eval (read (current-buffer))))
748               (progn (forward-line)
749                      (kill-line -1))
750             (write-file (gnus-agent-lib-file "flags"))
751             (error "Couldn't set flags from file %s"
752                    (gnus-agent-lib-file "flags"))))
753         (delete-file (gnus-agent-lib-file "flags")))
754       (kill-buffer nil))))
755
756 (defun gnus-agent-possibly-synchronize-flags-server (method)
757   "Synchronize flags for server according to `gnus-agent-synchronize-flags'."
758   (when (or (and gnus-agent-synchronize-flags
759                  (not (eq gnus-agent-synchronize-flags 'ask)))
760             (and (eq gnus-agent-synchronize-flags 'ask)
761                  (gnus-y-or-n-p (format "Synchronize flags on server `%s'? "
762                                         (cadr method)))))
763     (gnus-agent-synchronize-flags-server method)))
764
765 ;;;
766 ;;; Server mode commands
767 ;;;
768
769 (defun gnus-agent-add-server (server)
770   "Enroll SERVER in the agent program."
771   (interactive (list (gnus-server-server-name)))
772   (unless server
773     (error "No server on the current line"))
774   (let ((method (gnus-server-get-method nil (gnus-server-server-name))))
775     (when (gnus-agent-method-p method)
776       (error "Server already in the agent program"))
777     (push method gnus-agent-covered-methods)
778     (gnus-server-update-server server)
779     (gnus-agent-write-servers)
780     (gnus-message 1 "Entered %s into the Agent" server)))
781
782 (defun gnus-agent-remove-server (server)
783   "Remove SERVER from the agent program."
784   (interactive (list (gnus-server-server-name)))
785   (unless server
786     (error "No server on the current line"))
787   (let ((method (gnus-server-get-method nil (gnus-server-server-name))))
788     (unless (gnus-agent-method-p method)
789       (error "Server not in the agent program"))
790     (setq gnus-agent-covered-methods
791           (delete method gnus-agent-covered-methods))
792     (gnus-server-update-server server)
793     (gnus-agent-write-servers)
794     (gnus-message 1 "Removed %s from the agent" server)))
795
796 (defun gnus-agent-read-servers ()
797   "Read the alist of covered servers."
798   (mapcar (lambda (m)
799             (let ((method (gnus-server-get-method
800                            nil
801                            (or m "native"))))
802               (if method
803                   (unless (member method gnus-agent-covered-methods)
804                     (push method gnus-agent-covered-methods))
805                 (gnus-message 1 "Ignoring disappeared server `%s'" m)
806                 (sit-for 1))))
807           (gnus-agent-read-file
808            (nnheader-concat gnus-agent-directory "lib/servers"))))
809
810 (defun gnus-agent-write-servers ()
811   "Write the alist of covered servers."
812   (gnus-make-directory (nnheader-concat gnus-agent-directory "lib"))
813   (let ((coding-system-for-write nnheader-file-coding-system)
814         (file-name-coding-system nnmail-pathname-coding-system))
815     (with-temp-file (nnheader-concat gnus-agent-directory "lib/servers")
816       (prin1 (mapcar 'gnus-method-simplify gnus-agent-covered-methods)
817              (current-buffer)))))
818
819 ;;;
820 ;;; Summary commands
821 ;;;
822
823 (defun gnus-agent-mark-article (n &optional unmark)
824   "Mark the next N articles as downloadable.
825 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
826 the mark instead.  The difference between N and the actual number of
827 articles marked is returned."
828   (interactive "p")
829   (let ((backward (< n 0))
830         (n (abs n)))
831     (while (and
832             (> n 0)
833             (progn
834               (gnus-summary-set-agent-mark
835                (gnus-summary-article-number) unmark)
836               (zerop (gnus-summary-next-subject (if backward -1 1) nil t))))
837       (setq n (1- n)))
838     (when (/= 0 n)
839       (gnus-message 7 "No more articles"))
840     (gnus-summary-recenter)
841     (gnus-summary-position-point)
842     n))
843
844 (defun gnus-agent-unmark-article (n)
845   "Remove the downloadable mark from the next N articles.
846 If N is negative, unmark backward instead.  The difference between N and
847 the actual number of articles unmarked is returned."
848   (interactive "p")
849   (gnus-agent-mark-article n t))
850
851 (defun gnus-agent-toggle-mark (n)
852   "Toggle the downloadable mark from the next N articles.
853 If N is negative, toggle backward instead.  The difference between N and
854 the actual number of articles toggled is returned."
855   (interactive "p")
856   (gnus-agent-mark-article n 'toggle))
857
858 (defun gnus-summary-set-agent-mark (article &optional unmark)
859   "Mark ARTICLE as downloadable.  If UNMARK is nil, article is marked.
860 When UNMARK is t, the article is unmarked.  For any other value, the
861 article's mark is toggled."
862   (let ((unmark (cond ((eq nil unmark)
863                        nil)
864                       ((eq t unmark)
865                        t)
866                       (t
867                        (memq article gnus-newsgroup-downloadable)))))
868     (when (gnus-summary-goto-subject article nil t)
869       (gnus-summary-update-mark
870        (if unmark
871            (progn
872              (setq gnus-newsgroup-downloadable
873                    (delq article gnus-newsgroup-downloadable))
874              (gnus-article-mark article))
875          (progn
876            (setq gnus-newsgroup-downloadable
877                  (gnus-add-to-sorted-list gnus-newsgroup-downloadable article))
878            gnus-downloadable-mark)
879          )
880        'unread))))
881
882 (defun gnus-agent-get-undownloaded-list ()
883   "Construct list of articles that have not been downloaded."
884   (let ((gnus-command-method (gnus-find-method-for-group gnus-newsgroup-name)))
885     (when (set (make-local-variable 'gnus-newsgroup-agentized)
886                (gnus-agent-method-p gnus-command-method))
887       (let* ((alist (gnus-agent-load-alist gnus-newsgroup-name))
888              (headers (sort (mapcar (lambda (h)
889                                       (mail-header-number h))
890                                     gnus-newsgroup-headers) '<))
891              (undownloaded (list nil))
892              (tail-undownloaded undownloaded)
893              (unfetched (list nil))
894              (tail-unfetched unfetched))
895         (while (and alist headers)
896           (let ((a (caar alist))
897                 (h (car headers)))
898             (cond ((< a h)
899                    ;; Ignore IDs in the alist that are not being
900                    ;; displayed in the summary.
901                    (pop alist))
902                   ((> a h)
903                    ;; Headers that are not in the alist should be
904                    ;; fictious (see nnagent-retrieve-headers); they
905                    ;; imply that this article isn't in the agent.
906                    (gnus-agent-append-to-list tail-undownloaded h)
907                    (gnus-agent-append-to-list tail-unfetched    h)
908                    (pop headers)) 
909                   ((cdar alist)
910                    (pop alist)
911                    (pop headers)
912                    nil                  ; ignore already downloaded
913                    )
914                   (t
915                    (pop alist)
916                    (pop headers)
917                    (gnus-agent-append-to-list tail-undownloaded a)))))
918
919         (while headers
920           (let ((num (pop headers)))
921             (gnus-agent-append-to-list tail-undownloaded num)
922             (gnus-agent-append-to-list tail-unfetched    num)))
923
924         (setq gnus-newsgroup-undownloaded (cdr undownloaded)
925               gnus-newsgroup-unfetched    (cdr unfetched))))))
926
927 (defun gnus-agent-catchup ()
928   "Mark as read all unhandled articles.
929 An article is unhandled if it is neither cached, nor downloaded, nor
930 downloadable."
931   (interactive)
932   (save-excursion
933     (let ((articles gnus-newsgroup-undownloaded))
934       (when (or gnus-newsgroup-downloadable
935                 gnus-newsgroup-cached)
936         (setq articles (gnus-sorted-ndifference
937                         (gnus-sorted-ndifference
938                          (gnus-copy-sequence articles)
939                          gnus-newsgroup-downloadable)
940                         gnus-newsgroup-cached)))
941
942       (while articles
943         (gnus-summary-mark-article
944          (pop articles) gnus-catchup-mark)))
945     (gnus-summary-position-point)))
946
947 (defun gnus-agent-summary-fetch-series ()
948   (interactive)
949   (when gnus-newsgroup-processable
950     (setq gnus-newsgroup-downloadable
951           (let* ((dl gnus-newsgroup-downloadable)
952                  (gnus-newsgroup-downloadable
953                   (sort (gnus-copy-sequence gnus-newsgroup-processable) '<))
954                  (fetched-articles (gnus-agent-summary-fetch-group)))
955             ;; The preceeding call to (gnus-agent-summary-fetch-group)
956             ;; updated gnus-newsgroup-downloadable to remove each
957             ;; article successfully fetched.
958
959             ;; For each article that I processed, remove its
960             ;; processable mark IF the article is no longer
961             ;; downloadable (i.e. it's already downloaded)
962             (dolist (article gnus-newsgroup-processable)
963               (unless (memq article gnus-newsgroup-downloadable)
964                 (gnus-summary-remove-process-mark article)))
965             (gnus-sorted-ndifference dl fetched-articles)))))
966
967 (defun gnus-agent-summary-fetch-group (&optional all)
968   "Fetch the downloadable articles in the group.
969 Optional arg ALL, if non-nil, means to fetch all articles."
970   (interactive "P")
971   (let ((articles
972          (if all gnus-newsgroup-articles
973            gnus-newsgroup-downloadable))
974         (gnus-command-method (gnus-find-method-for-group gnus-newsgroup-name))
975         fetched-articles)
976     (gnus-agent-while-plugged
977       (unless articles
978         (error "No articles to download"))
979       (gnus-agent-with-fetch
980         (setq gnus-newsgroup-undownloaded
981               (gnus-sorted-ndifference
982                gnus-newsgroup-undownloaded
983                (setq fetched-articles
984                      (gnus-agent-fetch-articles
985                       gnus-newsgroup-name articles)))))
986       (save-excursion
987         (dolist (article articles)
988           (let ((was-marked-downloadable 
989                  (memq article gnus-newsgroup-downloadable)))
990             (cond (gnus-agent-mark-unread-after-downloaded
991                    (setq gnus-newsgroup-downloadable
992                          (delq article gnus-newsgroup-downloadable))
993
994                    ;; The downloadable mark is implemented as a
995                    ;; type of read mark.  Therefore, marking the
996                    ;; article as unread is sufficient to clear
997                    ;; its downloadable flag.  
998                    (gnus-summary-mark-article article gnus-unread-mark))
999                   (was-marked-downloadable
1000                    (gnus-summary-set-agent-mark article t)))
1001             (when (gnus-summary-goto-subject article nil t)
1002               (gnus-summary-update-download-mark article))))))
1003     fetched-articles))
1004
1005 (defun gnus-agent-fetch-selected-article ()
1006   "Fetch the current article as it is selected.
1007 This can be added to `gnus-select-article-hook' or
1008 `gnus-mark-article-hook'."
1009   (let ((gnus-command-method gnus-current-select-method))
1010     (when (and gnus-plugged (gnus-agent-method-p gnus-command-method))
1011       (when (gnus-agent-fetch-articles
1012              gnus-newsgroup-name
1013              (list gnus-current-article))
1014         (setq gnus-newsgroup-undownloaded
1015               (delq gnus-current-article gnus-newsgroup-undownloaded))
1016         (gnus-summary-update-article-line
1017          gnus-current-article
1018          (gnus-summary-article-header gnus-current-article))))))
1019
1020 ;;;
1021 ;;; Internal functions
1022 ;;;
1023
1024 (defun gnus-agent-save-active (method)
1025   (gnus-agent-save-active-1 method 'gnus-active-to-gnus-format))
1026
1027 (defun gnus-agent-save-active-1 (method function)
1028   (when (gnus-agent-method-p method)
1029     (let* ((gnus-command-method method)
1030            (new (gnus-make-hashtable (count-lines (point-min) (point-max))))
1031            (file (gnus-agent-lib-file "active")))
1032       (funcall function nil new)
1033       (gnus-agent-write-active file new)
1034       (erase-buffer)
1035       (nnheader-insert-file-contents file))))
1036
1037 (defun gnus-agent-write-active (file new)
1038   (let ((orig (gnus-make-hashtable (count-lines (point-min) (point-max))))
1039         (file (gnus-agent-lib-file "active"))
1040         elem osym)
1041     (when (file-exists-p file)
1042       (with-temp-buffer
1043         (nnheader-insert-file-contents file)
1044         (gnus-active-to-gnus-format nil orig))
1045       (mapatoms
1046        (lambda (sym)
1047          (when (and sym (boundp sym))
1048            (if (and (boundp (setq osym (intern (symbol-name sym) orig)))
1049                     (setq elem (symbol-value osym)))
1050                (progn
1051                  (if (and (integerp (car (symbol-value sym)))
1052                           (> (car elem) (car (symbol-value sym))))
1053                      (setcar elem (car (symbol-value sym))))
1054                  (if (integerp (cdr (symbol-value sym)))
1055                      (setcdr elem (cdr (symbol-value sym)))))
1056              (set (intern (symbol-name sym) orig) (symbol-value sym)))))
1057        new))
1058     (gnus-make-directory (file-name-directory file))
1059     (let ((nnmail-active-file-coding-system gnus-agent-file-coding-system))
1060       ;; The hashtable contains real names of groups,  no more prefix
1061       ;; removing, so set `full' to `t'.
1062       (gnus-write-active-file file orig t))))
1063
1064 (defun gnus-agent-save-groups (method)
1065   (gnus-agent-save-active-1 method 'gnus-groups-to-gnus-format))
1066
1067 (defun gnus-agent-save-group-info (method group active)
1068   (when (gnus-agent-method-p method)
1069     (let* ((gnus-command-method method)
1070            (coding-system-for-write nnheader-file-coding-system)
1071            (file-name-coding-system nnmail-pathname-coding-system)
1072            (file (gnus-agent-lib-file "active"))
1073            oactive-min)
1074       (gnus-make-directory (file-name-directory file))
1075       (with-temp-file file
1076         ;; Emacs got problem to match non-ASCII group in multibyte buffer.
1077         (mm-disable-multibyte)
1078         (when (file-exists-p file)
1079           (nnheader-insert-file-contents file))
1080         (goto-char (point-min))
1081         (when (re-search-forward
1082                (concat "^" (regexp-quote group) " ") nil t)
1083           (save-excursion
1084             (read (current-buffer))                      ;; max
1085             (setq oactive-min (read (current-buffer))))  ;; min
1086           (gnus-delete-line))
1087         (insert (format "%S %d %d y\n" (intern group)
1088                         (cdr active)
1089                         (or oactive-min (car active))))
1090         (goto-char (point-max))
1091         (while (search-backward "\\." nil t)
1092           (delete-char 1))))))
1093
1094 (defun gnus-agent-group-path (group)
1095   "Translate GROUP into a file name."
1096   (if nnmail-use-long-file-names
1097       (gnus-group-real-name group)
1098     (nnheader-translate-file-chars
1099      (nnheader-replace-chars-in-string
1100       (nnheader-replace-duplicate-chars-in-string
1101        (nnheader-replace-chars-in-string
1102         (gnus-group-real-name group)
1103         ?/ ?_)
1104        ?. ?_)
1105       ?. ?/))))
1106
1107 (defun gnus-agent-get-function (method)
1108   (if (gnus-online method)
1109       (car method)
1110     (require 'nnagent)
1111     'nnagent))
1112
1113 ;;; History functions
1114
1115 (defun gnus-agent-history-buffer ()
1116   (cdr (assoc (gnus-agent-method) gnus-agent-history-buffers)))
1117
1118 (defun gnus-agent-open-history ()
1119   (save-excursion
1120     (push (cons (gnus-agent-method)
1121                 (set-buffer (gnus-get-buffer-create
1122                              (format " *Gnus agent %s history*"
1123                                      (gnus-agent-method)))))
1124           gnus-agent-history-buffers)
1125     (mm-disable-multibyte) ;; everything is binary
1126     (erase-buffer)
1127     (insert "\n")
1128     (let ((file (gnus-agent-lib-file "history")))
1129       (when (file-exists-p file)
1130         (nnheader-insert-file-contents file))
1131       (set (make-local-variable 'gnus-agent-file-name) file))))
1132
1133 (defun gnus-agent-close-history ()
1134   (when (gnus-buffer-live-p gnus-agent-current-history)
1135     (kill-buffer gnus-agent-current-history)
1136     (setq gnus-agent-history-buffers
1137           (delq (assoc (gnus-agent-method) gnus-agent-history-buffers)
1138                 gnus-agent-history-buffers))))
1139
1140 ;;;
1141 ;;; Fetching
1142 ;;;
1143
1144 (defun gnus-agent-fetch-articles (group articles)
1145   "Fetch ARTICLES from GROUP and put them into the Agent."
1146   (when articles
1147     (gnus-agent-load-alist group)
1148     (let* ((alist   gnus-agent-article-alist)
1149            (headers (if (< (length articles) 2) nil gnus-newsgroup-headers))
1150            (selected-sets (list nil))
1151            (current-set-size 0)
1152            article
1153            header-number)
1154       ;; Check each article
1155       (while (setq article (pop articles))
1156         ;; Skip alist entries preceeding this article
1157         (while (> article (or (caar alist) (1+ article)))
1158           (setq alist (cdr alist)))
1159
1160         ;; Prune off articles that we have already fetched.
1161         (unless (and (eq article (caar alist))
1162                      (cdar alist))
1163           ;; Skip headers preceeding this article
1164           (while (> article 
1165                     (setq header-number
1166                           (let* ((header (car headers)))
1167                             (if header
1168                                 (mail-header-number header)
1169                               (1+ article)))))
1170             (setq headers (cdr headers)))
1171
1172           ;; Add this article to the current set
1173           (setcar selected-sets (cons article (car selected-sets)))
1174
1175           ;; Update the set size, when the set is too large start a
1176           ;; new one.  I do this after adding the article as I want at
1177           ;; least one article in each set.
1178           (when (< gnus-agent-max-fetch-size
1179                    (setq current-set-size
1180                          (+ current-set-size
1181                             (if (= header-number article)
1182                                 (let ((char-size (mail-header-chars
1183                                                   (car headers))))
1184                                   (if (<= char-size 0)
1185                                       ;; The char size was missing/invalid,
1186                                       ;; assume a worst-case situation of
1187                                       ;; 65 char/line.  If the line count
1188                                       ;; is missing, arbitrarily assume a
1189                                       ;; size of 1000 characters.
1190                                     (max (* 65 (mail-header-lines
1191                                                 (car headers)))
1192                                          1000)
1193                                     char-size))
1194                               0))))
1195             (setcar selected-sets (nreverse (car selected-sets)))
1196             (setq selected-sets (cons nil selected-sets)
1197                   current-set-size 0))))
1198
1199       (when (or (cdr selected-sets) (car selected-sets))
1200         (let* ((fetched-articles (list nil))
1201                (tail-fetched-articles fetched-articles)
1202                (dir (concat
1203                      (gnus-agent-directory)
1204                      (gnus-agent-group-path group) "/"))
1205                (date (time-to-days (current-time)))
1206                (case-fold-search t)
1207                pos crosses id)
1208
1209           (setcar selected-sets (nreverse (car selected-sets)))
1210           (setq selected-sets (nreverse selected-sets))
1211
1212           (gnus-make-directory dir)
1213           (gnus-message 7 "Fetching articles for %s..." group)
1214
1215           (unwind-protect
1216               (while (setq articles (pop selected-sets))
1217                 ;; Fetch the articles from the backend.
1218                 (if (gnus-check-backend-function 'retrieve-articles group)
1219                     (setq pos (gnus-retrieve-articles articles group))
1220                   (with-temp-buffer
1221                     (let (article)
1222                       (while (setq article (pop articles))
1223                         (gnus-message 10 "Fetching article %s for %s..."
1224                                       article group)
1225                         (when (or
1226                                (gnus-backlog-request-article group article
1227                                                              nntp-server-buffer)
1228                                (gnus-request-article article group))
1229                           (goto-char (point-max))
1230                           (push (cons article (point)) pos)
1231                           (insert-buffer-substring nntp-server-buffer)))
1232                       (copy-to-buffer
1233                        nntp-server-buffer (point-min) (point-max))
1234                       (setq pos (nreverse pos)))))
1235                 ;; Then save these articles into the Agent.
1236                 (save-excursion
1237                   (set-buffer nntp-server-buffer)
1238                   (while pos
1239                     (narrow-to-region (cdar pos) (or (cdadr pos) (point-max)))
1240                     (goto-char (point-min))
1241                     (unless (eobp) ;; Don't save empty articles.
1242                       (when (search-forward "\n\n" nil t)
1243                         (when (search-backward "\nXrefs: " nil t)
1244                           ;; Handle cross posting.
1245                           (goto-char (match-end 0)) ; move to end of header name
1246                           (skip-chars-forward "^ ") ; skip server name
1247                           (skip-chars-forward " ")
1248                           (setq crosses nil)
1249                           (while (looking-at "\\([^: \n]+\\):\\([0-9]+\\) *")
1250                             (push (cons (buffer-substring (match-beginning 1)
1251                                                           (match-end 1))
1252                                         (string-to-int
1253                                          (buffer-substring (match-beginning 2)
1254                                                            (match-end 2))))
1255                                   crosses)
1256                             (goto-char (match-end 0)))
1257                           (gnus-agent-crosspost crosses (caar pos) date)))
1258                       (goto-char (point-min))
1259                       (if (not (re-search-forward
1260                                 "^Message-ID: *<\\([^>\n]+\\)>" nil t))
1261                           (setq id "No-Message-ID-in-article")
1262                         (setq id (buffer-substring
1263                                   (match-beginning 1) (match-end 1))))
1264                       (let ((coding-system-for-write
1265                              gnus-agent-file-coding-system))
1266                         (write-region (point-min) (point-max)
1267                                       (concat dir (number-to-string (caar pos)))
1268                                       nil 'silent))
1269
1270                       (gnus-agent-append-to-list
1271                        tail-fetched-articles (caar pos)))
1272                     (widen)
1273                     (pop pos))))
1274
1275             (gnus-agent-save-alist group (cdr fetched-articles) date)
1276             (gnus-message 7 ""))
1277           (cdr fetched-articles))))))
1278
1279 (defun gnus-agent-crosspost (crosses article &optional date)
1280   (setq date (or date t))
1281
1282   (let (gnus-agent-article-alist group alist beg end)
1283     (save-excursion
1284       (set-buffer gnus-agent-overview-buffer)
1285       (when (nnheader-find-nov-line article)
1286         (forward-word 1)
1287         (setq beg (point))
1288         (setq end (progn (forward-line 1) (point)))))
1289     (while crosses
1290       (setq group (caar crosses))
1291       (unless (setq alist (assoc group gnus-agent-group-alist))
1292         (push (setq alist (list group (gnus-agent-load-alist (caar crosses))))
1293               gnus-agent-group-alist))
1294       (setcdr alist (cons (cons (cdar crosses) date) (cdr alist)))
1295       (save-excursion
1296         (set-buffer (gnus-get-buffer-create (format " *Gnus agent overview %s*"
1297                                                     group)))
1298         (when (= (point-max) (point-min))
1299           (push (cons group (current-buffer)) gnus-agent-buffer-alist)
1300           (ignore-errors
1301             (nnheader-insert-file-contents
1302              (gnus-agent-article-name ".overview" group))))
1303         (nnheader-find-nov-line (string-to-number (cdar crosses)))
1304         (insert (string-to-number (cdar crosses)))
1305         (insert-buffer-substring gnus-agent-overview-buffer beg end)
1306         (gnus-agent-check-overview-buffer))
1307       (pop crosses))))
1308
1309 (defun gnus-agent-backup-overview-buffer ()
1310   (when gnus-newsgroup-name
1311     (let ((root (gnus-agent-article-name ".overview" gnus-newsgroup-name))
1312           (cnt 0)
1313           name)
1314       (while (file-exists-p
1315               (setq name (concat root "~"
1316                                  (int-to-string (setq cnt (1+ cnt))) "~"))))
1317       (write-region (point-min) (point-max) name nil 'no-msg)
1318       (gnus-message 1 "Created backup copy of overview in %s." name)))
1319   t)
1320
1321 (defun gnus-agent-check-overview-buffer (&optional buffer)
1322   "Check the overview file given for sanity.
1323 In particular, checks that the file is sorted by article number
1324 and that there are no duplicates."
1325   (let ((prev-num -1)
1326         (backed-up nil))
1327     (save-excursion
1328       (when buffer
1329         (set-buffer buffer))
1330       (save-restriction
1331         (widen)
1332         (goto-char (point-min))
1333
1334         (while (< (point) (point-max))
1335           (let ((p (point))
1336                 (cur (condition-case nil
1337                          (read (current-buffer))
1338                        (error nil))))
1339             (cond
1340              ((or (not (integerp cur))
1341                   (not (eq (char-after) ?\t)))
1342               (or backed-up
1343                   (setq backed-up (gnus-agent-backup-overview-buffer)))
1344               (gnus-message 1
1345                             "Overview buffer contains garbage '%s'."
1346                             (buffer-substring
1347                              p (gnus-point-at-eol))))
1348              ((= cur prev-num)
1349               (or backed-up
1350                   (setq backed-up (gnus-agent-backup-overview-buffer)))
1351               (gnus-message 1
1352                             "Duplicate overview line for %d" cur)
1353               (delete-region (point) (progn (forward-line 1) (point))))
1354              ((< cur prev-num)
1355               (or backed-up
1356                   (setq backed-up (gnus-agent-backup-overview-buffer)))
1357               (gnus-message 1 "Overview buffer not sorted!")
1358               (sort-numeric-fields 1 (point-min) (point-max))
1359               (goto-char (point-min))
1360               (setq prev-num -1))
1361              (t
1362               (setq prev-num cur)))
1363             (forward-line 1)))))))
1364
1365 (defun gnus-agent-flush-cache ()
1366   (save-excursion
1367     (while gnus-agent-buffer-alist
1368       (set-buffer (cdar gnus-agent-buffer-alist))
1369       (let ((coding-system-for-write
1370              gnus-agent-file-coding-system))
1371         (write-region (point-min) (point-max)
1372                       (gnus-agent-article-name ".overview"
1373                                                (caar gnus-agent-buffer-alist))
1374                       nil 'silent))
1375       (pop gnus-agent-buffer-alist))
1376     (while gnus-agent-group-alist
1377       (with-temp-file (gnus-agent-article-name
1378                        ".agentview" (caar gnus-agent-group-alist))
1379         (princ (cdar gnus-agent-group-alist))
1380         (insert "\n")
1381         (princ 1 (current-buffer))
1382         (insert "\n"))
1383       (pop gnus-agent-group-alist))))
1384
1385 (defun gnus-agent-find-parameter (group symbol)
1386   "Search for GROUPs SYMBOL in the group's parameters, the group's
1387 topic parameters, the group's category, or the customizable
1388 variables.  Returns the first non-nil value found."
1389   (or (gnus-group-find-parameter group symbol t)
1390       (gnus-group-parameter-value (cdr (gnus-group-category group)) symbol t)
1391       (symbol-value
1392        (cdr
1393         (assq symbol
1394          '((agent-short-article . gnus-agent-short-article)
1395            (agent-long-article . gnus-agent-long-article)
1396            (agent-low-score . gnus-agent-low-score)
1397            (agent-high-score . gnus-agent-high-score)
1398            (agent-days-until-old . gnus-agent-expire-days)
1399            (agent-enable-expiration
1400             . gnus-agent-enable-expiration)))))))
1401
1402 (defun gnus-agent-fetch-headers (group &optional force)
1403   "Fetch interesting headers into the agent.  The group's overview
1404 file will be updated to include the headers while a list of available
1405 article numbers will be returned."
1406   (let* ((fetch-all (and gnus-agent-consider-all-articles
1407                          ;; Do not fetch all headers if the predicate
1408                          ;; implies that we only consider unread articles.
1409                          (not (gnus-predicate-implies-unread
1410                                (gnus-agent-find-parameter group
1411                                                           'agent-predicate)))))
1412          (articles (if fetch-all
1413                        (gnus-uncompress-range (gnus-active group))
1414                      (gnus-list-of-unread-articles group)))
1415          (gnus-decode-encoded-word-function 'identity)
1416          (file (gnus-agent-article-name ".overview" group)))
1417
1418     (unless fetch-all
1419       ;; Add articles with marks to the list of article headers we want to
1420       ;; fetch.  Don't fetch articles solely on the basis of a recent or seen
1421       ;; mark, but do fetch recent or seen articles if they have other, more
1422       ;; interesting marks.  (We have to fetch articles with boring marks
1423       ;; because otherwise the agent will remove their marks.)
1424       (dolist (arts (gnus-info-marks (gnus-get-info group)))
1425         (unless (memq (car arts) '(seen recent killed cache))
1426           (setq articles (gnus-range-add articles (cdr arts)))))
1427       (setq articles (sort (gnus-uncompress-sequence articles) '<)))
1428
1429     ;; At this point, I have the list of articles to consider for
1430     ;; fetching.  This is the list that I'll return to my caller. Some
1431     ;; of these articles may have already been fetched.  That's OK as
1432     ;; the fetch article code will filter those out.  Internally, I'll
1433     ;; filter this list to just those articles whose headers need to
1434     ;; be fetched.
1435     (let ((articles articles))
1436       ;; Remove known articles.
1437       (when (and (or gnus-agent-cache
1438                      (not gnus-plugged))
1439                  (gnus-agent-load-alist group))
1440         ;; Remove articles marked as downloaded.
1441         (if fetch-all
1442             ;; I want to fetch all headers in the active range.
1443             ;; Therefore, exclude only those headers that are in the
1444             ;; article alist.
1445             ;; NOTE: This is probably NOT what I want to do after
1446             ;; agent expiration in this group.
1447             (setq articles (gnus-agent-uncached-articles articles group))
1448
1449           ;; I want to only fetch those headers that have never been
1450           ;; fetched.  Therefore, exclude all headers that are, or
1451           ;; WERE, in the article alist.
1452           (let ((low (1+ (caar (last gnus-agent-article-alist))))
1453                 (high (cdr (gnus-active group))))
1454             ;; Low can be greater than High when the same group is
1455             ;; fetched twice in the same session {The first fetch will
1456             ;; fill the article alist such that (last
1457             ;; gnus-agent-article-alist) equals (cdr (gnus-active
1458             ;; group))}.  The addition of one(the 1+ above) then
1459             ;; forces Low to be greater than High.  When this happens,
1460             ;; gnus-list-range-intersection returns nil which
1461             ;; indicates that no headers need to be fetched. -- Kevin
1462             (setq articles (gnus-list-range-intersection
1463                             articles (list (cons low high)))))))
1464
1465       (gnus-message
1466        10 "gnus-agent-fetch-headers: undownloaded articles are '%s'"
1467        (gnus-compress-sequence articles t))
1468
1469       (save-excursion
1470         (set-buffer nntp-server-buffer)
1471
1472         (if articles
1473             (progn
1474               (gnus-message 7 "Fetching headers for %s..." group)
1475
1476               ;; Fetch them.
1477               (gnus-make-directory (nnheader-translate-file-chars
1478                                     (file-name-directory file) t))
1479
1480               (unless (eq 'nov (gnus-retrieve-headers articles group))
1481                 (nnvirtual-convert-headers))
1482               (gnus-agent-check-overview-buffer)
1483               ;; Move these headers to the overview buffer so that
1484               ;; gnus-agent-braid-nov can merge them with the contents
1485               ;; of FILE.
1486               (copy-to-buffer
1487                gnus-agent-overview-buffer (point-min) (point-max))
1488               (when (file-exists-p file)
1489                 (gnus-agent-braid-nov group articles file))
1490               (let ((coding-system-for-write
1491                      gnus-agent-file-coding-system))
1492                 (gnus-agent-check-overview-buffer)
1493                 (write-region (point-min) (point-max) file nil 'silent))
1494               (gnus-agent-save-alist group articles nil)
1495               articles)
1496           (ignore-errors
1497             (erase-buffer)
1498             (nnheader-insert-file-contents file)))))
1499     articles))
1500
1501 (defsubst gnus-agent-copy-nov-line (article)
1502   (let (art b e)
1503     (set-buffer gnus-agent-overview-buffer)
1504     (while (and (not (eobp))
1505                 (< (setq art (read (current-buffer))) article))
1506       (forward-line 1))
1507     (beginning-of-line)
1508     (if (or (eobp)
1509             (not (eq article art)))
1510         (set-buffer nntp-server-buffer)
1511       (setq b (point))
1512       (setq e (progn (forward-line 1) (point)))
1513       (set-buffer nntp-server-buffer)
1514       (insert-buffer-substring gnus-agent-overview-buffer b e))))
1515
1516 (defun gnus-agent-braid-nov (group articles file)
1517   "Merge agent overview data with given file.
1518 Takes headers for ARTICLES from `gnus-agent-overview-buffer' and the given
1519 FILE and places the combined headers into `nntp-server-buffer'."
1520   (let (start last)
1521     (set-buffer gnus-agent-overview-buffer)
1522     (goto-char (point-min))
1523     (set-buffer nntp-server-buffer)
1524     (erase-buffer)
1525     (nnheader-insert-file-contents file)
1526     (goto-char (point-max))
1527     (forward-line -1)
1528     (unless (looking-at "[0-9]+\t")
1529       ;; Remove corrupted lines
1530       (gnus-message
1531        1 "Overview %s is corrupted. Removing corrupted lines..." file)
1532       (goto-char (point-min))
1533       (while (not (eobp))
1534         (if (looking-at "[0-9]+\t")
1535             (forward-line 1)
1536           (delete-region (point) (progn (forward-line 1) (point)))))
1537       (forward-line -1))
1538     (unless (or (= (point-min) (point-max))
1539                 (< (setq last (read (current-buffer))) (car articles)))
1540       ;; We do it the hard way.
1541       (when (nnheader-find-nov-line (car articles))
1542         ;; Replacing existing NOV entry
1543         (delete-region (point) (progn (forward-line 1) (point))))
1544       (gnus-agent-copy-nov-line (pop articles))
1545
1546       (ignore-errors
1547         (while articles
1548           (while (let ((art (read (current-buffer))))
1549                    (cond ((< art (car articles))
1550                           (forward-line 1)
1551                           t)
1552                          ((= art (car articles))
1553                           (beginning-of-line)
1554                           (delete-region
1555                            (point) (progn (forward-line 1) (point)))
1556                           nil)
1557                          (t
1558                           (beginning-of-line)
1559                           nil))))
1560
1561           (gnus-agent-copy-nov-line (pop articles)))))
1562
1563     ;; Copy the rest lines
1564     (set-buffer nntp-server-buffer)
1565     (goto-char (point-max))
1566     (when articles
1567       (when last
1568         (set-buffer gnus-agent-overview-buffer)
1569         (ignore-errors
1570           (while (<= (read (current-buffer)) last)
1571             (forward-line 1)))
1572         (beginning-of-line)
1573         (setq start (point))
1574         (set-buffer nntp-server-buffer))
1575       (insert-buffer-substring gnus-agent-overview-buffer start))))
1576
1577 ;; Keeps the compiler from warning about the free variable in
1578 ;; gnus-agent-read-agentview.
1579 (eval-when-compile
1580   (defvar gnus-agent-read-agentview))
1581
1582 (defun gnus-agent-load-alist (group)
1583   "Load the article-state alist for GROUP."
1584   ;; Bind free variable that's used in `gnus-agent-read-agentview'.
1585   (let ((gnus-agent-read-agentview group))
1586     (setq gnus-agent-article-alist
1587           (gnus-cache-file-contents
1588            (gnus-agent-article-name ".agentview" group)
1589            'gnus-agent-file-loading-cache
1590            'gnus-agent-read-agentview))))
1591
1592 ;; Save format may be either 1 or 2.  Two is the new, compressed
1593 ;; format that is still being tested.  Format 1 is uncompressed but
1594 ;; known to be reliable.
1595 (defconst gnus-agent-article-alist-save-format 2)
1596
1597 (defun gnus-agent-read-agentview (file)
1598   "Load FILE and do a `read' there."
1599   (with-temp-buffer
1600     (ignore-errors
1601       (nnheader-insert-file-contents file)
1602       (goto-char (point-min))
1603       (let ((alist (read (current-buffer)))
1604             (version (condition-case nil (read (current-buffer))
1605                        (end-of-file 0)))
1606             changed-version)
1607
1608         (cond
1609          ((= version 0)
1610           (let ((inhibit-quit t)
1611                 entry)
1612             (gnus-agent-open-history)
1613             (set-buffer (gnus-agent-history-buffer))
1614             (goto-char (point-min))
1615             (while (not (eobp))
1616               (if (and (looking-at
1617                         "[^\t\n]+\t\\([0-9]+\\)\t\\([^ \n]+\\) \\([0-9]+\\)")
1618                        (string= (match-string 2)
1619                                 gnus-agent-read-agentview)
1620                        (setq entry (assoc (string-to-number (match-string 3)) alist)))
1621                   (setcdr entry (string-to-number (match-string 1))))
1622               (forward-line 1))
1623             (gnus-agent-close-history)
1624             (setq changed-version t)))
1625          ((= version 1)
1626           (setq changed-version (not (= 1 gnus-agent-article-alist-save-format))))
1627          ((= version 2)
1628           (let (uncomp)
1629             (mapcar
1630              (lambda (comp-list)
1631                (let ((state (car comp-list))
1632                      (sequence (gnus-uncompress-sequence
1633                                 (cdr comp-list))))
1634                  (mapcar (lambda (article-id)
1635                            (setq uncomp (cons (cons article-id state) uncomp)))
1636                          sequence)))
1637              alist)
1638             (setq alist (sort uncomp
1639                               (lambda (first second)
1640                                 (< (car first) (car second))))))))
1641         (when changed-version
1642           (let ((gnus-agent-article-alist alist))
1643             (gnus-agent-save-alist gnus-agent-read-agentview)))
1644         alist))))
1645
1646 (defun gnus-agent-save-alist (group &optional articles state dir)
1647   "Save the article-state alist for GROUP."
1648   (let* ((file-name-coding-system nnmail-pathname-coding-system)
1649          (prev (cons nil gnus-agent-article-alist))
1650          (all prev)
1651          print-level print-length item article)
1652     (while (setq article (pop articles))
1653       (while (and (cdr prev)
1654                   (< (caadr prev) article))
1655         (setq prev (cdr prev)))
1656       (cond
1657        ((not (cdr prev))
1658         (setcdr prev (list (cons article state))))
1659        ((> (caadr prev) article)
1660         (setcdr prev (cons (cons article state) (cdr prev))))
1661        ((= (caadr prev) article)
1662         (setcdr (cadr prev) state)))
1663       (setq prev (cdr prev)))
1664     (setq gnus-agent-article-alist (cdr all))
1665     (if dir
1666         (gnus-make-directory dir)
1667       (gnus-make-directory (gnus-agent-article-name "" group)))
1668     (with-temp-file (if dir
1669                         (expand-file-name ".agentview" dir)
1670                       (gnus-agent-article-name ".agentview" group))
1671       (cond ((eq gnus-agent-article-alist-save-format 1)
1672              (princ gnus-agent-article-alist (current-buffer)))
1673             ((eq gnus-agent-article-alist-save-format 2)
1674              (let ((compressed nil))
1675                (mapcar (lambda (pair)
1676                          (let* ((article-id (car pair))
1677                                 (day-of-download (cdr pair))
1678                                 (comp-list (assq day-of-download compressed)))
1679                            (if comp-list
1680                                (setcdr comp-list
1681                                        (cons article-id (cdr comp-list)))
1682                              (setq compressed
1683                                    (cons (list day-of-download article-id)
1684                                          compressed)))
1685                            nil)) gnus-agent-article-alist)
1686                (mapcar (lambda (comp-list)
1687                          (setcdr comp-list
1688                                  (gnus-compress-sequence
1689                                   (nreverse (cdr comp-list)))))
1690                        compressed)
1691                (princ compressed (current-buffer)))))
1692       (insert "\n")
1693       (princ gnus-agent-article-alist-save-format (current-buffer))
1694       (insert "\n"))))
1695
1696 (defun gnus-agent-article-name (article group)
1697   (expand-file-name article
1698                     (file-name-as-directory
1699                      (expand-file-name (gnus-agent-group-path group)
1700                                        (gnus-agent-directory)))))
1701
1702 (defun gnus-agent-batch-confirmation (msg)
1703   "Show error message and return t."
1704   (gnus-message 1 msg)
1705   t)
1706
1707 ;;;###autoload
1708 (defun gnus-agent-batch-fetch ()
1709   "Start Gnus and fetch session."
1710   (interactive)
1711   (gnus)
1712   (let ((gnus-agent-confirmation-function 'gnus-agent-batch-confirmation))
1713     (gnus-agent-fetch-session))
1714   (gnus-group-exit))
1715
1716 (defun gnus-agent-fetch-session ()
1717   "Fetch all articles and headers that are eligible for fetching."
1718   (interactive)
1719   (unless gnus-agent-covered-methods
1720     (error "No servers are covered by the Gnus agent"))
1721   (unless gnus-plugged
1722     (error "Can't fetch articles while Gnus is unplugged"))
1723   (let ((methods gnus-agent-covered-methods)
1724         groups group gnus-command-method)
1725     (save-excursion
1726       (while methods
1727         (setq gnus-command-method (car methods))
1728         (when (and (or (gnus-server-opened gnus-command-method)
1729                        (gnus-open-server gnus-command-method))
1730                    (gnus-online gnus-command-method))
1731           (setq groups (gnus-groups-from-server (car methods)))
1732           (gnus-agent-with-fetch
1733             (while (setq group (pop groups))
1734               (when (<= (gnus-group-level group)
1735                         gnus-agent-handle-level)
1736                 (if (or debug-on-error debug-on-quit)
1737                     (gnus-agent-fetch-group-1
1738                      group gnus-command-method)
1739                   (condition-case err
1740                       (gnus-agent-fetch-group-1
1741                        group gnus-command-method)
1742                     (error
1743                      (unless (funcall gnus-agent-confirmation-function
1744                                       (format "Error %s.  Continue? "
1745                                               (error-message-string err)))
1746                        (error "Cannot fetch articles into the Gnus agent")))
1747                     (quit
1748                      (unless (funcall gnus-agent-confirmation-function
1749                                       (format
1750                                        "Quit fetching session %s.  Continue? "
1751                                        (error-message-string err)))
1752                        (signal 'quit
1753                                "Cannot fetch articles into the Gnus agent")))))))))
1754         (pop methods))
1755       (run-hooks 'gnus-agent-fetch-hook)
1756       (gnus-message 6 "Finished fetching articles into the Gnus agent"))))
1757
1758 (defun gnus-agent-fetch-group-1 (group method)
1759   "Fetch GROUP."
1760   (let ((gnus-command-method method)
1761         (gnus-newsgroup-name group)
1762         (gnus-newsgroup-dependencies gnus-newsgroup-dependencies)
1763         (gnus-newsgroup-headers gnus-newsgroup-headers)
1764         (gnus-newsgroup-scored gnus-newsgroup-scored)
1765         (gnus-use-cache gnus-use-cache)
1766         (gnus-summary-expunge-below gnus-summary-expunge-below)
1767         (gnus-summary-mark-below gnus-summary-mark-below)
1768         (gnus-orphan-score gnus-orphan-score)
1769         ;; Maybe some other gnus-summary local variables should also
1770         ;; be put here.
1771
1772         gnus-headers
1773         gnus-score
1774         articles arts
1775         category predicate info marks score-param
1776         )
1777     (unless (gnus-check-group group)
1778       (error "Can't open server for %s" group))
1779
1780     ;; Fetch headers.
1781     (when (or gnus-newsgroup-active
1782               (gnus-active group)
1783               (gnus-activate-group group))
1784       (let ((marked-articles gnus-newsgroup-downloadable))
1785         ;; Identify the articles marked for download
1786         (unless gnus-newsgroup-active
1787           ;; The variable gnus-newsgroup-active was selected as I need
1788           ;; a gnus-summary local variable that is NOT bound to any
1789           ;; value (its global value should default to nil).
1790           (dolist (mark gnus-agent-download-marks)
1791             (let ((arts (cdr (assq mark (gnus-info-marks
1792                                          (setq info (gnus-get-info group)))))))
1793               (when arts
1794                 (setq marked-articles (nconc (gnus-uncompress-range arts)
1795                                              marked-articles))
1796                 ))))
1797         (setq marked-articles (sort marked-articles '<))
1798
1799         ;; Fetch any new articles from the server
1800         (setq articles (gnus-agent-fetch-headers group))
1801
1802         ;; Merge new articles with marked
1803         (setq articles (sort (append marked-articles articles) '<))
1804
1805         (when articles
1806           ;; Parse them and see which articles we want to fetch.
1807           (setq gnus-newsgroup-dependencies
1808                 (or gnus-newsgroup-dependencies
1809                     (make-vector (length articles) 0)))
1810           (setq gnus-newsgroup-headers
1811                 (or gnus-newsgroup-headers
1812                     (gnus-get-newsgroup-headers-xover articles nil nil
1813                                                       group)))
1814           ;; `gnus-agent-overview-buffer' may be killed for
1815           ;; timeout reason.  If so, recreate it.
1816           (gnus-agent-create-buffer)
1817
1818           ;; Figure out how to select articles in this group
1819           (setq category (gnus-group-category group))
1820
1821           (setq predicate
1822                 (gnus-get-predicate
1823                  (gnus-agent-find-parameter group 'agent-predicate)))
1824
1825           ;; If the selection predicate requires scoring, score each header
1826           (unless (memq predicate '(gnus-agent-true gnus-agent-false))
1827             (let ((score-param
1828                    (gnus-agent-find-parameter group 'agent-score)))
1829               ;; Translate score-param into real one
1830               (cond
1831                ((not score-param))
1832                ((eq score-param 'file)
1833                 (setq score-param (gnus-all-score-files group)))
1834                ((stringp (car score-param)))
1835                (t
1836                 (setq score-param (list (list score-param)))))
1837               (when score-param
1838                 (gnus-score-headers score-param))))
1839
1840           (unless (and (eq predicate 'gnus-agent-false)
1841                        (not marked-articles))
1842             (let ((arts (list nil)))
1843               (let ((arts-tail arts)
1844                     (alist (gnus-agent-load-alist group))
1845                     (marked-articles marked-articles)
1846                     (gnus-newsgroup-headers gnus-newsgroup-headers))
1847                 (while (setq gnus-headers (pop gnus-newsgroup-headers))
1848                   (let ((num (mail-header-number gnus-headers)))
1849                     ;; Determine if this article is already in the cache
1850                     (while (and alist
1851                                 (> num (caar alist)))
1852                       (setq alist (cdr alist)))
1853
1854                     (unless (and (eq num (caar alist))
1855                                  (cdar alist))
1856
1857                       ;; Determine if this article was marked for download.
1858                       (while (and marked-articles
1859                                   (> num (car marked-articles)))
1860                         (setq marked-articles
1861                               (cdr marked-articles)))
1862
1863                       ;; When this article is marked, or selected by the
1864                       ;; predicate, add it to the download list
1865                       (when (or (eq num (car marked-articles))
1866                                 (let ((gnus-score
1867                                        (or (cdr
1868                                             (assq num gnus-newsgroup-scored))
1869                                            gnus-summary-default-score))
1870                                       (gnus-agent-long-article
1871                                        (gnus-agent-find-parameter
1872                                         group 'agent-long-article))
1873                                       (gnus-agent-low-score
1874                                        (gnus-agent-find-parameter
1875                                         group 'agent-low-score))
1876                                       (gnus-agent-high-score
1877                                        (gnus-agent-find-parameter
1878                                         group 'agent-high-score))
1879                                       (gnus-agent-expire-days
1880                                        (gnus-agent-find-parameter
1881                                         group 'agent-days-until-old)))
1882                                   (funcall predicate)))
1883                         (gnus-agent-append-to-list arts-tail num))))))
1884
1885               (let (fetched-articles)
1886                 ;; Fetch all selected articles
1887                 (setq gnus-newsgroup-undownloaded
1888                       (gnus-sorted-ndifference
1889                        gnus-newsgroup-undownloaded
1890                        (setq fetched-articles
1891                              (if (cdr arts)
1892                                  (gnus-agent-fetch-articles group (cdr arts))
1893                                nil))))
1894
1895                 (let ((unfetched-articles
1896                        (gnus-sorted-ndifference (cdr arts) fetched-articles)))
1897                   (if gnus-newsgroup-active
1898                       ;; Update the summary buffer
1899                       (progn
1900                         (dolist (article marked-articles)
1901                           (gnus-summary-set-agent-mark article t))
1902                         (dolist (article fetched-articles)
1903                           (if gnus-agent-mark-unread-after-downloaded
1904                               (gnus-summary-mark-article
1905                                article gnus-unread-mark))
1906                           (when (gnus-summary-goto-subject article nil t)
1907                             (gnus-summary-update-download-mark article)))
1908                         (dolist (article unfetched-articles)
1909                           (gnus-summary-mark-article
1910                            article gnus-canceled-mark)))
1911
1912                     ;; Update the group buffer.
1913
1914                     ;; When some, or all, of the marked articles came
1915                     ;; from the download mark.  Remove that mark.  I
1916                     ;; didn't do this earlier as I only want to remove
1917                     ;; the marks after the fetch is completed.
1918
1919                     (dolist (mark gnus-agent-download-marks)
1920                       (when (eq mark 'download)
1921                         (let ((marked-arts
1922                                (assq mark (gnus-info-marks
1923                                            (setq info (gnus-get-info group))))))
1924                           (when (cdr marked-arts)
1925                             (setq marks
1926                                   (delq marked-arts (gnus-info-marks info)))
1927                             (gnus-info-set-marks info marks)))))
1928                     (let ((read (gnus-info-read
1929                                  (or info (setq info (gnus-get-info group))))))
1930                       (gnus-info-set-read
1931                        info (gnus-add-to-range read unfetched-articles)))
1932
1933                     (gnus-group-update-group group t)
1934                     (sit-for 0)
1935
1936                     (gnus-dribble-enter
1937                      (concat "(gnus-group-set-info '"
1938                              (gnus-prin1-to-string info)
1939                              ")"))))))))))))
1940
1941 ;;;
1942 ;;; Agent Category Mode
1943 ;;;
1944
1945 (defvar gnus-category-mode-hook nil
1946   "Hook run in `gnus-category-mode' buffers.")
1947
1948 (defvar gnus-category-line-format "     %(%20c%): %g\n"
1949   "Format of category lines.
1950
1951 Valid specifiers include:
1952 %c  Topic name (string)
1953 %g  The number of groups in the topic (integer)
1954
1955 General format specifiers can also be used.  See Info node
1956 `(gnus)Formatting Variables'.")
1957
1958 (defvar gnus-category-mode-line-format "Gnus: %%b"
1959   "The format specification for the category mode line.")
1960
1961 (defvar gnus-agent-short-article 100
1962   "Articles that have fewer lines than this are short.")
1963
1964 (defvar gnus-agent-long-article 200
1965   "Articles that have more lines than this are long.")
1966
1967 (defvar gnus-agent-low-score 0
1968   "Articles that have a score lower than this have a low score.")
1969
1970 (defvar gnus-agent-high-score 0
1971   "Articles that have a score higher than this have a high score.")
1972
1973
1974 ;;; Internal variables.
1975
1976 (defvar gnus-category-buffer "*Agent Category*")
1977
1978 (defvar gnus-category-line-format-alist
1979   `((?c gnus-tmp-name ?s)
1980     (?g gnus-tmp-groups ?d)))
1981
1982 (defvar gnus-category-mode-line-format-alist
1983   `((?u user-defined ?s)))
1984
1985 (defvar gnus-category-line-format-spec nil)
1986 (defvar gnus-category-mode-line-format-spec nil)
1987
1988 (defvar gnus-category-mode-map nil)
1989 (put 'gnus-category-mode 'mode-class 'special)
1990
1991 (unless gnus-category-mode-map
1992   (setq gnus-category-mode-map (make-sparse-keymap))
1993   (suppress-keymap gnus-category-mode-map)
1994
1995   (gnus-define-keys gnus-category-mode-map
1996     "q" gnus-category-exit
1997     "k" gnus-category-kill
1998     "c" gnus-category-copy
1999     "a" gnus-category-add
2000     "e" gnus-agent-customize-category
2001     "p" gnus-category-edit-predicate
2002     "g" gnus-category-edit-groups
2003     "s" gnus-category-edit-score
2004     "l" gnus-category-list
2005
2006     "\C-c\C-i" gnus-info-find-node
2007     "\C-c\C-b" gnus-bug))
2008
2009 (defvar gnus-category-menu-hook nil
2010   "*Hook run after the creation of the menu.")
2011
2012 (defun gnus-category-make-menu-bar ()
2013   (gnus-turn-off-edit-menu 'category)
2014   (unless (boundp 'gnus-category-menu)
2015     (easy-menu-define
2016      gnus-category-menu gnus-category-mode-map ""
2017      '("Categories"
2018        ["Add" gnus-category-add t]
2019        ["Kill" gnus-category-kill t]
2020        ["Copy" gnus-category-copy t]
2021        ["Edit category" gnus-agent-customize-category t]
2022        ["Edit predicate" gnus-category-edit-predicate t]
2023        ["Edit score" gnus-category-edit-score t]
2024        ["Edit groups" gnus-category-edit-groups t]
2025        ["Exit" gnus-category-exit t]))
2026
2027     (gnus-run-hooks 'gnus-category-menu-hook)))
2028
2029 (defun gnus-category-mode ()
2030   "Major mode for listing and editing agent categories.
2031
2032 All normal editing commands are switched off.
2033 \\<gnus-category-mode-map>
2034 For more in-depth information on this mode, read the manual
2035 \(`\\[gnus-info-find-node]').
2036
2037 The following commands are available:
2038
2039 \\{gnus-category-mode-map}"
2040   (interactive)
2041   (when (gnus-visual-p 'category-menu 'menu)
2042     (gnus-category-make-menu-bar))
2043   (kill-all-local-variables)
2044   (gnus-simplify-mode-line)
2045   (setq major-mode 'gnus-category-mode)
2046   (setq mode-name "Category")
2047   (gnus-set-default-directory)
2048   (setq mode-line-process nil)
2049   (use-local-map gnus-category-mode-map)
2050   (buffer-disable-undo)
2051   (setq truncate-lines t)
2052   (setq buffer-read-only t)
2053   (gnus-run-hooks 'gnus-category-mode-hook))
2054
2055 (defalias 'gnus-category-position-point 'gnus-goto-colon)
2056
2057 (defun gnus-category-insert-line (category)
2058   (let* ((gnus-tmp-name (format "%s" (car category)))
2059          (gnus-tmp-groups (length (gnus-agent-cat-groups category))))
2060     (beginning-of-line)
2061     (gnus-add-text-properties
2062      (point)
2063      (prog1 (1+ (point))
2064        ;; Insert the text.
2065        (eval gnus-category-line-format-spec))
2066      (list 'gnus-category gnus-tmp-name))))
2067
2068 (defun gnus-enter-category-buffer ()
2069   "Go to the Category buffer."
2070   (interactive)
2071   (gnus-category-setup-buffer)
2072   (gnus-configure-windows 'category)
2073   (gnus-category-prepare))
2074
2075 (defun gnus-category-setup-buffer ()
2076   (unless (get-buffer gnus-category-buffer)
2077     (save-excursion
2078       (set-buffer (gnus-get-buffer-create gnus-category-buffer))
2079       (gnus-category-mode))))
2080
2081 (defun gnus-category-prepare ()
2082   (gnus-set-format 'category-mode)
2083   (gnus-set-format 'category t)
2084   (let ((alist gnus-category-alist)
2085         (buffer-read-only nil))
2086     (erase-buffer)
2087     (while alist
2088       (gnus-category-insert-line (pop alist)))
2089     (goto-char (point-min))
2090     (gnus-category-position-point)))
2091
2092 (defun gnus-category-name ()
2093   (or (intern (get-text-property (gnus-point-at-bol) 'gnus-category))
2094       (error "No category on the current line")))
2095
2096 (defun gnus-category-read ()
2097   "Read the category alist."
2098   (setq gnus-category-alist
2099         (or
2100          (with-temp-buffer
2101            (ignore-errors
2102             (nnheader-insert-file-contents (nnheader-concat gnus-agent-directory "lib/categories"))
2103             (goto-char (point-min))
2104             ;; This code isn't temp, it will be needed so long as
2105             ;; anyone may be migrating from an older version.
2106
2107             ;; Once we're certain that people will not revert to an
2108             ;; earlier version, we can take out the old-list code in
2109             ;; gnus-category-write.
2110             (let* ((old-list (read (current-buffer)))
2111                    (new-list (ignore-errors (read (current-buffer)))))
2112               (if new-list
2113                   new-list
2114                 ;; Convert from a positional list to an alist.
2115                 (mapcar
2116                  (lambda (c)
2117                    (setcdr c
2118                            (delq nil
2119                                  (mapcar*
2120                                   (lambda (valu symb)
2121                                     (if valu
2122                                         (cons symb valu)))
2123                                   (cdr c)
2124                                   '(agent-predicate agent-score-file agent-groups))))
2125                    c)
2126                  old-list)))))
2127          (list (gnus-agent-cat-make 'default)))))
2128
2129 (defun gnus-category-write ()
2130   "Write the category alist."
2131   (setq gnus-category-predicate-cache nil
2132         gnus-category-group-cache nil)
2133   (gnus-make-directory (nnheader-concat gnus-agent-directory "lib"))
2134   (with-temp-file (nnheader-concat gnus-agent-directory "lib/categories")
2135     ;; This prin1 is temporary.  It exists so that people can revert
2136     ;; to an earlier version of gnus-agent.
2137     (prin1 (mapcar (lambda (c)
2138               (list (car c)
2139                     (cdr (assoc 'agent-predicate c))
2140                     (cdr (assoc 'agent-score-file c))
2141                     (cdr (assoc 'agent-groups c))))
2142                    gnus-category-alist)
2143            (current-buffer))
2144     (newline)
2145     (prin1 gnus-category-alist (current-buffer))))
2146
2147 (defun gnus-category-edit-predicate (category)
2148   "Edit the predicate for CATEGORY."
2149   (interactive (list (gnus-category-name)))
2150   (let ((info (assq category gnus-category-alist)))
2151     (gnus-edit-form
2152      (gnus-agent-cat-predicate info)
2153      (format "Editing the select predicate for category %s" category)
2154      `(lambda (predicate)
2155         ;; Avoid run-time execution of setf form
2156         ;; (setf (gnus-agent-cat-predicate (assq ',category gnus-category-alist))
2157         ;;       predicate)
2158         ;; use its expansion instead:
2159         (gnus-agent-cat-set-property (assq ',category gnus-category-alist)
2160                                      'agent-predicate predicate)
2161
2162         (gnus-category-write)
2163         (gnus-category-list)))))
2164
2165 (defun gnus-category-edit-score (category)
2166   "Edit the score expression for CATEGORY."
2167   (interactive (list (gnus-category-name)))
2168   (let ((info (assq category gnus-category-alist)))
2169     (gnus-edit-form
2170      (gnus-agent-cat-score-file info)
2171      (format "Editing the score expression for category %s" category)
2172      `(lambda (score-file)
2173         ;; Avoid run-time execution of setf form
2174         ;; (setf (gnus-agent-cat-score-file (assq ',category gnus-category-alist))
2175         ;;       score-file)
2176         ;; use its expansion instead:
2177         (gnus-agent-cat-set-property (assq ',category gnus-category-alist)
2178                                      'agent-score-file score-file)
2179
2180         (gnus-category-write)
2181         (gnus-category-list)))))
2182
2183 (defun gnus-category-edit-groups (category)
2184   "Edit the group list for CATEGORY."
2185   (interactive (list (gnus-category-name)))
2186   (let ((info (assq category gnus-category-alist)))
2187     (gnus-edit-form
2188      (gnus-agent-cat-groups info)
2189      (format "Editing the group list for category %s" category)
2190      `(lambda (groups)
2191         ;; Avoid run-time execution of setf form
2192         ;; (setf (gnus-agent-cat-groups (assq ',category gnus-category-alist))
2193         ;;       groups)
2194         ;; use its expansion instead:
2195         (gnus-agent-set-cat-groups (assq ',category gnus-category-alist)
2196                                    groups)
2197
2198         (gnus-category-write)
2199         (gnus-category-list)))))
2200
2201 (defun gnus-category-kill (category)
2202   "Kill the current category."
2203   (interactive (list (gnus-category-name)))
2204   (let ((info (assq category gnus-category-alist))
2205         (buffer-read-only nil))
2206     (gnus-delete-line)
2207     (setq gnus-category-alist (delq info gnus-category-alist))
2208     (gnus-category-write)))
2209
2210 (defun gnus-category-copy (category to)
2211   "Copy the current category."
2212   (interactive (list (gnus-category-name) (intern (read-string "New name: "))))
2213   (let ((info (assq category gnus-category-alist)))
2214     (push (let ((newcat (gnus-copy-sequence info)))
2215             (setf (gnus-agent-cat-name newcat) to)
2216             (setf (gnus-agent-cat-groups newcat) nil)
2217             newcat)
2218           gnus-category-alist)
2219     (gnus-category-write)
2220     (gnus-category-list)))
2221
2222 (defun gnus-category-add (category)
2223   "Create a new category."
2224   (interactive "SCategory name: ")
2225   (when (assq category gnus-category-alist)
2226     (error "Category %s already exists" category))
2227   (push (gnus-agent-cat-make category)
2228         gnus-category-alist)
2229   (gnus-category-write)
2230   (gnus-category-list))
2231
2232 (defun gnus-category-list ()
2233   "List all categories."
2234   (interactive)
2235   (gnus-category-prepare))
2236
2237 (defun gnus-category-exit ()
2238   "Return to the group buffer."
2239   (interactive)
2240   (kill-buffer (current-buffer))
2241   (gnus-configure-windows 'group t))
2242
2243 ;; To avoid having 8-bit characters in the source file.
2244 (defvar gnus-category-not (list '! 'not (intern (format "%c" 172))))
2245
2246 (defvar gnus-category-predicate-alist
2247   '((spam . gnus-agent-spam-p)
2248     (short . gnus-agent-short-p)
2249     (long . gnus-agent-long-p)
2250     (low . gnus-agent-low-scored-p)
2251     (high . gnus-agent-high-scored-p)
2252     (read . gnus-agent-read-p)
2253     (true . gnus-agent-true)
2254     (false . gnus-agent-false))
2255   "Mapping from short score predicate symbols to predicate functions.")
2256
2257 (defun gnus-agent-spam-p ()
2258   "Say whether an article is spam or not."
2259   (unless gnus-agent-spam-hashtb
2260     (setq gnus-agent-spam-hashtb (gnus-make-hashtable 1000)))
2261   (if (not (equal (mail-header-references gnus-headers) ""))
2262       nil
2263     (let ((string (gnus-simplify-subject (mail-header-subject gnus-headers))))
2264       (prog1
2265           (gnus-gethash string gnus-agent-spam-hashtb)
2266         (gnus-sethash string t gnus-agent-spam-hashtb)))))
2267
2268 (defun gnus-agent-short-p ()
2269   "Say whether an article is short or not."
2270   (< (mail-header-lines gnus-headers) gnus-agent-short-article))
2271
2272 (defun gnus-agent-long-p ()
2273   "Say whether an article is long or not."
2274   (> (mail-header-lines gnus-headers) gnus-agent-long-article))
2275
2276 (defun gnus-agent-low-scored-p ()
2277   "Say whether an article has a low score or not."
2278   (< gnus-score gnus-agent-low-score))
2279
2280 (defun gnus-agent-high-scored-p ()
2281   "Say whether an article has a high score or not."
2282   (> gnus-score gnus-agent-high-score))
2283
2284 (defun gnus-agent-read-p ()
2285   "Say whether an article is read or not."
2286   (gnus-member-of-range (mail-header-number gnus-headers)
2287                         (gnus-info-read (gnus-get-info gnus-newsgroup-name))))
2288
2289 (defun gnus-category-make-function (predicate)
2290   "Make a function from PREDICATE."
2291   (let ((func (gnus-category-make-function-1 predicate)))
2292     (if (and (= (length func) 1)
2293              (symbolp (car func)))
2294         (car func)
2295       (gnus-byte-compile `(lambda () ,func)))))
2296
2297 (defun gnus-agent-true ()
2298   "Return t."
2299   t)
2300
2301 (defun gnus-agent-false ()
2302   "Return nil."
2303   nil)
2304
2305 (defun gnus-category-make-function-1 (predicate)
2306   "Make a function from PREDICATE."
2307   (cond
2308    ;; Functions are just returned as is.
2309    ((or (symbolp predicate)
2310         (gnus-functionp predicate))
2311     `(,(or (cdr (assq predicate gnus-category-predicate-alist))
2312            predicate)))
2313    ;; More complex predicate.
2314    ((consp predicate)
2315     `(,(cond
2316         ((memq (car predicate) '(& and))
2317          'and)
2318         ((memq (car predicate) '(| or))
2319          'or)
2320         ((memq (car predicate) gnus-category-not)
2321          'not))
2322       ,@(mapcar 'gnus-category-make-function-1 (cdr predicate))))
2323    (t
2324     (error "Unknown predicate type: %s" predicate))))
2325
2326 (defun gnus-get-predicate (predicate)
2327   "Return the function implementing PREDICATE."
2328   (or (cdr (assoc predicate gnus-category-predicate-cache))
2329       (let ((func (gnus-category-make-function predicate)))
2330         (setq gnus-category-predicate-cache
2331               (nconc gnus-category-predicate-cache
2332                      (list (cons predicate func))))
2333         func)))
2334
2335 (defun gnus-predicate-implies-unread (predicate)
2336   "Say whether PREDICATE implies unread articles only.
2337 It is okay to miss some cases, but there must be no false positives.
2338 That is, if this function returns true, then indeed the predicate must
2339 return only unread articles."
2340   (gnus-function-implies-unread-1 (gnus-category-make-function predicate)))
2341
2342 (defun gnus-function-implies-unread-1 (function)
2343   (cond ((eq function (symbol-function 'gnus-agent-read-p))
2344          nil)
2345         ((not function)
2346          nil)
2347         ((symbolp function)
2348          'ignore)
2349         ((memq (car function) '(or and not))
2350          (apply (car function)
2351                 (mapcar 'gnus-function-implies-unread-1 (cdr function))))
2352         (t
2353          (error "Unknown function: %s" function))))
2354
2355 (defun gnus-group-category (group)
2356   "Return the category GROUP belongs to."
2357   (unless gnus-category-group-cache
2358     (setq gnus-category-group-cache (gnus-make-hashtable 1000))
2359     (let ((cs gnus-category-alist)
2360           groups cat)
2361       (while (setq cat (pop cs))
2362         (setq groups (gnus-agent-cat-groups cat))
2363         (while groups
2364           (gnus-sethash (pop groups) cat gnus-category-group-cache)))))
2365   (or (gnus-gethash group gnus-category-group-cache)
2366       (assq 'default gnus-category-alist)))
2367
2368 (defun gnus-agent-expire-group (group &optional articles force)
2369   "Expire all old articles in GROUP.
2370 If you want to force expiring of certain articles, this function can
2371 take ARTICLES, and FORCE parameters as well.
2372
2373 The articles on which the expiration process runs are selected as follows:
2374   if ARTICLES is null, all read and unmarked articles.
2375   if ARTICLES is t, all articles.
2376   if ARTICLES is a list, just those articles.
2377 FORCE is equivalent to setting the expiration predicates to true."
2378   (interactive
2379    (list (let ((def (or (gnus-group-group-name)
2380                         gnus-newsgroup-name)))
2381            (let ((select (read-string (if def
2382                                           (concat "Group Name ("
2383                                                   def "): ")
2384                                         "Group Name: "))))
2385              (if (and (equal "" select)
2386                       def)
2387                  def
2388                select)))))
2389
2390   (if (not group)
2391       (gnus-agent-expire articles group force)
2392     (if (or (not (eq articles t))
2393             (yes-or-no-p
2394              (concat "Are you sure that you want to "
2395                      "expire all articles in " group ".")))
2396         (let ((gnus-command-method (gnus-find-method-for-group group))
2397               (overview (gnus-get-buffer-create " *expire overview*"))
2398               orig)
2399           (unwind-protect
2400               (when (file-exists-p (gnus-agent-lib-file "active"))
2401                 (with-temp-buffer
2402                   (nnheader-insert-file-contents
2403                    (gnus-agent-lib-file "active"))
2404                   (gnus-active-to-gnus-format
2405                    gnus-command-method
2406                    (setq orig (gnus-make-hashtable
2407                                (count-lines (point-min) (point-max))))))
2408                 (save-excursion
2409                   (gnus-agent-expire-group-1
2410                    group overview (gnus-gethash-safe group orig)
2411                    articles force)))
2412             (kill-buffer overview))))
2413     (gnus-message 4 "Expiry...done")))
2414
2415 (defun gnus-agent-expire-group-1 (group overview active articles force)
2416   ;; Internal function - requires caller to have set
2417   ;; gnus-command-method, initialized overview buffer, and to have
2418   ;; provided a non-nil active
2419
2420   (if (eq 'DISABLE (gnus-agent-find-parameter group 'agent-enable-expiration))
2421       (gnus-message 5 "Expiry skipping over %s" group)
2422     (gnus-message 5 "Expiring articles in %s" group)
2423     (gnus-agent-load-alist group)
2424     (let* ((info (gnus-get-info group))
2425            (alist gnus-agent-article-alist)
2426            (dir (concat
2427                  (gnus-agent-directory)
2428                  (gnus-agent-group-path group)
2429                  "/"))
2430            (day (- (time-to-days (current-time))
2431                    (gnus-agent-find-parameter group 'agent-days-until-old)))
2432            (specials (if (and alist
2433                               (not force))
2434                          ;; This could be a bit of a problem.  I need to
2435                          ;; keep the last article to avoid refetching
2436                          ;; headers when using nntp in the backend.  At
2437                          ;; the same time, if someone uses a backend
2438                          ;; that supports article moving then I may have
2439                          ;; to remove the last article to complete the
2440                          ;; move.  Right now, I'm going to assume that
2441                          ;; FORCE overrides specials.
2442                          (list (caar (last alist)))))
2443            (unreads ;; Articles that are excluded from the
2444             ;; expiration process
2445             (cond (gnus-agent-expire-all
2446                    ;; All articles are marked read by global decree
2447                    nil)
2448                   ((eq articles t)
2449                    ;; All articles are marked read by function
2450                    ;; parameter
2451                    nil)
2452                   ((not articles)
2453                    ;; Unread articles are marked protected from
2454                    ;; expiration Don't call
2455                    ;; gnus-list-of-unread-articles as it returns
2456                    ;; articles that have not been fetched into the
2457                    ;; agent.
2458                    (ignore-errors
2459                     (gnus-agent-unread-articles group)))
2460                   (t
2461                    ;; All articles EXCEPT those named by the caller
2462                    ;; are protected from expiration
2463                    (gnus-sorted-difference
2464                     (gnus-uncompress-range
2465                      (cons (caar alist)
2466                            (caar (last alist))))
2467                     (sort articles '<)))))
2468            (marked ;; More articles that are exluded from the
2469             ;; expiration process
2470             (cond (gnus-agent-expire-all
2471                    ;; All articles are unmarked by global decree
2472                    nil)
2473                   ((eq articles t)
2474                    ;; All articles are unmarked by function
2475                    ;; parameter
2476                    nil)
2477                   (articles
2478                    ;; All articles may as well be unmarked as the
2479                    ;; unreads list already names the articles we are
2480                    ;; going to keep
2481                    nil)
2482                   (t
2483                    ;; Ticked and/or dormant articles are excluded
2484                    ;; from expiration
2485                    (nconc
2486                     (gnus-uncompress-range
2487                      (cdr (assq 'tick (gnus-info-marks info))))
2488                     (gnus-uncompress-range
2489                      (cdr (assq 'dormant
2490                                 (gnus-info-marks info))))))))
2491            (nov-file (concat dir ".overview"))
2492            (cnt 0)
2493            (completed -1)
2494            dlist
2495            type)
2496
2497       ;; The normal article alist contains elements that look like
2498       ;; (article# .  fetch_date) I need to combine other
2499       ;; information with this list.  For example, a flag indicating
2500       ;; that a particular article MUST BE KEPT.  To do this, I'm
2501       ;; going to transform the elements to look like (article#
2502       ;; fetch_date keep_flag NOV_entry_marker) Later, I'll reverse
2503       ;; the process to generate the expired article alist.
2504
2505       ;; Convert the alist elements to (article# fetch_date nil
2506       ;; nil).
2507       (setq dlist (mapcar (lambda (e)
2508                             (list (car e) (cdr e) nil nil)) alist))
2509
2510       ;; Convert the keep lists to elements that look like (article#
2511       ;; nil keep_flag nil) then append it to the expanded dlist
2512       ;; These statements are sorted by ascending precidence of the
2513       ;; keep_flag.
2514       (setq dlist (nconc dlist
2515                          (mapcar (lambda (e)
2516                                    (list e nil 'unread  nil))
2517                                  unreads)))
2518       (setq dlist (nconc dlist
2519                          (mapcar (lambda (e)
2520                                    (list e nil 'marked  nil))
2521                                  marked)))
2522       (setq dlist (nconc dlist
2523                          (mapcar (lambda (e)
2524                                    (list e nil 'special nil))
2525                                  specials)))
2526
2527       (set-buffer overview)
2528       (erase-buffer)
2529       (when (file-exists-p nov-file)
2530         (gnus-message 7 "gnus-agent-expire: Loading overview...")
2531         (nnheader-insert-file-contents nov-file)
2532         (goto-char (point-min))
2533
2534         (let (p)
2535           (while (< (setq p (point)) (point-max))
2536             (condition-case nil
2537                 ;; If I successfully read an integer (the plus zero
2538                 ;; ensures a numeric type), prepend a marker entry
2539                 ;; to the list
2540                 (push (list (+ 0 (read (current-buffer))) nil nil
2541                             (set-marker (make-marker) p))
2542                       dlist)
2543               (error
2544                (gnus-message 1 "gnus-agent-expire: read error \
2545 occurred when reading expression at %s in %s.  Skipping to next \
2546 line." (point) nov-file)))
2547             ;; Whether I succeeded, or failed, it doesn't matter.
2548             ;; Move to the next line then try again.
2549             (forward-line 1)))
2550         (gnus-message
2551          7 "gnus-agent-expire: Loading overview... Done"))
2552       (set-buffer-modified-p nil)
2553
2554       ;; At this point, all of the information is in dlist.  The
2555       ;; only problem is that much of it is spread across multiple
2556       ;; entries.  Sort then MERGE!!
2557       (gnus-message 7 "gnus-agent-expire: Sorting entries... ")
2558       ;; If two entries have the same article-number then sort by
2559       ;; ascending keep_flag.
2560       (let ((special 0)
2561             (marked 1)
2562             (unread 2))
2563         (setq dlist
2564               (sort dlist
2565                     (lambda (a b)
2566                       (cond ((< (nth 0 a) (nth 0 b))
2567                              t)
2568                             ((> (nth 0 a) (nth 0 b))
2569                              nil)
2570                             (t
2571                              (let ((a (or (symbol-value (nth 2 a))
2572                                           3))
2573                                    (b (or (symbol-value (nth 2 b))
2574                                           3)))
2575                                (<= a b))))))))
2576       (gnus-message 7 "gnus-agent-expire: Sorting entries... Done")
2577       (gnus-message 7 "gnus-agent-expire: Merging entries... ")
2578       (let ((dlist dlist))
2579         (while (cdr dlist)              ; I'm not at the end-of-list
2580           (if (eq (caar dlist) (caadr dlist))
2581               (let ((first (cdr (car dlist)))
2582                     (secnd (cdr (cadr dlist))))
2583                 (setcar first (or (car first)
2584                                   (car secnd))) ; fetch_date
2585                 (setq first (cdr first)
2586                       secnd (cdr secnd))
2587                 (setcar first (or (car first)
2588                                   (car secnd))) ; Keep_flag
2589                 (setq first (cdr first)
2590                       secnd (cdr secnd))
2591                 (setcar first (or (car first)
2592                                   (car secnd))) ; NOV_entry_marker
2593
2594                 (setcdr dlist (cddr dlist)))
2595             (setq dlist (cdr dlist)))))
2596       (gnus-message 7 "gnus-agent-expire: Merging entries... Done")
2597
2598       (let* ((len (float (length dlist)))
2599              (alist (list nil))
2600              (tail-alist alist))
2601         (while dlist
2602           (let ((new-completed (truncate (* 100.0
2603                                             (/ (setq cnt (1+ cnt))
2604                                                len)))))
2605             (when (> new-completed completed)
2606               (setq completed new-completed)
2607               (gnus-message 9 "%3d%% completed..."  completed)))
2608           (let* ((entry          (car dlist))
2609                  (article-number (nth 0 entry))
2610                  (fetch-date     (nth 1 entry))
2611                  (keep           (nth 2 entry))
2612                  (marker         (nth 3 entry)))
2613
2614             (cond
2615              ;; Kept articles are unread, marked, or special.
2616              (keep
2617               (gnus-message 10
2618                             "gnus-agent-expire: Article %d: Kept %s article."
2619                             article-number keep)
2620               (when fetch-date
2621                 (unless (file-exists-p
2622                          (concat dir (number-to-string
2623                                       article-number)))
2624                   (setf (nth 1 entry) nil)
2625                   (gnus-message 3 "gnus-agent-expire cleared \
2626 download flag on article %d as the cached article file is missing."
2627                                 (caar dlist)))
2628                 (unless marker
2629                   (gnus-message 1 "gnus-agent-expire detected a \
2630 missing NOV entry.  Run gnus-agent-regenerate-group to restore it.")))
2631               (gnus-agent-append-to-list
2632                tail-alist
2633                (cons article-number fetch-date)))
2634
2635              ;; The following articles are READ, UNMARKED, and
2636              ;; ORDINARY.  See if they can be EXPIRED!!!
2637              ((setq type
2638                     (cond
2639                      ((not (integerp fetch-date))
2640                       'read) ;; never fetched article (may expire
2641                      ;; right now)
2642                      ((not (file-exists-p
2643                             (concat dir (number-to-string
2644                                          article-number))))
2645                       (setf (nth 1 entry) nil)
2646                       'externally-expired) ;; Can't find the cached
2647                      ;; article.  Handle case
2648                      ;; as though this article
2649                      ;; was never fetched.
2650
2651                      ;; We now have the arrival day, so we see
2652                      ;; whether it's old enough to be expired.
2653                      ((< fetch-date day)
2654                       'expired)
2655                      (force
2656                       'forced)))
2657
2658               ;; I found some reason to expire this entry.
2659
2660               (let ((actions nil))
2661                 (when (memq type '(forced expired))
2662                   (ignore-errors        ; Just being paranoid.
2663                    (delete-file (concat dir (number-to-string
2664                                              article-number)))
2665                    (push "expired cached article" actions))
2666                   (setf (nth 1 entry) nil)
2667                   )
2668
2669                 (when marker
2670                   (push "NOV entry removed" actions)
2671                   (goto-char marker)
2672                   (gnus-delete-line))
2673
2674                 ;; If considering all articles is set, I can only
2675                 ;; expire article IDs that are no longer in the
2676                 ;; active range.
2677                 (if (and gnus-agent-consider-all-articles
2678                          (>= article-number (car active)))
2679                     ;; I have to keep this ID in the alist
2680                     (gnus-agent-append-to-list
2681                      tail-alist (cons article-number fetch-date))
2682                   (push (format "Removed %s article number from \
2683 article alist" type) actions))
2684
2685                 (gnus-message 7 "gnus-agent-expire: Article %d: %s"
2686                               article-number
2687                               (mapconcat 'identity actions ", "))))
2688              (t
2689               (gnus-message
2690                10 "gnus-agent-expire: Article %d: Article kept as \
2691 expiration tests failed." article-number)
2692               (gnus-agent-append-to-list
2693                tail-alist (cons article-number fetch-date)))
2694              )
2695
2696             ;; Clean up markers as I want to recycle this buffer
2697             ;; over several groups.
2698             (when marker
2699               (set-marker marker nil))
2700
2701             (setq dlist (cdr dlist))))
2702
2703         (setq alist (cdr alist))
2704
2705         (let ((inhibit-quit t))
2706           (unless (equal alist gnus-agent-article-alist)
2707             (setq gnus-agent-article-alist alist)
2708             (gnus-agent-save-alist group))
2709
2710           (when (buffer-modified-p)
2711             (let ((coding-system-for-write
2712                    gnus-agent-file-coding-system))
2713               (gnus-make-directory dir)
2714               (write-region (point-min) (point-max) nov-file nil
2715                             'silent)
2716               ;; clear the modified flag as that I'm not confused by
2717               ;; its status on the next pass through this routine.
2718               (set-buffer-modified-p nil)))
2719
2720           (when (eq articles t)
2721             (gnus-summary-update-info)))))))
2722
2723 (defun gnus-agent-expire (&optional articles group force)
2724   "Expire all old articles.
2725 If you want to force expiring of certain articles, this function can
2726 take ARTICLES, GROUP and FORCE parameters as well.
2727
2728 The articles on which the expiration process runs are selected as follows:
2729   if ARTICLES is null, all read and unmarked articles.
2730   if ARTICLES is t, all articles.
2731   if ARTICLES is a list, just those articles.
2732 Setting GROUP will limit expiration to that group.
2733 FORCE is equivalent to setting the expiration predicates to true."
2734   (interactive)
2735   
2736   (if group
2737       (gnus-agent-expire-group group articles force)
2738     (if (or (not (eq articles t))
2739             (yes-or-no-p "Are you sure that you want to expire all \
2740 articles in every agentized group."))
2741         (let ((methods gnus-agent-covered-methods)
2742               gnus-command-method overview orig)
2743           (setq overview (gnus-get-buffer-create " *expire overview*"))
2744           (unwind-protect
2745               (while (setq gnus-command-method (pop methods))
2746                 (when (file-exists-p (gnus-agent-lib-file "active"))
2747                   (with-temp-buffer
2748                     (nnheader-insert-file-contents
2749                      (gnus-agent-lib-file "active"))
2750                     (gnus-active-to-gnus-format
2751                      gnus-command-method
2752                      (setq orig (gnus-make-hashtable
2753                                  (count-lines (point-min) (point-max))))))
2754                   (dolist (expiring-group (gnus-groups-from-server
2755                                            gnus-command-method))
2756                     (let* ((active
2757                             (gnus-gethash-safe expiring-group orig)))
2758                                         
2759                       (when active
2760                         (save-excursion
2761                           (gnus-agent-expire-group-1
2762                            expiring-group overview active articles force)))))))
2763             (kill-buffer overview))
2764           (gnus-message 4 "Expiry...done")))))
2765
2766 ;;;###autoload
2767 (defun gnus-agent-batch ()
2768   "Start Gnus, send queue and fetch session."
2769   (interactive)
2770   (let ((init-file-user "")
2771         (gnus-always-read-dribble-file t))
2772     (gnus))
2773   (let ((gnus-agent-confirmation-function 'gnus-agent-batch-confirmation))
2774     (gnus-group-send-queue)
2775     (gnus-agent-fetch-session)))
2776
2777 (defun gnus-agent-unread-articles (group)
2778   (let* ((read (gnus-info-read (gnus-get-info group)))
2779          (known (gnus-agent-load-alist group))
2780          (unread (list nil))
2781          (tail-unread unread))
2782     (while (and known read)
2783       (let ((candidate (car (pop known))))
2784         (while (let* ((range (car read))
2785                       (min   (if (numberp range) range (car range)))
2786                       (max   (if (numberp range) range (cdr range))))
2787                  (cond ((or (not min)
2788                             (< candidate min))
2789                         (gnus-agent-append-to-list tail-unread candidate)
2790                         nil)
2791                        ((> candidate max)
2792                         (pop read)))))))
2793     (while known
2794       (gnus-agent-append-to-list tail-unread (car (pop known))))
2795     (cdr unread)))
2796
2797 (defun gnus-agent-uncached-articles (articles group &optional cached-header)
2798   "Restrict ARTICLES to numbers already fetched.
2799 Returns a sublist of ARTICLES that excludes thos article ids in GROUP
2800 that have already been fetched.
2801 If CACHED-HEADER is nil, articles are only excluded if the article itself
2802 has been fetched."
2803
2804   ;; Logically equivalent to: (gnus-sorted-difference articles (mapcar
2805   ;; 'car gnus-agent-article-alist))
2806
2807   ;; Functionally, I don't need to construct a temp list using mapcar.
2808
2809   (if (and (or gnus-agent-cache (not gnus-plugged))
2810            (gnus-agent-load-alist group))
2811     (let* ((ref gnus-agent-article-alist)
2812            (arts articles)
2813            (uncached (list nil))
2814            (tail-uncached uncached))
2815       (while (and ref arts)
2816         (let ((v1 (car arts))
2817               (v2 (caar ref)))
2818           (cond ((< v1 v2) ; v1 does not appear in the reference list
2819                  (gnus-agent-append-to-list tail-uncached v1)
2820                  (pop arts))
2821                 ((= v1 v2)
2822                  (unless (or cached-header (cdar ref)) ; v1 is already cached
2823                    (gnus-agent-append-to-list tail-uncached v1))
2824                  (pop arts)
2825                  (pop ref))
2826                 (t ; reference article (v2) preceeds the list being filtered
2827                  (pop ref)))))
2828       (while arts
2829         (gnus-agent-append-to-list tail-uncached (pop arts)))
2830       (cdr uncached))
2831     ;; if gnus-agent-load-alist fails, no articles are cached.
2832     articles))
2833
2834 (defun gnus-agent-retrieve-headers (articles group &optional fetch-old)
2835   (save-excursion
2836     (gnus-agent-create-buffer)
2837     (let ((gnus-decode-encoded-word-function 'identity)
2838           (file (gnus-agent-article-name ".overview" group))
2839           cached-articles uncached-articles)
2840       (gnus-make-directory (nnheader-translate-file-chars
2841                             (file-name-directory file) t))
2842
2843       ;; Populate temp buffer with known headers
2844       (when (file-exists-p file)
2845         (with-current-buffer gnus-agent-overview-buffer
2846           (erase-buffer)
2847           (let ((nnheader-file-coding-system
2848                  gnus-agent-file-coding-system))
2849             (nnheader-insert-nov-file file (car articles)))))
2850
2851       (if (setq uncached-articles (gnus-agent-uncached-articles articles group
2852                                                                 t))
2853           (progn
2854             ;; Populate nntp-server-buffer with uncached headers
2855             (set-buffer nntp-server-buffer)
2856             (erase-buffer)
2857             (cond ((not (eq 'nov (let (gnus-agent) ; Turn off agent
2858                                    (gnus-retrieve-headers
2859                                     uncached-articles group fetch-old))))
2860                    (nnvirtual-convert-headers))
2861                   ((eq 'nntp (car gnus-current-select-method))
2862                    ;; The author of gnus-get-newsgroup-headers-xover
2863                    ;; reports that the XOVER command is commonly
2864                    ;; unreliable. The problem is that recently
2865                    ;; posted articles may not be entered into the
2866                    ;; NOV database in time to respond to my XOVER
2867                    ;; query.
2868                    ;;
2869                    ;; I'm going to use his assumption that the NOV
2870                    ;; database is updated in order of ascending
2871                    ;; article ID.  Therefore, a response containing
2872                    ;; article ID N implies that all articles from 1
2873                    ;; to N-1 are up-to-date.  Therefore, missing
2874                    ;; articles in that range have expired.
2875
2876                    (set-buffer nntp-server-buffer)
2877                    (let* ((fetched-articles (list nil))
2878                           (tail-fetched-articles fetched-articles)
2879                           (min (cond ((numberp fetch-old)
2880                                       (max 1 (- (car articles) fetch-old)))
2881                                      (fetch-old
2882                                       1)
2883                                      (t
2884                                       (car articles))))
2885                           (max (car (last articles))))
2886
2887                      ;; Get the list of articles that were fetched
2888                      (goto-char (point-min))
2889                      (let ((pm (point-max)))
2890                        (while (< (point) pm)
2891                          (when (looking-at "[0-9]+\t")
2892                            (gnus-agent-append-to-list
2893                             tail-fetched-articles
2894                             (read (current-buffer))))
2895                          (forward-line 1)))
2896
2897                      ;; Clip this list to the headers that will
2898                      ;; actually be returned
2899                      (setq fetched-articles (gnus-list-range-intersection
2900                                              (cdr fetched-articles)
2901                                              (cons min max)))
2902
2903                      ;; Clip the uncached articles list to exclude
2904                      ;; IDs after the last FETCHED header.  The
2905                      ;; excluded IDs may be fetchable using HEAD.
2906                      (if (car tail-fetched-articles)
2907                          (setq uncached-articles
2908                                (gnus-list-range-intersection
2909                                 uncached-articles
2910                                 (cons (car uncached-articles)
2911                                       (car tail-fetched-articles)))))
2912
2913                      ;; Create the list of articles that were
2914                      ;; "successfully" fetched.  Success, in this
2915                      ;; case, means that the ID should not be
2916                      ;; fetched again.  In the case of an expired
2917                      ;; article, the header will not be fetched.
2918                      (setq uncached-articles
2919                            (gnus-sorted-nunion fetched-articles
2920                                                uncached-articles))
2921                      )))
2922
2923             ;; Erase the temp buffer
2924             (set-buffer gnus-agent-overview-buffer)
2925             (erase-buffer)
2926
2927             ;; Copy the nntp-server-buffer to the temp buffer
2928             (set-buffer nntp-server-buffer)
2929             (copy-to-buffer gnus-agent-overview-buffer (point-min) (point-max))
2930
2931             ;; Merge the temp buffer with the known headers (found on
2932             ;; disk in FILE) into the nntp-server-buffer
2933             (when (and uncached-articles (file-exists-p file))
2934               (gnus-agent-braid-nov group uncached-articles file))
2935
2936             ;; Save the new set of known headers to FILE
2937             (set-buffer nntp-server-buffer)
2938             (let ((coding-system-for-write
2939                    gnus-agent-file-coding-system))
2940               (gnus-agent-check-overview-buffer)
2941               (write-region (point-min) (point-max) file nil 'silent))
2942
2943             ;; Update the group's article alist to include the newly
2944             ;; fetched articles.
2945             (gnus-agent-load-alist group)
2946             (gnus-agent-save-alist group uncached-articles nil)
2947             )
2948
2949         ;; Copy the temp buffer to the nntp-server-buffer
2950         (set-buffer nntp-server-buffer)
2951         (erase-buffer)
2952         (insert-buffer-substring gnus-agent-overview-buffer)))
2953
2954     (if (and fetch-old
2955              (not (numberp fetch-old)))
2956         t                               ; Don't remove anything.
2957       (nnheader-nov-delete-outside-range
2958        (if fetch-old (max 1 (- (car articles) fetch-old))
2959          (car articles))
2960        (car (last articles)))
2961       t)
2962
2963     'nov))
2964
2965 (defun gnus-agent-request-article (article group)
2966   "Retrieve ARTICLE in GROUP from the agent cache."
2967   (when (and gnus-agent
2968              (or gnus-agent-cache
2969                  (not gnus-plugged))
2970              (numberp article))
2971     (let* ((gnus-command-method (gnus-find-method-for-group group))
2972            (file (concat
2973                   (gnus-agent-directory)
2974                   (gnus-agent-group-path group) "/"
2975                   (number-to-string article)))
2976            (buffer-read-only nil))
2977       (when (and (file-exists-p file)
2978                  (> (nth 7 (file-attributes file)) 0))
2979         (erase-buffer)
2980         (gnus-kill-all-overlays)
2981         (let ((coding-system-for-read gnus-cache-coding-system))
2982           (insert-file-contents file))
2983         t))))
2984
2985 (defun gnus-agent-regenerate-group (group &optional reread)
2986   "Regenerate GROUP.
2987 If REREAD is t, all articles in the .overview are marked as unread.
2988 If REREAD is not nil, downloaded articles are marked as unread."
2989   (interactive
2990    (list (let ((def (or (gnus-group-group-name)
2991                         gnus-newsgroup-name)))
2992            (let ((select (read-string (if def
2993                                           (concat "Group Name ("
2994                                                   def "): ")
2995                                         "Group Name: "))))
2996              (if (and (equal "" select)
2997                       def)
2998                  def
2999                select)))
3000          (intern-soft
3001           (read-string
3002            "Reread (nil)? (t=>all, nil=>none, some=>all downloaded): "))))
3003   (gnus-message 5 "Regenerating in %s" group)
3004   (let* ((gnus-command-method (or gnus-command-method
3005                                   (gnus-find-method-for-group group)))
3006          (file (gnus-agent-article-name ".overview" group))
3007          (dir (file-name-directory file))
3008          point
3009          (downloaded (if (file-exists-p dir)
3010                          (sort (mapcar (lambda (name) (string-to-int name))
3011                                        (directory-files dir nil "^[0-9]+$" t))
3012                                '>)
3013                        (progn (gnus-make-directory dir) nil)))
3014          dl nov-arts
3015          alist header
3016          regenerated)
3017
3018     (mm-with-unibyte-buffer
3019      (if (file-exists-p file)
3020          (let ((nnheader-file-coding-system
3021                 gnus-agent-file-coding-system))
3022            (nnheader-insert-file-contents file)))
3023      (set-buffer-modified-p nil)
3024
3025      ;; Load the article IDs found in the overview file.  As a
3026      ;; side-effect, validate the file contents.
3027      (let ((load t))
3028        (while load
3029          (setq load nil)
3030          (goto-char (point-min))
3031          (while (< (point) (point-max))
3032            (cond ((and (looking-at "[0-9]+\t")
3033                        (<= (- (match-end 0) (match-beginning 0)) 9))
3034                   (push (read (current-buffer)) nov-arts)
3035                   (forward-line 1)
3036                   (let ((l1 (car nov-arts))
3037                         (l2 (cadr nov-arts)))
3038                     (cond ((not l2)
3039                            nil)
3040                           ((< l1 l2)
3041                            (gnus-message 3 "gnus-agent-regenerate-group: NOV\
3042  entries are NOT in ascending order.")
3043                            ;; Don't sort now as I haven't verified
3044                            ;; that every line begins with a number
3045                            (setq load t))
3046                           ((= l1 l2)
3047                            (forward-line -1)
3048                            (gnus-message 4 "gnus-agent-regenerate-group: NOV\
3049  entries contained duplicate of article %s.      Duplicate deleted." l1)
3050                            (gnus-delete-line)
3051                            (pop nov-arts)))))
3052                  (t
3053                   (gnus-message 1 "gnus-agent-regenerate-group: NOV\
3054  entries contained line that did not begin with an article number.  Deleted\
3055  line.")
3056                   (gnus-delete-line))))
3057          (if load
3058              (progn
3059                (gnus-message 5 "gnus-agent-regenerate-group: Sorting NOV\
3060  entries into ascending order.")
3061                (sort-numeric-fields 1 (point-min) (point-max))
3062                     (setq nov-arts nil)))))
3063      (gnus-agent-check-overview-buffer)
3064
3065      ;; Construct a new article alist whose nodes match every header
3066      ;; in the .overview file.  As a side-effect, missing headers are
3067      ;; reconstructed from the downloaded article file.
3068      (while (or downloaded nov-arts)
3069        (cond ((and downloaded
3070                    (or (not nov-arts)
3071                        (> (car downloaded) (car nov-arts))))
3072               ;; This entry is missing from the overview file
3073               (gnus-message 3 "Regenerating NOV %s %d..." group
3074                             (car downloaded))
3075               (let ((file (concat dir (number-to-string (car downloaded)))))
3076                 (mm-with-unibyte-buffer
3077                  (nnheader-insert-file-contents file)
3078                  (nnheader-remove-body)
3079                  (setq header (nnheader-parse-naked-head)))
3080                 (mail-header-set-number header (car downloaded))
3081                 (if nov-arts
3082                     (let ((key (concat "^" (int-to-string (car nov-arts))
3083                                        "\t")))
3084                       (or (re-search-backward key nil t)
3085                           (re-search-forward key))
3086                       (forward-line 1))
3087                   (goto-char (point-min)))
3088                 (nnheader-insert-nov header))
3089               (setq nov-arts (cons (car downloaded) nov-arts)))
3090              ((eq (car downloaded) (car nov-arts))
3091               ;; This entry in the overview has been downloaded
3092               (push (cons (car downloaded)
3093                           (time-to-days
3094                            (nth 5 (file-attributes
3095                                    (concat dir (number-to-string
3096                                                 (car downloaded))))))) alist)
3097               (pop downloaded)
3098               (pop nov-arts))
3099              (t
3100               ;; This entry in the overview has not been downloaded
3101               (push (cons (car nov-arts) nil) alist)
3102               (pop nov-arts))))
3103
3104      ;; When gnus-agent-consider-all-articles is set,
3105      ;; gnus-agent-regenerate-group should NOT remove article IDs from
3106      ;; the alist.  Those IDs serve as markers to indicate that an
3107      ;; attempt has been made to fetch that article's header.
3108
3109      ;; When gnus-agent-consider-all-articles is NOT set,
3110      ;; gnus-agent-regenerate-group can remove the article ID of every
3111      ;; article (with the exception of the last ID in the list - it's
3112      ;; special) that no longer appears in the overview.  In this
3113      ;; situtation, the last article ID in the list implies that it,
3114      ;; and every article ID preceeding it, have been fetched from the
3115      ;; server.
3116      (if gnus-agent-consider-all-articles
3117          ;; Restore all article IDs that were not found in the overview file.
3118          (let* ((n (cons nil alist))
3119                 (merged n)
3120                 (o (gnus-agent-load-alist group)))
3121            (while o
3122              (let ((nID (caadr n))
3123                    (oID (caar o)))
3124                (cond ((not nID)
3125                       (setq n (setcdr n (list (list oID))))
3126                       (pop o))
3127                      ((< oID nID)
3128                       (setcdr n (cons (list oID) (cdr n)))
3129                       (pop o))
3130                      ((= oID nID)
3131                       (pop o)
3132                       (pop n))
3133                      (t
3134                       (pop n)))))
3135            (setq alist (cdr merged)))
3136        ;; Restore the last article ID if it is not already in the new alist
3137        (let ((n (last alist))
3138              (o (last (gnus-agent-load-alist group))))
3139          (cond ((not o)
3140                 nil)
3141                ((not n)
3142                 (push (cons (caar o) nil) alist))
3143                ((< (caar n) (caar o))
3144                 (setcdr n (list (car o)))))))
3145
3146      (let ((inhibit-quit t))
3147      (if (setq regenerated (buffer-modified-p))
3148          (let ((coding-system-for-write gnus-agent-file-coding-system))
3149            (write-region (point-min) (point-max) file nil 'silent)))
3150
3151     (setq regenerated (or regenerated
3152                           (and reread gnus-agent-article-alist)
3153                           (not (equal alist gnus-agent-article-alist)))
3154           )
3155
3156     (setq gnus-agent-article-alist alist)
3157
3158     (when regenerated
3159          (gnus-agent-save-alist group)))
3160      )
3161
3162     (when (and reread gnus-agent-article-alist)
3163       (gnus-make-ascending-articles-unread
3164        group
3165        (delq nil (mapcar (function (lambda (c)
3166                                      (cond ((eq reread t)
3167                                             (car c))
3168                                            ((cdr c)
3169                                             (car c)))))
3170                          gnus-agent-article-alist)))
3171
3172       (when (gnus-buffer-live-p gnus-group-buffer)
3173         (gnus-group-update-group group t)
3174         (sit-for 0))
3175       )
3176
3177     (gnus-message 5 nil)
3178     regenerated))
3179
3180 ;;;###autoload
3181 (defun gnus-agent-regenerate (&optional clean reread)
3182   "Regenerate all agent covered files.
3183 If CLEAN, don't read existing active files."
3184   (interactive "P")
3185   (let (regenerated)
3186     (gnus-message 4 "Regenerating Gnus agent files...")
3187     (dolist (gnus-command-method gnus-agent-covered-methods)
3188       (let ((active-file (gnus-agent-lib-file "active"))
3189             active-hashtb active-changed
3190             point)
3191         (gnus-make-directory (file-name-directory active-file))
3192         (if clean
3193             (setq active-hashtb (gnus-make-hashtable 1000))
3194           (mm-with-unibyte-buffer
3195            (if (file-exists-p active-file)
3196                (let ((nnheader-file-coding-system
3197                       gnus-agent-file-coding-system))
3198                  (nnheader-insert-file-contents active-file))
3199              (setq active-changed t))
3200            (gnus-active-to-gnus-format
3201             nil (setq active-hashtb
3202                       (gnus-make-hashtable
3203                        (count-lines (point-min) (point-max)))))))
3204         (dolist (group (gnus-groups-from-server gnus-command-method))
3205           (setq regenerated (or (gnus-agent-regenerate-group group reread)
3206                                 regenerated))
3207           (let ((min (or (caar gnus-agent-article-alist) 1))
3208                 (max (or (caar (last gnus-agent-article-alist)) 0))
3209                 (active (gnus-gethash-safe (gnus-group-real-name group)
3210                                            active-hashtb))
3211                 (read (gnus-info-read (gnus-get-info group))))
3212             (if (not active)
3213                 (progn
3214                   (setq active (cons min max)
3215                         active-changed t)
3216                   (gnus-sethash group active active-hashtb))
3217               (when (> (car active) min)
3218                 (setcar active min)
3219                 (setq active-changed t))
3220               (when (< (cdr active) max)
3221                 (setcdr active max)
3222                 (setq active-changed t)))))
3223         (when active-changed
3224           (setq regenerated t)
3225           (gnus-message 4 "Regenerate %s" active-file)
3226           (let ((nnmail-active-file-coding-system
3227                  gnus-agent-file-coding-system))
3228             (gnus-write-active-file active-file active-hashtb)))))
3229     (gnus-message 4 "Regenerating Gnus agent files...done")
3230     regenerated))
3231
3232 (defun gnus-agent-go-online (&optional force)
3233   "Switch servers into online status."
3234   (interactive (list t))
3235   (dolist (server gnus-opened-servers)
3236     (when (eq (nth 1 server) 'offline)
3237       (if (if (eq force 'ask)
3238               (gnus-y-or-n-p
3239                (format "Switch %s:%s into online status? "
3240                        (caar server) (cadar server)))
3241             force)
3242           (setcar (nthcdr 1 server) 'close)))))
3243
3244 (defun gnus-agent-toggle-group-plugged (group)
3245   "Toggle the status of the server of the current group."
3246   (interactive (list (gnus-group-group-name)))
3247   (let* ((method (gnus-find-method-for-group group))
3248          (status (cadr (assoc method gnus-opened-servers))))
3249     (if (eq status 'offline)
3250         (gnus-server-set-status method 'closed)
3251       (gnus-close-server method)
3252       (gnus-server-set-status method 'offline))
3253     (message "Turn %s:%s from %s to %s." (car method) (cadr method)
3254              (if (eq status 'offline) 'offline 'online)
3255              (if (eq status 'offline) 'online 'offline))))
3256
3257 (defun gnus-agent-group-covered-p (group)
3258   (member (gnus-group-method group)
3259           gnus-agent-covered-methods))
3260
3261 (add-hook 'gnus-group-prepare-hook
3262           (lambda ()
3263             'gnus-agent-do-once
3264
3265             (when (listp gnus-agent-expire-days)
3266               (beep)
3267               (beep)
3268               (gnus-message 1 "WARNING: gnus-agent-expire-days no longer\
3269  supports being set to a list.")(sleep-for 3)
3270               (gnus-message 1 "Change your configuration to set it to an\
3271  integer.")(sleep-for 3)
3272               (gnus-message 1 "I am now setting group parameters on each\
3273  group to match the configuration that the list offered.")
3274
3275               (save-excursion
3276                 (let ((groups (gnus-group-listed-groups)))
3277                   (while groups
3278                     (let* ((group (pop groups))
3279                            (days gnus-agent-expire-days)
3280                            (day (catch 'found
3281                                   (while days
3282                                     (when (eq 0 (string-match
3283                                                  (caar days)
3284                                                  group))
3285                                       (throw 'found (cadar days)))
3286                                     (pop days))
3287                                   nil)))
3288                       (when day
3289                         (gnus-group-set-parameter group 'agent-days-until-old
3290                                                   day))))))
3291
3292               (let ((h gnus-group-prepare-hook))
3293                 (while h
3294                   (let ((func (pop h)))
3295                     (when (and (listp func)
3296                                (eq (cadr (caddr func)) 'gnus-agent-do-once))
3297                       (remove-hook 'gnus-group-prepare-hook func)
3298                       (setq h nil)))))
3299
3300               (gnus-message 1 "I have finished setting group parameters on\
3301  each group. You may now customize your groups and/or topics to control the\
3302  agent."))))
3303
3304 (provide 'gnus-agent)
3305
3306 ;;; gnus-agent.el ends here