update
Showing
1 changed file
with
23 additions
and
0 deletions
1 | 2001-06-19 Sam Roberts | ||
2 | |||
3 | * include/mailutils/debug.h, mailbox/debug.c: New function: | ||
4 | debug_printv() to complement debug_print(). | ||
5 | * examples/mbox-dates.c: parse822_date_time now takes a timezone | ||
6 | argument. We don't actually use the arguments, though. | ||
7 | * include/mailutils/parse822.h: parse82_date_time() now uses the | ||
8 | mu_timezone structure for portability. | ||
9 | * include/mailutils/mailbox.h: Prototyped mailbox_destroy_folder(). | ||
10 | * mailbox/mu_mktime.c: Moved mu_mktime to mutil.c as mu_tm2time, | ||
11 | and removed mu_mktime.c | ||
12 | * include/mailutils/mutil.h, mailbox/Makefile.am, | ||
13 | mailbox/mbx_imap.c, mailbox/mutil.c, mailbox/parse822.c: Moved some | ||
14 | generically useful date/time handling functions to mutil.c, fixed | ||
15 | problems with portability of timezone information in struct tm, and | ||
16 | created a new structure to hold timezone information, since | ||
17 | struct tm doesn't do so reliably. | ||
18 | * imap4d/: append.c, fetch.c, imap4d.h, namespace.c, search.c, | ||
19 | util.c: Moved date/time parsing utility functions to | ||
20 | mailbox/mutil.c. Added braces to initializers and removed unused | ||
21 | variables prototyped shared functions, made functions that didn't | ||
22 | return return void. (to quiet gcc -Wall), | ||
23 | |||
1 | 2001-06-17 Sam Roberts | 24 | 2001-06-17 Sam Roberts |
2 | 25 | ||
3 | * sieve/Makefile.am: More fixes to the packaging structure by | 26 | * sieve/Makefile.am: More fixes to the packaging structure by | ... | ... |
-
Please register or sign in to post a comment