Commit 4d68363d 4d68363d24d57c764af3d25e70690aff2998d03a by Sergey Poznyakoff

Updated

1 parent 934b7717
Showing 1 changed file with 33 additions and 0 deletions
1 2006-01-25 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * include/mailutils/compat.h (registrar_lookup): Define to
4 mu_0_6_registrar_lookup
5 * include/mailutils/mailbox.h (mu_mailbox_set_default_proto)
6 (mu_mailbox_get_default_proto): New prototypes.
7 * include/mailutils/registrar.h (mu_registrar_lookup): Changed
8 declaration.
9 (mu_0_6_registrar_lookup): New prototype.
10 * mailbox/mailbox.c (mu_mailbox_set_default_proto)
11 (mu_mailbox_get_default_proto): New functions.
12 (mu_mailbox_create): Append default_proto to the mailbox URL, if
13 the latter does not already contain one.
14 Update invocation of mu_registrar_lookup
15
16 * mailbox/mbx_default.c (tilde_expand): Remove
17 (mu_mailbox_create_default): Use mu_tilde_expansion instead of
18 tilde_expand
19
20 * mailbox/mu_argp.c (mu_mailbox_argp_option)
21 (mu_common_argp_parser): New option --mailbox-type
22 * mailbox/mutil.c (mu_tilde_expansion): Expand tilde after
23 the protocol specification.
24
25 * mailbox/registrar.c (mu_registrar_lookup): Return error
26 code. Use an extra argument to return the flags.
27 (mu_0_6_registrar_lookup): New function for compatibility with
28 previous versions.
29
30 * mailbox/folder.c: Update invocations of mu_registrar_lookup
31 * mailbox/mailer.c: Likewise
32 * mailbox/mbox/folder.c: Likewise.
33
1 2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua> 34 2006-01-24 Sergey Poznyakoff <gray@gnu.org.ua>
2 35
3 * mh/mh_ctx.c (mh_context_read): Allow for empty lines and 36 * mh/mh_ctx.c (mh_context_read): Allow for empty lines and
......