Mercurial > emacs
annotate lisp/gnus/nnmh.el @ 47576:b31c8ab7336a
Sync with version 2.0.20. Lengthy ChangeLog follows:
2002-09-22 Kai Gro?ohann <grossjoh@ls6.informatik.uni-dortmund.de>
Version 2.0.20 released.
2002-09-20 Kai Gro?ohann <grossjoh@ls6.informatik.uni-dortmund.de>
* net/tramp.el (tramp-completion-function-alist): Escape open
paren in docstring.
(tramp-user-regexp, tramp-host-regexp): Allow empty strings.
(tramp-handle-insert-file-contents): Call tramp-message-for-buffer
instead of tramp-message.
(tramp-open-connection-rsh): Handle empty string as user name.
(tramp-open-connection-su): Handle empty string as host name.
Handle nil user name.
(tramp-handle-file-local-copy, tramp-handle-write-region)
(tramp-completion-handle-file-name-all-completions)
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su, tramp-post-connection)
(tramp-maybe-open-connection, tramp-method-out-of-band-p)
(tramp-get-connection-function, tramp-get-remote-sh)
(tramp-get-rsh-program, tramp-get-rsh-args)
(tramp-get-rcp-program, tramp-get-rcp-args)
(tramp-get-rcp-keep-date-arg, tramp-get-su-program)
(tramp-get-su-args, tramp-get-telnet-program)
(tramp-get-telnet-args): Use `tramp-find-method', perhaps require
additional args USER, HOST.
(tramp-action-password, tramp-open-connection-telnet)
(tramp-open-connection-su, tramp-open-connection-multi)
(tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
takes USER and HOST arguments, to be able to use
`tramp-find-method'. Update callers.
(tramp-find-method): New function.
2002-09-20 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
in SWITCHES (by removing it).
2002-09-18 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-file-name-handler): Add `file-remote-p'
property.
2002-09-17 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
2002-09-16 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-bug): Add tramp-methods.
2002-09-16 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-methods): Update docstring:
tramp-encoding-command, tramp-decoding-command,
tramp-encoding-function and tramp-decoding-function are not
parameters anymore.
(tramp-uuencode-region): Autoload it.
2002-09-13 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Version 2.0.19 released.
* net/tramp-uu.el: New file, implements uuencode in Lisp.
* net/tramp.el (tramp-coding-commands): Use
`tramp-uuencode-region' as local encoder for the uuencode based
entries.
2002-09-13 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-handle-write-region): Wrong parens.
2002-09-13 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Version 2.0.18 released.
* net/tramp.el (tramp-perl-decode): Perl changes to accomodate
older versions of Perl. Now tested with 5.004. Suggestion from
Michael Albinus.
2002-09-12 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-find-inline-encoding): Call
tramp-call-local-coding-command with nil for INPUT and OUTPUT.
(tramp-call-local-coding-command): OUTPUT equals nil means to
discard the output. INPUT equals nil means /dev/null.
2002-09-12 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-encoding-shell): Default to environment
variable COMSPEC on Windows.
(tramp-handle-write-region): More debugging output.
(tramp-find-inline-encoding): Ditto.
2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-handle-file-name-all-completions):
Define `result1'.
(tramp-parse-hosts-group): Discard IPv6 entries.
2002-09-11 Kai Gro?ohann <grossjoh@ls6.informatik.uni-dortmund.de>
* net/tramp.el (tramp-post-connection): Only send Perl
mime-encode/decode implementations when using inline method.
(tramp-handle-file-local-copy)
(tramp-handle-write-region, tramp-post-connection)
(tramp-coding-commands, tramp-find-inline-encoding): For the
inline encodings, distinguish between local and remote commands,
instead of between commands and functions. (The local commands
can be functions, too.) If the local host is a Windows machine,
we can't expect the same commands to work there as on the remote
host.
(tramp-call-local-coding-command): New function for calling local
encoding and decoding commands.
(tramp-set-remote-encoding, tramp-get-remote-encoding)
(tramp-set-remote-decoding, tramp-get-remote-decoding)
(tramp-set-local-encoding, tramp-get-local-encoding)
(tramp-set-local-decoding, tramp-get-local-decoding): New
functions.
(tramp-get-encoding-command, tramp-set-encoding-command)
(tramp-get-decoding-command, tramp-set-decoding-command)
(tramp-get-encoding-function, tramp-set-encoding-function)
(tramp-get-decoding-function, tramp-set-decoding-function): Old
functions, removed.
2002-09-10 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-open-connection-setup-interactive-shell):
Change command to invoke /bin/sh slightly to make it compatible
with the `rc' shell. Suggested by Daniel Pittman.
2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-handle-write-region): Added missing
`)'. Hope it's the right place.
2002-09-09 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-open-connection-setup-interactive-shell): Do
"exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
order to get a sane shell prompt. If people have ${CWD}, say, in
their shell prompt, then the default login shell might display
something harmless, but the /bin/sh will display a dollar sign
which confused the subsequent prompt recognition.
(tramp-multi-action-password): More debugging output.
(tramp-encoding-shell): Renamed from tramp-sh-program. More
documentation. Default to cmd.exe on Windows NT.
(tramp-encoding-command-switch): New variable. Use instead of
hard-wired "-c" which is only good for /bin/sh.
(tramp-encoding-reads-stdin): New variable. If t, commands are
called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
like "/bin/sh -c COMMAND INPUT", ie the input file is the last
argument.
(tramp-multi-sh-program): Always default to tramp-encoding-shell.
(tramp-handle-file-local-copy, tramp-handle-write-region): Respect
tramp-encoding-shell and friends.
(tramp-find-inline-encoding): Use new-style calls for checking if
the local commands work.
2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-methods): Remove `tramp-completion-function'
entries. They are handled now by
`tramp-completion-function-alist'.
(tramp-completion-function): Defvar removed. I've never used
it. Hmm.
(tramp-get-completion-function)
(tramp-get-completion-rsh, tramp-get-completion-ssh)
(tramp-get-completion-telnet, tramp-get-completion-su): Functions
removed as well. Not necessary any longer due to extended
customization means.
(tramp-completion-function-alist): New defcustom. Holds all
FUNCTION FILE pairs used for user and host name completion
relevant for METHOD.
(tramp-completion-function-alist-rsh)
(tramp-completion-function-alist-ssh)
(tramp-completion-function-alist-telnet)
(tramp-completion-function-alist-su): Defconst for initializing
`tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
values are known for me until now. Needs to be completed for at
least VMS++ like operating systems.
(tramp-set-completion-function)
(tramp-get-completion-function): New functions for configuration
of `tramp-completion-function-alist'. The old definition of
`tramp-get-completion-function' has been discarded.
(tramp-completion-handle-file-name-all-completions): Change
function call for user/host completion according to definition in
`tramp-completion-function-alist'.
(tramp-parse-passwd): Added exception handling for "root", because
`tramp-get-completion-su' (the previous place for this stuff)
doesn't exist any longer.
2002-09-07 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-enter-password): Use
`tramp-password-end-of-line' to terminate the line.
(tramp-bug): Include new variable `tramp-password-end-of-line'.
(tramp-password-end-of-line): New variable. People who use plink
under Windows might have to issue "\r\n" after the password, but
they need to send just "\n" after the other commands. So this
variable was introduced to complement `tramp-rsh-end-of-line'.
(tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
of line of the output delimiter.
2002-09-06 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
(tramp-open-connection-setup-interactive-shell): Add some comments
about Douglas Grey Stephen's suggestions to make Tramp work better
with plink under Windows. I'm not sure what to think of them, but
now I have a guinea pig to try it out on. Said guinea pig is
having other problems, though... Also remove some commented-out
code.
2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-get-completion-methods): Algorithm slightly
tuned.
(tramp-get-completion-user-host): Accept user names as they are if
typed until "@".
(tramp-completion-mode): Replace `last-input-char' by modern
`last-input-event'. Check for `event-modifiers'.
2002-09-06 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (file-expand-wildcards): Corrected check to see if
advising is necessary.
2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-postfix-single-method-format)
(tramp-postfix-multi-method-format)
(tramp-postfix-multi-hop-format)
(tramp-postfix-user-format): New format strings.
(tramp-postfix-single-method-regexp)
(tramp-postfix-multi-method-regexp)
(tramp-postfix-multi-hop-regexp)
(tramp-postfix-user-regexp)
(tramp-make-multi-tramp-file-format)
(tramp-make-tramp-file-name): Apply them.
(tramp-completion-handle-file-name-all-completions): Fix for
invoking ange-ftp in case of "/ftp:xxx" file names.
2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-prefix-format)
(tramp-postfix-host-format): New format strings.
(tramp-prefix-regexp, tramp-method-regexp)
(tramp-postfix-single-method-regexp)
(tramp-postfix-multi-method-regexp)
(tramp-postfix-multi-hop-regexp)
(tramp-user-regexp, tramp-postfix-user-regexp)
(tramp-host-regexp, tramp-postfix-host-regexp)
(tramp-path-regexp): New atomar regular expressions. If
corresponding format strings exist, derived from them.
(tramp-file-name-structure)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format)
(tramp-completion-mode)
(tramp-completion-dissect-file-name)
(tramp-parse-rhosts-group)
(tramp-parse-shosts-group)
(tramp-parse-hosts-group)
(tramp-parse-passwd-group): Apply these expressions.
(tramp-file-name-structure-unified)
(tramp-file-name-structure-separate)
(tramp-make-tramp-file-format-unified)
(tramp-make-tramp-file-format-separate)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format-unified)
(tramp-make-tramp-file-user-nil-format-separate)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure-unified)
(tramp-multi-file-name-structure-separate)
(tramp-multi-file-name-hop-structure-unified)
(tramp-multi-file-name-hop-structure-separate)
(tramp-make-multi-tramp-file-format-unified)
(tramp-make-multi-tramp-file-format-separate): Removed.
(tramp-make-tramp-file-name): Allow partial tramp file
names. Generate tramp file format on-the-fly depending on
parameters. Apply atomar format strings resp expressions.
(tramp-get-completion-methods)
(tramp-get-completion-user-host): Apply
`tramp-make-tramp-file-name'.
(tramp-parse-hosts-group): Take all host names and IP addresses
into account.
(tramp-bug): Remove `tramp-make-tramp-file-format'.
2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-methods): Add `tramp-completion-function'
for "su" and "sudo".
(tramp-get-completion-telnet): Implement it.
(tramp-parse-hosts)
(tramp-parse-hosts-group)
(tramp-get-completion-su)
(tramp-parse-passwd)
(tramp-parse-passwd-group): New functions.
2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-mode): Check for
`last-input-char'.
(tramp-completion-file-name-handler-alist): Add handler for
`file-exists-p.
(tramp-completion-handle-file-exists-p): New function.
(tramp-completion-handle-file-name-completion): Simplified.
(tramp-completion-dissect-file-name): Regexp's reorganised.
(tramp-completion-handle-file-name-all-completions): Call
completion-function only if `user' or `host' is given.
(tramp-get-completion-user-host): New function.
(tramp-get-completion-rsh)
(tramp-get-completion-ssh): Apply it.
2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-file-name-handler-alist): Add
handler for `expand-file-name'.
(tramp-completion-handle-expand-file-name): New function.
2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-mode): New function.
(tramp-completion-handle-file-name-directory)
(tramp-completion-handle-file-name-all-completions): Apply it.
(tramp-methods): Remove double definition of `ssh1-old' and
`ssh2-old'.
(tramp-point-at-eol): New defalias.
(tramp-parse-rhosts-group)
(tramp-parse-shosts-group):: Apply it.
2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-get-completion-methods)
(tramp-get-completion-rsh)
(tramp-get-completion-ssh): Add "[" for Xemacs.
(tramp-completion-file-name-regexp-separate): Expression adapted.
(tramp-completion-file-name-handler-alist): Add handler for
`file-name-directory' and `file-name-nondirectory'.
(tramp-completion-handle-file-name-directory)
(tramp-completion-handle-file-name-nondirectory)
(tramp-completion-run-real-handler): New functions.
(tramp-completion-file-name-handler)
(tramp-completion-handle-file-name-all-completions): Apply
`tramp-completion-run-real-handler'.
(tramp-parse-rhosts)
(tramp-parse-shosts): Use `with-temp-buffer'. `result? renamed to
`res' (otherwise side effects in XEmacs).
2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-file-name-regexp)
(tramp-completion-file-name-handler-alist)
(tramp-flatten-list)
(tramp-completion-dissect-file-name)
(tramp-get-completion-rsh)
(tramp-parse-rhosts)
(tramp-parse-rhosts-group)
(tramp-get-completion-ssh): Doc string tuned.
(tramp-methods): Doc string and custom type extended for
`tramp-completion-function'.
(tramp-completion-function): Variable added. Is it really used?
Other variables like `tramp-completion-function' aren't used.
(tramp-completion-file-name-handler-alist): Add handler for
`file-name-completion'.
(tramp-completion-handle-file-name-completion): New function.
2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-parse-rhosts)
(tramp-parse-rhosts-group)
(tramp-parse-shosts)
(tramp-parse-shosts-group): New functions.
2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-dissect-file-name)
(tramp-completion-dissect-file-name1): New functions.
2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-get-completion-function)
(tramp-get-completion-rsh)
(tramp-get-completion-ssh)
(tramp-get-completion-telnet): New functions.
(tramp-methods): Add `tramp-completion-function' for all methods.
2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-get-completion-methods): New function.
(tramp-find-default-method): Allow host to be nil (like user).
2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp)
(tramp-completion-file-name-handler-alist): New defcustoms.
(tramp-completion-file-name-handler): New function. Add
`tramp-completion-file-name-handler' to `file-name-handler-alist'.
(tramp-run-real-handler): Add `tramp-completion-file-name-handler'
to `inhibit-file-name-handlers'.
(tramp-completion-handle-file-name-all-completions)
(tramp-completion-handle-file-name-completion): New functions.
2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
must be called again after activating `ange-ftp'.
(tramp-ange-ftp-file-name-p): Check for Xemacs.
2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
* net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
KEEP-DATE to tramp-invoke-ange-ftp 'rename.
(tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
tramp-invoke-ange-ftp 'write-region.
(tramp-handle-set-file-modes): Change order of FILENAME and MODE
passing to tramp-invoke-ange-ftp 'set-file-modes.
(tramp-flatten-list): New function. Maybe this functionality does
exist already elsewhere in the libraries.
(tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
list in order to avoid nested lists, f.e. when invoked from
`tramp-handle-dired-call-process'.
2002-09-05 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-chunksize): New kluge variable.
(tramp-send-region): If tramp-chunksize is non-nil, send region in
parts and sleep 0.1 seconds between chunks.
2002-09-03 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-handle-insert-directory): Use
`insert-buffer-substring' instead of `insert-buffer', which is not
supposed to be used from Lisp. Remember old point in a variable
instead of using `mark'. Suggestion from Stefan Monnier.
(tramp-unified-filenames): New variable. Use it in default value
of other filename variables.
(file-expand-wildcards): Don't advise unless "[" and "]" are used
in the filename format.
2002-09-01 Kai Gro?ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* net/tramp.el (tramp-methods): Remove duplicate definition of
ssh1-old and ssh2-old.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sun, 22 Sep 2002 13:23:36 +0000 |
parents | b87254142b98 |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
17493 | 1 ;;; nnmh.el --- mhspool access for Gnus |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
2 |
46966
47d8bf1dec03
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
31716
diff
changeset
|
3 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002 |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
4 ;; Free Software Foundation, Inc. |
17493 | 5 |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
17493 | 7 ;; Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
8 ;; Keywords: news, mail | |
9 | |
10 ;; This file is part of GNU Emacs. | |
11 | |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
13 ;; it under the terms of the GNU General Public License as published by | |
14 ;; the Free Software Foundation; either version 2, or (at your option) | |
15 ;; any later version. | |
16 | |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 ;; GNU General Public License for more details. | |
21 | |
22 ;; You should have received a copy of the GNU General Public License | |
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
25 ;; Boston, MA 02111-1307, USA. | |
26 | |
27 ;;; Commentary: | |
28 | |
29 ;; Based on nnspool.el by Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>. | |
30 ;; For an overview of what the interface functions do, please see the | |
31 ;; Gnus sources. | |
32 | |
33 ;;; Code: | |
34 | |
35 (require 'nnheader) | |
36 (require 'nnmail) | |
37 (require 'gnus-start) | |
38 (require 'nnoo) | |
19494
4280cff25537
Require cl only at compile time.
Richard M. Stallman <rms@gnu.org>
parents:
17493
diff
changeset
|
39 (eval-when-compile (require 'cl)) |
17493 | 40 |
41 (nnoo-declare nnmh) | |
42 | |
43 (defvoo nnmh-directory message-directory | |
44 "*Mail spool directory.") | |
45 | |
46 (defvoo nnmh-get-new-mail t | |
47 "*If non-nil, nnmh will check the incoming mail file and split the mail.") | |
48 | |
49 (defvoo nnmh-prepare-save-mail-hook nil | |
50 "*Hook run narrowed to an article before saving.") | |
51 | |
52 (defvoo nnmh-be-safe nil | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
53 "*If non-nil, nnmh will check all articles to make sure whether they are new or not. |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
54 Go through the .nnmh-articles file and compare with the actual |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
55 articles in this folder. The articles that are \"new\" will be marked |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
56 as unread by Gnus.") |
17493 | 57 |
58 | |
59 | |
60 (defconst nnmh-version "nnmh 1.0" | |
61 "nnmh version.") | |
62 | |
63 (defvoo nnmh-current-directory nil | |
64 "Current news group directory.") | |
65 | |
66 (defvoo nnmh-status-string "") | |
67 (defvoo nnmh-group-alist nil) | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
68 ;; Don't even think about setting this variable. It does not exist. |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
69 ;; Forget about it. Uh-huh. Nope. Nobody here. It's only bound |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
70 ;; dynamically by certain functions in nndraft. |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
71 (defvar nnmh-allow-delete-final nil) |
17493 | 72 |
73 | |
74 | |
75 ;;; Interface functions. | |
76 | |
77 (nnoo-define-basics nnmh) | |
78 | |
79 (deffoo nnmh-retrieve-headers (articles &optional newsgroup server fetch-old) | |
80 (save-excursion | |
81 (set-buffer nntp-server-buffer) | |
82 (erase-buffer) | |
83 (let* ((file nil) | |
84 (number (length articles)) | |
85 (large (and (numberp nnmail-large-newsgroup) | |
86 (> number nnmail-large-newsgroup))) | |
87 (count 0) | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
88 (file-name-coding-system nnmail-pathname-coding-system) |
17493 | 89 beg article) |
90 (nnmh-possibly-change-directory newsgroup server) | |
91 ;; We don't support fetching by Message-ID. | |
92 (if (stringp (car articles)) | |
93 'headers | |
94 (while articles | |
95 (when (and (file-exists-p | |
96 (setq file (concat (file-name-as-directory | |
97 nnmh-current-directory) | |
98 (int-to-string | |
99 (setq article (pop articles)))))) | |
100 (not (file-directory-p file))) | |
101 (insert (format "221 %d Article retrieved.\n" article)) | |
102 (setq beg (point)) | |
103 (nnheader-insert-head file) | |
104 (goto-char beg) | |
105 (if (search-forward "\n\n" nil t) | |
106 (forward-char -1) | |
107 (goto-char (point-max)) | |
108 (insert "\n\n")) | |
109 (insert ".\n") | |
110 (delete-region (point) (point-max))) | |
111 (setq count (1+ count)) | |
112 | |
113 (and large | |
114 (zerop (% count 20)) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
115 (nnheader-message 5 "nnmh: Receiving headers... %d%%" |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
116 (/ (* count 100) number)))) |
17493 | 117 |
118 (when large | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
119 (nnheader-message 5 "nnmh: Receiving headers...done")) |
17493 | 120 |
121 (nnheader-fold-continuation-lines) | |
122 'headers)))) | |
123 | |
124 (deffoo nnmh-open-server (server &optional defs) | |
125 (nnoo-change-server 'nnmh server defs) | |
126 (when (not (file-exists-p nnmh-directory)) | |
127 (condition-case () | |
128 (make-directory nnmh-directory t) | |
129 (error t))) | |
130 (cond | |
131 ((not (file-exists-p nnmh-directory)) | |
132 (nnmh-close-server) | |
133 (nnheader-report 'nnmh "Couldn't create directory: %s" nnmh-directory)) | |
134 ((not (file-directory-p (file-truename nnmh-directory))) | |
135 (nnmh-close-server) | |
136 (nnheader-report 'nnmh "Not a directory: %s" nnmh-directory)) | |
137 (t | |
138 (nnheader-report 'nnmh "Opened server %s using directory %s" | |
139 server nnmh-directory) | |
140 t))) | |
141 | |
142 (deffoo nnmh-request-article (id &optional newsgroup server buffer) | |
143 (nnmh-possibly-change-directory newsgroup server) | |
144 (let ((file (if (stringp id) | |
145 nil | |
146 (concat nnmh-current-directory (int-to-string id)))) | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
147 (file-name-coding-system nnmail-pathname-coding-system) |
17493 | 148 (nntp-server-buffer (or buffer nntp-server-buffer))) |
149 (and (stringp file) | |
150 (file-exists-p file) | |
151 (not (file-directory-p file)) | |
152 (save-excursion (nnmail-find-file file)) | |
153 (string-to-int (file-name-nondirectory file))))) | |
154 | |
155 (deffoo nnmh-request-group (group &optional server dont-check) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
156 (nnheader-init-server-buffer) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
157 (nnmh-possibly-change-directory group server) |
17493 | 158 (let ((pathname (nnmail-group-pathname group nnmh-directory)) |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
159 (file-name-coding-system nnmail-pathname-coding-system) |
17493 | 160 dir) |
161 (cond | |
162 ((not (file-directory-p pathname)) | |
163 (nnheader-report | |
164 'nnmh "Can't select group (no such directory): %s" group)) | |
165 (t | |
166 (setq nnmh-current-directory pathname) | |
167 (and nnmh-get-new-mail | |
168 nnmh-be-safe | |
169 (nnmh-update-gnus-unreads group)) | |
170 (cond | |
171 (dont-check | |
172 (nnheader-report 'nnmh "Selected group %s" group) | |
173 t) | |
174 (t | |
175 ;; Re-scan the directory if it's on a foreign system. | |
176 (nnheader-re-read-dir pathname) | |
177 (setq dir | |
178 (sort | |
179 (mapcar (lambda (name) (string-to-int name)) | |
180 (directory-files pathname nil "^[0-9]+$" t)) | |
181 '<)) | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
182 (cond |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
183 (dir |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
184 (setq nnmh-group-alist |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
185 (delq (assoc group nnmh-group-alist) nnmh-group-alist)) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
186 (push (list group (cons (car dir) (car (last dir)))) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
187 nnmh-group-alist) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
188 (nnheader-report 'nnmh "Selected group %s" group) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
189 (nnheader-insert |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
190 "211 %d %d %d %s\n" (length dir) (car dir) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
191 (car (last dir)) group)) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
192 (t |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
193 (nnheader-report 'nnmh "Empty group %s" group) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
194 (nnheader-insert (format "211 0 1 0 %s\n" group)))))))))) |
17493 | 195 |
196 (deffoo nnmh-request-scan (&optional group server) | |
197 (nnmail-get-new-mail 'nnmh nil nnmh-directory group)) | |
198 | |
199 (deffoo nnmh-request-list (&optional server dir) | |
200 (nnheader-insert "") | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
201 (nnmh-possibly-change-directory nil server) |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
202 (let ((file-name-coding-system nnmail-pathname-coding-system) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
203 (nnmh-toplev |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
204 (file-truename (or dir (file-name-as-directory nnmh-directory))))) |
17493 | 205 (nnmh-request-list-1 nnmh-toplev)) |
206 (setq nnmh-group-alist (nnmail-get-active)) | |
207 t) | |
208 | |
209 (defvar nnmh-toplev) | |
210 (defun nnmh-request-list-1 (dir) | |
211 (setq dir (expand-file-name dir)) | |
212 ;; Recurse down all directories. | |
213 (let ((dirs (and (file-readable-p dir) | |
214 (> (nth 1 (file-attributes (file-chase-links dir))) 2) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
215 (nnheader-directory-files dir t nil t))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
216 rdir) |
17493 | 217 ;; Recurse down directories. |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
218 (while (setq rdir (pop dirs)) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
219 (when (and (file-directory-p rdir) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
220 (file-readable-p rdir) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
221 (not (equal (file-truename rdir) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
222 (file-truename dir)))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
223 (nnmh-request-list-1 rdir)))) |
17493 | 224 ;; For each directory, generate an active file line. |
225 (unless (string= (expand-file-name nnmh-toplev) dir) | |
226 (let ((files (mapcar | |
227 (lambda (name) (string-to-int name)) | |
228 (directory-files dir nil "^[0-9]+$" t)))) | |
229 (when files | |
230 (save-excursion | |
231 (set-buffer nntp-server-buffer) | |
232 (goto-char (point-max)) | |
233 (insert | |
234 (format | |
46966
47d8bf1dec03
* nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
31716
diff
changeset
|
235 "%s %.0f %.0f y\n" |
17493 | 236 (progn |
237 (string-match | |
238 (regexp-quote | |
239 (file-truename (file-name-as-directory | |
240 (expand-file-name nnmh-toplev)))) | |
241 dir) | |
242 (nnheader-replace-chars-in-string | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
243 (mm-decode-coding-string (substring dir (match-end 0)) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
244 nnmail-pathname-coding-system) |
19602
549f21ee4bf0
(nnmh-request-list, nnmh-active-number): Protect from
Kenichi Handa <handa@m17n.org>
parents:
19494
diff
changeset
|
245 ?/ ?.)) |
17493 | 246 (apply 'max files) |
247 (apply 'min files))))))) | |
248 t) | |
249 | |
250 (deffoo nnmh-request-newgroups (date &optional server) | |
251 (nnmh-request-list server)) | |
252 | |
253 (deffoo nnmh-request-expire-articles (articles newsgroup | |
254 &optional server force) | |
255 (nnmh-possibly-change-directory newsgroup server) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
256 (let* ((is-old t) |
17493 | 257 article rest mod-time) |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
258 (nnheader-init-server-buffer) |
17493 | 259 |
260 (while (and articles is-old) | |
261 (setq article (concat nnmh-current-directory | |
262 (int-to-string (car articles)))) | |
263 (when (setq mod-time (nth 5 (file-attributes article))) | |
264 (if (and (nnmh-deletable-article-p newsgroup (car articles)) | |
265 (setq is-old | |
266 (nnmail-expired-article-p newsgroup mod-time force))) | |
267 (progn | |
47002
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
268 ;; Allow a special target group. -- jcn |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
269 (unless (eq nnmail-expiry-target 'delete) |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
270 (with-temp-buffer |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
271 (nnmh-request-article (car articles) |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
272 newsgroup server (current-buffer)) |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
273 (nnmail-expiry-target-group |
b87254142b98
* nnfolder.el (nnfolder-request-expire-articles): expiry-target.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
46966
diff
changeset
|
274 nnmail-expiry-target newsgroup))) |
17493 | 275 (nnheader-message 5 "Deleting article %s in %s..." |
276 article newsgroup) | |
277 (condition-case () | |
278 (funcall nnmail-delete-file-function article) | |
279 (file-error | |
280 (nnheader-message 1 "Couldn't delete article %s in %s" | |
281 article newsgroup) | |
282 (push (car articles) rest)))) | |
283 (push (car articles) rest))) | |
284 (setq articles (cdr articles))) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
285 (nnheader-message 5 "") |
17493 | 286 (nconc rest articles))) |
287 | |
288 (deffoo nnmh-close-group (group &optional server) | |
289 t) | |
290 | |
291 (deffoo nnmh-request-move-article | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
292 (article group server accept-form &optional last) |
17493 | 293 (let ((buf (get-buffer-create " *nnmh move*")) |
294 result) | |
295 (and | |
296 (nnmh-deletable-article-p group article) | |
297 (nnmh-request-article article group server) | |
298 (save-excursion | |
299 (set-buffer buf) | |
300 (erase-buffer) | |
301 (insert-buffer-substring nntp-server-buffer) | |
302 (setq result (eval accept-form)) | |
303 (kill-buffer (current-buffer)) | |
304 result) | |
305 (progn | |
306 (nnmh-possibly-change-directory group server) | |
307 (condition-case () | |
308 (funcall nnmail-delete-file-function | |
309 (concat nnmh-current-directory (int-to-string article))) | |
310 (file-error nil)))) | |
311 result)) | |
312 | |
313 (deffoo nnmh-request-accept-article (group &optional server last noinsert) | |
314 (nnmh-possibly-change-directory group server) | |
315 (nnmail-check-syntax) | |
316 (when nnmail-cache-accepted-message-ids | |
317 (nnmail-cache-insert (nnmail-fetch-field "message-id"))) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
318 (nnheader-init-server-buffer) |
17493 | 319 (prog1 |
320 (if (stringp group) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
321 (if noinsert |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
322 (nnmh-active-number group) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
323 (car (nnmh-save-mail |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
324 (list (cons group (nnmh-active-number group))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
325 noinsert))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
326 (let ((res (nnmail-article-group 'nnmh-active-number))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
327 (if (and (null res) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
328 (yes-or-no-p "Moved to `junk' group; delete article? ")) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
329 'junk |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
330 (car (nnmh-save-mail res noinsert))))) |
17493 | 331 (when (and last nnmail-cache-accepted-message-ids) |
332 (nnmail-cache-close)))) | |
333 | |
334 (deffoo nnmh-request-replace-article (article group buffer) | |
335 (nnmh-possibly-change-directory group) | |
336 (save-excursion | |
337 (set-buffer buffer) | |
338 (nnmh-possibly-create-directory group) | |
339 (ignore-errors | |
340 (nnmail-write-region | |
341 (point-min) (point-max) | |
342 (concat nnmh-current-directory (int-to-string article)) | |
343 nil (if (nnheader-be-verbose 5) nil 'nomesg)) | |
344 t))) | |
345 | |
346 (deffoo nnmh-request-create-group (group &optional server args) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
347 (nnheader-init-server-buffer) |
17493 | 348 (unless (assoc group nnmh-group-alist) |
349 (let (active) | |
350 (push (list group (setq active (cons 1 0))) | |
351 nnmh-group-alist) | |
352 (nnmh-possibly-create-directory group) | |
353 (nnmh-possibly-change-directory group server) | |
354 (let ((articles (mapcar | |
355 (lambda (file) | |
356 (string-to-int file)) | |
357 (directory-files | |
358 nnmh-current-directory nil "^[0-9]+$")))) | |
359 (when articles | |
360 (setcar active (apply 'min articles)) | |
361 (setcdr active (apply 'max articles)))))) | |
362 t) | |
363 | |
364 (deffoo nnmh-request-delete-group (group &optional force server) | |
365 (nnmh-possibly-change-directory group server) | |
366 ;; Delete all articles in GROUP. | |
367 (if (not force) | |
368 () ; Don't delete the articles. | |
369 (let ((articles (directory-files nnmh-current-directory t "^[0-9]+$"))) | |
370 (while articles | |
371 (when (file-writable-p (car articles)) | |
372 (nnheader-message 5 "Deleting article %s in %s..." | |
373 (car articles) group) | |
374 (funcall nnmail-delete-file-function (car articles))) | |
375 (setq articles (cdr articles)))) | |
376 ;; Try to delete the directory itself. | |
377 (ignore-errors | |
378 (delete-directory nnmh-current-directory))) | |
379 ;; Remove the group from all structures. | |
380 (setq nnmh-group-alist | |
381 (delq (assoc group nnmh-group-alist) nnmh-group-alist) | |
382 nnmh-current-directory nil) | |
383 t) | |
384 | |
385 (deffoo nnmh-request-rename-group (group new-name &optional server) | |
386 (nnmh-possibly-change-directory group server) | |
387 (let ((new-dir (nnmail-group-pathname new-name nnmh-directory)) | |
388 (old-dir (nnmail-group-pathname group nnmh-directory))) | |
389 (when (ignore-errors | |
390 (make-directory new-dir t) | |
391 t) | |
392 ;; We move the articles file by file instead of renaming | |
393 ;; the directory -- there may be subgroups in this group. | |
394 ;; One might be more clever, I guess. | |
395 (let ((files (nnheader-article-to-file-alist old-dir))) | |
396 (while files | |
397 (rename-file | |
398 (concat old-dir (cdar files)) | |
399 (concat new-dir (cdar files))) | |
400 (pop files))) | |
401 (when (<= (length (directory-files old-dir)) 2) | |
402 (ignore-errors | |
403 (delete-directory old-dir))) | |
404 ;; That went ok, so we change the internal structures. | |
405 (let ((entry (assoc group nnmh-group-alist))) | |
406 (when entry | |
407 (setcar entry new-name)) | |
408 (setq nnmh-current-directory nil) | |
409 t)))) | |
410 | |
411 (nnoo-define-skeleton nnmh) | |
412 | |
413 | |
414 ;;; Internal functions. | |
415 | |
416 (defun nnmh-possibly-change-directory (newsgroup &optional server) | |
417 (when (and server | |
418 (not (nnmh-server-opened server))) | |
419 (nnmh-open-server server)) | |
420 (when newsgroup | |
19602
549f21ee4bf0
(nnmh-request-list, nnmh-active-number): Protect from
Kenichi Handa <handa@m17n.org>
parents:
19494
diff
changeset
|
421 (let ((pathname (nnmail-group-pathname newsgroup nnmh-directory)) |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
422 (file-name-coding-system nnmail-pathname-coding-system)) |
17493 | 423 (if (file-directory-p pathname) |
424 (setq nnmh-current-directory pathname) | |
425 (error "No such newsgroup: %s" newsgroup))))) | |
426 | |
427 (defun nnmh-possibly-create-directory (group) | |
428 (let (dir dirs) | |
429 (setq dir (nnmail-group-pathname group nnmh-directory)) | |
430 (while (not (file-directory-p dir)) | |
431 (push dir dirs) | |
432 (setq dir (file-name-directory (directory-file-name dir)))) | |
433 (while dirs | |
434 (when (make-directory (directory-file-name (car dirs))) | |
435 (error "Could not create directory %s" (car dirs))) | |
436 (nnheader-message 5 "Creating mail directory %s" (car dirs)) | |
437 (setq dirs (cdr dirs))))) | |
438 | |
439 (defun nnmh-save-mail (group-art &optional noinsert) | |
440 "Called narrowed to an article." | |
441 (unless noinsert | |
442 (nnmail-insert-lines) | |
443 (nnmail-insert-xref group-art)) | |
444 (run-hooks 'nnmail-prepare-save-mail-hook) | |
445 (run-hooks 'nnmh-prepare-save-mail-hook) | |
446 (goto-char (point-min)) | |
447 (while (looking-at "From ") | |
448 (replace-match "X-From-Line: ") | |
449 (forward-line 1)) | |
450 ;; We save the article in all the newsgroups it belongs in. | |
451 (let ((ga group-art) | |
452 first) | |
453 (while ga | |
454 (nnmh-possibly-create-directory (caar ga)) | |
455 (let ((file (concat (nnmail-group-pathname | |
456 (caar ga) nnmh-directory) | |
457 (int-to-string (cdar ga))))) | |
458 (if first | |
459 ;; It was already saved, so we just make a hard link. | |
460 (funcall nnmail-crosspost-link-function first file t) | |
461 ;; Save the article. | |
462 (nnmail-write-region (point-min) (point-max) file nil nil) | |
463 (setq first file))) | |
464 (setq ga (cdr ga)))) | |
465 group-art) | |
466 | |
467 (defun nnmh-active-number (group) | |
468 "Compute the next article number in GROUP." | |
469 (let ((active (cadr (assoc group nnmh-group-alist))) | |
19602
549f21ee4bf0
(nnmh-request-list, nnmh-active-number): Protect from
Kenichi Handa <handa@m17n.org>
parents:
19494
diff
changeset
|
470 (dir (nnmail-group-pathname group nnmh-directory)) |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
471 (file-name-coding-system nnmail-pathname-coding-system) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
472 file) |
17493 | 473 (unless active |
474 ;; The group wasn't known to nnmh, so we just create an active | |
475 ;; entry for it. | |
476 (setq active (cons 1 0)) | |
477 (push (list group active) nnmh-group-alist) | |
478 (unless (file-exists-p dir) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
479 (gnus-make-directory dir)) |
17493 | 480 ;; Find the highest number in the group. |
481 (let ((files (sort | |
482 (mapcar | |
483 (lambda (f) | |
484 (string-to-int f)) | |
485 (directory-files dir nil "^[0-9]+$")) | |
486 '>))) | |
487 (when files | |
488 (setcdr active (car files))))) | |
489 (setcdr active (1+ (cdr active))) | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
490 (while (or |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
491 ;; See whether the file exists... |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
492 (file-exists-p |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
493 (setq file (concat (nnmail-group-pathname group nnmh-directory) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
494 (int-to-string (cdr active))))) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
495 ;; ... or there is a buffer that will make that file exist |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
496 ;; in the future. |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
497 (get-file-buffer file)) |
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
498 ;; Skip past that file. |
17493 | 499 (setcdr active (1+ (cdr active)))) |
500 (cdr active))) | |
501 | |
502 (defun nnmh-update-gnus-unreads (group) | |
503 ;; Go through the .nnmh-articles file and compare with the actual | |
504 ;; articles in this folder. The articles that are "new" will be | |
505 ;; marked as unread by Gnus. | |
506 (let* ((dir nnmh-current-directory) | |
507 (files (sort (mapcar (function (lambda (name) (string-to-int name))) | |
508 (directory-files nnmh-current-directory | |
509 nil "^[0-9]+$" t)) | |
510 '<)) | |
511 (nnmh-file (concat dir ".nnmh-articles")) | |
512 new articles) | |
513 ;; Load the .nnmh-articles file. | |
514 (when (file-exists-p nnmh-file) | |
515 (setq articles | |
516 (let (nnmh-newsgroup-articles) | |
517 (ignore-errors (load nnmh-file nil t t)) | |
518 nnmh-newsgroup-articles))) | |
519 ;; Add all new articles to the `new' list. | |
520 (let ((art files)) | |
521 (while art | |
522 (unless (assq (car art) articles) | |
523 (push (car art) new)) | |
524 (setq art (cdr art)))) | |
525 ;; Remove all deleted articles. | |
526 (let ((art articles)) | |
527 (while art | |
528 (unless (memq (caar art) files) | |
529 (setq articles (delq (car art) articles))) | |
530 (setq art (cdr art)))) | |
531 ;; Check whether the articles really are the ones that Gnus thinks | |
532 ;; they are by looking at the time-stamps. | |
533 (let ((arts articles) | |
534 art) | |
535 (while (setq art (pop arts)) | |
536 (when (not (equal | |
537 (nth 5 (file-attributes | |
538 (concat dir (int-to-string (car art))))) | |
539 (cdr art))) | |
540 (setq articles (delq art articles)) | |
541 (push (car art) new)))) | |
542 ;; Go through all the new articles and add them, and their | |
543 ;; time-stamps, to the list. | |
544 (setq articles | |
545 (nconc articles | |
546 (mapcar | |
547 (lambda (art) | |
548 (cons art | |
549 (nth 5 (file-attributes | |
550 (concat dir (int-to-string art)))))) | |
551 new))) | |
552 ;; Make Gnus mark all new articles as unread. | |
553 (when new | |
554 (gnus-make-articles-unread | |
555 (gnus-group-prefixed-name group (list 'nnmh "")) | |
556 (setq new (sort new '<)))) | |
557 ;; Sort the article list with highest numbers first. | |
558 (setq articles (sort articles (lambda (art1 art2) | |
559 (> (car art1) (car art2))))) | |
560 ;; Finally write this list back to the .nnmh-articles file. | |
31716
9968f55ad26e
Update to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann <gerd@gnu.org>
parents:
24357
diff
changeset
|
561 (with-temp-file nnmh-file |
17493 | 562 (insert ";; Gnus article active file for " group "\n\n") |
563 (insert "(setq nnmh-newsgroup-articles '") | |
564 (gnus-prin1 articles) | |
565 (insert ")\n")))) | |
566 | |
567 (defun nnmh-deletable-article-p (group article) | |
568 "Say whether ARTICLE in GROUP can be deleted." | |
569 (let ((path (concat nnmh-current-directory (int-to-string article)))) | |
570 ;; Writable. | |
571 (and (file-writable-p path) | |
24357
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
572 (or |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
573 ;; We can never delete the last article in the group. |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
574 (not (eq (cdr (nth 1 (assoc group nnmh-group-alist))) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
575 article)) |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
576 ;; Well, we can. |
15fc6acbae7a
Upgrading to Gnus 5.7; see ChangeLog
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
19995
diff
changeset
|
577 nnmh-allow-delete-final)))) |
17493 | 578 |
579 (provide 'nnmh) | |
580 | |
581 ;;; nnmh.el ends here |