Update
Showing
1 changed file
with
31 additions
and
0 deletions
1 | 2007-07-09 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * NEWS, configure.ac: Version 1.2.1 | ||
4 | * THANKS: Add Robby Villegas | ||
5 | * examples/mta.c, libproto/imap/folder.c, libproto/nntp/folder.c, | ||
6 | mimeview/mimetypes.l: Fix format string | ||
7 | * libproto/imap/mbox.c: Minor fixes | ||
8 | * mail/mail.c (mail_mainloop): Use "%s" to properly pass command | ||
9 | to util_do_command. Remove call to util_escape_percent | ||
10 | * mail/mail.h, mail/util.c (util_escape_percent): Delete | ||
11 | |||
12 | * libproto/include/envelope0.h (date,sender): New members | ||
13 | (_sender,_date): Rename to _get_sender, _get_date | ||
14 | [__cplusplus]: Add missing } | ||
15 | |||
16 | * include/mailutils/envelope.h, mailbox/envelope.c | ||
17 | (mu_envelope_get_sender) | ||
18 | (mu_envelope_sget_sender, mu_envelope_aget_sender) | ||
19 | (mu_envelope_get_date, mu_envelope_sget_date) | ||
20 | (mu_envelope_aget_date): New functions | ||
21 | (mu_envelope_sender, mu_envelope_date): Rewrite as macros | ||
22 | |||
23 | * guimb/util.c, imap4d/append.c, imap4d/fetch.c, imap4d/search.c, | ||
24 | libmu_scm/mu_message.c, libsieve/actions.c, libsieve/tests.c, | ||
25 | mail/from.c, mailbox/amd.c, mailbox/mutil.c, | ||
26 | readmsg/readmsg.c: Rewrite using new envelope accessors | ||
27 | |||
28 | * libproto/mbox/mbox.c (write_array): New function | ||
29 | (mbox_append_message0): Rewrite using new envelope accessors + | ||
30 | write_array | ||
31 | |||
1 | 2007-07-06 Sergey Poznyakoff <gray@gnu.org.ua> | 32 | 2007-07-06 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 33 | ||
3 | * configure.ac (INTLINCS): Remove leftover variable | 34 | * configure.ac (INTLINCS): Remove leftover variable | ... | ... |
-
Please register or sign in to post a comment