Commit 194e1c4e 194e1c4e674389c23f6e811faef8af79ae7ae159 by Sergey Poznyakoff

Updated

1 parent 305a33ec
2005-03-06 Sergey Poznyakoff
* NEWS: Updated
* auth/sql.c: Use a uniform way of filename quoting in diagnostic messages.
* frm/common.c: Likewise
* frm/from.c: Likewise
* imap4d/authenticate.c: Likewise
* imap4d/login.c: Likewise
* libsieve/actions.c: Likewise
* libsieve/extensions/vacation.c: Likewise
* mail/var.c: Likewise
* mail.local/mailquota.c: Likewise
* mail.local/main.c: Likewise
* mail.remote/mail.remote.c: Likewise
* mailbox/mu_argp.c: Likewise
* messages/messages.c: Likewise
* mh/forw.c: Likewise
* mh/mh_ctx.c: Likewise
* mh/mh_init.c: Likewise
* mh/send.c: Likewise
* movemail/movemail.c: Likewise
* pop3d/apop.c: Likewise
* pop3d/lock.c: Likewise
* pop3d/user.c: Likewise
* readmsg/readmsg.c: Likewise
* sieve/sieve.c: Likewise
* mailbox/errors (MU_ERR_NO_QUERY): Fixed wording
2005-03-05 Wojciech Polak
* frm/Makefile.am: Removed install-exec-hook after the changes
......
GNU mailutils NEWS -- history of user-visible changes. 2004-02-25
GNU mailutils NEWS -- history of user-visible changes. 2005-03-05
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
See the end of file for copying conditions.
......@@ -18,6 +18,24 @@ encrypted using MySQL password() function. New option
passwords, `scrambled' for passwords hashed using MySQL algorithm and
`hash' for MD5 or DES hashed passwords (default).
* mail: Improved POSIX compatibility.
In particular, `next' command now works as described by
POSIX. Following commands change the status of the message to `read':
mbox, pipe, print, top, undelete, visual and decode (a GNU extension).
Implemented following variables: flipr, showto, bang.
The command `touch' does not alter messages that were deleted or saved
to a file.
* from
The `from' utility was rewritten. It is now fully compatible with the
BSD version.
* frm
Implemented -t (--align) command line option.
Whenever available, `frm' uses BIDI algorithm for display. This
allows for correct display of subject lines written in languages
with right to left script orientation (Arabic, Hebrew).
* New SQL driver: odbc
* Ukrainian localization
......