Mercurial > emacs
annotate lisp/gnus/gnus-mlspl.el @ 110054:fe1595694e7e
Fix previous merge from Gnus trunk.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 31 Aug 2010 00:51:08 +0000 |
parents | 1d1d5d9bd884 |
children | 8d09094063d0 376148b31b5e |
rev | line source |
---|---|
31717 | 1 ;;; gnus-mlspl.el --- a group params-based mail splitting mechanism |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
2 |
64754
fafd692d1e40
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64085
diff
changeset
|
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
106815 | 4 ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
31717 | 5 |
6 ;; Author: Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
7 ;; Keywords: news, mail | |
8 | |
38401 | 9 ;; This file is part of GNU Emacs. |
10 | |
94662
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
11 ;; GNU Emacs is free software: you can redistribute it and/or modify |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
12 ;; it under the terms of the GNU General Public License as published by |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
13 ;; the Free Software Foundation, either version 3 of the License, or |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
14 ;; (at your option) any later version. |
31717 | 15 |
94662
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
16 ;; GNU Emacs is distributed in the hope that it will be useful, |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
19 ;; GNU General Public License for more details. |
31717 | 20 |
21 ;; You should have received a copy of the GNU General Public License | |
94662
f42ef85caf91
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
31717 | 23 |
38413
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
24 ;;; Commentary: |
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
25 |
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
26 ;;; Code: |
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
27 |
33270
93c83ac38c92
2000-11-06 John Wiegley <johnw@gnu.org>
Dave Love <fx@gnu.org>
parents:
31717
diff
changeset
|
28 (eval-when-compile (require 'cl)) |
31717 | 29 (require 'gnus) |
30 (require 'gnus-sum) | |
31 (require 'gnus-group) | |
32 (require 'nnmail) | |
33 | |
34 (defvar gnus-group-split-updated-hook nil | |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
35 "Hook called just after `nnmail-split-fancy' is updated by |
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
36 `gnus-group-split-update'.") |
31717 | 37 |
38 (defvar gnus-group-split-default-catch-all-group "mail.misc" | |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
39 "Group name (or arbitrary fancy split) with default splitting rules. |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
40 Used by `gnus-group-split' and `gnus-group-split-update' as a fallback |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
41 split, in case none of the group-based splits matches.") |
31717 | 42 |
43 ;;;###autoload | |
44 (defun gnus-group-split-setup (&optional auto-update catch-all) | |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
45 "Set up the split for `nnmail-split-fancy'. |
31717 | 46 Sets things up so that nnmail-split-fancy is used for mail |
47 splitting, and defines the variable nnmail-split-fancy according with | |
48 group parameters. | |
49 | |
50 If AUTO-UPDATE is non-nil (prefix argument accepted, if called | |
51 interactively), it makes sure nnmail-split-fancy is re-computed before | |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
52 getting new mail, by adding `gnus-group-split-update' to |
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
53 `nnmail-pre-get-new-mail-hook'. |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
54 |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
55 A non-nil CATCH-ALL replaces the current value of |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
56 `gnus-group-split-default-catch-all-group'. This variable is only used |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
57 by gnus-group-split-update, and only when its CATCH-ALL argument is |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
58 nil. This argument may contain any fancy split, that will be added as |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
59 the last split in a `|' split produced by `gnus-group-split-fancy', |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
60 unless overridden by any group marked as a catch-all group. Typical |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
61 uses are as simple as the name of a default mail group, but more |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
62 elaborate fancy splits may also be useful to split mail that doesn't |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
63 match any of the group-specified splitting rules. See |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
64 `gnus-group-split-fancy' for details." |
31717 | 65 (interactive "P") |
66 (setq nnmail-split-methods 'nnmail-split-fancy) | |
67 (when catch-all | |
68 (setq gnus-group-split-default-catch-all-group catch-all)) | |
69 (gnus-group-split-update) | |
70 (when auto-update | |
71 (add-hook 'nnmail-pre-get-new-mail-hook 'gnus-group-split-update))) | |
72 | |
73 ;;;###autoload | |
74 (defun gnus-group-split-update (&optional catch-all) | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
75 "Computes nnmail-split-fancy from group params and CATCH-ALL. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
76 It does this by calling by calling (gnus-group-split-fancy nil |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
77 nil CATCH-ALL). |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
78 |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
79 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used |
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
80 instead. This variable is set by `gnus-group-split-setup'." |
31717 | 81 (interactive) |
82 (setq nnmail-split-fancy | |
83 (gnus-group-split-fancy | |
33270
93c83ac38c92
2000-11-06 John Wiegley <johnw@gnu.org>
Dave Love <fx@gnu.org>
parents:
31717
diff
changeset
|
84 nil (null nnmail-crosspost) |
93c83ac38c92
2000-11-06 John Wiegley <johnw@gnu.org>
Dave Love <fx@gnu.org>
parents:
31717
diff
changeset
|
85 (or catch-all gnus-group-split-default-catch-all-group))) |
31717 | 86 (run-hooks 'gnus-group-split-updated-hook)) |
87 | |
88 ;;;###autoload | |
89 (defun gnus-group-split () | |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
90 "Use information from group parameters in order to split mail. |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
91 See `gnus-group-split-fancy' for more information. |
31717 | 92 |
85712
a3c27999decb
Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents:
78224
diff
changeset
|
93 `gnus-group-split' is a valid value for `nnmail-split-methods'." |
31717 | 94 (let (nnmail-split-fancy) |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
95 (gnus-group-split-update) |
31717 | 96 (nnmail-split-fancy))) |
97 | |
98 ;;;###autoload | |
99 (defun gnus-group-split-fancy | |
100 (&optional groups no-crosspost catch-all) | |
41984
647bc167565a
(gnus-group-split-fancy): Doc fix (add reference to variable, follow
Pavel Janík <Pavel@Janik.cz>
parents:
38413
diff
changeset
|
101 "Uses information from group parameters in order to split mail. |
647bc167565a
(gnus-group-split-fancy): Doc fix (add reference to variable, follow
Pavel Janík <Pavel@Janik.cz>
parents:
38413
diff
changeset
|
102 It can be embedded into `nnmail-split-fancy' lists with the SPLIT |
31717 | 103 |
104 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL\) | |
105 | |
106 GROUPS may be a regular expression or a list of group names, that will | |
48588 | 107 be used to select candidate groups. If it is omitted or nil, all |
31717 | 108 existing groups are considered. |
109 | |
48588 | 110 if NO-CROSSPOST is omitted or nil, a & split will be returned, |
31717 | 111 otherwise, a | split, that does not allow crossposting, will be |
112 returned. | |
113 | |
114 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC | |
115 is specified, this split is returned as-is (unless it is nil: in this | |
116 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or | |
117 EXTRA-ALIASES are specified, a regexp that matches any of them is | |
118 constructed (extra-aliases may be a list). Additionally, if | |
119 SPLIT-REGEXP is specified, the regexp will be extended so that it | |
120 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT | |
121 clauses will be generated. | |
122 | |
33403
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
123 If CATCH-ALL is nil, no catch-all handling is performed, regardless of |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
124 catch-all marks in group parameters. Otherwise, if there is no |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
125 selected group whose SPLIT-REGEXP matches the empty string, nor is |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
126 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
127 split (say, a group name) will be appended to the returned SPLIT list, |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
128 as the last element of a '| SPLIT. |
0ec780720bfe
2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Dave Love <fx@gnu.org>
parents:
33270
diff
changeset
|
129 |
31717 | 130 For example, given the following group parameters: |
131 | |
132 nnml:mail.bar: | |
133 \((to-address . \"bar@femail.com\") | |
134 (split-regexp . \".*@femail\\\\.com\")) | |
135 nnml:mail.foo: | |
136 \((to-list . \"foo@nowhere.gov\") | |
137 (extra-aliases \"foo@localhost\" \"foo-redist@home\") | |
138 (split-exclude \"bugs-foo\" \"rambling-foo\") | |
139 (admin-address . \"foo-request@nowhere.gov\")) | |
140 nnml:mail.others: | |
141 \((split-spec . catch-all)) | |
142 | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
143 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: |
31717 | 144 |
145 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\" | |
146 \"mail.bar\") | |
147 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\" | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
148 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\")) |
31717 | 149 \"mail.others\")" |
150 (let* ((newsrc (cdr gnus-newsrc-alist)) | |
151 split) | |
152 (dolist (info newsrc) | |
153 (let ((group (gnus-info-group info)) | |
154 (params (gnus-info-params info))) | |
155 ;; For all GROUPs that match the specified GROUPS | |
156 (when (or (not groups) | |
157 (and (listp groups) | |
158 (memq group groups)) | |
159 (and (stringp groups) | |
160 (string-match groups group))) | |
161 (let ((split-spec (assoc 'split-spec params)) group-clean) | |
162 ;; Remove backend from group name | |
163 (setq group-clean (string-match ":" group)) | |
164 (setq group-clean | |
165 (if group-clean | |
166 (substring group (1+ group-clean)) | |
167 group)) | |
168 (if split-spec | |
169 (when (setq split-spec (cdr split-spec)) | |
170 (if (eq split-spec 'catch-all) | |
171 ;; Emit catch-all only when requested | |
172 (when catch-all | |
173 (setq catch-all group-clean)) | |
174 ;; Append split-spec to the main split | |
175 (push split-spec split))) | |
176 ;; Let's deduce split-spec from other params | |
177 (let ((to-address (cdr (assoc 'to-address params))) | |
178 (to-list (cdr (assoc 'to-list params))) | |
179 (extra-aliases (cdr (assoc 'extra-aliases params))) | |
180 (split-regexp (cdr (assoc 'split-regexp params))) | |
181 (split-exclude (cdr (assoc 'split-exclude params)))) | |
182 (when (or to-address to-list extra-aliases split-regexp) | |
183 ;; regexp-quote to-address, to-list and extra-aliases | |
184 ;; and add them all to split-regexp | |
185 (setq split-regexp | |
186 (concat | |
187 "\\(" | |
188 (mapconcat | |
189 'identity | |
190 (append | |
191 (and to-address (list (regexp-quote to-address))) | |
192 (and to-list (list (regexp-quote to-list))) | |
193 (and extra-aliases | |
194 (if (listp extra-aliases) | |
195 (mapcar 'regexp-quote extra-aliases) | |
196 (list extra-aliases))) | |
197 (and split-regexp (list split-regexp))) | |
198 "\\|") | |
199 "\\)")) | |
200 ;; Now create the new SPLIT | |
201 (push (append | |
202 (list 'any split-regexp) | |
203 ;; Generate RESTRICTs for SPLIT-EXCLUDEs. | |
204 (if (listp split-exclude) | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
205 (apply #'append |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
206 (mapcar (lambda (arg) (list '- arg)) |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
52401
diff
changeset
|
207 split-exclude)) |
31717 | 208 (list '- split-exclude)) |
209 (list group-clean)) | |
210 split) | |
211 ;; If it matches the empty string, it is a catch-all | |
212 (when (string-match split-regexp "") | |
213 (setq catch-all nil))))))))) | |
214 ;; Add catch-all if not crossposting | |
215 (if (and catch-all no-crosspost) | |
33270
93c83ac38c92
2000-11-06 John Wiegley <johnw@gnu.org>
Dave Love <fx@gnu.org>
parents:
31717
diff
changeset
|
216 (push catch-all split)) |
31717 | 217 ;; Move it to the tail, while arranging that SPLITs appear in the |
218 ;; same order as groups. | |
219 (setq split (reverse split)) | |
220 ;; Decide whether to accept cross-postings or not. | |
221 (push (if no-crosspost '| '&) split) | |
222 ;; Even if we can cross-post, catch-all should not get | |
223 ;; cross-posts. | |
224 (if (and catch-all (not no-crosspost)) | |
225 (setq split (list '| split catch-all))) | |
226 split)) | |
227 | |
228 (provide 'gnus-mlspl) | |
38413
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
229 |
93975
1e3a407766b9
Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
87649
diff
changeset
|
230 ;; arch-tag: 62b3381f-1e45-4b61-be1a-29fb27703322 |
38413
a26d9b55abb6
Some fixes to follow coding conventions in files from Gnus.
Pavel Janík <Pavel@Janik.cz>
parents:
38401
diff
changeset
|
231 ;;; gnus-mlspl.el ends here |