<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-show.el, branch nmweb</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=nmweb</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=nmweb'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2022-11-15T11:34:25Z</updated>
<entry>
<title>emacs/show: use n-s-i-headerline to update tags</title>
<updated>2022-11-15T11:34:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-11-11T21:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5ba7684445b9338ab289d502d4688d9aff3d8803'/>
<id>urn:sha1:5ba7684445b9338ab289d502d4688d9aff3d8803</id>
<content type='text'>
Although this has more steps than the previous regular expression
search and replace, it should be more robust against changes in the
headerline format, such as the inclusion of duplicate numbers (which
broke the previous version).
</content>
</entry>
<entry>
<title>emacs/show: add optional orig-tags argument to n-s-i-headerline</title>
<updated>2022-11-15T11:28:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-11-11T21:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=056249627ac68823e5246b2586db9fbb8002c6b0'/>
<id>urn:sha1:056249627ac68823e5246b2586db9fbb8002c6b0</id>
<content type='text'>
This will support use of this function in notmuch-show-update-tags.
</content>
</entry>
<entry>
<title>emacs/show: use plist to pass message info to n-s-insert-headerline</title>
<updated>2022-11-15T11:28:02Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-11-11T21:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2b842a1d8cb25981c19d9adb33fe962f4ebd2e9f'/>
<id>urn:sha1:2b842a1d8cb25981c19d9adb33fe962f4ebd2e9f</id>
<content type='text'>
This should allow calling notmuch-show-insert-headerline from other
places without duplicating the set of plist accesses.
</content>
</entry>
<entry>
<title>emacs/show: use read-shell-command instead of read-string</title>
<updated>2022-09-03T11:12:16Z</updated>
<author>
<name>Antoine Beaupré</name>
<email>anarcat@debian.org</email>
</author>
<published>2022-08-30T14:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a3b46fa8bbfaf6651f5055bb27aa52a0ef0d3ba2'/>
<id>urn:sha1:a3b46fa8bbfaf6651f5055bb27aa52a0ef0d3ba2</id>
<content type='text'>
This enables auto-completion of commands, something which plain
read-string does not do. It's otherwise a drop-in
replacement. According to `C-h f`, read-shell-command was introduced
in Emacs 23.1 or earlier.
</content>
</entry>
<entry>
<title>emacs: add docstring for notmuch-show-choose-duplicate</title>
<updated>2022-08-11T10:25:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-07-31T12:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5a47b5a884d594e74bb967dd8bb0500c7051bd79'/>
<id>urn:sha1:5a47b5a884d594e74bb967dd8bb0500c7051bd79</id>
<content type='text'>
It should have one in any case, but in particular it is needed for the
manual.
</content>
</entry>
<entry>
<title>emacs/show: restrict inlined mimetypes on refresh.</title>
<updated>2022-08-11T10:17:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-01T11:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d273263d16433344cac77f54862c77535bf51e6a'/>
<id>urn:sha1:d273263d16433344cac77f54862c77535bf51e6a</id>
<content type='text'>
This fixes the bug reported by Al [1]. Essentially apply the same fix
as [2] in a different place.

[1]: id:877d41nmr1.fsf@gmail.com
[2]: 90a7c1af368a527700dcde9b0dcbd760afc7bd92
</content>
</entry>
<entry>
<title>emacs: add duplicate support to notmuch-show-view-raw-message</title>
<updated>2022-08-07T10:05:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-04T11:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6d6d2a5fe7a04cc8de43d6b27844c50f02d749ed'/>
<id>urn:sha1:6d6d2a5fe7a04cc8de43d6b27844c50f02d749ed</id>
<content type='text'>
This fixes one of the bugs reported by Gregor in [1]

[1]: id:87edxw8jp4.fsf@no.workgroup
</content>
</entry>
<entry>
<title>emacs/show: provide a more friendly function to get duplicate num</title>
<updated>2022-08-07T10:05:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-04T11:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=05c85290ca43a22d99bc65f5b40e6b8027081ce8'/>
<id>urn:sha1:05c85290ca43a22d99bc65f5b40e6b8027081ce8</id>
<content type='text'>
There is not much code here, but at least we can fix the indexing as 1
based.
</content>
</entry>
<entry>
<title>emacs: update notmuch-show-get-filename to handle duplicates</title>
<updated>2022-08-07T10:05:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-08-04T11:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1849c68d0f4de0a2028df5f1708d473e60d87785'/>
<id>urn:sha1:1849c68d0f4de0a2028df5f1708d473e60d87785</id>
<content type='text'>
This fixes one of the bugs reported by Gregor in [1].

[1]: id:87edxw8jp4.fsf@no.workgroup
</content>
</entry>
<entry>
<title>emacs/reply: reply to correct duplicate</title>
<updated>2022-07-30T11:46:22Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-07-01T21:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1ef7c75111b84ea19af3186ddc12f2ba434c93de'/>
<id>urn:sha1:1ef7c75111b84ea19af3186ddc12f2ba434c93de</id>
<content type='text'>
Essentially we just need to arrange to pass the right --duplicate
argument to notmuch reply.

As a side-effect, correct the previously unused value of EXPECTED in
T453-emacs-reply.sh.
</content>
</entry>
</feed>
