<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/emacs-show.expected-output, branch 0.35</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.35</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.35'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2020-08-15T12:16:34Z</updated>
<entry>
<title>Emacs: Indent first header line only when indentation is turned on</title>
<updated>2020-08-15T12:16:34Z</updated>
<author>
<name>Teemu Likonen</name>
<email>tlikonen@iki.fi</email>
</author>
<published>2020-08-15T06:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=adb90b9bb633c82f41a6c04c07f6becc12f332aa'/>
<id>urn:sha1:adb90b9bb633c82f41a6c04c07f6becc12f332aa</id>
<content type='text'>
Previously in message-show mode message's first header line (From
header) was always indented, even if user had turned thread
indentation off with "&lt;" (notmuch-show-toggle-thread-indentation)
command.

This change modifies notmuch-show-insert-headerline function so that
it doesn't indent the first header line if notmuch-show-indent-content
variable is nil.

This change also modifies tests so that they expect this new output
format:
test/emacs-show.expected-output/notmuch-show-indent-thread-content-off
</content>
</entry>
<entry>
<title>emacs: Drop content-free "Unknown signature status" button</title>
<updated>2019-05-25T16:02:02Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2019-04-22T17:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9300defd64acf68b8e6fa6fbd89b8050168bb63d'/>
<id>urn:sha1:9300defd64acf68b8e6fa6fbd89b8050168bb63d</id>
<content type='text'>
When we have not been able to evaluate the signature status of a given
MIME part, showing a content-free (and interaction-free) "[ Unknown
signature status ]" button doesn't really help the user at all, and
takes up valuable screen real-estate.

A visual reminder that a given message is *not* signed isn't helpful
unless it is always present, in which case we'd want to see "[ Unknown
signature status ]" buttons on all messages, even ones that don't have
a signing structure, but i don't think we want that.

Amended by db to drop the unused initialization of 'label'
</content>
</entry>
<entry>
<title>test: show what emacs sees of an encrypted message when crypto is disabled</title>
<updated>2019-05-10T15:30:03Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2019-04-22T17:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9c0001de4bf3446a7cb8e6afc8dd3288be9169b7'/>
<id>urn:sha1:9c0001de4bf3446a7cb8e6afc8dd3288be9169b7</id>
<content type='text'>
Some users may set notmuch-crypto-process-mime to nil, disabling all
crypto use.  We should have a baseline for what that looks like.
</content>
</entry>
<entry>
<title>emacs: test notmuch-show during message decryption</title>
<updated>2019-05-10T09:54:50Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2019-05-06T17:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e1c8357c441d4e70fb28838dead5a490f4663b87'/>
<id>urn:sha1:e1c8357c441d4e70fb28838dead5a490f4663b87</id>
<content type='text'>
We did not have a test showing what message decryption looks like
within notmuch-emacs.  This change gives us a baseline for future work
on the notmuch-emacs interface.

This differs from previous revisions of this patch in that it should
be insensitive to the order in which the local filesystem readdir()s
the underlying maildir.

Signed-off-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>emacs: change default for notmuch-crypto-process-mime to t</title>
<updated>2017-07-15T12:11:32Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-07-12T10:48:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f1bcb6b7c2c568adcdfd4503522cfbccc4699665'/>
<id>urn:sha1:f1bcb6b7c2c568adcdfd4503522cfbccc4699665</id>
<content type='text'>
There are some cases like remote usage where this might cause
problems, but those users can easily customize the variable. The
inconvenience seems to be outweighed by the security benefit for most
users.
</content>
</entry>
<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>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>
</feed>
