<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch.el, branch 0.23</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.23</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.23'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-09-12T11:08:45Z</updated>
<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>
<entry>
<title>emacs: Report a lack of matches when calling `notmuch-show'.</title>
<updated>2016-02-20T12:52:50Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2016-02-11T08:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c689d1ff13ed48507230ca7035021ce42d3dcd64'/>
<id>urn:sha1:c689d1ff13ed48507230ca7035021ce42d3dcd64</id>
<content type='text'>
If the basic query passed to `notmuch-show' generates no results, ring
the bell and inform the user that no messages matched the query rather
than displaying an empty buffer and showing an obscure error.

Similarly when refreshing a `notmuch-show' buffer and no messages match.
</content>
</entry>
<entry>
<title>emacs: Bind filter in search to 'l'</title>
<updated>2016-02-13T16:40:01Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-06-13T08:08:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7edba1d17d45a3f8bdc25ca22efeaf309bc87da6'/>
<id>urn:sha1:7edba1d17d45a3f8bdc25ca22efeaf309bc87da6</id>
<content type='text'>
Change the key binding for filter (or "limit") in search-mode. This
gives consistency with the new filter in show-mode, and frees 'f' for
forward-thread in the future.
</content>
</entry>
<entry>
<title>emacs: wrap current search in parens when filtering</title>
<updated>2015-09-07T12:27:09Z</updated>
<author>
<name>Uli Scholler</name>
<email>uli@scholler.net</email>
</author>
<published>2015-09-06T21:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9a5143abbcfbb008f846329b5c50b9322af5322a'/>
<id>urn:sha1:9a5143abbcfbb008f846329b5c50b9322af5322a</id>
<content type='text'>
When filtering the current search further with notmuch-search-filter,
wrap the current search in parens (if necessary).

This fixes unexpected behavior when the current search is
complex (like "(tag:this and date:one_week_ago..) or tag:that").
</content>
</entry>
<entry>
<title>emacs: prefer notmuch-emacs-version in User-Agent: header</title>
<updated>2015-08-04T18:56:38Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-08-02T14:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3c1eea5646fcf33d66acb874d82f3518a75c24de'/>
<id>urn:sha1:3c1eea5646fcf33d66acb874d82f3518a75c24de</id>
<content type='text'>
Now that we have `notmuch-emacs-version' defined in notmuch emacs MUA
use that as a part of User-Agent: header to provide more accurate
version information when sending emails.

In case some incomplete installation of notmuch emacs MUA is used and
`notmuch-emacs-version' is defined as "unknown" then fall back to ask
version info from cli (as it used to be before this commit).

Requiring notmuch-version[.elc] and if that is missing setting
"fallback" notmuch-emacs-version (to "unknown") was moved from
notmuch.el to notmuch-lib.el as notmuch-mua.el (which provides
User-Agent: information) require's the latter.
</content>
</entry>
</feed>
