Updated
Showing
2 changed files
with
28 additions
and
0 deletions
1 | 2002-11-07 Sergey Poznyakoff | 1 | 2002-11-07 Sergey Poznyakoff |
2 | 2 | ||
3 | * mailbox/stream.c: Fix memory leak. Patch provided by | ||
4 | Frederic Gobry <frederic.gobry@smartdata.ch> | ||
5 | * mailbox/tcp.c: Likewise. | ||
6 | |||
7 | * mail.local/mailquota.c: Fixed comment. | ||
8 | * mail.local/main.c: Avoid unnecessary memory allocation. | ||
9 | |||
10 | * libsieve/: New directory | ||
11 | * libsieve/Makefile.am: New file. | ||
12 | * libsieve/.cvsignore: New file. | ||
13 | * libsieve/sieve.y: New file. | ||
14 | * libsieve/sieve.l: New file. | ||
15 | * libsieve/sieve.h: New file. | ||
16 | * libsieve/util.c: New file. | ||
17 | * libsieve/sv.c: New file. | ||
18 | |||
19 | * sieve/ylwrap: Moved to ... | ||
20 | * scripts/ylwrap: ... here | ||
21 | * scripts/Makefile.am: Added ylwrap | ||
22 | * sieve/Makefile.am: Removed ylwrap | ||
23 | |||
24 | 2002-11-07 Sergey Poznyakoff | ||
25 | |||
3 | * mail/mail.h (msgset_member,msgset_negate): New functions. | 26 | * mail/mail.h (msgset_member,msgset_negate): New functions. |
4 | * mail/msgset.y: Added negation of message sets. | 27 | * mail/msgset.y: Added negation of message sets. |
5 | `from ! subject:/daily/' outputs all messages whose subject | 28 | `from ! subject:/daily/' outputs all messages whose subject | ... | ... |
-
Please register or sign in to post a comment