<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs.expected-output, branch 0.6rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.6rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.6rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-06-15T14:07:32Z</updated>
<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>
<entry>
<title>emacs: Show cleaner `From:' addresses in the summary line.</title>
<updated>2011-05-18T23:11:53Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-05-19T10:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0898cfad5ef2d7c000e9c23e9205e02aec18cc24'/>
<id>urn:sha1:0898cfad5ef2d7c000e9c23e9205e02aec18cc24</id>
<content type='text'>
Remove double quotes and flatten "foo@bar.com &lt;foo@bar.com&gt;" to
"foo@bar.com".

Edited-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt; (clean up
expected output for emacs tests).

Signed-off-by: Jameson Rollins &lt;jrollins@finestructure.net&gt;
</content>
</entry>
<entry>
<title>notmuch show: Include output for the enclosing multipart part of a MIME mail</title>
<updated>2011-05-17T21:51:06Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-05-17T05:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c51d5b3cdb5ca0816816e88ca6f7136a24e74eee'/>
<id>urn:sha1:c51d5b3cdb5ca0816816e88ca6f7136a24e74eee</id>
<content type='text'>
Previously, the outer multipart part of any multipart/mixed,
multipart/signed, etc. MIME message was silently omitted from the
"notmuch show" output. This prevented any client from correctly
determining to which parts a signature applies, for example.

Now, we actually emit these parts as their own parts. The output is
still flattened---the contained parts are not yet included "within"
the multipart part---so it's still not possible to determine to which
parts a signature applies, but this is one step along the path.

The test suite is updated to reflect this change, (though we'll
eventually want to fix the emacs interface to not display buttons for
the multipart enclosure parts as there's nothing useful for the user
to actually do with them).
</content>
</entry>
<entry>
<title>Make author order tests more strict.</title>
<updated>2010-12-08T00:21:35Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2010-11-17T19:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a18a15326c9bc392828c91a465b5c514cddfb539'/>
<id>urn:sha1:a18a15326c9bc392828c91a465b5c514cddfb539</id>
<content type='text'>
Use varying dates in the test messages to test the order authors are
listed in.  Add tests with repeated author names and unusual date
ordering.  Most of these are broken at the moment, but will be fixed
shortly.

Edited-by: Carl Worth &lt;cworth@cworth.org&gt;: Also update the expected
results for existing emacs tests that currently codify the incorrect
author ordering, (and similarly note them as broken in the current
test suite).
</content>
</entry>
<entry>
<title>emacs: Improve the display of truncated authors.</title>
<updated>2010-12-07T21:57:05Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-17T12:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5d05d5434dc5de0d484e334ddf109385e9a56cf3'/>
<id>urn:sha1:5d05d5434dc5de0d484e334ddf109385e9a56cf3</id>
<content type='text'>
Incremental search does not match strings that span a
visible/invisible boundary. This results in failure to correctly
isearch for authors in `notmuch-search' mode if the name of the author
is split between the visible and invisible components of the authors
string. To avoid this, attempt to truncate the visible component of
the authors string on a boundary between authors, such that the
entirety of an author's name is either visible or invisible.
</content>
</entry>
<entry>
<title>test: Update emacs tests for fix to counting of signature lines.</title>
<updated>2010-11-12T01:00:15Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-12T01:00:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=42f1a13374bdb75c51132ff2b07c8e192291f8d7'/>
<id>urn:sha1:42f1a13374bdb75c51132ff2b07c8e192291f8d7</id>
<content type='text'>
The recent bug fix invalidated some expected test results. Fix them up.
</content>
</entry>
<entry>
<title>test: Add test for viewing raw message within emacs.</title>
<updated>2010-11-06T21:33:30Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-06T21:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f8007ecb290d9ce03e21ad75a7e5234404471abf'/>
<id>urn:sha1:f8007ecb290d9ce03e21ad75a7e5234404471abf</id>
<content type='text'>
This provides further coverage for the recently added (and recently
modified) use of "notmuch show --format=raw" within emacs.
</content>
</entry>
</feed>
