aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-07-04 14:08:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-07-04 14:08:59 +0000
commit3144ca5ebf79cf864b987f2cb15a8ba9f88c05bd (patch)
tree25eb7c65189353917a5894f61d2c9c9a0f94b623 /NEWS
parent00fc944548af855f374ee77d5b2834456d386a35 (diff)
downloadmailfromd-3144ca5ebf79cf864b987f2cb15a8ba9f88c05bd.tar.gz
mailfromd-3144ca5ebf79cf864b987f2cb15a8ba9f88c05bd.tar.bz2
Implement mailbox_append_message built-in function.
* NEWS, doc/mailfromd.texi: Document mailbox_append_message. Document new semantics of `a' and `a+' in mailbox_open. * mfd/bi_msg.m4 (bi_message_from_descr): New function. * mfd/bi_body.m4 (current_message): Fix return value. * mfd/bi_mbox.m4 (mailbox_open): Discern between `a' and `a+'. (mailbox_append_message): New function. * mfd/msg.h (bi_message_from_descr): New prototype. git-svn-id: file:///svnroot/mailfromd/trunk@1658 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff1eaaae..7d4c59a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2008-05-15
+Mailfromd NEWS -- history of user-visible changes. 2008-07-04
Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -43,6 +43,7 @@ done
** Mailbox and message manipulation
- number current_message()
+- void mailbox_append_message(number mbx, number msg)
- void mailbox_close(number mbx)
- number mailbox_get_message(number mbx, number nmsg)
- number mailbox_messages_count(number nmbx)

Return to:

Send suggestions and report system problems to the System administrator.