Update
Showing
1 changed file
with
28 additions
and
0 deletions
1 | 2007-07-05 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * NEWS: Update | ||
4 | * configure.ac: Change library version info | ||
5 | * examples/url-parse.c: Rewrite using sget accessors | ||
6 | * include/mailutils/url.h, mailbox/url.c (mu_url_sget_scheme) | ||
7 | (mu_url_aget_scheme, mu_url_sget_user, mu_url_aget_user) | ||
8 | (mu_url_sget_passwd, mu_url_aget_passwd, mu_url_sget_auth) | ||
9 | (mu_url_aget_auth, mu_url_sget_host, mu_url_aget_host) | ||
10 | (mu_url_sget_path, mu_url_aget_path, mu_url_sget_query) | ||
11 | (mu_url_aget_query): New functions | ||
12 | (mu_url_get_scheme, mu_url_get_user, mu_url_get_passwd) | ||
13 | (mu_url_get_auth, mu_url_get_host, mu_url_get_path) | ||
14 | (mu_url_get_query) | ||
15 | (mu_url_is_same_scheme, mu_url_is_same_user, mu_url_is_same_path) | ||
16 | (mu_url_is_same_host, mu_url_is_same_port): Rewrite using sget | ||
17 | accessors. | ||
18 | |||
19 | * libproto/imap/folder.c, libproto/imap/mbox.c, | ||
20 | libproto/mbox/folder.c, libproto/mbox/mbox.c, | ||
21 | libproto/nntp/folder.c, libproto/nntp/mbox.c, libproto/pop/mbox.c, | ||
22 | mailbox/amd.c, mailbox/sendmail.c, mailbox/smtp.c, | ||
23 | mailbox/wicket.c: Use mu_url_sget or mu_url_aget, depending on the | ||
24 | needs. | ||
25 | |||
26 | * mailbox/mailbox.c (mu_mailbox_get_debug): Propagate the debug | ||
27 | state to the underlying folder. | ||
28 | |||
1 | 2007-07-03 Sergey Poznyakoff <gray@gnu.org.ua> | 29 | 2007-07-03 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 30 | ||
3 | * mail.local/Makefile.am (mail_local_LDADD): Add missing | 31 | * mail.local/Makefile.am (mail_local_LDADD): Add missing | ... | ... |
-
Please register or sign in to post a comment