Implemented 'file:' URLs
Showing
1 changed file
with
27 additions
and
0 deletions
1 | 2004-01-13 Sergey Poznyakoff | ||
2 | |||
3 | Implemented 'file:' URLs | ||
4 | |||
5 | * include/mailutils/registrar.h: Removed file_record | ||
6 | * mailbox/include/registrar0.h: Likewise | ||
7 | * examples/mimetest.c: Likewise | ||
8 | * mailbox/mbox/folder.c: Likewise | ||
9 | |||
10 | * include/mailutils/mutil.h (mu_scheme_autodetect_p): New function | ||
11 | * mailbox/mutil.c: Likewise | ||
12 | |||
13 | * mailbox/amd.c (amd_url_init): Use mu_scheme_autodetect_p(). | ||
14 | * mailbox/maildir/folder.c (_maildir_is_scheme): Likewise. | ||
15 | * mailbox/mh/folder.c (_mh_is_scheme): Likewise. | ||
16 | |||
17 | * mailbox/url_file.c: Removed. File not needed anymore. | ||
18 | * mailbox/url_path.c: Likewise. | ||
19 | * mailbox/Makefile.am (url_file.c,url_path.c): Removed | ||
20 | |||
21 | * mailbox/mbox/url.c (_url_path_init): Moved from ../url_path.c | ||
22 | * mailbox/mbox/file.c: Removed. File not needed anymore. | ||
23 | * mailbox/mbox/Makefile.am (file.c): Removed | ||
24 | |||
25 | * frm/frm.c: Improved handling of --select option | ||
26 | * from/from.c: Include missing headers | ||
27 | |||
1 | 2004-01-13 Wojciech Polak | 28 | 2004-01-13 Wojciech Polak |
2 | 29 | ||
3 | * from/from.c: Use mu_error() where appropriate. | 30 | * from/from.c: Use mu_error() where appropriate. | ... | ... |
-
Please register or sign in to post a comment