<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs.expected-output/notmuch-hello, branch master</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=master</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-03-14T22:54:32Z</updated>
<entry>
<title>emacs: hello: promote '?' as the universal help key</title>
<updated>2016-03-14T22:54:32Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2016-03-13T12:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b8a136187a3bee1e08aa702951db4b721f0eda6d'/>
<id>urn:sha1:b8a136187a3bee1e08aa702951db4b721f0eda6d</id>
<content type='text'>
Move the brief help text at the bottom of the hello screen to the
notmuch-hello-mode help, and promote '?' as the universal help key
across Notmuch. This unclutters the hello screen, and allows for a
more verbose description in the mode help. Hopefully, this change is
useful for both experienced and new users alike.

While at it, improve the links to Notmuch and hello screen
customization.
</content>
</entry>
<entry>
<title>emacs: Expand default saved searches and add shortcut keys</title>
<updated>2014-08-05T11:07:52Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-08-05T01:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e501a16e71d79393ffa6bf755a8202e212ab4872'/>
<id>urn:sha1:e501a16e71d79393ffa6bf755a8202e212ab4872</id>
<content type='text'>
This should help new users off to a better start with the addition of
more sensible saved searches and default shortcut keys.  Most existing
users have probably customized this variable and won't be affected.
</content>
</entry>
<entry>
<title>emacs: get rid of trailing spaces in notmuch-hello view</title>
<updated>2012-04-12T11:40:33Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-03-10T03:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6409a27b2c835223806e4b14cc219c927856c256'/>
<id>urn:sha1:6409a27b2c835223806e4b14cc219c927856c256</id>
<content type='text'>
This patch removes trailing spaces in notmuch-hello view.

A side effect of this change is that tag/query buttons no longer
include a space at the end.  This means that pressing RET when the
point is at the first character after the tag/query button no longer
works (note that this is the standard behavior for buttons).  We may
change this behavior in the future (without adding trailing spaces
back) if people would find this change inconvenient.
</content>
</entry>
<entry>
<title>emacs: Tests for user-defined sections</title>
<updated>2012-03-01T12:16:55Z</updated>
<author>
<name>Daniel Schoepe</name>
<email>daniel.schoepe@googlemail.com</email>
</author>
<published>2012-02-17T14:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6e25ea031fc43dd3a6a9ff00f33526fdd3abc92a'/>
<id>urn:sha1:6e25ea031fc43dd3a6a9ff00f33526fdd3abc92a</id>
<content type='text'>
A new file was added for notmuch-hello tests.
</content>
</entry>
<entry>
<title>emacs: polish notmuch-hello help text</title>
<updated>2012-01-26T12:20:40Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-01-25T18:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d0a048f8561f63de5e30cb23dec6b6facb79c851'/>
<id>urn:sha1:d0a048f8561f63de5e30cb23dec6b6facb79c851</id>
<content type='text'>
Make `=' binding description consistent with others.
</content>
</entry>
<entry>
<title>emacs: bind "s" to `notmuch-search' in notmuch-hello buffer</title>
<updated>2012-01-25T12:33:27Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-01-25T01:10:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02d88159226b351091ae94e2176d2e59c79d21d3'/>
<id>urn:sha1:02d88159226b351091ae94e2176d2e59c79d21d3</id>
<content type='text'>
Before the change, "s" in notmuch-hello buffer would jump to the
search box.  The patch changes the binding to `notmuch-search' which
is consistent with all other notmuch buffers.
</content>
</entry>
<entry>
<title>emacs: add invisible dot instead of space at the end of notmuch-hello search box</title>
<updated>2012-01-21T12:50:48Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-01-19T23:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d3aa6848da4519f6229426b1d0432afacf748f8b'/>
<id>urn:sha1:d3aa6848da4519f6229426b1d0432afacf748f8b</id>
<content type='text'>
This makes `show-trailing-whitespace' happy, i.e. it does not mark the
whole search box line as trailing spaces.

Since the dot is invisible, this change makes no visible difference
for `notmuch-hello'.

Edited-by: Pieter Praet &lt;pieter@praet.org&gt; to fix the tests.
</content>
</entry>
<entry>
<title>test: add two new messages to corpus with iso-8859-1 encoding</title>
<updated>2012-01-01T03:04:01Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-01-01T02:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7da6733e890b913281afd5061cf5a648094a1eb4'/>
<id>urn:sha1:7da6733e890b913281afd5061cf5a648094a1eb4</id>
<content type='text'>
One is quoted printable, the other users 8 bit encoding. The latter
triggers a bug in the python bindings due to missing call to
g_mime_init. The corresponding test is marked broken in this commit.
</content>
</entry>
<entry>
<title>emacs: add invisible space after the search widget field in notmuch-hello</title>
<updated>2011-11-12T15:34:53Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-07-04T06:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e972d752c038b015b0af92de4ce1e00aa2557b71'/>
<id>urn:sha1:e972d752c038b015b0af92de4ce1e00aa2557b71</id>
<content type='text'>
It is very convenient when C-e (bound to `widget-end-of-line') ignores
trailing spaces inside the search widget.  But it only does so if a
widget is not followed by a newline (that is why it works in the saved
search widgets).  The patch just adds an invisible space after the
search widget to get the desirable behavior of `widget-end-of-line'.
The extra space is also added to expected results of emacs tests.
</content>
</entry>
<entry>
<title>test: Add tests for emacs notmuch-search and notmuch-show functions.</title>
<updated>2010-10-22T23:58:35Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-22T23:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4bb1b1603c416c167459203fd2bd0fe94518bacb'/>
<id>urn:sha1:4bb1b1603c416c167459203fd2bd0fe94518bacb</id>
<content type='text'>
Moving the expected output into individual files (rather than inline)
to keep the test script much easier to read.
</content>
</entry>
</feed>
