Commit 194e1c4e 194e1c4e674389c23f6e811faef8af79ae7ae159 by Sergey Poznyakoff

Updated

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