<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs-show, branch 0.15</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.15</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.15'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2013-01-07T02:47:35Z</updated>
<entry>
<title>emacs: Use the minibuffer for CLI error reporting</title>
<updated>2013-01-07T02:47:35Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2013-01-03T21:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=401dbebd4803477563eff03d719605ed37a8e44d'/>
<id>urn:sha1:401dbebd4803477563eff03d719605ed37a8e44d</id>
<content type='text'>
We recently switched to popping up a buffer to report CLI errors, but
this was too intrusive, especially for transient errors and especially
since we made fewer things ignore errors.  This patch changes this to
display a basic error message in the minibuffer (using Emacs' usual
error handling path) and, if there are additional details, to log
these to a separate error buffer and reference the error buffer from
the minibuffer message.  This is more in line with how Emacs typically
handles errors, but makes the details available to the user without
flooding them with the details.

Given this split, we pare down the basic message and make it more
user-friendly, and also make the verbose message even more detailed
(and more debugging-oriented).
</content>
</entry>
<entry>
<title>emacs: Use --format-version for search, show, and reply</title>
<updated>2012-12-16T21:22:26Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-12-16T03:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2cdb3f54f71e5e415a930aaa36452ffe1db04d06'/>
<id>urn:sha1:2cdb3f54f71e5e415a930aaa36452ffe1db04d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Test show's handling of subprocess errors</title>
<updated>2012-12-16T21:04:24Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-12-15T20:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b3dc31f78d7b489e30842aa19733261769afb84d'/>
<id>urn:sha1:b3dc31f78d7b489e30842aa19733261769afb84d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: always source test-lib.sh as ./test-lib.sh</title>
<updated>2012-11-25T02:07:46Z</updated>
<author>
<name>Tomi Ollila</name>
<email>too@iki.fi</email>
</author>
<published>2012-11-21T15:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3bd8494da0dfef973c1328b16cd848f144e3ac27'/>
<id>urn:sha1:3bd8494da0dfef973c1328b16cd848f144e3ac27</id>
<content type='text'>
There are currently 45 TESTS scripts. 36 of those load
test-lib.sh using '. ./test-lib.sh' and 9 '. test-lib.sh'.

In latter case test-lib.sh is first searched from directories
in PATH (posix) and then from current directory (bash feature).

Changed the 9 files to execute '. ./test-lib.sh'. The test-lib.sh
should never be loaded from directory in PATH.
</content>
</entry>
<entry>
<title>emacs: Buttonize mid: links</title>
<updated>2012-11-15T22:13:27Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-11-15T19:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=87a05adba3b2f4b57f0efb138b0a601d3eb48ade'/>
<id>urn:sha1:87a05adba3b2f4b57f0efb138b0a601d3eb48ade</id>
<content type='text'>
This adds support for RFC 2392 mid: message ID links.
</content>
</entry>
<entry>
<title>emacs: Improve the regexp used to match id:'s in messages</title>
<updated>2012-11-15T22:11:07Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-11-15T19:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=580997252f80b765b208fcd9f4c696c061e2b9ad'/>
<id>urn:sha1:580997252f80b765b208fcd9f4c696c061e2b9ad</id>
<content type='text'>
This regexp agrees with Xapian query syntax much more closely, though
we specifically disallow various cases that would be confusing in the
context of an email body (e.g., punctuation at the end of an id: link
is not considered part of the id: link because it's probably part of
the surrounding text).

In particular, this handles id: links that are not surrounded by
quotes much better, which stash is much more likely to generate now
that we don't quote id's that don't need to be quoted.  It also
handles quoted id: links better.

We update the buttonization test to reflect the new pattern.
</content>
</entry>
<entry>
<title>test: Test buttonization of id: links</title>
<updated>2012-11-15T22:03:02Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-11-15T19:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=65801835ee47dc4cada82c8a3ae16e8177a7919a'/>
<id>urn:sha1:65801835ee47dc4cada82c8a3ae16e8177a7919a</id>
<content type='text'>
This matches the current behavior of the buttonizer, so it passes, but
many of these cases are not what you'd want (and some of them aren't
even valid Xapian queries).  The next patch will fix the handling of
these cases and update the test.
</content>
</entry>
<entry>
<title>test: Move tests from emacs to emacs-show</title>
<updated>2012-10-18T11:45:16Z</updated>
<author>
<name>Ethan Glasser-Camp</name>
<email>ethan.glasser.camp@gmail.com</email>
</author>
<published>2012-10-18T02:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=518eed1ba725c524d279e364deba1a191bbb38b2'/>
<id>urn:sha1:518eed1ba725c524d279e364deba1a191bbb38b2</id>
<content type='text'>
This requires changing the contents of the crypto tests, as one thread
that was marked read by the earlier tests in test/emacs is no longer
marked read.

This moves tests for:

- 09d19ac "test: emacs: toggle eliding of non-matching messages in
   `notmuch-show'", which should have actually read: "test: emacs:
   toggle processing of cryptographic MIME parts in `notmuch-show'".
   See commit 19ec74c5.

- 5ea1dbe "test: emacs: toggle eliding of non-matching messages in
  `notmuch-show'"

- 345faab "test: emacs: toggle thread content indentation in
  `notmuch-show'"

Signed-off-by: Ethan Glasser-Camp &lt;ethan@betacantrips.com&gt;
</content>
</entry>
<entry>
<title>emacs: only strip "re:" in the beginning of subject</title>
<updated>2012-06-08T02:28:17Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-06-05T15:42:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0ff57e75cf5847d2cbef97a49badb4cccc618300'/>
<id>urn:sha1:0ff57e75cf5847d2cbef97a49badb4cccc618300</id>
<content type='text'>
Fix notmuch-show-strip-re by matching "re:" only in the beginning of
the input string.
</content>
</entry>
<entry>
<title>test: add test for emacs notmuch-show-strip-re function</title>
<updated>2012-06-08T02:26:26Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-06-05T15:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=627f7b27f9756287795343cbb8a3137f74efccf9'/>
<id>urn:sha1:627f7b27f9756287795343cbb8a3137f74efccf9</id>
<content type='text'>
The function is used for stripping "re:" from subjects to generate
"bare subjects". Include broken test for having "re:" in the middle of
the subject.
</content>
</entry>
</feed>
