Skip to content

Commit

Permalink
* bump version to 0.9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Feb 13, 2012
1 parent 56f02e0 commit 01f6c2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions NEWS
@@ -1,16 +1,20 @@
* NEWS (user visible changes)

** Release 0.9.8.1 (not yet released)


*** mu
- show only leaf/rfc822 MIME-parts

*** mu4e
- allow for shell commands with arguments in `mu4e-get-mail-command'.
- support marking messages as 'read' and 'unread'
- show the current query in the the mode-line (`global-mode-string').
- don't repeat 'Re:' / 'Fwd:'
- colorize cited message parts
- better handling of text-based, embedded message attachments
- some other minor things
- documentation improvements

** Release 0.9.8 <2012-01-31>

- '--descending' has been renamed into '--reverse'
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

AC_INIT([mu],[0.9.8],[http://code.google.com/p/mu0/issues/list],[mu])
AC_INIT([mu],[0.9.8.1],[http://code.google.com/p/mu0/issues/list],[mu])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
# libtoolize wants to put some stuff in here; if you have an old
Expand Down

0 comments on commit 01f6c2f

Please sign in to comment.