Fix syntax (broken grouping).
--- a/all.SCORE Thu Apr 04 22:26:19 2013 +0300
+++ b/all.SCORE Fri Apr 05 00:21:08 2013 +0300
@@ -1,14 +1,14 @@
;; -*- mode: emacs-lisp -*-
(
("from"
- ("Oleksandr Gavenko" 200 nil s))
- ("from"
- ("gavenkoa" 200 nil s))
- ("from"
+ ("Oleksandr Gavenko" 200 nil s)
+ ("gavenkoa" 200 nil s)
("Юрий Гавенко" 200 nil s))
+ ("message-id"
+ ("@gavenkoa.example.com" 200 nil s))
("references"
- ("@gavenkoa.example.com" 100)
- ("@desktop.home.int" 100))
+ ("@gavenkoa.example.com" 100 nil s)
+ ("@desktop.home.int" 100 nil s))
(mark-and-expunge -20)
(thread-mark-and-expunge -20)
)