Commit a36f98f9 a36f98f952c7728a60e44472b82b395bf69ed07e by Sergey Poznyakoff

Update

1 parent 793cc9c0
Showing 1 changed file with 26 additions and 0 deletions
1 2006-04-20 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * guimb/scm/sieve-core.scm: Always load mailutils module
4 (sieve-main): Use (mu-mail-directory) instead of mu-path-maildir.
5 * include/mailutils/guile.h: Add support for Guile 1.8
6 (mu_scm_error): New function
7 * include/mailutils/mutil.h (mu_spawnvp): Change type of the 2nd
8 argument.
9 * libmu_scm/mailutils.scm.in (mu-libs): Use "libmailutils" instead
10 of "libmailbox"
11 * libmu_scm/mu_address.c: Rewritten using Guile 1.8 API.
12 Throw 'mailutils-error instead of returning #f on error.
13 * libmu_scm/mu_body.c: Likewise
14 * libmu_scm/mu_logger.c: Likewise
15 * libmu_scm/mu_mailbox.c: Likewise
16 * libmu_scm/mu_message.c: Likewise
17 * libmu_scm/mu_mime.c: Likewise
18 * libmu_scm/mu_port.c: Likewise
19 * libmu_scm/mu_scm.c: Likewise
20 * libmu_scm/mu_util.c: Likewise
21
22 * libproto/imap/mbox.c (imap_envelope_date): bugfix
23 * mailbox/amd.c [WITH_PTHREAD][HAVE_PTHREAD_H]: Fix typo
24 * mailbox/locker.c (lock_external): Minor fix
25 * mailbox/mutil.c (mu_spawnvp): Change type of the 2nd argument.
26
1 2006-04-19 Sergey Poznyakoff <gray@gnu.org.ua> 27 2006-04-19 Sergey Poznyakoff <gray@gnu.org.ua>
2 28
3 * NEWS: Update 29 * NEWS: Update
......