Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5247f633
...
5247f6332ce7694578294a7e82fbd7228d013f42
authored
2007-07-05 20:03:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
0fd294c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
5247f63
2007-07-05 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Update
* configure.ac: Change library version info
* examples/url-parse.c: Rewrite using sget accessors
* include/mailutils/url.h, mailbox/url.c (mu_url_sget_scheme)
(mu_url_aget_scheme, mu_url_sget_user, mu_url_aget_user)
(mu_url_sget_passwd, mu_url_aget_passwd, mu_url_sget_auth)
(mu_url_aget_auth, mu_url_sget_host, mu_url_aget_host)
(mu_url_sget_path, mu_url_aget_path, mu_url_sget_query)
(mu_url_aget_query): New functions
(mu_url_get_scheme, mu_url_get_user, mu_url_get_passwd)
(mu_url_get_auth, mu_url_get_host, mu_url_get_path)
(mu_url_get_query)
(mu_url_is_same_scheme, mu_url_is_same_user, mu_url_is_same_path)
(mu_url_is_same_host, mu_url_is_same_port): Rewrite using sget
accessors.
* libproto/imap/folder.c, libproto/imap/mbox.c,
libproto/mbox/folder.c, libproto/mbox/mbox.c,
libproto/nntp/folder.c, libproto/nntp/mbox.c, libproto/pop/mbox.c,
mailbox/amd.c, mailbox/sendmail.c, mailbox/smtp.c,
mailbox/wicket.c: Use mu_url_sget or mu_url_aget, depending on the
needs.
* mailbox/mailbox.c (mu_mailbox_get_debug): Propagate the debug
state to the underlying folder.
2007-07-03 Sergey Poznyakoff <gray@gnu.org.ua>
* mail.local/Makefile.am (mail_local_LDADD): Add missing
...
...
Please
register
or
sign in
to post a comment