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