Update
Showing
2 changed files
with
46 additions
and
6 deletions
1 | 2007-02-13 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * mail/pipe.c (mail_pipe): Fix handling of cmd variable and | ||
4 | command argument. | ||
5 | * mail/send.c (compose_destroy): Do not free outfiles[i], the | ||
6 | caller is responsible for that. | ||
7 | * mailbox/amd.c (amd_envelope_date, amd_envelope_sender): If buf | ||
8 | is NULL, return required length of the buffer. | ||
9 | * mailbox/argcv.c (argcv_get_n): Prevent coredump if command='"' | ||
10 | * mailbox/testsuite/Argcv: Test '"' case. | ||
11 | * mailbox/header.c: Indentation fix | ||
12 | * readmsg/readmsg.c: Improve compatibility with elm's | ||
13 | implementation. | ||
14 | * readmsg/readmsg.h: Add some includes | ||
15 | * THANKS: Add Neil R. Ormos | ||
16 | * NEWS: Update | ||
17 | |||
1 | 2006-12-31 Wojciech Polak | 18 | 2006-12-31 Wojciech Polak |
2 | 19 | ||
3 | Updated libmu_cpp to the current API 1.0. | 20 | Updated libmu_cpp to the current API 1.0. | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2006-12-29 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2007-02-13 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
... | @@ -7,7 +7,28 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. | ... | @@ -7,7 +7,28 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
7 | 7 | ||
8 | Version 1.1.90: | 8 | Version 1.1.90: |
9 | 9 | ||
10 | * Empty messages in `mail' | 10 | * `libmailbox' library |
11 | |||
12 | mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions. | ||
13 | |||
14 | maildir and mh repositories are created if MU_STREAM_CREAT flag is supplied. | ||
15 | |||
16 | fix coredump in argcv, which was triggered by input line consisting of | ||
17 | a single double-quote character | ||
18 | |||
19 | * The `mail.local' utility | ||
20 | |||
21 | The program can be run by a non-privileged user. Thus, it can be used with | ||
22 | `fetchmail' and similar utilities. | ||
23 | |||
24 | * The `mail' utility: | ||
25 | |||
26 | Fix bugs in `pipe' command: the cmd variable setting | ||
27 | and single-argument invocation were handled incorrectly | ||
28 | |||
29 | Fix coredump in `send' command. | ||
30 | |||
31 | ** Empty messages | ||
11 | 32 | ||
12 | The handling of empty messages by the `mail' utility is controlled by the | 33 | The handling of empty messages by the `mail' utility is controlled by the |
13 | bollean variable `nullbody'. If it is set (the default), the message | 34 | bollean variable `nullbody'. If it is set (the default), the message |
... | @@ -18,10 +39,12 @@ message displayed in this case is set by `nullbodymsg' variable. | ... | @@ -18,10 +39,12 @@ message displayed in this case is set by `nullbodymsg' variable. |
18 | If `nullbody' is unset, the message is silently ignored. This is | 39 | If `nullbody' is unset, the message is silently ignored. This is |
19 | useful, in particular, in crontab files. | 40 | useful, in particular, in crontab files. |
20 | 41 | ||
21 | * mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions. | 42 | * The `readmsg' utility. |
22 | * mail.local can be run by a non-privileged user. Thus, it can be used with | 43 | |
23 | `fetchmail' and similar utilities. | 44 | Improve compatibility with elm's implementation. In particular -w |
24 | * maildir and mh repositories are created if MU_STREAM_CREAT flag is supplied. | 45 | 'From_' will now output `From ' markers. If the underlying mailbox |
46 | format does not contain those, `readmsg' will try to construct them | ||
47 | from the available data. | ||
25 | 48 | ||
26 | 49 | ||
27 | Version 1.1: | 50 | Version 1.1: | ... | ... |
-
Please register or sign in to post a comment