Commit 1eec0fd9 1eec0fd96a61ac0c9b9122061a8567c293922ab7 by Sergey Poznyakoff

Updated

1 parent 7894ac62
1 2002-12-20 Sergey Poznyakoff
2
3 * libsieve/sieve.l: Implemented shell-like extension for
4 multiline strings. They can start now with text:[-][delimiter],
5 the dash meaning 'strip leading tabs', the 'delimiter'
6 overriding default end-of-text delimiter (.)
7 * doc/texinfo/libsieve.texi: Documented text:[-][delimiter]
8 extension.
9 * TODO: Updated
10
1 2002-12-16 Sergey Poznyakoff 11 2002-12-16 Sergey Poznyakoff
2 12
3 * doc/texinfo/Makefile.am: Added trailing slash to the default 13 * doc/texinfo/Makefile.am: Added trailing slash to the default
......
...@@ -138,17 +138,6 @@ IMPORTANT: ...@@ -138,17 +138,6 @@ IMPORTANT:
138 138
139 - Implement boolean shortcut evaluation for `allof' and `anyof' 139 - Implement boolean shortcut evaluation for `allof' and `anyof'
140 140
141 - Extend the `text:' token. The planned syntax is:
142
143 text:[-][delimiter]
144
145 The meaning of optional flags is the same as in shell "here document"
146 construct: '-' strips all leading tab characters from the string body,
147 thus allowing it to be indented in a natural fashion; 'delimiter'
148 introduces the new end-of-text delimiter instead of the default
149 dot. If 'delimiter' starts with a backslash, no preprocessing will
150 be performed within a string.
151
152 - uid isn't good to identify messages, use message-id? 141 - uid isn't good to identify messages, use message-id?
153 142
154 - run as daemon, sieveing mail on arrival (need interface for notification 143 - run as daemon, sieveing mail on arrival (need interface for notification
......