Updated
Showing
1 changed file
with
52 additions
and
0 deletions
... | @@ -2,6 +2,58 @@ | ... | @@ -2,6 +2,58 @@ |
2 | 2 | ||
3 | * mailbox/rfc2047.c (rfc2047_encode): Bugfix. | 3 | * mailbox/rfc2047.c (rfc2047_encode): Bugfix. |
4 | 4 | ||
5 | * mail/page.c (page_move): Fix start msg calculation | ||
6 | |||
7 | * include/mailutils/list.h (list_insert): Accept additional | ||
8 | argument indicating whether to insert item before or after the | ||
9 | reference one. | ||
10 | * mailbox/list.c: Likewise | ||
11 | * examples/listop.c (ins): New option 'before' allows to insert an | ||
12 | item before another one. | ||
13 | * mailbox/testsuite/mailbox/list.exp: Test new list operations. | ||
14 | * mh/mh_alias.y: Updated list_insert invocations | ||
15 | * mh/mh_format.c (builtin_putnum): Minor fix | ||
16 | |||
17 | * comsat/comsat.c: Use registrar_record instead of directly | ||
18 | accessing registrar list. | ||
19 | * examples/mimetest.c: Likewise | ||
20 | * examples/msg-send.c: Likewise | ||
21 | * examples/mta.c: Likewise | ||
22 | * libmu_scm/mu_scm.c: Likewise | ||
23 | * mail.local/main.c: Likewise | ||
24 | * mail.remote/mail.remote.c: Likewise | ||
25 | |||
26 | * mailbox/registrar.c (registrar_get_list): Split into two | ||
27 | calls. The registrar_get_list proper is deprecated. | ||
28 | (registrar_get_iterator,registrar_lookup): New functions | ||
29 | (registrar_record,unregistrar_record): Use _registrar_get_list | ||
30 | |||
31 | * mailbox/folder.c (folder_create): Rewritten using | ||
32 | registrar_lookup() | ||
33 | * mailbox/mailbox.c (mailbox_create): Likewise | ||
34 | * mailbox/mailer.c (mailer_create): Likewise | ||
35 | |||
36 | * mailbox/sendmail.c: Updated declarations of struct _record | ||
37 | objects. | ||
38 | * mailbox/smtp.c: Likewise | ||
39 | * mailbox/imap/folder.c: Likewise | ||
40 | * mailbox/maildir/folder.c: Likewise | ||
41 | * mailbox/mbox/folder.c: Likewise | ||
42 | * mailbox/mh/folder.c: Likewise | ||
43 | * mailbox/nntp/folder.c: Likewise | ||
44 | * mailbox/pop/folder.c: Likewise | ||
45 | |||
46 | * include/mailutils/registrar.h (struct _record.priority): New | ||
47 | member. | ||
48 | (registrar_get_list): Mark as deprecated | ||
49 | (registrar_get_iterator,registrar_lookup): New function | ||
50 | (MU_IMAP_PRIO etc): New defines | ||
51 | (mu_register_all_mbox_formats,mu_register_local_mbox_formats) | ||
52 | (mu_register_remote_mbox_formats,mu_register_all_mailer_formats) | ||
53 | (mu_register_extra_formats): Use registrar_record | ||
54 | |||
55 | * include/mailutils/types.h: Minor stylistic fix | ||
56 | |||
5 | 2005-07-25 Sergey Poznyakoff <gray@gnu.org.ua> | 57 | 2005-07-25 Sergey Poznyakoff <gray@gnu.org.ua> |
6 | 58 | ||
7 | * mailbox/locker.c (locker_lock): Allow for non-absolute file | 59 | * mailbox/locker.c (locker_lock): Allow for non-absolute file | ... | ... |
-
Please register or sign in to post a comment