<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs.expected-output, branch 0.12</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.12</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.12'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-01-26T12:20:40Z</updated>
<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>test: Updated the expected output to match the newly enabled text/plain hooks.</title>
<updated>2011-12-28T17:29:08Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2011-12-28T15:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c96f5f29ddc1f1e53c99893bd5f5226c724e050f'/>
<id>urn:sha1:c96f5f29ddc1f1e53c99893bd5f5226c724e050f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: test notmuch show with fourfold message indentation</title>
<updated>2011-11-25T17:41:59Z</updated>
<author>
<name>Gregor Zattler</name>
<email>telegraph@gmx.net</email>
</author>
<published>2011-11-24T22:03:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=629dbac626b714d50b185b00aa3ade5bef5e1cbd'/>
<id>urn:sha1:629dbac626b714d50b185b00aa3ade5bef5e1cbd</id>
<content type='text'>
Previous behaviour was to indent messages in a thread according
to depth by one space per level.  This commit tests if setting
notmuch-indent-messages-width to `4' provides a message thread
with four spaces of indentation thread depth.
</content>
</entry>
<entry>
<title>emacs: test: notmuch show without indentation</title>
<updated>2011-11-25T17:41:43Z</updated>
<author>
<name>Gregor Zattler</name>
<email>telegraph@gmx.net</email>
</author>
<published>2011-11-24T22:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=06156f70bffa551a4f5152d7c5acddedda97625c'/>
<id>urn:sha1:06156f70bffa551a4f5152d7c5acddedda97625c</id>
<content type='text'>
Previous behaviour was to indent messages in a thread according
to depth by one space per level.  In
id:1311028119-50637-1-git-send-email-fgeller@gmail.com Felix
Geller proposed a patch in order to turn indentation off.  This
commit tests if instead setting notmuch-indent-messages-width to
`0' does turn off indentation.
</content>
</entry>
<entry>
<title>test: emacs: tidy up "Stashing in notmuch-show" test</title>
<updated>2011-11-18T18:29:35Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-11-16T11:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=66247d26f364a6afbe113a5d6e84eec859b1193e'/>
<id>urn:sha1:66247d26f364a6afbe113a5d6e84eec859b1193e</id>
<content type='text'>
Merge expected output into the actual test, so we can verify the stashed
filename using ${gen_msg_filename} instead of doing sed tricks.
</content>
</entry>
<entry>
<title>test: stashing in notmuch-{show,search}</title>
<updated>2011-11-13T00:32:47Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-06-30T08:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=64febdf71c4184ca369f5d11d7f196704a3ec1a6'/>
<id>urn:sha1:64febdf71c4184ca369f5d11d7f196704a3ec1a6</id>
<content type='text'>
Should provide full test coverage of the stashing feature.

Signed-off-by: Pieter Praet &lt;pieter@praet.org&gt;
</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>
</feed>
