Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ca7cfc4b
...
ca7cfc4b38e3678b93fad2b5a14c64192153bdb6
authored
2003-10-28 15:44:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
0e0f6b81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
10 deletions
ChangeLog
NEWS
ChangeLog
View file @
ca7cfc4
2003
-
10
-
28
Sergey
Poznyakoff
*
mail
/
mail
.
c
:
Implemented
-
a
(
--
append
)
option
.
*
mail
/
mail
.
h
(
mail_sendheader
,
send_append_header
)
(
send_append_header2
)
:
New
functions
.
*
mail
/
send
.
c
:
Likewise
.
*
mail
/
table
.
c
:
New
command
"sendheader"
2003
-
10
-
27
Alain
Magloire
*
mailbox
/
mapfile_stream
.
c
(
_mapfile_size
)
:
Only
call
msync
()
if
the
file
was
also
open
with
PROT_WRITE
.
*
mailbox
/
mapfile_stream
.
c
(
_mapfile_size
)
:
Only
call
msync
()
if
the
file
was
also
open
with
PROT_WRITE
.
(
_mapfile_flush
)
:
Ditto
.
2003
-
10
-
25
Sergey
Poznyakoff
...
...
NEWS
View file @
ca7cfc4
GNU mailutils NEWS -- history of user-visible changes. 2003-10-
13
GNU mailutils NEWS -- history of user-visible changes. 2003-10-
28
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -6,6 +6,18 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 0.4.1:
* New features:
** mail
*** Support for -a option (append header)
*** New command sendheaders allows to pre-set the headers to be added to
the message.
** pop3d
*** New option --login-delay. Support for login-delay
*** New option --undelete. Forces pop3d to clear deletion
marks from all messages after opening the mailbox.
* Bug fixes:
** mh
...
...
@@ -15,13 +27,6 @@ Version 0.4.1:
*** Do not save delete marks when exiting on timeout.
* New features:
** pop3d
*** New option --login-delay. Support for login-delay
*** New option --undelete. Forces pop3d to clear deletion
marks from all messages after opening the mailbox.
* Bug fixes:
...
...
Please
register
or
sign in
to post a comment