Updated
Showing
1 changed file
with
20 additions
and
0 deletions
1 | 2002-04-10 Sergey Poznyakoff | ||
2 | |||
3 | * imap4d/list.c: Removed imap_match(). | ||
4 | * imap4d/util.c (util_wcard_match): from list.c | ||
5 | * imap4d/imap4d.h: Proto for util_wcard_match() and defines | ||
6 | for its return values. | ||
7 | * imap4d/lsub.c: Output only those list items that match | ||
8 | given wildcard expression. | ||
9 | |||
10 | * mailbox/mutil.c (mu_register_retriever): Register a retrieving | ||
11 | function. | ||
12 | (mu_retrieve): Retrieve information using stack of retriever | ||
13 | functions. | ||
14 | (mu_getpwnam,mu_register_getpwnam): Rewritten using retriever | ||
15 | functions. | ||
16 | (mu_getpwuid,mu_register_getpwuid): Likewise. | ||
17 | |||
18 | * include/mailutils/mutil.h: Prototypes for general-purpose | ||
19 | retrieval functions. | ||
20 | |||
1 | 2002-04-08 Sergey Poznyakoff | 21 | 2002-04-08 Sergey Poznyakoff |
2 | 22 | ||
3 | * include/mailutils/locker.h (MU_LOCKER_KERNEL): New locker | 23 | * include/mailutils/locker.h (MU_LOCKER_KERNEL): New locker | ... | ... |
-
Please register or sign in to post a comment