Synch to Gnus 200312161037.
[elisp/gnus.git-] / lisp / nnmail.el
index e814123..3e52196 100644 (file)
@@ -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)))