Changes since 0.80
------------------

- [patch-0.80.me.my_hdr.1] my_hdr commands were ignored when sending in
  batch mode

- the %r (modified/readonly) sequence did not indicate the mailbox has been
  modified when messages are marked for deletion

- [patch-0.80.bl.compose_view.2] the viewer for the compose menu didn't
  call mutt_body_handler() [Brandon Long <blong@uiuc.edu>]

- [patch-0.80.ld.display_null.1] fix to allow the internal pager to display
  files with embedded null characters [Liviu Daia <daia@stoilow.imar.ro>]

- [patch-0.80.ld.mask.1] fixed segfault when entering a mask in the file
  browser which matches no files in directory [Liviu Daia
  <daia@stoilow.imar.ro>]

- [patch-0.80.ld.default_save.1] save-hook's on the From: address were not
  ignored when the message was from yourself [Liviu Daia
  <daia@stoilow.imar.ro>]

- [patch-0.80.gt.bug.expand_path.1] fixed bug when expanding pathnames
  [Gero Treuner <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.gt.init_missing_param.1] mutt claims
    Error in /y/home/gero/.muttrc, line 1: macro: unknown command
  if the line consists of
    macro
  This patch changes the message to
    Error in /y/home/gero/.muttrc, line 1: macro: missing parameter
  [Gero Treuner <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.gt.bug.next_thread.1] next-thread or prev-thread could jump to
  a message which was not displayed when in limited view [Gero Treuner
  <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.gt.opt.next_thread.1] This patch saved a few operations in the
  function thread.c:aside_thread [Gero Treuner <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.gt.opt.next_thread.2] moves the functions mutt_previous_thread
  and mutt_previous_thread from the compiler to the preprocessor and from
  thread.c to protos.h [Gero Treuner <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.ds.handlernit.1] fixed problem where a type definition had the
  same name as a variable used later

- [patch-0.80.ld.num_postponed.1] fixed bug where the number of postponed
  messages was not correct when using a maildir mailbox for $postponed
  [Liviu Daia <daia@stoilow.imar.ro>]

- [patch-0.80.bl.pattern_headers.1] adds the pattern type of ~h for
  searching the headers of messages [Brandon Long <blong@uiuc.edu>]

- [patsend-0.79.patch] adds the ~e pattern to search the Sender: field

- [patch-0.80.gt.no_cap_msg.3] the correct key for view-attachments is now
  displayed when Mutt is unable to display an attachment in the pager [Gero
  Treuner <gero@faveve.uni-stuttgart.de>]

- [patch-0.80.bl.manual_nits.1] documented some miscellaneous features
  [Brandon Long <blong@uiuc.edu>]

- [rfc822.c.patch] small mod to rfc822 parsing to cause mutt not to ignore
  leading comments in forms like: (michael elkins) mutt boy <me@cs.hmc.edu>

