From e350978d83c5f30c5ae74c928468f603dc2f51d9 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Tue, 16 Dec 2003 10:37:29 +0000 Subject: [PATCH] 2003-12-16 Per Abrahamsen * nnmail.el (nnmail-split-fancy): The widget now supports restrictions. --- lisp/ChangeLog | 5 +++++ lisp/nnmail.el | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42ae13474..05192e830 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-12-16 Per Abrahamsen + + * nnmail.el (nnmail-split-fancy): The widget now supports + restrictions. + 2003-12-16 Katsumi Yamaoka * nnheader.el (nnheader-find-etc-directory): Find the newest one. diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 7b9bf4cb9..c5d93926d 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -419,6 +419,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))) -- 2.34.1