aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-03-19 00:13:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-03-19 00:13:37 +0000
commit8d9cffd85d23a38fd3f794c594c1779401906688 (patch)
tree47acca346cd06cb9d9a52b8bad88e328330bc8ce /NEWS
parent8500d9de5b108aba5221bd3d92a2743b050ddf19 (diff)
downloadmailfromd-8d9cffd85d23a38fd3f794c594c1779401906688.tar.gz
mailfromd-8d9cffd85d23a38fd3f794c594c1779401906688.tar.bz2
Implement db_name
git-svn-id: file:///svnroot/mailfromd/trunk@1294 7a8a7f39-df28-0410-adc6-e0d955640f24
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.