<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch.el, branch 0.22</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-04-16T11:25:10Z</updated>
<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>
<entry>
<title>emacs search: stash query</title>
<updated>2015-06-13T06:16:56Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-06-12T08:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4e799034492ca28d65385afc94a35461fe25b426'/>
<id>urn:sha1:4e799034492ca28d65385afc94a35461fe25b426</id>
<content type='text'>
Add keybinding c q to stash the current query in search mode.
</content>
</entry>
<entry>
<title>emacs: Added "is:&lt;tag&gt;" style completion to notmuch-read-query.</title>
<updated>2015-05-31T17:07:02Z</updated>
<author>
<name>Charles Celerier</name>
<email>cceleri@cs.stanford.edu</email>
</author>
<published>2014-12-27T09:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1896ad97145ae27b2d5619b973d75afb774ca5b1'/>
<id>urn:sha1:1896ad97145ae27b2d5619b973d75afb774ca5b1</id>
<content type='text'>
The notmuch-search-terms man page states that "tag:&lt;tag&gt;" is equivalent
to "is:&lt;tag&gt;". Completion for "is:&lt;tag&gt;" style searches is now supported
in the Emacs interface.

Amended by David Bremner: combine lexical-let and let into
lexical-let*
</content>
</entry>
<entry>
<title>Update completions for Emacs and bash</title>
<updated>2015-01-24T15:50:02Z</updated>
<author>
<name>Todd</name>
<email>todd@electricoding.com</email>
</author>
<published>2015-01-22T23:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=694c7b9ba7c83eba10105f0f151884dcdb90426d'/>
<id>urn:sha1:694c7b9ba7c83eba10105f0f151884dcdb90426d</id>
<content type='text'>
This adds completions for both Emacs and bash. ZSH does not appear to
have completions for search terms.
</content>
</entry>
<entry>
<title>emacs: Improve the behaviour of the 'q' binding.</title>
<updated>2014-10-31T16:54:21Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2014-10-29T14:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=30f1c43efe32c83193a6b9ae1f31ab2667e4195d'/>
<id>urn:sha1:30f1c43efe32c83193a6b9ae1f31ab2667e4195d</id>
<content type='text'>
When a user hits 'q' in a notmuch buffer, kill the buffer only if
there are no other windows currently showing it.
</content>
</entry>
</feed>
