Changes to guimb, guimb/scm
Showing
1 changed file
with
24 additions
and
0 deletions
1 | 2001-08-04 Sergey Poznyakoff | ||
2 | * mailbox/header.c: Return value of header_aget_value() was always | ||
3 | 0. Made it consistent with that of header_get_value(). Same for | ||
4 | header_aget_field_value(). | ||
5 | |||
6 | * guimb/main.c: Fixed handling of default mailbox in the absence of | ||
7 | other mailbox arguments. | ||
8 | * guimb/collect.c: Likewise. | ||
9 | * guimb/guimb.h: Removed unused declarations. | ||
10 | |||
11 | * libmu_scm/mu_message.c: Changed mu-message-get-header-fields | ||
12 | to allow for second optional argument. The argument is a list | ||
13 | of header names to narrow output to. | ||
14 | |||
15 | * guimb/scm/sieve-core.scm: Changed action-keep: it couldn't be just | ||
16 | #f. Fixed and tested action-stop, action-redirect and test-exists. | ||
17 | Fixed handling of null-length keys in sieve-str-str. | ||
18 | test-address and test-header: use mu-message-get-header-fields | ||
19 | to speed the things up. | ||
20 | Implemented "envelope" test. | ||
21 | |||
22 | * guimb/scm/sieve.scm: Add final #t to the generated code, so the | ||
23 | empty scripts work. | ||
24 | |||
1 | 2001-08-03 Sergey Poznyakoff | 25 | 2001-08-03 Sergey Poznyakoff |
2 | * libmu_scm/mu_logger.c: (new) Interface to syslog functions. | 26 | * libmu_scm/mu_logger.c: (new) Interface to syslog functions. |
3 | * libmu_scm/mu_mailbox.c: Added mu-mailbox-get-url. | 27 | * libmu_scm/mu_mailbox.c: Added mu-mailbox-get-url. | ... | ... |
-
Please register or sign in to post a comment