<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs-show, branch 0.13</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.13</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.13'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-02-04T12:33:18Z</updated>
<entry>
<title>emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer</title>
<updated>2012-02-04T12:33:18Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-02-04T07:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8281430558c1b2eafc847620cd84f5ce40bf6741'/>
<id>urn:sha1:8281430558c1b2eafc847620cd84f5ce40bf6741</id>
<content type='text'>
`Notmuch-wash-region-to-button' is the function that creates hidden
regions with buttons for signatures, citations and original messages.
Before the change, it did not work correctly if the to-be-hidden
region started at the beginning of a message: the visibility toggle
button was hidden as well.  The patch fixes this.  There are two parts
in the fix:

* Use `insert-before-markers' instead of `insert' for creating the
  button, so that it does not get added to the hidden overlay.

* Stop using PREFIX argument for adding a newline before the button.
  The newline should not be added before a button at the beginning of
  buffer.

The corresponding test is fixed now.
</content>
</entry>
<entry>
<title>test: add test for hiding Original Message region at beginning of a message</title>
<updated>2012-02-04T12:32:54Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-02-04T07:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=69adeb52b1c095f570f590e8a8db7f219b875b35'/>
<id>urn:sha1:69adeb52b1c095f570f590e8a8db7f219b875b35</id>
<content type='text'>
The test is currently broken and will be fixed by a subsequent patch.

The patch adds a new file for tests of Emacs notmuch-show view.

Based on patch by David Edmondson [1].

[1] id:"1327562380-12894-4-git-send-email-dme@dme.org"
</content>
</entry>
</feed>
