summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2009-09-01 19:46:45 +0200
committerWojciech Polak <polak@gnu.org>2009-09-01 19:46:45 +0200
commitf6db8dababc96b62cc564a3f8d9048d0c5f2dd63 (patch)
tree00c993b429422ffdd82af3a0bc91f367b0e8671f /NEWS
parentf84d86d1f1dbe0579da2f5f9221cea712f3a071b (diff)
downloadmailutils-f6db8dababc96b62cc564a3f8d9048d0c5f2dd63.tar.gz
mailutils-f6db8dababc96b62cc564a3f8d9048d0c5f2dd63.tar.bz2
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 200c655c6..da9aae364 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2009-08-30
+GNU mailutils NEWS -- history of user-visible changes. 2009-09-01
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
2008, 2009 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -32,6 +32,17 @@ The `--owner' command line option (and the corresponding
`mailbox-ownership' configuration file statement) instructs movemail
to copy mailbox ownership, if the utility is run with root privileges.
+* Maidag
+
+Improved scripting capability allow to use mail filters written in
+the Python language.
+
+The `--script' command line option set the name pattern for
+user-defined mail filter.
+
+The `--language' command line option define scripting language for
+the next --script option.
+
* Mail
** The -f option
@@ -118,7 +129,7 @@ descriptions before each variable.
* New interfaces
-** Pyhton interface
+** Python interface
Mailutils now comes with the Python API. See examples/python/*, for
examples on how to use it.
@@ -127,8 +138,20 @@ examples on how to use it.
The C++ API is built by default, if a c++ compiler is available.
+* Support for Tokyo Cabinet DBM.
+
+Tokyo Cabinet is a modern implementation of DBM, developed as the
+successor of GDBM and QDBM. It is written in the C language,
+available on platforms which have API conforming to C99 and POSIX.
+Tokyo Cabinet is a free software licensed under the GNU Lesser General
+Public License.
+
* API
+* Renamed libsieve to libmu_sieve.
+
+* Renamed libcfg to libmu_cfg.
+
* Wicket/Ticket functions
The wicket/ticket support is rewritten from scratch.

Return to:

Send suggestions and report system problems to the System administrator.