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
e0705d24
...
e0705d243768f070b0517ddd7d9d2f3c74b0baeb
authored
2004-06-04 23:44:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
98d1b20d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
1 deletions
ChangeLog
NEWS
po/POTFILES.in
ChangeLog
View file @
e0705d2
2004
-
06
-
05
Sergey
Poznyakoff
*
NEWS
:
Updated
*
configure
.
ac
:
Check
for
iconv
.
h
and
iconv_t
(
MU_COMMON_LIBRARIES
)
:
New
subst
symbol
*
comsat
/
Makefile
.
am
:
Use
MU_COMMON_LIBRARIES
*
dotlock
/
Makefile
.
am
*
examples
/
Makefile
.
am
:
Likewise
.
*
frm
/
Makefile
.
am
:
Likewise
.
*
from
/
Makefile
.
am
:
Likewise
.
*
guimb
/
Makefile
.
am
:
Likewise
.
*
imap4d
/
Makefile
.
am
:
Likewise
.
*
mail
/
Makefile
.
am
:
Likewise
.
*
mail
.
local
/
Makefile
.
am
:
Likewise
.
*
mail
.
remote
/
Makefile
.
am
:
Likewise
.
*
mailbox
/
Makefile
.
am
:
Likewise
.
*
messages
/
Makefile
.
am
:
Likewise
.
*
mh
/
Makefile
.
am
:
Likewise
.
*
movemail
/
Makefile
.
am
:
Likewise
.
*
pop3d
/
Makefile
.
am
:
Likewise
.
*
readmsg
/
Makefile
.
am
:
Likewise
.
*
sieve
/
Makefile
.
am
:
Likewise
.
*
mailbox
/
file_stream
.
c
(
_file_read
,
_file_readline
)
:
Check
for
eof
.
*
mailbox
/
list
.
c
(
list_set_destroy_item
)
:
Minor
fix
*
include
/
mailutils
/
errno
.
h
(
MU_ERR_BUFSPACE
)
:
New
error
code
*
mailbox
/
muerrno
.
c
:
Likewise
*
include
/
mailutils
/
stream
.
h
(
MU_STREAM_STRICT
)
:
New
flag
*
libsieve
/
extensions
/
spamd
.
c
:
Minor
formatting
fix
*
mailbox
/
mailutils
-
config
.
c
(
main
)
:
add
LINK_POSTFLAGS
*
mailbox
/
rfc2047
.
c
:
(
rfc2047_decode
)
:
Implemented
charset
recoding
using
iconv
filters
.
*
mailbox
/
filter_iconv
.
c
:
New
file
.
Implementation
of
iconv
filter
streams
.
*
examples
/
iconv
.
c
:
New
file
*
po
/
POTFILES
.
in
:
Updated
2004
-
06
-
04
Sergey
Poznyakoff
*
NEWS
:
Updated
...
...
NEWS
View file @
e0705d2
GNU mailutils NEWS -- history of user-visible changes. 2004-06-0
4
GNU mailutils NEWS -- history of user-visible changes. 2004-06-0
5
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -61,6 +61,8 @@ marks from all messages after opening the mailbox.
** libmailbox
*** Fixed incorrect handling of underscores in Quoted-Printable encoding.
*** rfc2047_decode() takes into account input and output
character sets.
** mh
*** (formataddr): Fixed checking for duplicate addresses.
...
...
po/POTFILES.in
View file @
e0705d2
...
...
@@ -83,6 +83,7 @@ mailbox/getopt.c
mailbox/argp-help.c
mailbox/argp-parse.c
mailbox/file_stream.c
mailbox/filter_iconv.c
mailbox/mailutils-config.c
mailbox/message.c
mailbox/mu_argp.c
...
...
Please
register
or
sign in
to post a comment