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
cd81737c
...
cd81737c125b141b595c3741bcafa1dac64bca85
authored
2006-12-29 13:12:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Version 1.1.90
1 parent
c9a1fa06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
NEWS
configure.ac
NEWS
View file @
cd81737
GNU mailutils NEWS -- history of user-visible changes. 2006-12-
15
GNU mailutils NEWS -- history of user-visible changes. 2006-12-
29
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 1.1.90:
* Empty messages in `mail'
The handling of empty messages by the `mail' utility is controlled by the
bollean variable `nullbody'. If it is set (the default), the message
is sent and the warning ``Null message body; hope that's ok'' is
issued. This is compatible with other mail implementations. The exact
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.
Version 1.1:
...
...
configure.ac
View file @
cd81737
...
...
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils; if not, write to the Free Software Foundation,
dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
AC_INIT([GNU Mailutils], [1.1], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [1.1
.90
], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([scripts])
AC_CANONICAL_TARGET([])
...
...
Please
register
or
sign in
to post a comment