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
c12a293d
...
c12a293dba2b7670b03d4b166c639c47fa6fbc09
authored
2006-01-25 15:18:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
232e7990
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
c12a293
2006-01-25 Sergey Poznyakoff <gray@gnu.org.ua>
* THANKS: Add Helmut Leitner.
* mail/mail.c (parse_opt): Try to catch arguments separated from
the option by whitespace. Solution proposed by Helmut Leitner.
Avoid queueing multiple "set mode=send" options.
* sql/mysql.c (connect): Initialize socket_name to NULL
* include/mailutils/compat.h (registrar_lookup): Define to
...
...
NEWS
View file @
c12a293
GNU mailutils NEWS -- history of user-visible changes. 2006-01-2
4
GNU mailutils NEWS -- history of user-visible changes. 2006-01-2
5
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -18,6 +18,29 @@ define the symbol MU_COMPAT before including it (or invoke cc with
NOTE: This is incompatible change, unless you use mailutils-config to
obtain loader options (which is recommended, anyway).
* Use of '~' character (denoting the user home directory)
This character is expanded also if it appears after the protocol
specification in a mailbox URL. e.g.: maildir:~/Mail/inbox.
It is possible to use '~' in mailutils configuration file.
* New option --mailbox-type
Use this option to specify the default mailbox type. It is supported
by all utilities that use "mailbox" command line capability (see the
documentation for the list). For example:
mail --mailbox-type=mh: --file=~/Mail/inbox
will open ~/Mail/inbox directory as an MH folder. This option is
especially useful in the mailutils configuration file. For example,
adding this line to your mailutils.rc:
:mailbox --mailbox-type=mh:
will force all mail utilities to use MH by default.
* mail: New option --exec (-E) allows to execute arbitrary mail commands
before opening the mailbox. Any number of --exec options can be given.
...
...
Please
register
or
sign in
to post a comment