summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--THANKS1
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca871224c..4f45e8e1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,20 @@
1GNU mailutils NEWS -- history of user-visible changes. 2019-03-01 1GNU mailutils NEWS -- history of user-visible changes. 2019-03-06
2Copyright (C) 2002-2019 Free Software Foundation, Inc. 2Copyright (C) 2002-2019 Free Software Foundation, Inc.
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send mailutils bug reports to <bug-mailutils@gnu.org>. 5Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7Version 3.6.90 (git) 7Version 3.6.90 (git)
8
9* Support for the new mailbox format - dotmail
10
11Dotmail is a replacement for traditional mbox format, proposed by
12Kurt Hackenberg. A dotmail mailbox is a single disk file, where
13messages are stored sequentially. Each message ends with a single
14dot (similar to the dormat used in the SMTP DATA command). Any dot
15appearing at the start of the line is doubled, to prevent it from
16being interpreted as end of message marker.
17
8 18
9Version 3.6 - 2019-02-23 19Version 3.6 - 2019-02-23
10 20
diff --git a/THANKS b/THANKS
index a9367700e..8d1fff40e 100644
--- a/THANKS
+++ b/THANKS
@@ -20,6 +20,7 @@ Jim Hull <imaginos@imaginos.net>
20Jordi Mallach <jordi@sindominio.net> 20Jordi Mallach <jordi@sindominio.net>
21Kidong Lee <briankdlee@yahoo.com> 21Kidong Lee <briankdlee@yahoo.com>
22Kostas Zorbadelos <kzorba@otenet.gr> 22Kostas Zorbadelos <kzorba@otenet.gr>
23Kurt Hackenberg <kh@panix.com>
23Matthew Whitworth <matthew@okcomputer.org> 24Matthew Whitworth <matthew@okcomputer.org>
24maks <maksqwe1@ukr.net> 25maks <maksqwe1@ukr.net>
25Neil R. Ormos <ormos@ormos.org> 26Neil R. Ormos <ormos@ormos.org>

Return to:

Send suggestions and report system problems to the System administrator.