<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git, branch v1.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/'/>
<entry>
<title>build: bump version to 1.14.0</title>
<updated>2026-03-28T11:14:15+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-28T11:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=dacc96c5979caebfabac34b5d45ce05e61d08670'/>
<id>dacc96c5979caebfabac34b5d45ce05e61d08670</id>
<content type='text'>
A new major version. Not so much has changed since the last of the 1.12
series, 1.12.15, but a bunch of small fixes and:

- updated requirements:
   - require C++20
   - require meson 1.3.2
   - require glib &amp; friend: 2.80
   - require xapian 1.4.22
    - emacs 28.1 (for mu4e)
- warn for deprecated guile (use scm)
- a number of code-cleanups since we can use C++20 now

- indexing: substantial speed-up of the clean-up phase

- scm: support the --eval command-line option

- mu4e: improve message rendering; get rid of some the unnecessary
  body-part mime indication noise

- mu4e: allow including received patches when replying, see
    mu4e-compose-reply-include-mime-types

NEWS.org has more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new major version. Not so much has changed since the last of the 1.12
series, 1.12.15, but a bunch of small fixes and:

- updated requirements:
   - require C++20
   - require meson 1.3.2
   - require glib &amp; friend: 2.80
   - require xapian 1.4.22
    - emacs 28.1 (for mu4e)
- warn for deprecated guile (use scm)
- a number of code-cleanups since we can use C++20 now

- indexing: substantial speed-up of the clean-up phase

- scm: support the --eval command-line option

- mu4e: improve message rendering; get rid of some the unnecessary
  body-part mime indication noise

- mu4e: allow including received patches when replying, see
    mu4e-compose-reply-include-mime-types

NEWS.org has more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-mime-parts: fix actions</title>
<updated>2026-03-21T14:08:55+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-21T14:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=a8620c728ad2d21fbc760867dc38789f17230562'/>
<id>a8620c728ad2d21fbc760867dc38789f17230562</id>
<content type='text'>
Use mm-pipe-part rather then gnus-article-pipe-part since we no longer
have the gnus buffer available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use mm-pipe-part rather then gnus-article-pipe-part since we no longer
have the gnus buffer available.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-headers: avoid showing up in the wrong frame</title>
<updated>2026-03-18T03:09:32+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-18T03:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=ead584a578704d7d66c02a29d480a5ad17311541'/>
<id>ead584a578704d7d66c02a29d480a5ad17311541</id>
<content type='text'>
Don't switch buffers for background searches, that might show up in the
wrong frame.

This hopefully helps for #2766.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't switch buffers for background searches, that might show up in the
wrong frame.

This hopefully helps for #2766.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-draft: handle corner-case decoding issue</title>
<updated>2026-03-18T02:24:52+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-18T02:24:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=60cf77b8c2b12da327aaa92ea27ad7e3a1752c73'/>
<id>60cf77b8c2b12da327aaa92ea27ad7e3a1752c73</id>
<content type='text'>
When there are raw utf-8 headers.

Should help for #2722.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there are raw utf-8 headers.

Should help for #2722.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-compose: allow including parent mime parts</title>
<updated>2026-03-17T22:28:49+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-17T22:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=9ee49f0657d0bdaecfd1486495c5e4a2fdff071b'/>
<id>9ee49f0657d0bdaecfd1486495c5e4a2fdff071b</id>
<content type='text'>
mu4e-compose-reply-include-mime-types specifies the mime-types for
message attachments that should be included in replies, with the default
set to "text/x-patch" -- i.e., patches are included in replies, so you
can comment on them.

As mentioned in #2896.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mu4e-compose-reply-include-mime-types specifies the mime-types for
message attachments that should be included in replies, with the default
set to "text/x-patch" -- i.e., patches are included in replies, so you
can comment on them.

As mentioned in #2896.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu-utils-file: use std::filesystem::remove_all</title>
<updated>2026-03-17T06:59:29+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-17T06:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=1ce6e76014449141f75c5d0ad94f1de638ee7460'/>
<id>1ce6e76014449141f75c5d0ad94f1de638ee7460</id>
<content type='text'>
Instead of the hacky "rm -rf"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of the hacky "rm -rf"
</pre>
</div>
</content>
</entry>
<entry>
<title>mu-utils-file: remove some unused code</title>
<updated>2026-03-17T06:46:15+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-17T06:46:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=a3fdc461741479cb0ad9adf7c2332e8d8f40323e'/>
<id>a3fdc461741479cb0ad9adf7c2332e8d8f40323e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e/build: include build-dir</title>
<updated>2026-03-16T20:23:19+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-16T20:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=98dc81889098ff4a1865185b3e3e5d34872e5d45'/>
<id>98dc81889098ff4a1865185b3e3e5d34872e5d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump version to 1.14.0-pre3</title>
<updated>2026-03-16T20:10:32+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-16T20:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=887202b7b94bcdd916fa176e605d1973c4f511e4'/>
<id>887202b7b94bcdd916fa176e605d1973c4f511e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-view/headers: remove m-v-in-headers-context</title>
<updated>2026-03-15T10:11:54+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-03-15T10:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=91a5b1d4707679f2e138f4d7c30602d05f61ed6c'/>
<id>91a5b1d4707679f2e138f4d7c30602d05f61ed6c</id>
<content type='text'>
Remove mu4e--view-in-headers context and the functions that use it;
instead ensure that the functions (in mu4e-headers) handle any context
switching if needed.

This allows for removing a lot of mu4e-view-... wrappers for
mu4e-headers functions. function aliases are provided for backward
compat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove mu4e--view-in-headers context and the functions that use it;
instead ensure that the functions (in mu4e-headers) handle any context
switching if needed.

This allows for removing a lot of mu4e-view-... wrappers for
mu4e-headers functions. function aliases are provided for backward
compat.
</pre>
</div>
</content>
</entry>
</feed>
