<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs.expected-output, branch 0.11</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.11</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.11'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-11-25T17:41:59Z</updated>
<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>
<entry>
<title>emacs: Fix to unconditionally display subject changes in collapsed thread view</title>
<updated>2011-07-01T09:00:25Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-07-01T08:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=580de27177de5cd6c5cbc9cc3759ce320216dd5b'/>
<id>urn:sha1:580de27177de5cd6c5cbc9cc3759ce320216dd5b</id>
<content type='text'>
The feature to show subject changes in the collapsed thread view was
originally added (8ab433607) with an option
(notmuch-show-always-show-subject) to display the subject
for all messages, even when there was no change.

The subsequent commit (4f04d273) changed the sense of the test (or to
and) and the name of the controlling variable
(notmuch-show-elide-same-subject).

But this commit is broken in a few ways:

  1. The original definition of notmuch-show-always-show-subject was
     left around

     But the variable isn't actually used in the code at all, so it
     just adds clutter and confusion to the customization interface.

  2. The name and description of the controlling variable doesn't
     match the implementation

     The name suggests that setting the variable to t will cause
     repeated subjects to be elided, (suggesting that when it is nil
     all subjects will be shown).

     However, when the variable is nil, no subjects are shown. So a
     correct name for the variable in this sense would be
     notmuch-show-subject-changes.

Showing subject changes is a useful feature, and should be on by
default. (We don't want to bury generally useful features behind
customizations that users have to find).

Rather than fixing the name of the variable and changing its default
value, here we remove the condition entirely, such that the feature is
enabled unconditionally.

So both the currently-used variable and the stale definition of the
formerly-used are removed.

Also, the one relevant test-suite result is updated, (showing the
intial subject of a collapsed thread, and no subject display for later
messages that do not change the subject).
</content>
</entry>
<entry>
<title>test emacs: Add tests for hiding messages in notmuch-show view</title>
<updated>2011-06-15T14:07:32Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-05-26T21:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=59b251ef940609dac7e17528065a39544463e0b4'/>
<id>urn:sha1:59b251ef940609dac7e17528065a39544463e0b4</id>
<content type='text'>
This test is expected to fail as it exposes a current bug, (which we
hope to fix soon).
</content>
</entry>
<entry>
<title>test: update emacs test to use test_expect_equal_file</title>
<updated>2011-06-03T21:29:05Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2011-05-28T20:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5b0bf70faa57651993b5e80a3a25467c12e5f9cf'/>
<id>urn:sha1:5b0bf70faa57651993b5e80a3a25467c12e5f9cf</id>
<content type='text'>
This is a much cleaner way to do the emacs tests, since we're actually
comparing output against existing files with expected output.  We also
won't miss any trailing newlines this way.

And speaking of which, one of the expected output files was actually
missing a trailing blank line that was actually in one of the original
messages, so this was fixed.
</content>
</entry>
<entry>
<title>tag signed/encrypted during notmuch new</title>
<updated>2011-05-27T23:22:00Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2011-05-26T01:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1d6b49561f50d6cde1b473f9887e37748e49c02c'/>
<id>urn:sha1:1d6b49561f50d6cde1b473f9887e37748e49c02c</id>
<content type='text'>
This patch adds the tag "signed" to messages with any multipart/signed
parts, and the tag "encrypted" to messages with any
multipart/encrypted parts.  This only occurs when messages are indexed
during notmuch new, so a database rebuild is required to have old
messages tagged.
</content>
</entry>
<entry>
<title>test: fix expected output for emacs tests after the wash button label changes</title>
<updated>2011-05-24T22:28:44Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-05-22T18:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d32b8b17154c4497e76c704f2decbf86b1f30c6a'/>
<id>urn:sha1:d32b8b17154c4497e76c704f2decbf86b1f30c6a</id>
<content type='text'>
</content>
</entry>
</feed>
