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
1c291e80
...
1c291e80c094f3f7249659bc7b312622b64eb91c
authored
2011-11-06 09:41:34 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Version 2.99.94.
1 parent
36cd5251
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
19 deletions
NEWS
configure.ac
po/POTFILES.in
NEWS
View file @
1c291e8
GNU mailutils NEWS -- history of user-visible changes. 2011-11-0
5
GNU mailutils NEWS -- history of user-visible changes. 2011-11-0
6
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -6,16 +6,16 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 2.99.9
3
(Git)
Version 2.99.9
4
(Git)
This version is a major rewrite of GNU Mailutils. Quite a few parts
of the basic framework were rewritten from scratch, while some others
undergone a considerable revamping. The user documentation, at the
moment, is insufficient, and in some aspects even scarce. It is being
worked upon. However, most
utilities self-document themselves. To
obtain a summary of available configuration statements for a given
worked upon. However, most
of the utilities self-document themselves.
To
obtain a summary of available configuration statements for a given
program, run `program --config-help'. For additional documentation,
please refer to
http://mailutils.org/wiki
. If the piece of
please refer to
<http://mailutils.org/wiki>
. If the piece of
documentation you are looking for is not available there, don't
hesitate to post your questions to <bug-mailutils@gnu.org>.
...
...
@@ -62,7 +62,7 @@ NDBM) simultaneously, without need to reconfigure it. The database
flavor to use is selected at runtime, using `database URL'. For
example, "gdbm:///etc/mail/aliases.db" refers to a GDBM database.
See
http://mailutils.org/wiki/libmu_dbm
See
<http://mailutils.org/wiki/libmu_dbm>.
** New utility `mu'
...
...
@@ -72,7 +72,7 @@ about Mailutils configuration, check ACLs and authentication tickets,
list, create or modify DBM files, construct filters of arbitrary
complexity and many more.
See
http://mailutils.org/wiki/mu
See
<http://mailutils.org/wiki/mu>.
** Configurable file safety checking
...
...
@@ -84,7 +84,7 @@ are not used to avoid compromising security.
** Improved debugging and diagnostics
See
http://mailutils.org/wiki/debug_level
.
See
<http://mailutils.org/wiki/debug_level>
.
** Imap4d undergone a lot of changes to comply to existing RFCs
...
...
@@ -99,22 +99,22 @@ mailbox allows that (e.g. maildir).
New extension action `pipe' invokes arbitrary external program and
pipes the message (or any part thereof) to it.
See
http://mailutils.org/wiki/Pipe
See
<http://mailutils.org/wiki/Pipe>.
A similar test uses the program exit code to decide what to do with
the message
See
http://mailutils.org/wiki/Pipe_test
See
<http://mailutils.org/wiki/Pipe_test>.
New extension test `list' compares values of mail headers from a
supplied list with a list of values.
See
http://mailutils.org/wiki/List_(Sieve_test)
See
<http://mailutils.org/wiki/List_(Sieve_test)>.
New extension test `timestamp' compares the value of a structured date
header field with the given date.
See
http://mailutils.org/wiki/Timestamp_(Sieve_test)
See
<http://mailutils.org/wiki/Timestamp_(Sieve_test)>.
** MH: improved compatibility with other implementations
...
...
@@ -123,11 +123,11 @@ See http://mailutils.org/wiki/Timestamp_(Sieve_test)
Use `mu cflags' and `mu ldflags' instead. The mailutils-config is
rewritten as a wrapper over these commands.
See
http://mailutils.org/wiki/mu
for more information.
See
<http://mailutils.org/wiki/mu>
for more information.
** movemail functionality considerably improved
See
http://mailutils.org/wiki/Fetching_Mail_with_Movemail
See
<http://mailutils.org/wiki/Fetching_Mail_with_Movemail>.
* Configuration changes
...
...
@@ -171,13 +171,13 @@ representations and for building them from parts.
** Filter support is rewritten from scratch
Apart from the implementation itself, lots of new filters are
provided. See
http://mailutils.org/wiki/Category:Filters
for a
provided. See
<http://mailutils.org/wiki/Category:Filters>
for a
list of those.
A concept of `filter chains' was introduced, which allows for
creating new filters using existing ones as their components.
See
http://mailutils.org/wiki/Mu#filter
, for a description.
See
<http://mailutils.org/wiki/Mu#filter>
, for a description.
** POP client library is rewritten from scratch
...
...
@@ -196,7 +196,7 @@ transaction.
** Debugging support considerably improved.
See
http://mailutils.org/wiki/debug_level
.
See
<http://mailutils.org/wiki/debug_level>
.
** Configuration file support (libmu_cfg) rewritten.
...
...
configure.ac
View file @
1c291e8
...
...
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
AC_INIT([GNU Mailutils], [2.99.9
3
], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [2.99.9
4
], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
...
...
po/POTFILES.in
View file @
1c291e8
...
...
@@ -38,7 +38,6 @@ libmu_argp/cmdline.c
libmu_argp/common.c
libmu_argp/mu_argp.c
libmu_argp/sieve.c
libmu_argp/tls.c
libmu_auth/ldap.c
libmu_auth/radius.c
...
...
Please
register
or
sign in
to post a comment