Updated
Showing
1 changed file
with
59 additions
and
0 deletions
1 | 2005-06-23 Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
2 | |||
3 | * README-alpha: Updated | ||
4 | * include/mailutils/mailbox.h | ||
5 | (mu_path_maildir,mu_path_folder_dir): Removed | ||
6 | (mu_set_mail_directory,mu_set_folder_directory) | ||
7 | (mu_mail_directory,mu_folder_directory) | ||
8 | (mu_construct_user_mailbox_url,mailbox_get_flags): New functions. | ||
9 | * mailbox/mbx_default.c: Likewise. | ||
10 | * include/mailutils/mutil.h (mu_normalize_maildir): Renamed to | ||
11 | (mu_normalize_mailbox_url) | ||
12 | * libmu_scm/mu_mailbox.c (scm_mu_mail_directory) | ||
13 | (scm_mu_folder_directory): New function | ||
14 | * libmu_scm/mu_scm.c (_mu_scm_path_maildir) | ||
15 | (_mu_scm_path_folder_dir): Removed | ||
16 | |||
17 | * auth/sql.c: Use mu_mail_directory, mu_folder_directory and | ||
18 | related calls. | ||
19 | * guimb/collect.c: Likewise. | ||
20 | * mailbox/mu_argp.c: Likewise. | ||
21 | * mailbox/mutil.c: Likewise. | ||
22 | * mailbox/system.c: Likewise. | ||
23 | * mh/comp.c: Likewise. | ||
24 | * mh/folder.c: Likewise. | ||
25 | * mh/forw.c: Likewise. | ||
26 | * mh/mh_init.c: Likewise. | ||
27 | * mh/mhn.c: Likewise. | ||
28 | * mh/mhpath.c: Likewise. | ||
29 | * mh/refile.c: Likewise. | ||
30 | * mh/repl.c: Likewise. | ||
31 | * mh/send.c: Likewise. | ||
32 | * mh/whom.c: Likewise. | ||
33 | |||
34 | * mh/mh.h (mh_global_profile_get): Changed prototype. | ||
35 | * mh/mh_global.c: Likewise. | ||
36 | |||
37 | * mailbox/imap/mbox.c (imap_messages_count): Use SELECT or EXAMINE | ||
38 | depending on the mailbox status. | ||
39 | (imap_expunge): Return EACCES if the mailbox is read-only | ||
40 | |||
41 | * examples/http.c: Accept up to two arguments: hostname to connect | ||
42 | to and URL of the page to get. | ||
43 | |||
44 | * imap4d/close.c: Do not attempt to flush a mailbox opened in | ||
45 | read-only mode. | ||
46 | |||
47 | * mail/file.c (mail_file): Invalidate current page map. | ||
48 | * mail/mail.h: Updated | ||
49 | * mail/page.c (set_cursor): Use page_move(0) to correctly update | ||
50 | the map. | ||
51 | |||
52 | * mailbox/errors (MU_ERR_BAD_FILENAME): New error code. | ||
53 | * mailbox/mailbox.c (mailbox_get_flags): New function | ||
54 | |||
55 | * imap4d/util.c: Minor correction | ||
56 | * mail/decode.c: Likewise | ||
57 | * mail.local/main.c: Likewise | ||
58 | * frm/from.c: Removed unused variable | ||
59 | |||
1 | 2005-06-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> | 60 | 2005-06-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
2 | 61 | ||
3 | * examples/mta.c (mta_smtp): Fixed race condition between printing | 62 | * examples/mta.c (mta_smtp): Fixed race condition between printing | ... | ... |
-
Please register or sign in to post a comment