Updated
Showing
2 changed files
with
40 additions
and
1 deletions
1 | 2005-08-30 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | Remove obsolete usage of mu_folder_list (ex. folder_list). It | ||
4 | seems to have been introduced when mu_list_t (ex. list_t) has | ||
5 | not yet been there. All callers updated. Mbox format | ||
6 | implementation has been tested. Imap format one is being tested. | ||
7 | |||
8 | * include/mailutils/folder.h (struct mu_list_response.level): New | ||
9 | member | ||
10 | (struct mu_folder_list): Removed. Use mu_list_t instead | ||
11 | (mu_folder_list): Use mu_list_t. Take an extra argument: a maximum | ||
12 | recusion level. | ||
13 | (mu_folder_lsub): Change typo of the last argument (mu_list_t | ||
14 | now). | ||
15 | (mu_folder_list_destroy): Removed | ||
16 | (mu_list_response_free): New function | ||
17 | * lib/mu_asprintf.h: Remove vestiges of __P(). Define _GNU_SOURCE, | ||
18 | if not alrerady defined. | ||
19 | |||
20 | * mailbox/imap/folder.c: Rewritten for new | ||
21 | mu_folder_list,mu_folder_lsub semantics. | ||
22 | * mailbox/imap/mbox.c: Likewise | ||
23 | * mailbox/include/folder0.h: Likewise. | ||
24 | * mailbox/include/imap0.h: Likewise. | ||
25 | * mailbox/mbox/folder.c: Likewise. | ||
26 | * mailbox/nntp/folder.c: Likewise. | ||
27 | * mail/mailline.c: Use new mu_folder_list | ||
28 | * mailbox/folder.c: Likewise. | ||
29 | |||
30 | * auth/radius.c: Updated for recent libgnuradius | ||
31 | |||
32 | * mh/folder.c: Implement --pack, --verbose, --dry-run (just in case). | ||
33 | * mh/TODO: Updated | ||
34 | * mh/inc.c: Minor bugfixes. | ||
35 | * mh/mark.c: Likewise | ||
36 | * mh/mh.h (mh_context_iterator): Changed signature | ||
37 | * mh/mh_ctx.c (mh_context_iterate): Bugfix | ||
38 | * mh/mh_getopt.h (ARG_PACK): New define | ||
39 | |||
1 | 2005-08-29 Sergey Poznyakoff <gray@gnu.org.ua> | 40 | 2005-08-29 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 41 | ||
3 | * configure.ac: Raise version number to 0.6.92 | 42 | * configure.ac: Raise version number to 0.6.92 | ... | ... |
... | @@ -26,7 +26,7 @@ State Nice Utility Comments | ... | @@ -26,7 +26,7 @@ State Nice Utility Comments |
26 | --split,--width | 26 | --split,--width |
27 | * -20 refile --link copies messages. | 27 | * -20 refile --link copies messages. |
28 | * -20 rmm rmproc: | 28 | * -20 rmm rmproc: |
29 | * -15 folder(s) --pack,--verbose | 29 | + -15 folder(s) |
30 | + -15 mhn | 30 | + -15 mhn |
31 | + -10 rmf | 31 | + -10 rmf |
32 | + 0 install-mh | 32 | + 0 install-mh | ... | ... |
-
Please register or sign in to post a comment