<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git, branch release/1.10</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.10.9</title>
<updated>2024-04-23T18:08:16+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-04-23T18:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=fb76210138c87aaf3056899bb78a3f13b7fbe1ef'/>
<id>fb76210138c87aaf3056899bb78a3f13b7fbe1ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e: fix some byte-compiler warnings</title>
<updated>2024-04-23T18:07:06+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-04-23T18:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=11f55b4edee0bd2e744aaf08da27c7daaf3addaa'/>
<id>11f55b4edee0bd2e744aaf08da27c7daaf3addaa</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: explicitly scroll after rendering</title>
<updated>2024-04-18T19:36:28+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-04-05T17:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=16c75af1f28fd6bf104c8d44264160ef2f3444ed'/>
<id>16c75af1f28fd6bf104c8d44264160ef2f3444ed</id>
<content type='text'>
This seems necessary in some cases; for some reason _this week_ that came
up a few time, although the code is old. Could repro with a bare emacs.

Fixes #2683.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems necessary in some cases; for some reason _this week_ that came
up a few time, although the code is old. Could repro with a bare emacs.

Fixes #2683.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-view: ignore decoding errors</title>
<updated>2024-04-18T19:35:52+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-10-02T19:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=c25eeb220987aa57dc2f51a2d2d29c62a0fba9ce'/>
<id>c25eeb220987aa57dc2f51a2d2d29c62a0fba9ce</id>
<content type='text'>
We can't do much about them; still attempt to show the message.

Fixes #2561.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't do much about them; still attempt to show the message.

Fixes #2561.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2672 from alphapapa/fix/render-buffer-bookmark-function</title>
<updated>2024-03-27T04:53:54+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2024-03-27T04:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=e4f2dd7344716fc7a985ad8856c5c65d0a24887a'/>
<id>e4f2dd7344716fc7a985ad8856c5c65d0a24887a</id>
<content type='text'>
mu4e--view-render-buffer: Disable Gnus bookmark-make-record-function</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mu4e--view-render-buffer: Disable Gnus bookmark-make-record-function</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e--view-render-buffer: Disable Gnus bookmark-make-record-function</title>
<updated>2024-03-27T02:21:14+00:00</updated>
<author>
<name>Adam Porter</name>
<email>adam@alphapapa.net</email>
</author>
<published>2024-03-27T02:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=061450d049051b181d881a234d753b9993fc135b'/>
<id>061450d049051b181d881a234d753b9993fc135b</id>
<content type='text'>
The function 'gnus-summary-bookmark-make-record' does not work properly with the
faux "appeasement" summary buffer, causing undesired changes in the window
configuration when the message rendering buffer's bookmark function is
called (which some packages, like Activities, Burly, and Dogears do routinely).

See &lt;https://github.com/alphapapa/activities.el/issues/55&gt;.

Reported-by: Daniel Goldin &lt;https://github.com/danielgoldin&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function 'gnus-summary-bookmark-make-record' does not work properly with the
faux "appeasement" summary buffer, causing undesired changes in the window
configuration when the message rendering buffer's bookmark function is
called (which some packages, like Activities, Burly, and Dogears do routinely).

See &lt;https://github.com/alphapapa/activities.el/issues/55&gt;.

Reported-by: Daniel Goldin &lt;https://github.com/danielgoldin&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2612 from seanfarley/smf/alert</title>
<updated>2023-12-22T19:27:45+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-12-22T19:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=eda3b9397fa06092c6d058ac51fd6f3c2fcb29da'/>
<id>eda3b9397fa06092c6d058ac51fd6f3c2fcb29da</id>
<content type='text'>
mu4e: add support for macOS notifications</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mu4e: add support for macOS notifications</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e: add support for macos notifications</title>
<updated>2023-12-19T04:05:29+00:00</updated>
<author>
<name>Sean Farley</name>
<email>sean@farley.io</email>
</author>
<published>2023-12-18T21:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=bbb81eda94fe7e5cebfe6bc7e0592325e64bb96d'/>
<id>bbb81eda94fe7e5cebfe6bc7e0592325e64bb96d</id>
<content type='text'>
The current order in this patch is

1) macos notification
2) built-in dbus notification
3) fallback text notification

because macOS emacs can actually have dbus enabled (for emacs daemon
mode) but that doesn't support notifications. This is a built-in way to
send a simple notification for macs, too. Yay!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current order in this patch is

1) macos notification
2) built-in dbus notification
3) fallback text notification

because macOS emacs can actually have dbus enabled (for emacs daemon
mode) but that doesn't support notifications. This is a built-in way to
send a simple notification for macs, too. Yay!
</pre>
</div>
</content>
</entry>
<entry>
<title>build: bump version to 1.10.8</title>
<updated>2023-11-09T19:17:09+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-11-09T19:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=a8f002bfa8fbcc79bcfe9888be35f20448e593e2'/>
<id>a8f002bfa8fbcc79bcfe9888be35f20448e593e2</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: assign gnus-article-buffer in mu4e-view-mode</title>
<updated>2023-11-09T19:17:09+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-11-09T19:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=d2d9585f756259fda1c05fe6c9c25b9bf3d7679b'/>
<id>d2d9585f756259fda1c05fe6c9c25b9bf3d7679b</id>
<content type='text'>
Some external programs (such as bbdb) seems to depend on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some external programs (such as bbdb) seems to depend on that.
</pre>
</div>
</content>
</entry>
</feed>
