Updated
Showing
2 changed files
with
22 additions
and
2 deletions
... | @@ -2,6 +2,8 @@ | ... | @@ -2,6 +2,8 @@ |
2 | 2 | ||
3 | * NEWS: Updated | 3 | * NEWS: Updated |
4 | * pop3d/logindelay.c: Couple of bugfixes. | 4 | * pop3d/logindelay.c: Couple of bugfixes. |
5 | * pop3d/popauth.c (options): New option --permissions allows to | ||
6 | override default permissions on the database file. | ||
5 | 7 | ||
6 | 2003-10-11 Sergey Poznyakoff | 8 | 2003-10-11 Sergey Poznyakoff |
7 | 9 | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2003-10-06 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2003-10-13 |
2 | Copyright (C) 2002, 2003 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. | 5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
6 | 6 | ||
7 | Version 0.4: | 7 | Version 0.4.1: |
8 | |||
9 | * Bug fixes: | ||
10 | |||
11 | ** mh | ||
12 | *** (formataddr): Fixed checking for duplicate addresses. | ||
13 | |||
14 | ** pop3d: | ||
15 | |||
16 | *** Do not save delete marks when exiting on timeout. | ||
17 | |||
18 | * New features: | ||
19 | |||
20 | ** pop3d | ||
21 | *** New option --login-delay. Support for login-delay | ||
22 | *** New option --undelete. Forces pop3d to clear deletion | ||
23 | marks from all messages after opening the mailbox. | ||
24 | |||
25 | |||
8 | 26 | ||
9 | * Bug fixes: | 27 | * Bug fixes: |
10 | 28 | ... | ... |
-
Please register or sign in to post a comment