Share

MH-E

Project News for MH-E

  • MH-E manual 8.2 released

    MH-E is the Emacs interface to the MH mail system. The MH-E manual for MH-E 8.2 adds documentation for the new hook `mh-pack-folder-hook'. Read on for more details.

    Project home page at: http://mh-e.sourceforge.net/.

    2009-06-13 Bill Wohler <wohler@newt.com>

    Release MH-E manual version 8.2.

    * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH) README: Update for release 8.2.

    2009-02-20 Juanma Barranquero <lekktu@gmail.com>

    * mh-e.texi (HTML): Remove duplicate words.

    2009-02-16 Karl Berry <karl@gnu.org>

    * mh-e.texi: Consistently use @insertcopying in the Top node, @contents at the front (after @end titlepage), and @direntry after @copying. (Bug#1988)

    2009-01-26 Bill Wohler <wohler@newt.com>

    * mh-e.texi (EDITION, UPDATED): Update.

    2009-01-23 Stephen Eglen <stephen@gnu.org>

    * mh-e.texi (Getting Started): Describe $MH.

    2009-01-03 Bill Wohler <wohler@newt.com>

    * mh-e.texi (Scan Line Formats): Indicate that first column should be kept empty.

    2009-06-13 18:35:53 UTC by wohler

  • MH-E 8.2 released

    MH-E is the Emacs interface to the MH mail system. Version 8.2 of MH-E, a small release that includes internal changes from the Emacs team and contains a new hook, `mh-pack-folder-hook', will appear in GNU Emacs 23.1.

    There is a known bug where you can't attach attachments in Emacs 21. This will be fixed in 8.2.1.

    Read on for more details.

    Project home page at: http://mh-e.sourceforge.net/.

    ** New Variables in MH-E 8.2

    *** mh-pack-folder-hook

    The `mh-pack-folder-hook' is run by `F p' (`mh-pack-folder') after renumbering the messages. Hook functions can access the current folder name with `mh-current-folder'.

    ** Bug Fixes in MH-E 8.2

    *** New version of mh-mm-save-part

    Several functions have been updated with code from Gnus 5.11 (closes SF #2235022).

    2009-06-13 18:35:03 UTC by wohler

  • MH-E manual 8.1 released

    MH-E is the Emacs interface to the MH mail system. The MH-E manual for MH-E 8.1 notes that forwarded MIME messages are now inline, describes the new function `mh-show-preferred-alterntive' and new hook `mh-annotate-msg-hook', and adds documentation for the `browse-url-at-mouse' key binding. The variant mu-mh has been renamed to gnu-mh. Read on for more details.

    Project home page at: http://mh-e.sourceforge.net/.

    2008-09-22 Bill Wohler <wohler@newt.com>

    Release MH-E manual version 8.1.

    * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.1.

    * mh-e.texi: Retain dual license as agreed to by the FSF. However, bump GPL to Version 3. Use @include for license text.

    2008-08-11 Bill Wohler <wohler@newt.com>

    * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH elsewhere (with thanks to Darel Henman) (closes SF #1768928).

    2008-08-01 Bill Wohler <wohler@newt.com>

    * mh-e.texi (Reading Mail) (Viewing Attachments): Describe new function mh-show-preferred-alternative. (Sending Mail, Redistributing, Sending Message): Describe new hook mh-annotate-msg-hook.

    2008-06-15 Glenn Morris <rgm@gnu.org>

    * mh-e.texi: Remove option of licensing under GPL. Add Cover-Texts to GFDL permissions notice. (GPL): Remove section. (GFDL): Include doclicense.texi rather than the actual text.

    2008-03-17 Bill Wohler <wohler@newt.com>

    * mh-e.texi (Viewing): Update URL for adding header fields to mh-invisible-header-fields-default.

    2008-03-16 Bill Wohler <wohler@newt.com>

    * mh-e.texi (Preface): Add Gnus to requirements. (Forwarding): Note that forwarded MIME messages are now inline.

    2007-09-26 Bill Wohler <wohler@newt.com>

    * mh-e.texi (HTML): Mention binding of S-mouse-2 to browse-url-at-mouse.

    2007-06-06 Juanma Barranquero <lekktu@gmail.com>

    * mh-e.texi (HTML): Fix typos.

    2008-09-21 18:22:05 UTC by wohler

  • MH-E 8.1 released

    MH-E is the Emacs interface to the MH mail system. Version 8.1 fixes some issues with forwarding messages, respects the MH environment variable, adds the abilities to use aliases with GPG and show HTML even though it is discouraged. A new hook, `mh-annotate-msg-hook', has been added. Read on for more details.

    Project home page at: http://mh-e.sourceforge.net/.

    ** New Features in MH-E 8.1

    *** Showing HTML When Text Is the Preferred Alternative

    The `:' (`mh-show-preferred-alternative') function displays the message with the default preferred alternative. This is as if `mm-discouraged-alternatives' was set to nil (closes SF #1777321).

    ** New Variables in MH-E 8.1

    *** mh-annotate-msg-hook

    The `mh-annotate-msg-hook' hook is run whenever a message is sent and after the scan lines and message are annotated. Hook functions can access the current folder name with `mh-current-folder' and obtain the message numbers of the annotated messages with `mh-annotate-list' (closes SF #2032269).

    ** Bug Fixes in MH-E 8.1

    *** Can't Use Aliases with GPG

    GPG requires e-mail addresses, not aliases. So resolve aliases before passing addresses to GPG/PGP (closes SF #649226).

    *** mh-mml-forward-message: Disposition Should Be Inline

    The `f' (`mh-forward') function now forwards messages as inline attachments (closes SF #1378993).

    *** Illegal Filename Characters on Windows Filesystems

    The X-Image-URL cache created filenames with invalid characters on Windows. This has been fixed with assistance from Darel Henman (closes SF #1396499).

    *** Make Many Header Fields Invisible

    A vast landscape of header fields are now invisible. You may wish to browse `mh-invisible-header-fields-default' and clean up your `mh-invisible-header-fields' option. A permanent bug (SF #1916032) has been created where you can submit header fields that should be rendered invisible (closes SF #1701231).

    *** mh-forward Includes Messages in Reverse Order

    The `f' (`mh-forward') function now includes messages in ascending order (closes SF #1730393).

    *** Compile Fails on XEmacs 21.5 beta 28

    This has been fixed with help from Henrique Martins (closes SF #1749774).

    *** Rename Variant mu-mh to gnu-mh

    The GNU mailutils MH variant was named inconsistently. The variant has been renamed to gnu-mh throughout. Thanks to Darel Henman (closes SF #1768928).

    *** Respect MH environment Variable

    Even if the MH environment variable was set, an error was generated if "~/.mh_profile" was missing. This has been fixed thanks to Xavier Maillard (closes SF #1946861).

    *** Enhance mh-mairix-regexp-builder

    Additional items have been added to the Mairix search string in order to support org-mode. Thanks to Nick Dokos (closes SF #1965704).

    *** mh-mh-to-mime and mh-mh-to-mime-undo Reset Modes

    The functions `mh-mh-to-mime' and `mh-mh-to-mime-undo' would reset the buffer to fundamental mode. This has been fixed thanks to Sergey Poznyakoff (closes SF #1966722).

    2008-08-24 20:59:53 UTC by wohler

  • MH-E 8.0.3 released

    MH-E is the Emacs interface to the MH mail system. Version 8.0.3 fixes errors in sending messages and in running spam filter commands in certain circumstances. Read on for more details.

    Project home page at: http://mh-e.sourceforge.net/.

    ** Bug Fixes in MH-E 8.0.3

    *** mh-send-args Cannot Be nil

    If `mh-send-uses-spost-flag' was set, an error would prevent the sending of messages. This has been fixed (closes SF #1564742).

    *** Missing Quotes in sa-learn Command Line

    This has been fixed (closes SF #1565460).

    *** Errors Associated with mh-junk-background

    The Spamassassin filter commands were used inconsistently and incorrectly; if `mh-junk-background' were nil, not all of the updating would happen correctly. In the other back-ends such as bogofilter and SpamProbe, a value of t for `mh-junk-background' would cause the commands associated with these filters to fail. These problems have been fixed (closes SF #1594802).

    2006-11-13 06:39:08 UTC by wohler