<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git/mu4e/mu4e-view-common.el, branch release/1.6</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>mu4e-view: remove overlays before erasing</title>
<updated>2021-08-30T07:13:06+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-08-30T07:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=4404a5736599e028b3c0b49f371bc6edd5c67bb3'/>
<id>4404a5736599e028b3c0b49f371bc6edd5c67bb3</id>
<content type='text'>
erase-buffer is not enough, and [1][2] can stay behind in the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
erase-buffer is not enough, and [1][2] can stay behind in the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "build: bump version to 1.7.0"</title>
<updated>2021-08-30T07:05:56+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-08-30T07:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=6d555b3a6c4fb68861964c7ce60cadf2ca0db479'/>
<id>6d555b3a6c4fb68861964c7ce60cadf2ca0db479</id>
<content type='text'>
Let's keep this away from the release branch. This reverts commit
ec40b18ae4449488a62e77697294f0bcbddcc27a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's keep this away from the release branch. This reverts commit
ec40b18ae4449488a62e77697294f0bcbddcc27a.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-view: remove old view</title>
<updated>2021-08-29T17:30:29+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-08-29T06:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=e6be09e626f33f42b54e438ac90168467f42189e'/>
<id>e6be09e626f33f42b54e438ac90168467f42189e</id>
<content type='text'>
Remove the pre-Gnus view, and remove the infrastructure to handle both the new
and old views.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the pre-Gnus view, and remove the infrastructure to handle both the new
and old views.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-view: Enable mu4e-action-view-in-browser by default</title>
<updated>2021-08-08T15:18:40+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-08-08T15:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=aa75487ae64a70b580c3d8a338adc75e1e8a4b3f'/>
<id>aa75487ae64a70b580c3d8a338adc75e1e8a4b3f</id>
<content type='text'>
It's useful enough to enable by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's useful enough to enable by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e: Update documentation for mu4e-view-fields</title>
<updated>2021-06-17T17:54:59+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-06-17T17:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=6ddfc61c8d35dcfb0099f2b7a44597b0eb247a15'/>
<id>6ddfc61c8d35dcfb0099f2b7a44597b0eb247a15</id>
<content type='text'>
Fixes: #2041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #2041
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e/*: fix license notice at the start of source files</title>
<updated>2021-05-29T21:45:10+00:00</updated>
<author>
<name>Salman Mohammadi</name>
<email>salman@smoha.org</email>
</author>
<published>2021-05-29T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=539a946aa4a9636e8ddb0437da00cc62cf1ee7b5'/>
<id>539a946aa4a9636e8ddb0437da00cc62cf1ee7b5</id>
<content type='text'>
At the start of mu4e/* files, the license has been wrongly attributed
to GNU Emacs instead of mu4e.

Fixes https://github.com/djcb/mu/issues/2019
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the start of mu4e/* files, the license has been wrongly attributed
to GNU Emacs instead of mu4e.

Fixes https://github.com/djcb/mu/issues/2019
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e/view: make URLs clickable again</title>
<updated>2021-03-17T17:53:25+00:00</updated>
<author>
<name>Christophe Troestler</name>
<email>Christophe.Troestler@umons.ac.be</email>
</author>
<published>2021-03-17T17:53:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=76a904be26e32670b8c1c94ddcd9a266c99da428'/>
<id>76a904be26e32670b8c1c94ddcd9a266c99da428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mu4e-view-common header line</title>
<updated>2021-03-16T16:33:59+00:00</updated>
<author>
<name>Thierry Volpiatto</name>
<email>thievol@posteo.net</email>
</author>
<published>2021-03-16T16:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=723081268db2282fbc517b52c3e18ed15fefedf5'/>
<id>723081268db2282fbc517b52c3e18ed15fefedf5</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: Restore URL activation, TAB</title>
<updated>2021-03-16T15:13:36+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-03-16T15:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=7f244ee454c7eb2b8975b09ecef1834231ef8723'/>
<id>7f244ee454c7eb2b8975b09ecef1834231ef8723</id>
<content type='text'>
Make URL activation work again (with mouse, M-RET), and TAB in
gnus-view.

Fixes: #1946.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make URL activation work again (with mouse, M-RET), and TAB in
gnus-view.

Fixes: #1946.
</pre>
</div>
</content>
</entry>
<entry>
<title>mu4e-view-common: fix typo</title>
<updated>2021-03-13T08:47:45+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2021-03-13T08:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=b100c963fc20edbba4851f92fb112009c8bb1960'/>
<id>b100c963fc20edbba4851f92fb112009c8bb1960</id>
<content type='text'>
its *actions*, not *action*.

Fixes: #1942.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its *actions*, not *action*.

Fixes: #1942.
</pre>
</div>
</content>
</entry>
</feed>
