summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-12-13 16:29:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-13 16:29:58 +0200
commita1612b96fc4592af50cb65caff5b54e74f437b09 (patch)
tree6c7f89fd43a43e212202be0739bab1e35d6f2266 /NEWS
parent98011160928d6891abb5af1d67ebf2a6124e558b (diff)
downloadmailutils-a1612b96fc4592af50cb65caff5b54e74f437b09.tar.gz
mailutils-a1612b96fc4592af50cb65caff5b54e74f437b09.tar.bz2
Document changes to Sieve
* NEWS: Update. * doc/texinfo/libmu_sieve.texi: Update. * doc/texinfo/sieve.texi: Document extensions * libmu_sieve/comparator.c (mu_sieve_match_part_checker): Check the type of the 2nd argument. * sieve/sieve.c: Define "location" and "phase" environment items. * sieve/tests/pipetest.at: Use "pipe" as the capability string.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 38feada6c..e141bd2cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2016-12-07
+GNU mailutils NEWS -- history of user-visible changes. 2016-12-13
Copyright (C) 2002-2016 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -7,8 +7,34 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 3.0.90 (Git)
-Sieve library essentially rewritten. It now inludes support for
-the "variables" extension (RFC 5229).
+* Sieve
+
+The Sieve library essentially rewritten. The following new extensions
+are implemented:
+
+ encoded-character - RFC 5228, 2.4.2.4
+ variables - RFC 5229
+ environment - RFC 5183
+
+The tools define the Sieve environment "location", and
+"phase" as follows:
+
+ Utility | "location" | "phase"
+ --------+-------------+--------
+ maidag | "MDA" | "during"
+ inc | "MUA" | "post"
+ sieve | "MS" | "post"
+
+The "sieve" utility provides new option: --environment, for
+manipulating the environment.
+
+* Bugfixes
+** Fix program name duplicate in the output of "mailutils help COMMAND"
+** Fix several bugs in mhn
+** Fix expansion of #, &, %, etc. in mail "copy" and "file" commands.
+** Fix improper permissions after delivery to MH and Maildir mailboxes.
+** Fix stream flushing code
+** Fix the implementation of -nowhatnowproc option in mh
Version 3.0 - 2016-11-06

Return to:

Send suggestions and report system problems to the System administrator.