aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3cbe49a..200371dd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,17 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 3.1.91, SVN
+* New functions
+
+- string db_name(string fmt)
+
+Return full file name of the database file corresponding to format
+`fmt'
+
+- number db_expire_interval(string fmt)
+
+Return the expiration period for db format `fmt'
+
* #pragma regex stack
The `#pragma regex' statement can keep a stack of regex flags. The
@@ -21,7 +32,7 @@ The statement
#pragma regex pop [options]
-does the reverse: restores the current regex flags from the top of
+does the opposite: restores the current regex flags from the top of
stack and applies [options] to it.
This statement is useful in include files to avoid disturbing user

Return to:

Send suggestions and report system problems to the System administrator.