projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cb215
)
Synch to Gnus 200312161037.
author
yamaoka
<yamaoka>
Tue, 16 Dec 2003 10:39:56 +0000
(10:39 +0000)
committer
yamaoka
<yamaoka>
Tue, 16 Dec 2003 10:39:56 +0000
(10:39 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/nnmail.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
42ae134
..
05192e8
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2003-12-16 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * nnmail.el (nnmail-split-fancy): The widget now supports
+ restrictions.
+
2003-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
* nnheader.el (nnheader-find-etc-directory): Find the newest one.
diff --git
a/lisp/nnmail.el
b/lisp/nnmail.el
index
e814123
..
3e52196
100644
(file)
--- a/
lisp/nnmail.el
+++ b/
lisp/nnmail.el
@@
-422,6
+422,11
@@
This is copy of the `lazy' widget in Emacs 21.4 provided for compatibility."
(choice :tag "Match"
regexp
(symbol :value mail))
+ (repeat :inline t
+ :tag "Restrictions"
+ (group :inline t
+ (const :format "" -)
+ regexp))
nnmail-split-fancy)
(const :tag "Junk (delete mail)" junk)))