<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git, branch release/1.8</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>bump version to 1.8.15</title>
<updated>2023-08-21T15:47:26+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-08-21T15:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=7cfed8ecf1668f369ec3a498deea26b6fbd5b256'/>
<id>7cfed8ecf1668f369ec3a498deea26b6fbd5b256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>message: fix user-after-scope in test</title>
<updated>2023-08-21T15:47:26+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-03-24T21:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=8f80b5716f1aa7274ccefc1427c14f3f79e0173a'/>
<id>8f80b5716f1aa7274ccefc1427c14f3f79e0173a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: fix g++13 compilation</title>
<updated>2023-08-21T15:47:10+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-08-21T15:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=45d7fb758e44df52b03bdad59d95d290d323cd78'/>
<id>45d7fb758e44df52b03bdad59d95d290d323cd78</id>
<content type='text'>
Include stdint.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include stdint.h
</pre>
</div>
</content>
</entry>
<entry>
<title>mu-error.h: fix compilation</title>
<updated>2023-08-06T06:39:44+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-08-06T06:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=378a0d6dd0f78ea6d3b70df9e61d891739aed504'/>
<id>378a0d6dd0f78ea6d3b70df9e61d891739aed504</id>
<content type='text'>
Newer gcc doesn't implicitly load cinttypes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newer gcc doesn't implicitly load cinttypes.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump version 1.8.14</title>
<updated>2023-01-29T10:18:51+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-01-29T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=f48402ce651694f808c9e9e09285faaca020a3ab'/>
<id>f48402ce651694f808c9e9e09285faaca020a3ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mu-store: create mu cache path if needed</title>
<updated>2023-01-29T10:16:24+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-01-06T17:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=38c18f11f2b96c66d02816b2bcc8f77b756ced44'/>
<id>38c18f11f2b96c66d02816b2bcc8f77b756ced44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix empty 'To:' header on reply to icalendar invitation</title>
<updated>2022-12-12T08:41:59+00:00</updated>
<author>
<name>Marcel van der Boom</name>
<email>marcel@hsdev.com</email>
</author>
<published>2022-08-25T19:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=41c7c6b0d598ac18faff421cb5395723666587e4'/>
<id>41c7c6b0d598ac18faff421cb5395723666587e4</id>
<content type='text'>
On reply to an ical invitation the To: header stayed empty, this fixes that.

The 'Reply-To' data is set if it is not there and if the emaill was different from the Organizer so
that the msg can be further treated by the draft construct functions.

This issue is briefly mentioned in issue #2305
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On reply to an ical invitation the To: header stayed empty, this fixes that.

The 'Reply-To' data is set if it is not there and if the emaill was different from the Organizer so
that the msg can be further treated by the draft construct functions.

This issue is briefly mentioned in issue #2305
</pre>
</div>
</content>
</entry>
<entry>
<title>mu-utils: use const char* from for time_to_string</title>
<updated>2022-12-12T08:41:07+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2022-12-10T17:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=0fd90207268ee37fbf1bbbc3a7851b287712fd29'/>
<id>0fd90207268ee37fbf1bbbc3a7851b287712fd29</id>
<content type='text'>
To avoid lifetime problems with some(?) compilers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid lifetime problems with some(?) compilers.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-headers: appease byte-compiler</title>
<updated>2022-12-08T21:19:50+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2022-12-08T21:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=3b1d1edd463030fb293ccae45693db42932bf8d9'/>
<id>3b1d1edd463030fb293ccae45693db42932bf8d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-headers: fallback to :subject for :thread-subject</title>
<updated>2022-12-08T19:55:27+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2022-12-08T19:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=093efefb985ad06170d89a29e20bbdae38732f0a'/>
<id>093efefb985ad06170d89a29e20bbdae38732f0a</id>
<content type='text'>
If we're not showing threads, use the normal subject.

Fixes #2341.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we're not showing threads, use the normal subject.

Fixes #2341.
</pre>
</div>
</content>
</entry>
</feed>
