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
eec608e1
...
eec608e1cfb8bf3942977c4f271d5871130b2e3e
authored
2003-09-25 14:26:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
5ccb23a8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
3 deletions
ChangeLog
NEWS
ChangeLog
View file @
eec608e
2003
-
09
-
25
Sergey
Poznyakoff
*
mailbox
/
munre
.
c
(
munre_set_regex
)
:
Bugfix
again
.
*
mailbox
/
filter_trans
.
c
(
qp_decode
)
:
Bugfix
.
According
to
RFC
,
underscore
represents
space
.
*
mailbox
/
rfc2047
.
c
(
rfc2047_decode
)
:
Ignore
whitespace
between
the
encoded
segments
.
*
mailbox
/
testsuite
/
RFC2047
:
Reflect
the
recent
changes
.
*
NEWS
:
Updated
*
mail
/
mail
.
h
(
mail_nounfold
,
mail_unfold
)
(
mail_header_is_unfoldable
)
:
New
functions
.
*
mail
/
print
.
c
(
mail_print_msg
)
:
Unfold
the
header
value
,
if
required
.
*
mail
/
retain
.
c
:
Rewritten
.
(
mail_nounfold
,
mail_unfold
)
(
mail_header_is_unfoldable
)
:
New
functions
.
*
mail
/
table
.
c
:
Added
new
command
words
.
*
mail
/
mail
.
c
:
Default
to
"unfold subject"
*
mail
/
util
.
c
(
util_slist_remove
)
:
New
function
.
*
auth
/
lbuf
.
c
:
Added
missing
includes
.
*
auth
/
lbuf
.
h
:
Likewise
.
2003
-
09
-
22
Sergey
Poznyakoff
*
mailbox
/
munre
.
c
(
munre_set_regex
)
:
Bugfix
.
...
...
NEWS
View file @
eec608e
GNU mailutils NEWS -- history of user-visible changes. 2003-2
8-07
GNU mailutils NEWS -- history of user-visible changes. 2003-2
5-08
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -60,13 +60,41 @@ The option allows to convert a plaintext file into DBM database.
** mail
New configuration file variable `mailx' enables the mailx
compatibility mode
.
This is mainly visible when composing a message.
***
New configuration file variable `mailx' enables the mailx
compatibility mode
.
This is mainly visible when composing a message.
In mailx compatibility mode, mail asks for Cc and Bcc addresses after
composing the body.
The default behavior is to ask for these values before composing
the body.
*** New variable `charset' controls the decoding of MIME-encoded headers
(rfc2047).
*** New commands `unfold' and `nounfold' allow to specify the headers
whose values should be unfolded before display.
* mh
Lots of bugfixes regarding compatibility issues and interoperation
with MH-E. This version of MH has been tested with MH-E 7.4.2+cvs.
** New program: ali
** New profile variables:
*** Charset
Controls the character set in which the components decoded via
the `decode' format function should be output.
*** Reply-Regex
Sets the regular expression used to recognize reply messages.
** New format functions
*** reply_regex
Sets the regular expression used to recognize reply messages.
*** isreply
Returns true if its argument is the reply message subject string,
i.e. if it matches the "reply subject" regular expression.
Version 0.3.1:
...
...
Please
register
or
sign in
to post a comment