Commit cd81737c cd81737c125b141b595c3741bcafa1dac64bca85 by Sergey Poznyakoff

Version 1.1.90

1 parent c9a1fa06
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:
......
......@@ -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([])
......