<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs.expected-output, branch 0.22</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-04-10T23:46:58Z</updated>
<entry>
<title>emacs: Always insert crypto buttons.</title>
<updated>2016-04-10T23:46:58Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2016-04-03T15:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f8effea9a3da8701b4edb0c64dbcb333d3ce4320'/>
<id>urn:sha1:f8effea9a3da8701b4edb0c64dbcb333d3ce4320</id>
<content type='text'>
When no decryption or signature examination is
happening (i.e. `notmuch-crypto-process-mime' is `nil') insert buttons
that indicate this, rather than remaining silent.
</content>
</entry>
<entry>
<title>emacs: hello: promote '?' as the universal help key</title>
<updated>2016-03-14T22:54:32Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2016-03-13T12:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b8a136187a3bee1e08aa702951db4b721f0eda6d'/>
<id>urn:sha1:b8a136187a3bee1e08aa702951db4b721f0eda6d</id>
<content type='text'>
Move the brief help text at the bottom of the hello screen to the
notmuch-hello-mode help, and promote '?' as the universal help key
across Notmuch. This unclutters the hello screen, and allows for a
more verbose description in the mode help. Hopefully, this change is
useful for both experienced and new users alike.

While at it, improve the links to Notmuch and hello screen
customization.
</content>
</entry>
<entry>
<title>emacs: Expand default saved searches and add shortcut keys</title>
<updated>2014-08-05T11:07:52Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-08-05T01:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e501a16e71d79393ffa6bf755a8202e212ab4872'/>
<id>urn:sha1:e501a16e71d79393ffa6bf755a8202e212ab4872</id>
<content type='text'>
This should help new users off to a better start with the addition of
more sensible saved searches and default shortcut keys.  Most existing
users have probably customized this variable and won't be affected.
</content>
</entry>
<entry>
<title>test: emacs: new tests "notmuch-show: {, un}collapse all messages in thread"</title>
<updated>2012-10-20T15:10:24Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-22T18:43:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f5aa5ac6c70aa3b7d38047722b467fbda70210d5'/>
<id>urn:sha1:f5aa5ac6c70aa3b7d38047722b467fbda70210d5</id>
<content type='text'>
* test/emacs:

  - New subtest "notmuch-show: collapse all messages in thread":
    `notmuch-show-open-or-close-all' with prefix arg ("C-u M-RET")
    collapses all messages in thread.

  - New subtest "notmuch-show: uncollapse all messages in thread":
    `notmuch-show-open-or-close-all' without prefix arg ("M-RET")
    uncollapses all messages in thread.
</content>
</entry>
<entry>
<title>test: emacs: new tests "notmuch-show: {show, hide} message headers"</title>
<updated>2012-10-20T15:10:12Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-22T18:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3a8712e7db94c5d045e80cc88e7ed38d0eaff6be'/>
<id>urn:sha1:3a8712e7db94c5d045e80cc88e7ed38d0eaff6be</id>
<content type='text'>
* test/emacs:

  - New subtest "notmuch-show: show message headers":
    Setting `notmuch-message-headers-visible' to t causes all headers
    defined in `notmuch-message-headers' to be shown.

  - New subtest "notmuch-show: hide message headers":
    Setting `notmuch-message-headers-visible' to nil causes all headers
    defined in `notmuch-message-headers' to be hidden.
    ("Subject:" may be an exception;  See the use of `headers-start' in
    `notmuch-show-insert-msg')

  - New subtest "notmuch-show: hide message headers (w/ notmuch-show-toggle-headers)":
    Setting `notmuch-message-headers-visible' to t causes all headers
    defined in `notmuch-message-headers' to be shown, but they can be
    hidden for the current message by running `notmuch-show-toggle-headers'.
</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>test: emacs: toggle thread content indentation in `notmuch-show'</title>
<updated>2012-10-18T00:35:38Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-19T20:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=345faab1f5c73f5412677d4a0aaa383a8462b2e5'/>
<id>urn:sha1:345faab1f5c73f5412677d4a0aaa383a8462b2e5</id>
<content type='text'>
See commit c205e8ff.
</content>
</entry>
<entry>
<title>test: emacs: toggle eliding of non-matching messages in `notmuch-show'</title>
<updated>2012-10-18T00:33:44Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-19T20:56:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5ea1dbe977790294d73d3522228ce1ede58b8404'/>
<id>urn:sha1:5ea1dbe977790294d73d3522228ce1ede58b8404</id>
<content type='text'>
See commits 44a544ed, 866ce8b1, 668b66ec.
</content>
</entry>
<entry>
<title>test: emacs: toggle eliding of non-matching messages in `notmuch-show'</title>
<updated>2012-10-18T00:31:13Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-10-17T23:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=09d19ac8c0ff9ffc697923a1517eba8215d61961'/>
<id>urn:sha1:09d19ac8c0ff9ffc697923a1517eba8215d61961</id>
<content type='text'>
See commits 44a544ed, 866ce8b1, 668b66ec.

Signed-off-by: Ethan Glasser-Camp &lt;ethan@betacantrips.com&gt;
</content>
</entry>
<entry>
<title>test: add Emacs notmuch-hello tests for custom tags and queries section.</title>
<updated>2012-05-06T22:44:42Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-05-05T14:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=512df7ec47a378f9807dd2c19db084fe6e4010ad'/>
<id>urn:sha1:512df7ec47a378f9807dd2c19db084fe6e4010ad</id>
<content type='text'>
The tests use default values from customization widgets to make sure
that these customization widgets work (at least on basic level).

The custom queries section test is currently broken.
</content>
</entry>
</feed>
