<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git/guile, branch master</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>improve invoking external commands</title>
<updated>2025-11-25T19:28:02+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2025-11-25T19:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=fc4d5b01a703e8c8cc390cfea135f08d3b45ccab'/>
<id>fc4d5b01a703e8c8cc390cfea135f08d3b45ccab</id>
<content type='text'>
- don't make assumptions on where programs live (i.e., /bin/sh, /bin/rm,
/bin/mv) are not universal
- dont invoke shell when unnecessary
- improve error-handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- don't make assumptions on where programs live (i.e., /bin/sh, /bin/rm,
/bin/mv) are not universal
- dont invoke shell when unnecessary
- improve error-handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "the the " with "the "</title>
<updated>2025-08-26T19:53:38+00:00</updated>
<author>
<name>Anton Mosich</name>
<email>anton@mosich.at</email>
</author>
<published>2025-08-26T14:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=88427407838215ce895ba6544366ccee418354a0'/>
<id>88427407838215ce895ba6544366ccee418354a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: only build when needed</title>
<updated>2025-08-15T18:01:05+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2025-08-15T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=34d3bf2e28138f31faaed55ba98c3088449c9fdf'/>
<id>34d3bf2e28138f31faaed55ba98c3088449c9fdf</id>
<content type='text'>
Build the tests lazily, i.e., not before `meson test`. This helps with
build-times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build the tests lazily, i.e., not before `meson test`. This helps with
build-times.
</pre>
</div>
</content>
</entry>
<entry>
<title>fdl.texi: only need one copy in source tree</title>
<updated>2025-06-10T07:04:53+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2025-06-04T17:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=155725ff748ec05c19c088fec0a2cb40758db8c1'/>
<id>155725ff748ec05c19c088fec0a2cb40758db8c1</id>
<content type='text'>
No need for identical files in mu4e / guile dirs, move to build-aux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need for identical files in mu4e / guile dirs, move to build-aux.
</pre>
</div>
</content>
</entry>
<entry>
<title>guile: avoid body duplication</title>
<updated>2025-02-05T19:16:15+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2025-02-05T19:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=c0887603c55be3621b2ddcaead6ae7537639f6a7'/>
<id>c0887603c55be3621b2ddcaead6ae7537639f6a7</id>
<content type='text'>
In message, don't re-fill when unneeded. Add tests.

Fixes #2802.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In message, don't re-fill when unneeded. Add tests.

Fixes #2802.
</pre>
</div>
</content>
</entry>
<entry>
<title>guile: Fix the mu:body message method</title>
<updated>2025-01-04T23:51:14+00:00</updated>
<author>
<name>Thiago Jung Bauermann</name>
<email>bauermann@kolabnow.com</email>
</author>
<published>2025-01-02T17:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=606f4be74b1a1f5de74752fdcc7b33872c38b1fb'/>
<id>606f4be74b1a1f5de74752fdcc7b33872c38b1fb</id>
<content type='text'>
Somewhere along the way, the body-txt and body-html fields were merged
into a single body field. Later, commit 8eac3922215c ("guile: re-enable
the guile support") finally removed support for Field::Id::BodyHtml from
mu:c:get-field.

Unfortunately mu.scm and the documentation are still stuck in the past, so
update them. mu:body-txt is now a synonym for mu:body, and mu:body-html
always returns #f.

I wanted to add a mu:body test also for the rfc822.1 message, but there's
currently a bug where its body text is is duplicated (issue #2802), so the
test would fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Somewhere along the way, the body-txt and body-html fields were merged
into a single body field. Later, commit 8eac3922215c ("guile: re-enable
the guile support") finally removed support for Field::Id::BodyHtml from
mu:c:get-field.

Unfortunately mu.scm and the documentation are still stuck in the past, so
update them. mu:body-txt is now a synonym for mu:body, and mu:body-html
always returns #f.

I wanted to add a mu:body test also for the rfc822.1 message, but there's
currently a bug where its body text is is duplicated (issue #2802), so the
test would fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>guile: tests: Fix encoding of "atomic" message</title>
<updated>2025-01-03T19:33:06+00:00</updated>
<author>
<name>Thiago Jung Bauermann</name>
<email>bauermann@kolabnow.com</email>
</author>
<published>2025-01-03T18:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=a703f002143b7167beb4fb10c71a497c8ed5b2f9'/>
<id>a703f002143b7167beb4fb10c71a497c8ed5b2f9</id>
<content type='text'>
It's stated to be US-ASCII with 7-bit encoding, but it contains the
UTF-8 character '—'.

Fixing the encoding very slightly changes the average size of messages
reported by mu:average, so adjust the new expected value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's stated to be US-ASCII with 7-bit encoding, but it contains the
UTF-8 character '—'.

Fixing the encoding very slightly changes the average size of messages
reported by mu:average, so adjust the new expected value.
</pre>
</div>
</content>
</entry>
<entry>
<title>guile: separate guile load/extensions path</title>
<updated>2024-03-10T08:28:11+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-03-10T08:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=fdce40af926884c31d6a8a821808061153a53750'/>
<id>fdce40af926884c31d6a8a821808061153a53750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'pullreqs/2635'</title>
<updated>2024-03-10T08:27:46+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-03-10T08:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=80745cbe295051d2f8fa7bfa84cfa6017bd848e8'/>
<id>80745cbe295051d2f8fa7bfa84cfa6017bd848e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>guile-tests: fix some typos</title>
<updated>2024-02-26T16:31:10+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-02-26T16:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=68822006c89605c2872c3130f2bd01517cd4d362'/>
<id>68822006c89605c2872c3130f2bd01517cd4d362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
