Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
540a7545
...
540a75453247c9173e72a7392df129b37aea08e7
authored
2007-02-13 10:46:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
5684661a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
6 deletions
ChangeLog
NEWS
ChangeLog
View file @
540a754
2007-02-13 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/pipe.c (mail_pipe): Fix handling of cmd variable and
command argument.
* mail/send.c (compose_destroy): Do not free outfiles[i], the
caller is responsible for that.
* mailbox/amd.c (amd_envelope_date, amd_envelope_sender): If buf
is NULL, return required length of the buffer.
* mailbox/argcv.c (argcv_get_n): Prevent coredump if command='"'
* mailbox/testsuite/Argcv: Test '"' case.
* mailbox/header.c: Indentation fix
* readmsg/readmsg.c: Improve compatibility with elm's
implementation.
* readmsg/readmsg.h: Add some includes
* THANKS: Add Neil R. Ormos
* NEWS: Update
2006-12-31 Wojciech Polak
Updated libmu_cpp to the current API 1.0.
...
...
NEWS
View file @
540a754
GNU mailutils NEWS -- history of user-visible changes. 200
6-12-29
GNU mailutils NEWS -- history of user-visible changes. 200
7-02-13
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -7,7 +7,28 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 1.1.90:
* Empty messages in `mail'
* `libmailbox' library
mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions.
maildir and mh repositories are created if MU_STREAM_CREAT flag is supplied.
fix coredump in argcv, which was triggered by input line consisting of
a single double-quote character
* The `mail.local' utility
The program can be run by a non-privileged user. Thus, it can be used with
`fetchmail' and similar utilities.
* The `mail' utility:
Fix bugs in `pipe' command: the cmd variable setting
and single-argument invocation were handled incorrectly
Fix coredump in `send' command.
** Empty messages
The handling of empty messages by the `mail' utility is controlled by the
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.
If `nullbody' is unset, the message is silently ignored. This is
useful, in particular, in crontab files.
* mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions.
* mail.local can be run by a non-privileged user. Thus, it can be used with
`fetchmail' and similar utilities.
* maildir and mh repositories are created if MU_STREAM_CREAT flag is supplied.
* The `readmsg' utility.
Improve compatibility with elm's implementation. In particular -w
'From_' will now output `From ' markers. If the underlying mailbox
format does not contain those, `readmsg' will try to construct them
from the available data.
Version 1.1:
...
...
Please
register
or
sign in
to post a comment