Synch to Gnus 200308070200.
[elisp/gnus.git-] / lisp / nnfolder.el
1 ;;; nnfolder.el --- mail folder access for Gnus
2 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 ;;        Free Software Foundation, Inc.
4
5 ;; Author: Simon Josefsson <simon@josefsson.org> (adding MARKS)
6 ;;      ShengHuo Zhu <zsh@cs.rochester.edu> (adding NOV)
7 ;;      Scott Byer <byer@mv.us.adobe.com>
8 ;;      Lars Magne Ingebrigtsen <larsi@gnus.org>
9 ;;      Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
10 ;; Keywords: mail
11
12 ;; This file is part of GNU Emacs.
13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; any later version.
18
19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 ;; GNU General Public License for more details.
23
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 ;; Boston, MA 02111-1307, USA.
28
29 ;;; Commentary:
30
31 ;;; Code:
32
33 (eval-when-compile (require 'cl))
34 (eval-when-compile (require 'gnus-clfns))
35
36 (require 'nnheader)
37 (require 'message)
38 (require 'nnmail)
39 (require 'nnoo)
40 (require 'gnus)
41 (require 'gnus-util)
42 (require 'gnus-range)
43
44 (eval-and-compile
45   (autoload 'gnus-article-unpropagatable-p "gnus-sum")
46   (autoload 'gnus-intersection "gnus-range"))
47
48 (nnoo-declare nnfolder)
49
50 (defvoo nnfolder-directory (expand-file-name message-directory)
51   "The name of the nnfolder directory.")
52
53 (defvoo nnfolder-nov-directory nil
54   "The name of the nnfolder NOV directory.
55 If nil, `nnfolder-directory' is used.")
56
57 (defvoo nnfolder-marks-directory nil
58   "The name of the nnfolder MARKS directory.
59 If nil, `nnfolder-directory' is used.")
60
61 (defvoo nnfolder-active-file
62     (nnheader-concat nnfolder-directory "active")
63   "The name of the active file.")
64
65 ;; I renamed this variable to something more in keeping with the general GNU
66 ;; style. -SLB
67
68 (defvoo nnfolder-ignore-active-file nil
69   "If non-nil, the active file is ignored.
70 This causes nnfolder to do some extra work in order to determine the
71 true active ranges of an mbox file.  Note that the active file is
72 still saved, but its values are not used.  This costs some extra time
73 when scanning an mbox when opening it.")
74
75 (defvoo nnfolder-distrust-mbox nil
76   "If non-nil, the folder will be distrusted.
77 This means that nnfolder will not trust the user with respect to
78 inserting unaccounted for mail in the middle of an mbox file.  This
79 can greatly slow down scans, which now must scan the entire file for
80 unmarked messages.  When nil, scans occur forward from the last marked
81 message, a huge time saver for large mailboxes.")
82
83 (defvoo nnfolder-newsgroups-file
84     (concat (file-name-as-directory nnfolder-directory) "newsgroups")
85   "Mail newsgroups description file.")
86
87 (defvoo nnfolder-get-new-mail t
88   "If non-nil, nnfolder will check the incoming mail file and split the mail.")
89
90 (defvoo nnfolder-prepare-save-mail-hook nil
91   "Hook run narrowed to an article before saving.")
92
93 (defvoo nnfolder-save-buffer-hook nil
94   "Hook run before saving the nnfolder mbox buffer.")
95
96
97 (defvoo nnfolder-inhibit-expiry nil
98   "If non-nil, inhibit expiry.")
99
100 \f
101
102 (defconst nnfolder-version "nnfolder 2.0"
103   "nnfolder version.")
104
105 (defconst nnfolder-article-marker "X-Gnus-Article-Number: "
106   "String used to demarcate what the article number for a message is.")
107
108 (defvoo nnfolder-current-group nil)
109 (defvoo nnfolder-current-buffer nil)
110 (defvoo nnfolder-status-string "")
111 (defvoo nnfolder-group-alist nil)
112 (defvoo nnfolder-buffer-alist nil)
113 (defvoo nnfolder-scantime-alist nil)
114 (defvoo nnfolder-active-timestamp nil)
115 (defvoo nnfolder-active-file-coding-system nnheader-text-coding-system)
116 (defvoo nnfolder-active-file-coding-system-for-write
117     nnmail-active-file-coding-system)
118 (defvoo nnfolder-file-coding-system nnheader-text-coding-system)
119 (defvoo nnfolder-file-coding-system-for-write nnheader-file-coding-system
120   "Coding system for save nnfolder file.
121 if nil, `nnfolder-file-coding-system' is used.") ; FIXME: fill-in the doc-string of this variable
122
123 (defvoo nnfolder-nov-is-evil nil
124   "If non-nil, Gnus will never generate and use nov databases for mail groups.
125 Using nov databases will speed up header fetching considerably.
126 This variable shouldn't be flipped much.  If you have, for some reason,
127 set this to t, and want to set it to nil again, you should always run
128 the `nnfolder-generate-active-file' command.  The function will go
129 through all nnfolder directories and generate nov databases for them
130 all.  This may very well take some time.")
131
132 (defvoo nnfolder-nov-file-suffix ".nov")
133
134 (defvoo nnfolder-nov-buffer-alist nil)
135
136 (defvar nnfolder-nov-buffer-file-name nil)
137
138 (defvoo nnfolder-marks-is-evil nil
139   "If non-nil, Gnus will never generate and use marks file for mail groups.
140 Using marks files makes it possible to backup and restore mail groups
141 separately from `.newsrc.eld'.  If you have, for some reason, set
142 this to t, and want to set it to nil again, you should always remove
143 the corresponding marks file (usually base nnfolder file name
144 concatenated with `.mrk', but see `nnfolder-marks-file-suffix') for
145 the group.  Then the marks file will be regenerated properly by Gnus.")
146
147 (defvoo nnfolder-marks nil)
148
149 (defvoo nnfolder-marks-file-suffix ".mrk")
150
151 (defvar nnfolder-marks-modtime (gnus-make-hashtable))
152
153 \f
154
155 ;;; Interface functions
156
157 (nnoo-define-basics nnfolder)
158
159 (deffoo nnfolder-retrieve-headers (articles &optional group server fetch-old)
160   (save-excursion
161     (set-buffer nntp-server-buffer)
162     (erase-buffer)
163     (let (article start stop num)
164       (nnfolder-possibly-change-group group server)
165       (when nnfolder-current-buffer
166         (set-buffer nnfolder-current-buffer)
167         (goto-char (point-min))
168         (if (stringp (car articles))
169             'headers
170           (if (nnfolder-retrieve-headers-with-nov articles fetch-old)
171               'nov
172             (setq articles (gnus-sorted-intersection
173                             ;; Is ARTICLES sorted?
174                             (sort articles '<)
175                             (nnfolder-existing-articles)))
176             (while (setq article (pop articles))
177               (set-buffer nnfolder-current-buffer)
178               (cond ((nnfolder-goto-article article)
179                      (setq start (point))
180                      (setq stop (if (search-forward "\n\n" nil t)
181                                     (1- (point))
182                                   (point-max)))
183                      (set-buffer nntp-server-buffer)
184                      (insert (format "221 %d Article retrieved.\n" article))
185                      (insert-buffer-substring nnfolder-current-buffer
186                                               start stop)
187                      (goto-char (point-max))
188                      (insert ".\n"))
189
190                     ;; If we couldn't find this article, skip over ranges
191                     ;; of missing articles so we don't search the whole file
192                     ;; for each of them.
193                     ((numberp article)
194                      (setq start (point))
195                      (and
196                       ;; Check that we are either at BOF or after an
197                       ;; article with a lower number.  We do this so we
198                       ;; won't be confused by out-of-order article numbers,
199                       ;; as caused by active file bogosity.
200                       (cond
201                        ((bobp))
202                        ((search-backward (concat "\n" nnfolder-article-marker)
203                                          nil t)
204                         (goto-char (match-end 0))
205                         (setq num (string-to-int
206                                    (buffer-substring
207                                     (point) (gnus-point-at-eol))))
208                         (goto-char start)
209                         (< num article)))
210                       ;; Check that we are before an article with a
211                       ;; higher number.
212                       (search-forward (concat "\n" nnfolder-article-marker)
213                                       nil t)
214                       (progn
215                         (setq num (string-to-int
216                                    (buffer-substring
217                                     (point) (gnus-point-at-eol))))
218                         (> num article))
219                       ;; Discard any article numbers before the one we're
220                       ;; now looking at.
221                       (while (and articles
222                                   (< (car articles) num))
223                         (setq articles (cdr articles))))
224                      (goto-char start))))
225             (set-buffer nntp-server-buffer)
226             (nnheader-fold-continuation-lines)
227             'headers))))))
228
229 (deffoo nnfolder-open-server (server &optional defs)
230   (nnoo-change-server 'nnfolder server defs)
231   (nnmail-activate 'nnfolder t)
232   (gnus-make-directory nnfolder-directory)
233   (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
234     (and nnfolder-nov-directory
235          (gnus-make-directory nnfolder-nov-directory)))
236   (unless nnfolder-marks-is-evil
237     (and nnfolder-marks-directory
238          (gnus-make-directory nnfolder-marks-directory)))
239   (cond
240    ((not (file-exists-p nnfolder-directory))
241     (nnfolder-close-server)
242     (nnheader-report 'nnfolder "Couldn't create directory: %s"
243                      nnfolder-directory))
244    ((not (file-directory-p (file-truename nnfolder-directory)))
245     (nnfolder-close-server)
246     (nnheader-report 'nnfolder "Not a directory: %s" nnfolder-directory))
247    (t
248     (nnmail-activate 'nnfolder)
249     (nnheader-report 'nnfolder "Opened server %s using directory %s"
250                      server nnfolder-directory)
251     t)))
252
253 (deffoo nnfolder-request-close ()
254   (let ((alist nnfolder-buffer-alist))
255     (while alist
256       (nnfolder-close-group (caar alist) nil t)
257       (setq alist (cdr alist))))
258   (nnoo-close-server 'nnfolder)
259   (setq nnfolder-buffer-alist nil
260         nnfolder-group-alist nil))
261
262 (deffoo nnfolder-request-article (article &optional group server buffer)
263   (nnfolder-possibly-change-group group server)
264   (save-excursion
265     (set-buffer nnfolder-current-buffer)
266     (goto-char (point-min))
267     (when (nnfolder-goto-article article)
268       (let (start stop)
269         (setq start (point))
270         (forward-line 1)
271         (unless (and (nnmail-search-unix-mail-delim)
272                      (forward-line -1))
273           (goto-char (point-max)))
274         (setq stop (point))
275         (let ((nntp-server-buffer (or buffer nntp-server-buffer)))
276           (set-buffer nntp-server-buffer)
277           (erase-buffer)
278           (insert-buffer-substring nnfolder-current-buffer start stop)
279           (goto-char (point-min))
280           (while (looking-at "From ")
281             (delete-char 5)
282             (insert "X-From-Line: ")
283             (forward-line 1))
284           (if (numberp article)
285               (cons nnfolder-current-group article)
286             (goto-char (point-min))
287             (cons nnfolder-current-group
288                   (if (search-forward (concat "\n" nnfolder-article-marker)
289                                       nil t)
290                       (string-to-int (buffer-substring
291                                       (point) (gnus-point-at-eol)))
292                     -1))))))))
293
294 (deffoo nnfolder-request-group (group &optional server dont-check)
295   (nnfolder-possibly-change-group group server t)
296   (save-excursion
297     (if (not (assoc group nnfolder-group-alist))
298         (nnheader-report 'nnfolder "No such group: %s" group)
299       (if dont-check
300           (progn
301             (nnheader-report 'nnfolder "Selected group %s" group)
302             t)
303         (let* ((active (assoc group nnfolder-group-alist))
304                (group (car active))
305                (range (cadr active)))
306           (cond
307            ((null active)
308             (nnheader-report 'nnfolder "No such group: %s" group))
309            ((null nnfolder-current-group)
310             (nnheader-report 'nnfolder "Empty group: %s" group))
311            (t
312             (nnheader-report 'nnfolder "Selected group %s" group)
313             (nnheader-insert "211 %d %d %d %s\n"
314                              (1+ (- (cdr range) (car range)))
315                              (car range) (cdr range) group))))))))
316
317 (deffoo nnfolder-request-scan (&optional group server)
318   (nnfolder-possibly-change-group nil server)
319   (when nnfolder-get-new-mail
320     (nnfolder-possibly-change-group group server)
321     (nnmail-get-new-mail
322      'nnfolder
323      (lambda ()
324        (let ((bufs nnfolder-buffer-alist))
325          (save-excursion
326            (while bufs
327              (if (not (gnus-buffer-live-p (nth 1 (car bufs))))
328                  (setq nnfolder-buffer-alist
329                        (delq (car bufs) nnfolder-buffer-alist))
330                (set-buffer (nth 1 (car bufs)))
331                (nnfolder-save-buffer)
332                (kill-buffer (current-buffer)))
333              (setq bufs (cdr bufs))))))
334      nnfolder-directory
335      group)))
336
337 ;; Don't close the buffer if we're not shutting down the server.  This way,
338 ;; we can keep the buffer in the group buffer cache, and not have to grovel
339 ;; over the buffer again unless we add new mail to it or modify it in some
340 ;; way.
341
342 (deffoo nnfolder-close-group (group &optional server force)
343   ;; Make sure we _had_ the group open.
344   (when (or (assoc group nnfolder-buffer-alist)
345             (equal group nnfolder-current-group))
346     (let ((inf (assoc group nnfolder-buffer-alist)))
347       (when inf
348         (when (and nnfolder-current-group
349                    nnfolder-current-buffer)
350           (push (list nnfolder-current-group nnfolder-current-buffer)
351                 nnfolder-buffer-alist))
352         (setq nnfolder-buffer-alist
353               (delq inf nnfolder-buffer-alist))
354         (setq nnfolder-current-buffer (cadr inf)
355               nnfolder-current-group (car inf))))
356     (when (and nnfolder-current-buffer
357                (buffer-name nnfolder-current-buffer))
358       (save-excursion
359         (set-buffer nnfolder-current-buffer)
360         ;; If the buffer was modified, write the file out now.
361         (nnfolder-save-buffer)
362         ;; If we're shutting the server down, we need to kill the
363         ;; buffer and remove it from the open buffer list.  Or, of
364         ;; course, if we're trying to minimize our space impact.
365         (kill-buffer (current-buffer))
366         (setq nnfolder-buffer-alist (delq (assoc group nnfolder-buffer-alist)
367                                           nnfolder-buffer-alist)))))
368   (setq nnfolder-current-group nil
369         nnfolder-current-buffer nil)
370   t)
371
372 (deffoo nnfolder-request-create-group (group &optional server args)
373   (nnfolder-possibly-change-group nil server)
374   (nnmail-activate 'nnfolder)
375   (when group
376     (unless (assoc group nnfolder-group-alist)
377       (push (list group (cons 1 0)) nnfolder-group-alist)
378       (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
379       (nnfolder-read-folder group)))
380   t)
381
382 (deffoo nnfolder-request-list (&optional server)
383   (nnfolder-possibly-change-group nil server)
384   (save-excursion
385     (let ((nnmail-file-coding-system nnfolder-active-file-coding-system))
386       (nnmail-find-file nnfolder-active-file)
387       (setq nnfolder-group-alist (nnmail-get-active)))
388     t))
389
390 (deffoo nnfolder-request-newgroups (date &optional server)
391   (nnfolder-possibly-change-group nil server)
392   (nnfolder-request-list server))
393
394 (deffoo nnfolder-request-list-newsgroups (&optional server)
395   (nnfolder-possibly-change-group nil server)
396   (save-excursion
397     (let ((nnmail-file-coding-system nnfolder-file-coding-system))
398       (nnmail-find-file nnfolder-newsgroups-file))))
399
400 ;; Return a list consisting of all article numbers existing in the
401 ;; current folder.
402
403 (defun nnfolder-existing-articles ()
404   (save-excursion
405     (when nnfolder-current-buffer
406       (set-buffer nnfolder-current-buffer)
407       (goto-char (point-min))
408       (let ((marker (concat "\n" nnfolder-article-marker))
409             (number "[0-9]+")
410             numbers)
411         (while (and (search-forward marker nil t)
412                     (re-search-forward number nil t))
413           (let ((newnum (string-to-number (match-string 0))))
414             (if (nnmail-within-headers-p)
415                 (push newnum numbers))))
416         ;; The article numbers are increasing, so this result is sorted.
417         (nreverse numbers)))))
418
419 (deffoo nnfolder-request-expire-articles
420     (articles newsgroup &optional server force)
421   (nnfolder-possibly-change-group newsgroup server)
422   (let* ((is-old t)
423          ;; The articles we have deleted so far.
424          (deleted-articles nil)
425          ;; The articles that really exist and will
426          ;; be expired if they are old enough.
427          (maybe-expirable
428           (gnus-sorted-intersection articles (nnfolder-existing-articles))))
429     (nnmail-activate 'nnfolder)
430
431     (save-excursion
432       (set-buffer nnfolder-current-buffer)
433       ;; Since messages are sorted in arrival order and expired in the
434       ;; same order, we can stop as soon as we find a message that is
435       ;; too old.
436       (while (and maybe-expirable is-old)
437         (goto-char (point-min))
438         (when (and (nnfolder-goto-article (car maybe-expirable))
439                    (search-forward (concat "\n" nnfolder-article-marker)
440                                    nil t))
441           (forward-sexp)
442           (when (setq is-old
443                       (nnmail-expired-article-p
444                        newsgroup
445                        (buffer-substring
446                         (point) (progn (end-of-line) (point)))
447                        force nnfolder-inhibit-expiry))
448             (unless (eq nnmail-expiry-target 'delete)
449               (with-temp-buffer
450                 (nnfolder-request-article (car maybe-expirable)
451                                           newsgroup server (current-buffer))
452                 (let ((nnfolder-current-directory nil))
453                   (nnmail-expiry-target-group
454                    nnmail-expiry-target newsgroup)))
455               (nnfolder-possibly-change-group newsgroup server))
456             (nnheader-message 5 "Deleting article %d in %s..."
457                               (car maybe-expirable) newsgroup)
458             (nnfolder-delete-mail)
459             (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
460               (nnfolder-nov-delete-article newsgroup (car maybe-expirable)))
461             ;; Must remember which articles were actually deleted
462             (push (car maybe-expirable) deleted-articles)))
463         (setq maybe-expirable (cdr maybe-expirable)))
464       (unless nnfolder-inhibit-expiry
465         (nnheader-message 5 "Deleting articles...done"))
466       (nnfolder-save-buffer)
467       (nnfolder-adjust-min-active newsgroup)
468       (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
469       (gnus-sorted-difference articles (nreverse deleted-articles)))))
470
471 (deffoo nnfolder-request-move-article (article group server
472                                                accept-form &optional last)
473   (save-excursion
474     (let ((buf (get-buffer-create " *nnfolder move*"))
475           result)
476       (and
477        (nnfolder-request-article article group server)
478        (save-excursion
479          (set-buffer buf)
480          (erase-buffer)
481          (insert-buffer-substring nntp-server-buffer)
482          (goto-char (point-min))
483          (while (re-search-forward
484                  (concat "^" nnfolder-article-marker)
485                  (save-excursion (and (search-forward "\n\n" nil t) (point)))
486                  t)
487            (gnus-delete-line))
488          (setq result (eval accept-form))
489          (kill-buffer buf)
490          result)
491        (save-excursion
492          (nnfolder-possibly-change-group group server)
493          (set-buffer nnfolder-current-buffer)
494          (goto-char (point-min))
495          (when (nnfolder-goto-article article)
496            (nnfolder-delete-mail))
497          (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
498            (nnfolder-nov-delete-article group article))
499          (when last
500            (nnfolder-save-buffer)
501            (nnfolder-adjust-min-active group)
502            (nnfolder-save-active nnfolder-group-alist nnfolder-active-file))))
503       result)))
504
505 (deffoo nnfolder-request-accept-article (group &optional server last)
506   (save-excursion
507     (nnfolder-possibly-change-group group server)
508     (nnmail-check-syntax)
509     (let ((buf (current-buffer))
510           result art-group)
511       (goto-char (point-min))
512       (when (looking-at "X-From-Line: ")
513         (replace-match "From ")
514         (while (progn (forward-line) (looking-at "[ \t]"))
515           (delete-char -1)))
516       (with-temp-buffer
517         (let ((nnmail-file-coding-system nnfolder-active-file-coding-system)
518               (nntp-server-buffer (current-buffer)))
519           (nnmail-find-file nnfolder-active-file)
520           (setq nnfolder-group-alist (nnmail-parse-active))))
521       (save-excursion
522         (goto-char (point-min))
523         (if (search-forward "\n\n" nil t)
524             (forward-line -1)
525           (goto-char (point-max)))
526         (while (re-search-backward (concat "^" nnfolder-article-marker) nil t)
527           (delete-region (point) (progn (forward-line 1) (point))))
528         (when nnmail-cache-accepted-message-ids
529           (nnmail-cache-insert (nnmail-fetch-field "message-id") group))
530         (setq result (if (stringp group)
531                          (list (cons group (nnfolder-active-number group)))
532                        (setq art-group
533                              (nnmail-article-group 'nnfolder-active-number))))
534         (if (and (null result)
535                  (yes-or-no-p "Moved to `junk' group; delete article? "))
536             (setq result 'junk)
537           (setq result
538                 (car (nnfolder-save-mail result)))))
539       (when last
540         (save-excursion
541           (nnfolder-possibly-change-folder (or (caar art-group) group))
542           (nnfolder-save-buffer)
543           (when nnmail-cache-accepted-message-ids
544             (nnmail-cache-close))))
545       (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
546       (unless result
547         (nnheader-report 'nnfolder "Couldn't store article"))
548       result)))
549
550 (deffoo nnfolder-request-replace-article (article group buffer)
551   (nnfolder-possibly-change-group group)
552   (save-excursion
553     (set-buffer buffer)
554     (goto-char (point-min))
555     (if (not (looking-at "X-From-Line: "))
556         (insert "From nobody " (current-time-string) "\n")
557       (replace-match "From ")
558       (forward-line 1)
559       (while (looking-at "[ \t]")
560         (delete-char -1)
561         (forward-line 1)))
562     (nnfolder-normalize-buffer)
563     (set-buffer nnfolder-current-buffer)
564     (goto-char (point-min))
565     (if (not (nnfolder-goto-article article))
566         nil
567       (nnfolder-delete-mail)
568       (insert-buffer-substring buffer)
569       (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
570         (save-excursion
571           (set-buffer buffer)
572           (let ((headers (nnfolder-parse-head article
573                                               (point-min) (point-max))))
574             (with-current-buffer (nnfolder-open-nov group)
575               (if (nnheader-find-nov-line article)
576                   (delete-region (point) (progn (forward-line 1) (point))))
577               (nnheader-insert-nov headers)))))
578       (nnfolder-save-buffer)
579       t)))
580
581 (deffoo nnfolder-request-delete-group (group &optional force server)
582   (nnfolder-close-group group server t)
583   ;; Delete all articles in GROUP.
584   (if (not force)
585       ()                                ; Don't delete the articles.
586     ;; Delete the file that holds the group.
587     (let ((data (nnfolder-group-pathname group))
588           (nov (nnfolder-group-nov-pathname group))
589           (mrk (nnfolder-group-marks-pathname group)))
590       (ignore-errors (delete-file data))
591       (ignore-errors (delete-file nov))
592       (ignore-errors (delete-file mrk))))
593   ;; Remove the group from all structures.
594   (setq nnfolder-group-alist
595         (delq (assoc group nnfolder-group-alist) nnfolder-group-alist)
596         nnfolder-current-group nil
597         nnfolder-current-buffer nil)
598   ;; Save the active file.
599   (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
600   t)
601
602 (deffoo nnfolder-request-rename-group (group new-name &optional server)
603   (nnfolder-possibly-change-group group server)
604   (save-excursion
605     (set-buffer nnfolder-current-buffer)
606     (and (file-writable-p buffer-file-name)
607          (ignore-errors
608            (let ((new-file (nnfolder-group-pathname new-name)))
609              (gnus-make-directory (file-name-directory new-file))
610              (rename-file buffer-file-name new-file)
611              (when (file-exists-p (nnfolder-group-nov-pathname group))
612                (setq new-file (nnfolder-group-nov-pathname new-name))
613                (gnus-make-directory (file-name-directory new-file))
614                (rename-file (nnfolder-group-nov-pathname group) new-file))
615              (when (file-exists-p (nnfolder-group-marks-pathname group))
616                (setq new-file (nnfolder-group-marks-pathname new-name))
617                (gnus-make-directory (file-name-directory new-file))
618                (rename-file (nnfolder-group-marks-pathname group) new-file)))
619            t)
620          ;; That went ok, so we change the internal structures.
621          (let ((entry (assoc group nnfolder-group-alist)))
622            (and entry (setcar entry new-name))
623            (setq nnfolder-current-buffer nil
624                  nnfolder-current-group nil)
625            ;; Save the new group alist.
626            (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
627            ;; We kill the buffer instead of renaming it and stuff.
628            (kill-buffer (current-buffer))
629            t))))
630
631 (deffoo nnfolder-request-regenerate (server)
632   (nnfolder-possibly-change-group nil server)
633   (nnfolder-generate-active-file)
634   t)
635
636 \f
637 ;;; Internal functions.
638
639 (defun nnfolder-adjust-min-active (group)
640   ;; Find the lowest active article in this group.
641   (let* ((active (cadr (assoc group nnfolder-group-alist)))
642          (marker (concat "\n" nnfolder-article-marker))
643          (number "[0-9]+")
644          (activemin (cdr active)))
645     (save-excursion
646       (set-buffer nnfolder-current-buffer)
647       (goto-char (point-min))
648       (while (and (search-forward marker nil t)
649                   (re-search-forward number nil t))
650         (let ((newnum (string-to-number (match-string 0))))
651           (if (nnmail-within-headers-p)
652               (setq activemin (min activemin newnum)))))
653       (setcar active activemin))))
654
655 (defun nnfolder-article-string (article)
656   (if (numberp article)
657       (concat "\n" nnfolder-article-marker (int-to-string article) " ")
658     (concat "\nMessage-ID: " article)))
659
660 (defun nnfolder-goto-article (article)
661   "Place point at the start of the headers of ARTICLE.
662 ARTICLE can be an article number or a Message-ID.
663 Returns t if successful, nil otherwise."
664   (let ((art-string (nnfolder-article-string article))
665         start found)
666     ;; It is likely that we are at or before the delimiter line.
667     ;; We therefore go to the end of the previous line, and start
668     ;; searching from there.
669     (beginning-of-line)
670     (unless (bobp)
671       (forward-char -1))
672     (setq start (point))
673     ;; First search forward.
674     (while (and (setq found (search-forward art-string nil t))
675                 (not (nnmail-within-headers-p))))
676     ;; If unsuccessful, search backward from where we started,
677     (unless found
678       (goto-char start)
679       (while (and (setq found (search-backward art-string nil t))
680                   (not (nnmail-within-headers-p)))))
681     (when found
682       (nnmail-search-unix-mail-delim-backward))))
683
684 (defun nnfolder-delete-mail (&optional leave-delim)
685   "Delete the message that point is in.
686 If optional argument LEAVE-DELIM is t, then mailbox delimiter is not
687 deleted.  Point is left where the deleted region was."
688   (save-restriction
689     (narrow-to-region
690      (save-excursion
691        ;; In case point is at the beginning of the message already.
692        (forward-line 1)
693        (nnmail-search-unix-mail-delim-backward)
694        (if leave-delim (progn (forward-line 1) (point))
695          (point)))
696      (progn
697        (forward-line 1)
698        (if (nnmail-search-unix-mail-delim)
699            (point)
700          (point-max))))
701     (run-hooks 'nnfolder-delete-mail-hook)
702     (delete-region (point-min) (point-max))))
703
704 (defun nnfolder-possibly-change-group (group &optional server dont-check)
705   ;; Change servers.
706   (when (and server
707              (not (nnfolder-server-opened server)))
708     (nnfolder-open-server server))
709   (unless (gnus-buffer-live-p nnfolder-current-buffer)
710     (setq nnfolder-current-buffer nil
711           nnfolder-current-group nil))
712   ;; Change group.
713   (let ((file-name-coding-system nnmail-pathname-coding-system)
714         (pathname-coding-system nnmail-pathname-coding-system))
715     (when (and group
716                (not (equal group nnfolder-current-group))
717                (progn
718                  (nnmail-activate 'nnfolder)
719                  (and (assoc group nnfolder-group-alist)
720                       (file-exists-p (nnfolder-group-pathname group)))))
721       (if dont-check
722           (setq nnfolder-current-group group
723                 nnfolder-current-buffer nil)
724         (let (inf file)
725           ;; If we have to change groups, see if we don't already have
726           ;; the folder in memory.  If we do, verify the modtime and
727           ;; destroy the folder if needed so we can rescan it.
728           (setq nnfolder-current-buffer
729                 (nth 1 (assoc group nnfolder-buffer-alist)))
730
731           ;; If the buffer is not live, make sure it isn't in the
732           ;; alist.  If it is live, verify that nobody else has
733           ;; touched the file since last time.
734           (when (and nnfolder-current-buffer
735                      (not (gnus-buffer-live-p nnfolder-current-buffer)))
736             (setq nnfolder-buffer-alist (delq inf nnfolder-buffer-alist)
737                   nnfolder-current-buffer nil))
738
739           (setq nnfolder-current-group group)
740
741           (when (or (not nnfolder-current-buffer)
742                     (not (verify-visited-file-modtime
743                           nnfolder-current-buffer)))
744             (save-excursion
745               (setq file (nnfolder-group-pathname group))
746               ;; See whether we need to create the new file.
747               (unless (file-exists-p file)
748                 (gnus-make-directory (file-name-directory file))
749                 (let ((nnmail-file-coding-system
750                        (or nnfolder-file-coding-system-for-write
751                            nnfolder-file-coding-system-for-write)))
752                   (nnmail-write-region (point-min) (point-min)
753                                        file t 'nomesg)))
754               (when (setq nnfolder-current-buffer (nnfolder-read-folder group))
755                 (set-buffer nnfolder-current-buffer)
756                 (push (list group nnfolder-current-buffer)
757                       nnfolder-buffer-alist)))))))))
758
759 (defun nnfolder-save-mail (group-art-list)
760   "Called narrowed to an article."
761   (let* (save-list group-art)
762     (goto-char (point-min))
763     ;; The From line may have been quoted by movemail.
764     (when (looking-at ">From")
765       (delete-char 1))
766     ;; This might come from somewhere else.
767     (unless (looking-at "From ")
768       (insert "From nobody " (current-time-string) "\n")
769       (goto-char (point-min)))
770     ;; Quote all "From " lines in the article.
771     (forward-line 1)
772     (let (case-fold-search)
773       (while (re-search-forward "^From " nil t)
774         (beginning-of-line)
775         (insert "> ")))
776     (setq save-list group-art-list)
777     (nnmail-insert-lines)
778     (nnmail-insert-xref group-art-list)
779     (run-hooks 'nnmail-prepare-save-mail-hook)
780     (run-hooks 'nnfolder-prepare-save-mail-hook)
781
782     ;; Insert the mail into each of the destination groups.
783     (while (setq group-art (pop group-art-list))
784       ;; Kill any previous newsgroup markers.
785       (goto-char (point-min))
786       (if (search-forward "\n\n" nil t)
787           (forward-line -1)
788         (goto-char (point-max)))
789       (while (search-backward (concat "\n" nnfolder-article-marker) nil t)
790         (delete-region (1+ (point)) (progn (forward-line 2) (point))))
791
792       ;; Insert the new newsgroup marker.
793       (nnfolder-insert-newsgroup-line group-art)
794
795       (save-excursion
796         (let ((beg (point-min))
797               (end (point-max))
798               (obuf (current-buffer)))
799           (nnfolder-possibly-change-folder (car group-art))
800           (let ((buffer-read-only nil))
801             (nnfolder-normalize-buffer)
802             (insert-buffer-substring obuf beg end))
803           (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
804             (set-buffer obuf)
805             (nnfolder-add-nov (car group-art) (cdr group-art)
806                               (nnfolder-parse-head nil beg end))))))
807
808     ;; Did we save it anywhere?
809     save-list))
810
811 (defun nnfolder-normalize-buffer ()
812   "Make sure there are two newlines at the end of the buffer."
813   (goto-char (point-max))
814   (skip-chars-backward "\n")
815   (delete-region (point) (point-max))
816   (unless (bobp)
817     (insert "\n\n")))
818
819 (defun nnfolder-insert-newsgroup-line (group-art)
820   (save-excursion
821     (goto-char (point-min))
822     (unless (search-forward "\n\n" nil t)
823       (goto-char (point-max))
824       (insert "\n"))
825     (forward-char -1)
826     (insert (format (concat nnfolder-article-marker "%d   %s\n")
827                     (cdr group-art) (current-time-string)))))
828
829 (defun nnfolder-active-number (group)
830   ;; Find the next article number in GROUP.
831   (let ((active (cadr (assoc group nnfolder-group-alist))))
832     (if active
833         (setcdr active (1+ (cdr active)))
834       ;; This group is new, so we create a new entry for it.
835       ;; This might be a bit naughty... creating groups on the drop of
836       ;; a hat, but I don't know...
837       (push (list group (setq active (cons 1 1)))
838             nnfolder-group-alist))
839     (cdr active)))
840
841 (defun nnfolder-possibly-change-folder (group)
842   (let ((inf (assoc group nnfolder-buffer-alist)))
843     (if (and inf
844              (gnus-buffer-live-p (cadr inf)))
845         (set-buffer (cadr inf))
846       (when inf
847         (setq nnfolder-buffer-alist (delq inf nnfolder-buffer-alist)))
848       (when nnfolder-group-alist
849         (nnfolder-save-active nnfolder-group-alist nnfolder-active-file))
850       (push (list group (nnfolder-read-folder group))
851             nnfolder-buffer-alist))))
852
853 ;; This method has a problem if you've accidentally let the active
854 ;; list get out of sync with the files.  This could happen, say, if
855 ;; you've accidentally gotten new mail with something other than Gnus
856 ;; (but why would _that_ ever happen? :-).  In that case, we will be
857 ;; in the middle of processing the file, ready to add new X-Gnus
858 ;; article number markers, and we'll run across a message with no ID
859 ;; yet - the active list _may_not_ be ready for us yet.
860
861 ;; To handle this, I'm modifying this routine to maintain the maximum
862 ;; ID seen so far, and when we hit a message with no ID, we will
863 ;; _manually_ scan the rest of the message looking for any more,
864 ;; possibly higher IDs.  We'll assume the maximum that we find is the
865 ;; highest active.  Note that this shouldn't cost us much extra time
866 ;; at all, but will be a lot less vulnerable to glitches between the
867 ;; mbox and the active file.
868
869 (defun nnfolder-read-folder (group)
870   (let* ((file (nnfolder-group-pathname group))
871          (nov  (nnfolder-group-nov-pathname group))
872          (buffer (set-buffer
873                   (let ((nnheader-file-coding-system
874                          nnfolder-file-coding-system))
875                     (nnheader-find-file-noselect file)))))
876     (set-buffer-multibyte t) ;; Use multibyte buffer for future copying.
877     (if (equal (cadr (assoc group nnfolder-scantime-alist))
878                (nth 5 (file-attributes file)))
879         ;; This looks up-to-date, so we don't do any scanning.
880         (if (file-exists-p file)
881             buffer
882           (push (list group buffer) nnfolder-buffer-alist)
883           (set-buffer-modified-p t)
884           (nnfolder-save-buffer))
885       ;; Parse the damn thing.
886       (save-excursion
887         (goto-char (point-min))
888         ;; Remove any blank lines at the start.
889         (while (eq (following-char) ?\n)
890           (delete-char 1))
891         (nnmail-activate 'nnfolder)
892         ;; Read in the file.
893         (let ((delim "^From ")
894               (marker (concat "\n" nnfolder-article-marker))
895               (number "[0-9]+")
896               (active (or (cadr (assoc group nnfolder-group-alist))
897                           (cons 1 0)))
898               (scantime (assoc group nnfolder-scantime-alist))
899               (minid (lsh -1 -1))
900               maxid start end newscantime
901               novbuf articles newnum
902               buffer-read-only)
903           (buffer-disable-undo)
904           (setq maxid (cdr active))
905
906           (unless (or gnus-nov-is-evil nnfolder-nov-is-evil
907                       (and (file-exists-p nov)
908                            (file-newer-than-file-p nov file)))
909             (unless (file-exists-p nov)
910               (gnus-make-directory (file-name-directory nov)))
911             (with-current-buffer
912                 (setq novbuf (nnfolder-open-nov group))
913               (goto-char (point-min))
914               (while (not (eobp))
915                 (push (read novbuf) articles)
916                 (forward-line 1))
917               (setq articles (nreverse articles))))
918           (goto-char (point-min))
919
920           ;; Anytime the active number is 1 or 0, it is suspect.  In
921           ;; that case, search the file manually to find the active
922           ;; number.  Or, of course, if we're being paranoid.  (This
923           ;; would also be the place to build other lists from the
924           ;; header markers, such as expunge lists, etc., if we ever
925           ;; desired to abandon the active file entirely for mboxes.)
926           (when (or nnfolder-ignore-active-file
927                     novbuf
928                     (< maxid 2))
929             (while (and (search-forward marker nil t)
930                         (looking-at number))
931               (setq newnum (string-to-number (match-string 0)))
932               (when (nnmail-within-headers-p)
933                 (setq maxid (max maxid newnum)
934                       minid (min minid newnum))
935                 (when novbuf
936                   (if (memq newnum articles)
937                       (setq articles (delq newnum articles))
938                     (let ((headers (nnfolder-parse-head newnum)))
939                       (with-current-buffer novbuf
940                         (nnheader-find-nov-line newnum)
941                         (nnheader-insert-nov headers)))))))
942             (when (and novbuf articles)
943               (with-current-buffer novbuf
944                 (dolist (article articles)
945                   (when (nnheader-find-nov-line article)
946                     (delete-region (point)
947                                    (progn (forward-line 1) (point)))))))
948             (setcar active (max 1 (min minid maxid)))
949             (setcdr active (max maxid (cdr active)))
950             (goto-char (point-min)))
951
952           ;; As long as we trust that the user will only insert
953           ;; unmarked mail at the end, go to the end and search
954           ;; backwards for the last marker.  Find the start of that
955           ;; message, and begin to search for unmarked messages from
956           ;; there.
957           (when (not (or nnfolder-distrust-mbox
958                          (< maxid 2)))
959             (goto-char (point-max))
960             (unless (re-search-backward marker nil t)
961               (goto-char (point-min)))
962             ;;(when (nnmail-search-unix-mail-delim)
963             ;;  (goto-char (point-min)))
964             )
965
966           ;; Keep track of the active number on our own, and insert it
967           ;; back into the active list when we're done.  Also, prime
968           ;; the pump to cut down on the number of searches we do.
969           (unless (nnmail-search-unix-mail-delim)
970             (goto-char (point-max)))
971           (setq end (point-marker))
972           (while (not (= end (point-max)))
973             (setq start (marker-position end))
974             (goto-char end)
975             ;; There may be more than one "From " line, so we skip past
976             ;; them.
977             (while (looking-at delim)
978               (forward-line 1))
979             (set-marker end (if (nnmail-search-unix-mail-delim)
980                                 (point)
981                               (point-max)))
982             (goto-char start)
983             (when (not (search-forward marker end t))
984               (narrow-to-region start end)
985               (nnmail-insert-lines)
986               (nnfolder-insert-newsgroup-line
987                (cons nil
988                      (setq newnum
989                            (nnfolder-active-number group))))
990               (when novbuf
991                 (let ((headers (nnfolder-parse-head newnum (point-min)
992                                                     (point-max))))
993                   (with-current-buffer novbuf
994                     (goto-char (point-max))
995                     (nnheader-insert-nov headers))))
996               (widen)))
997
998           (set-marker end nil)
999           ;; Make absolutely sure that the active list reflects
1000           ;; reality!
1001           (nnfolder-save-active nnfolder-group-alist nnfolder-active-file)
1002
1003           ;; Set the scantime for this group.
1004           (setq newscantime (visited-file-modtime))
1005           (if scantime
1006               (setcdr scantime (list newscantime))
1007             (push (list group newscantime)
1008                   nnfolder-scantime-alist))
1009           ;; Save nov.
1010           (when novbuf
1011             (nnfolder-save-nov))
1012           (current-buffer))))))
1013
1014 ;;;###autoload
1015 (defun nnfolder-generate-active-file ()
1016   "Look for mbox folders in the nnfolder directory and make them into groups.
1017 This command does not work if you use short group names."
1018   (interactive)
1019   (nnmail-activate 'nnfolder)
1020   (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
1021     (dolist (file (directory-files (or nnfolder-nov-directory
1022                                        nnfolder-directory)
1023                                    t
1024                                    (concat
1025                                     (regexp-quote nnfolder-nov-file-suffix)
1026                                     "$")))
1027       (when (not (message-mail-file-mbox-p file))
1028         (ignore-errors
1029           (delete-file file)))))
1030   (let ((files (directory-files nnfolder-directory))
1031         file)
1032     (while (setq file (pop files))
1033       (when (and (not (backup-file-name-p file))
1034                  (message-mail-file-mbox-p
1035                   (nnheader-concat nnfolder-directory file)))
1036         (let ((oldgroup (assoc file nnfolder-group-alist)))
1037           (if oldgroup
1038               (nnheader-message 5 "Refreshing group %s..." file)
1039             (nnheader-message 5 "Adding group %s..." file))
1040           (if oldgroup
1041               (setq nnfolder-group-alist
1042                     (delq oldgroup (copy-sequence nnfolder-group-alist))))
1043           (push (list file (cons 1 0)) nnfolder-group-alist)
1044           (nnfolder-possibly-change-folder file)
1045           (nnfolder-possibly-change-group file)
1046           (nnfolder-close-group file))))
1047     (nnheader-message 5 "")))
1048
1049 (defun nnfolder-group-pathname (group)
1050   "Make file name for GROUP."
1051   (setq group
1052         (encode-coding-string group nnmail-pathname-coding-system))
1053   (let ((dir (file-name-as-directory (expand-file-name nnfolder-directory))))
1054     ;; If this file exists, we use it directly.
1055     (if (or nnmail-use-long-file-names
1056             (file-exists-p (concat dir group)))
1057         (concat dir group)
1058       ;; If not, we translate dots into slashes.
1059       (concat dir (nnheader-replace-chars-in-string group ?. ?/)))))
1060
1061 (defun nnfolder-group-nov-pathname (group)
1062   "Make pathname for GROUP NOV."
1063   (let ((nnfolder-directory
1064          (or nnfolder-nov-directory nnfolder-directory)))
1065     (concat (nnfolder-group-pathname group) nnfolder-nov-file-suffix)))
1066
1067 (defun nnfolder-save-buffer ()
1068   "Save the buffer."
1069   (when (buffer-modified-p)
1070     (run-hooks 'nnfolder-save-buffer-hook)
1071     (gnus-make-directory (file-name-directory (buffer-file-name)))
1072     (let* ((coding-system-for-write
1073             (or nnfolder-file-coding-system-for-write
1074                 nnfolder-file-coding-system))
1075            (output-coding-system coding-system-for-write))
1076       (save-buffer)))
1077   (unless (or gnus-nov-is-evil nnfolder-nov-is-evil)
1078     (nnfolder-save-nov)))
1079
1080 (defun nnfolder-save-active (group-alist active-file)
1081   (let ((nnmail-active-file-coding-system
1082          (or nnfolder-active-file-coding-system-for-write
1083              nnfolder-active-file-coding-system)))
1084     (nnmail-save-active group-alist active-file)))
1085
1086 (defun nnfolder-open-nov (group)
1087   (or (cdr (assoc group nnfolder-nov-buffer-alist))
1088       (let ((buffer (get-buffer-create (format " *nnfolder overview %s*" group))))
1089         (save-excursion
1090           (set-buffer buffer)
1091           (set (make-local-variable 'nnfolder-nov-buffer-file-name)
1092                (nnfolder-group-nov-pathname group))
1093           (erase-buffer)
1094           (when (file-exists-p nnfolder-nov-buffer-file-name)
1095             (nnheader-insert-file-contents nnfolder-nov-buffer-file-name)))
1096         (push (cons group buffer) nnfolder-nov-buffer-alist)
1097         buffer)))
1098
1099 (defun nnfolder-save-nov ()
1100   (save-excursion
1101     (while nnfolder-nov-buffer-alist
1102       (when (buffer-name (cdar nnfolder-nov-buffer-alist))
1103         (set-buffer (cdar nnfolder-nov-buffer-alist))
1104         (when (buffer-modified-p)
1105           (gnus-make-directory (file-name-directory
1106                                 nnfolder-nov-buffer-file-name))
1107           (nnmail-write-region 1 (point-max) nnfolder-nov-buffer-file-name
1108                                nil 'nomesg))
1109         (set-buffer-modified-p nil)
1110         (kill-buffer (current-buffer)))
1111       (setq nnfolder-nov-buffer-alist (cdr nnfolder-nov-buffer-alist)))))
1112
1113 (defun nnfolder-nov-delete-article (group article)
1114   (save-excursion
1115     (set-buffer (nnfolder-open-nov group))
1116     (when (nnheader-find-nov-line article)
1117       (delete-region (point) (progn (forward-line 1) (point))))
1118     t))
1119
1120 (defun nnfolder-retrieve-headers-with-nov (articles &optional fetch-old)
1121   (if (or gnus-nov-is-evil nnfolder-nov-is-evil)
1122       nil
1123     (let ((nov (nnfolder-group-nov-pathname nnfolder-current-group)))
1124       (when (file-exists-p nov)
1125         (save-excursion
1126           (set-buffer nntp-server-buffer)
1127           (erase-buffer)
1128           (nnheader-insert-file-contents nov)
1129           (if (and fetch-old
1130                    (not (numberp fetch-old)))
1131               t                         ; Don't remove anything.
1132             (nnheader-nov-delete-outside-range
1133              (if fetch-old (max 1 (- (car articles) fetch-old))
1134                (car articles))
1135              (car (last articles)))
1136             t))))))
1137
1138 (defun nnfolder-parse-head (&optional number b e)
1139   "Parse the head of the current buffer."
1140   (let ((buf (current-buffer))
1141         chars)
1142     (save-excursion
1143       (unless b
1144         (setq b (if (nnmail-search-unix-mail-delim-backward)
1145                     (point) (point-min)))
1146         (forward-line 1)
1147         (setq e (if (nnmail-search-unix-mail-delim)
1148                     (point) (point-max))))
1149       (setq chars (- e b))
1150       (unless (zerop chars)
1151         (goto-char b)
1152         (if (search-forward "\n\n" e t) (setq e (1- (point)))))
1153       (with-temp-buffer
1154         (insert-buffer-substring buf b e)
1155         (let ((headers (nnheader-parse-naked-head)))
1156           (mail-header-set-chars headers chars)
1157           (mail-header-set-number headers number)
1158           headers)))))
1159
1160 (defun nnfolder-add-nov (group article headers)
1161   "Add a nov line for the GROUP base."
1162   (save-excursion
1163     (set-buffer (nnfolder-open-nov group))
1164     (goto-char (point-max))
1165     (mail-header-set-number headers article)
1166     (nnheader-insert-nov headers)))
1167
1168 (deffoo nnfolder-request-set-mark (group actions &optional server)
1169   (when (and server
1170              (not (nnfolder-server-opened server)))
1171     (nnfolder-open-server server))
1172   (unless nnfolder-marks-is-evil
1173     (nnfolder-open-marks group server)
1174     (dolist (action actions)
1175       (let ((range (nth 0 action))
1176             (what  (nth 1 action))
1177             (marks (nth 2 action)))
1178         (assert (or (eq what 'add) (eq what 'del)) t
1179                 "Unknown request-set-mark action: %s" what)
1180         (dolist (mark marks)
1181           (setq nnfolder-marks (gnus-update-alist-soft
1182                             mark
1183                             (funcall (if (eq what 'add) 'gnus-range-add
1184                                        'gnus-remove-from-range)
1185                                      (cdr (assoc mark nnfolder-marks)) range)
1186                             nnfolder-marks)))))
1187     (nnfolder-save-marks group server))
1188   nil)
1189
1190 (deffoo nnfolder-request-update-info (group info &optional server)
1191   ;; Change servers.
1192   (when (and server
1193              (not (nnfolder-server-opened server)))
1194     (nnfolder-open-server server))
1195   (when (and (not nnfolder-marks-is-evil) (nnfolder-marks-changed-p group))
1196     (nnheader-message 8 "Updating marks for %s..." group)
1197     (nnfolder-open-marks group server)
1198     ;; Update info using `nnfolder-marks'.
1199     (mapcar (lambda (pred)
1200               (unless (memq (cdr pred) gnus-article-unpropagated-mark-lists)
1201                 (gnus-info-set-marks
1202                  info
1203                  (gnus-update-alist-soft
1204                   (cdr pred)
1205                   (cdr (assq (cdr pred) nnfolder-marks))
1206                   (gnus-info-marks info))
1207                  t)))
1208             gnus-article-mark-lists)
1209     (let ((seen (cdr (assq 'read nnfolder-marks))))
1210       (gnus-info-set-read info
1211                           (if (and (integerp (car seen))
1212                                    (null (cdr seen)))
1213                               (list (cons (car seen) (car seen)))
1214                             seen)))
1215     (nnheader-message 8 "Updating marks for %s...done" group))
1216   info)
1217
1218 (defun nnfolder-group-marks-pathname (group)
1219   "Make pathname for GROUP NOV."
1220   (let ((nnfolder-directory (or nnfolder-marks-directory nnfolder-directory)))
1221     (concat (nnfolder-group-pathname group) nnfolder-marks-file-suffix)))
1222
1223 (defun nnfolder-marks-changed-p (group)
1224   (let ((file (nnfolder-group-marks-pathname group)))
1225     (if (null (gnus-gethash file nnfolder-marks-modtime))
1226         t ;; never looked at marks file, assume it has changed
1227       (not (equal (gnus-gethash file nnfolder-marks-modtime)
1228                   (nth 5 (file-attributes file)))))))
1229
1230 (defun nnfolder-save-marks (group server)
1231   (let ((file-name-coding-system nnmail-pathname-coding-system)
1232         (file (nnfolder-group-marks-pathname group)))
1233     (condition-case err
1234         (progn
1235           (with-temp-file file
1236             (erase-buffer)
1237             (gnus-prin1 nnfolder-marks)
1238             (insert "\n"))
1239           (gnus-sethash file
1240                         (nth 5 (file-attributes file))
1241                         nnfolder-marks-modtime))
1242       (error (or (gnus-yes-or-no-p
1243                   (format "Could not write to %s (%s).  Continue? " file err))
1244                  (error "Cannot write to %s (%s)" err))))))
1245
1246 (defun nnfolder-open-marks (group server)
1247   (let ((file (nnfolder-group-marks-pathname group)))
1248     (if (file-exists-p file)
1249         (condition-case err
1250             (with-temp-buffer
1251               (gnus-sethash file (nth 5 (file-attributes file))
1252                             nnfolder-marks-modtime)
1253               (nnheader-insert-file-contents file)
1254               (setq nnfolder-marks (read (current-buffer)))
1255               (dolist (el gnus-article-unpropagated-mark-lists)
1256                 (setq nnfolder-marks (gnus-remassoc el nnfolder-marks))))
1257           (error (or (gnus-yes-or-no-p
1258                       (format "Error reading nnfolder marks file %s (%s).  Continuing will use marks from .newsrc.eld.  Continue? " file err))
1259                      (error "Cannot read nnfolder marks file %s (%s)" file err))))
1260       ;; User didn't have a .marks file.  Probably first time
1261       ;; user of the .marks stuff.  Bootstrap it from .newsrc.eld.
1262       (let ((info (gnus-get-info
1263                    (gnus-group-prefixed-name
1264                     group
1265                     (gnus-server-to-method (format "nnfolder:%s" server))))))
1266         (nnheader-message 7 "Bootstrapping marks for %s..." group)
1267         (setq nnfolder-marks (gnus-info-marks info))
1268         (push (cons 'read (gnus-info-read info)) nnfolder-marks)
1269         (dolist (el gnus-article-unpropagated-mark-lists)
1270           (setq nnfolder-marks (gnus-remassoc el nnfolder-marks)))
1271         (nnfolder-save-marks group server)
1272         (nnheader-message 7 "Bootstrapping marks for %s...done" group)))))
1273
1274 (provide 'nnfolder)
1275
1276 ;;; nnfolder.el ends here