<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch.el, branch debian/stretch</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fstretch</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fstretch'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-12-15T11:22:34Z</updated>
<entry>
<title>emacs: restore autoload cookie for notmuch-search</title>
<updated>2016-12-15T11:22:34Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-12-08T00:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=001256ab2916ab809b75ea8aa4bc363bf81a4174'/>
<id>urn:sha1:001256ab2916ab809b75ea8aa4bc363bf81a4174</id>
<content type='text'>
The cookie only applies to next form, so in the previous location it
applied to the put, rather than the function.
</content>
</entry>
<entry>
<title>emacs: interesting-buffer bugfixes/updates</title>
<updated>2016-10-25T21:12:12Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-10-22T12:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=09caa0fce75dc227d9cf6794f39e3e7ed427676a'/>
<id>urn:sha1:09caa0fce75dc227d9cf6794f39e3e7ed427676a</id>
<content type='text'>
The command notmuch-interesting-buffer has got out of date -- it
doesn't mention notmuch-tree, and it still refers to message-mode not
notmuch-message-mode. Update both of these.

This fixes the bug that notmuch-cycle-notmuch-buffers does not include
notmuch-tree or notmuch-message-mode buffers in its cycling.
</content>
</entry>
<entry>
<title>emacs: search face bugfix</title>
<updated>2016-10-19T11:39:58Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-10-12T07:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4c822aecc75bd6f7cdffc80b704b27dde8e27ea6'/>
<id>urn:sha1:4c822aecc75bd6f7cdffc80b704b27dde8e27ea6</id>
<content type='text'>
In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces
for unread and flagged were accidentally swapped. This swaps them back.
</content>
</entry>
<entry>
<title>emacs: fix notmuch-search-line-faces defcustom</title>
<updated>2016-10-19T11:39:36Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-10-15T09:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a4331bf13859a91ee7b95013954be5c68a70815c'/>
<id>urn:sha1:a4331bf13859a91ee7b95013954be5c68a70815c</id>
<content type='text'>
In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default value
for notmuch-search-line-faces was changed so that it didn't match the
specification in the corresponding defcustom. This meant that it was
difficult for the user to customize this variable as they got a type
mismatch error.

Note anyone who had already customised this variable would not see
this bug as their customisation would match the defcustom.
</content>
</entry>
<entry>
<title>emacs: implement notmuch-search-color-line with dolist.</title>
<updated>2016-09-12T11:08:45Z</updated>
<author>
<name>Matt Armstrong</name>
<email>marmstrong@google.com</email>
</author>
<published>2016-08-14T22:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3856286e21ab4ef282bbb262b700477282327923'/>
<id>urn:sha1:3856286e21ab4ef282bbb262b700477282327923</id>
<content type='text'>
While passing a lambda to mapc is idiomatic elisp, dolist is easier
to understand, and there are a few other calls to it in this file.
</content>
</entry>
<entry>
<title>emacs: use define-derived-mode for defining modes.</title>
<updated>2016-09-10T16:07:54Z</updated>
<author>
<name>Steven Allen</name>
<email>steven@stebalien.com</email>
</author>
<published>2016-08-28T18:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e954310d70674a439a50cf4c699467567095b057'/>
<id>urn:sha1:e954310d70674a439a50cf4c699467567095b057</id>
<content type='text'>
This sets up and runs all the correct hooks and reduces some redundancy.
</content>
</entry>
<entry>
<title>emacs: express n-search-line-faces in terms of two new faces</title>
<updated>2016-08-02T04:40:44Z</updated>
<author>
<name>Matt Armstrong</name>
<email>marmstrong@google.com</email>
</author>
<published>2016-07-21T21:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2a7b11b064233afc4feead876fa396e3c18a6b91'/>
<id>urn:sha1:2a7b11b064233afc4feead876fa396e3c18a6b91</id>
<content type='text'>
The two new faces (notmuch-search-flagged-face and
notmuch-search-unread-face) make it easier to find the relevant face by
customizing notmuch-faces.  I plan to do the same to the other alists of
faces found elsewhere.
</content>
</entry>
<entry>
<title>Use https instead of http where possible</title>
<updated>2016-06-05T11:32:17Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a833a6e83865f6999707cc30768d07e1351c2cb'/>
<id>urn:sha1:6a833a6e83865f6999707cc30768d07e1351c2cb</id>
<content type='text'>
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
</content>
</entry>
<entry>
<title>emacs: Add notmuch homepage to package header</title>
<updated>2016-04-16T11:25:10Z</updated>
<author>
<name>Chunyang Xu</name>
<email>xuchunyang.me@gmail.com</email>
</author>
<published>2016-04-13T07:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e5548d52b992e67144c946f51ec609e4a3859e8f'/>
<id>urn:sha1:e5548d52b992e67144c946f51ec609e4a3859e8f</id>
<content type='text'>
So user can find out notmuch's homepage with:

  C-h P ('describe-package') notmuch
</content>
</entry>
<entry>
<title>emacs: Fix packaging</title>
<updated>2016-04-16T11:24:42Z</updated>
<author>
<name>Chunyang Xu</name>
<email>xuchunyang.me@gmail.com</email>
</author>
<published>2016-04-13T07:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6'/>
<id>urn:sha1:0cf457b73b4b666314d1a09ac3e31bd0fa2346a6</id>
<content type='text'>
Refer to (info "(elisp) Library Headers") for package conventions.
</content>
</entry>
</feed>
