NEWS.org: fix a few typos
This commit is contained in:
12
NEWS.org
12
NEWS.org
@ -5,12 +5,11 @@
|
|||||||
|
|
||||||
*** mu
|
*** mu
|
||||||
|
|
||||||
- =mu= switched to use the [[https://mesonbuild.com][meson]] build system by
|
- =mu= switched to the [[https://mesonbuild.com][meson]] build system by default. The existing =autotools=
|
||||||
default. The existing =autotools= is still avaiable, but is to be removed
|
is still available, but is to be removed after the 1.8 release.
|
||||||
after the 1.8 release.
|
|
||||||
|
|
||||||
Using =meson= (which you need to install), you can use something like the
|
Using =meson= (which you may need to install), you can use something like
|
||||||
following in the mu top source directory:
|
the following in the mu top source directory:
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ meson build && ninja -C build
|
$ meson build && ninja -C build
|
||||||
@ -28,7 +27,8 @@
|
|||||||
names sometimes got misnamed (with some extra ':2,'). This can be restored
|
names sometimes got misnamed (with some extra ':2,'). This can be restored
|
||||||
with something like:
|
with something like:
|
||||||
#+begin_example
|
#+begin_example
|
||||||
$ find ~/Maildir -name '*:2,*:*' | sed "s/\(\([^:]*\)\(:2,\)\{1,\}\(:2,.*$\)\)/mv '\0' '\2\4'/" > rename.sh
|
$ find ~/Maildir -name '*:2,*:*' | \
|
||||||
|
sed "s/\(\([^:]*\)\(:2,\)\{1,\}\(:2,.*$\)\)/mv '\0' '\2\4'/" > rename.sh
|
||||||
#+end_example
|
#+end_example
|
||||||
(replace 'Maildir' with the path to your maildir)
|
(replace 'Maildir' with the path to your maildir)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user