More 4.63 documentation (noticed an important bit missing at the very
[exim.git] / doc / doc-txt / NewStuff
index 35d3bde3069d57fcaf59cf366b1adebbf9934880..7f00ee5cd027224c7f2c4bee679f307432c1c3b0 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.106 2006/07/17 09:18:09 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.108 2006/07/31 14:19:31 ph10 Exp $
 
 New Features in Exim
 --------------------
@@ -41,13 +41,29 @@ Version 4.63
    and the default code is used. This is an incompatible change, but it is not
    expected to affect many (if any) configurations. It is possible to suppress
    the use of the supplied code in a redirect router by setting the
-   smtp_error_code option false. In this case, any SMTP code is quietly
+   forbid_smtp_code option true. In this case, any SMTP code is quietly
    ignored.
 
 4. There is a new parameter for LDAP lookups called "referrals", which takes
    one of the settings "follow" (the default) or "nofollow". The latter stops
    the LDAP library from trying to follow referrals issued by the LDAP server.
 
+5. Version 20070721.2 of exipick now included, offering these new options:
+    --reverse
+        After all other sorting options have bee processed, reverse order
+        before displaying messages (-R is synonym).
+    --random
+        Randomize order of matching messages before displaying.
+    --size
+        Instead of displaying the matching messages, display the sum
+        of their sizes.
+    --sort <variable>[,<variable>...]
+        Before displaying matching messages, sort the messages according to
+        each messages value for each variable.
+    --not
+        Negate the value for every test (returns inverse output from the
+        same criteria without --not).
+
 
 Version 4.62
 ------------