diff --git a/NEWS.org b/NEWS.org index a1f4b9b0..d3d793b8 100644 --- a/NEWS.org +++ b/NEWS.org @@ -5,7 +5,10 @@ *** mu - - ~mu~ commands ~extract~, ~verify~ and ~view~ can now read the message from + - new command ~mu move~ to move messages across maildirs and/or change their + flags. See the manpage for all the details. + + - ~mu~ commands ~extract~ ~verify~ and ~view~ can now read the message from standard input; see their man-pages for details - ~mu init~ gained the ~--ignored-address~ option for email-addresses / regexps diff --git a/meson.build b/meson.build index 30b3a166..ba21fd7a 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.11.20', + version: '1.11.21', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [