- New version 1.5:

* comp, forw, and dist now process all drafts through
    mh-format(5) and now support new command line arguments -from,
    -to, -cc, -fcc, and -subject.
  * Nmh's idea of the local mailbox is now configurable via a new
    profile entry, Local-Mailbox.
  * post now requires a “From:” header in all message that it
    processes. All components files have been adjusted to include
    an appropriate “From:” header by default. The release notes
    have more information on how this transition will affect
    users.
  * The -attach option is now the default for send (using the
    header Nmh-Attachment) and -attachformat 1 is the default
    attachment type.
  * Command editing and filename completion (via readline) is now
    available in whatnow
  * Support for using an external command to filter the body of a
    message through in mhl. See mhl(1) for more details,
    specifically the format keyword, the formatproc entry in
    mh-profile(5), and the -fmtproc switch for mhl and repl.
  * Preliminary support for improved MIME handling when replying
    to messages. Yes, a long requested feature has a solution. See
    the release notes and docs/contrib/replyfilter for more
    information.
- Obsoletes nmh-warnings.patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/nmh?expand=0&rev=5
This commit is contained in:
2013-10-22 20:37:37 +00:00
committed by Git OBS Bridge
parent 41f9fe8240
commit f0419358bc
5 changed files with 50 additions and 145 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Oct 22 15:56:48 UTC 2013 - max@suse.com
- New version 1.5:
* comp, forw, and dist now process all drafts through
mh-format(5) and now support new command line arguments -from,
-to, -cc, -fcc, and -subject.
* Nmh's idea of the local mailbox is now configurable via a new
profile entry, Local-Mailbox.
* post now requires a “From:” header in all message that it
processes. All components files have been adjusted to include
an appropriate “From:” header by default. The release notes
have more information on how this transition will affect
users.
* The -attach option is now the default for send (using the
header Nmh-Attachment) and -attachformat 1 is the default
attachment type.
* Command editing and filename completion (via readline) is now
available in whatnow
* Support for using an external command to filter the body of a
message through in mhl. See mhl(1) for more details,
specifically the format keyword, the formatproc entry in
mh-profile(5), and the -fmtproc switch for mhl and repl.
* Preliminary support for improved MIME handling when replying
to messages. Yes, a long requested feature has a solution. See
the release notes and docs/contrib/replyfilter for more
information.
- Obsoletes nmh-warnings.patch
-------------------------------------------------------------------
Wed Nov 23 12:50:59 UTC 2011 - coolo@suse.com