<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs, branch 0.29</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.29</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.29'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2019-05-25T16:02:02Z</updated>
<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>emacs: make notmuch-search-interactive-region obsolete</title>
<updated>2019-05-23T17:05:05Z</updated>
<author>
<name>Leo Vivier</name>
<email>leo.vivier@gmail.com</email>
</author>
<published>2019-05-20T12:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=46ab6013a29233b32dba49cf9c50e70fd02db1c3'/>
<id>urn:sha1:46ab6013a29233b32dba49cf9c50e70fd02db1c3</id>
<content type='text'>
`notmuch-search-interactive-region' was moved to notmuch-lib.el in
f3cba19f882471a396a6b6175a709ccd1f6f34a0 and renamed to
`notmuch-interactive-region' without making the old function
obsolete, thereby breaking user-commands which made use of it.

This commit marks the function as obsolete and makes it an alias for
the new function.
</content>
</entry>
<entry>
<title>emacs: drop use of message-default-charset</title>
<updated>2019-05-07T09:35:44Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2019-04-22T20:51:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f079e7b9c34280fd2aaf531c99e0a3ca43c46b6b'/>
<id>urn:sha1:f079e7b9c34280fd2aaf531c99e0a3ca43c46b6b</id>
<content type='text'>
Apparently, message-default-charset is deprecated, which causes the
following warning messages during the build:

  In notmuch-maildir-setup-message-for-saving:
  emacs/notmuch-maildir-fcc.el:172:31:Warning: ‘message-default-charset’ is an
      obsolete variable (as of 26.1); The default charset comes from the
      language environment

In discussion with emacs upstream over on
https://debbugs.gnu.org/35370, it appears that we can just drop this
entirely and things should still work with emacs 25.
</content>
</entry>
<entry>
<title>emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region</title>
<updated>2019-05-07T09:31:19Z</updated>
<author>
<name>Pierre Neidhardt</name>
<email>mail@ambrevar.xyz</email>
</author>
<published>2019-04-09T16:47:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f3cba19f882471a396a6b6175a709ccd1f6f34a0'/>
<id>urn:sha1:f3cba19f882471a396a6b6175a709ccd1f6f34a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: Make first documentation line distinct for "a" and "x" commands.</title>
<updated>2019-04-26T11:18:10Z</updated>
<author>
<name>Örjan Ekeberg</name>
<email>ekeberg@kth.se</email>
</author>
<published>2019-04-05T15:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2dfbd26c424f88332174e114f7bfb1ffc1db4624'/>
<id>urn:sha1:2dfbd26c424f88332174e114f7bfb1ffc1db4624</id>
<content type='text'>
Since only the first line of the documentation is shown by the
help command, it is confusing when "x" and "a" seem to have the same
binding in show-mode.  This commit makes the two function documentations
first lines different and (hopefully) clearer.
</content>
</entry>
<entry>
<title>emacs: Add missing type and group to defcustom variable</title>
<updated>2019-04-24T10:06:55Z</updated>
<author>
<name>Örjan Ekeberg</name>
<email>ekeberg@kth.se</email>
</author>
<published>2019-04-15T13:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f599ea7877e6e4fb92bae38d16453d6268dd955b'/>
<id>urn:sha1:f599ea7877e6e4fb92bae38d16453d6268dd955b</id>
<content type='text'>
Added the type 'regexp and group 'notmuch-send as properties to the
customizable variable notmuch-mua-attachment-regexp.
</content>
</entry>
<entry>
<title>build: only try to build .rsti files if we have emacs and sphinx</title>
<updated>2019-04-24T09:53:13Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-04-21T23:36:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e4a8d6e2a4355f54cb73d3b27afb0ce19ce7eb0d'/>
<id>urn:sha1:e4a8d6e2a4355f54cb73d3b27afb0ce19ce7eb0d</id>
<content type='text'>
Emacs is needed to build them, and sphinx is needed to use them
</content>
</entry>
<entry>
<title>emacs: Tag forwarded messages with +forwarded (customizable)</title>
<updated>2019-04-14T11:00:44Z</updated>
<author>
<name>Örjan Ekeberg</name>
<email>ekeberg@kth.se</email>
</author>
<published>2019-04-12T12:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=606f2a66157cf5d58a6d187e0163249a4e61ecc8'/>
<id>urn:sha1:606f2a66157cf5d58a6d187e0163249a4e61ecc8</id>
<content type='text'>
Use the buffer-local variable notmuch-message-queued-tag-changes
to change tags when the forwarding message is sent.
</content>
</entry>
<entry>
<title>emacs: Use a buffer-local variable to update tags when sending replies</title>
<updated>2019-04-14T10:58:06Z</updated>
<author>
<name>Örjan Ekeberg</name>
<email>ekeberg@kth.se</email>
</author>
<published>2019-04-12T12:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d9800c893289b56dcc966241528643ae83f2ff9a'/>
<id>urn:sha1:d9800c893289b56dcc966241528643ae83f2ff9a</id>
<content type='text'>
Instead of relying on the "In-Reply-To" header, use a buffer-local variable,
notmuch-message-queued-tag-changes, to add and remove tags to affected
messages when the message-send-hook is triggered.
</content>
</entry>
<entry>
<title>emacs: Add References header to forwarded messages</title>
<updated>2019-04-14T10:57:32Z</updated>
<author>
<name>Örjan Ekeberg</name>
<email>ekeberg@kth.se</email>
</author>
<published>2019-04-12T12:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3b807db52b1c5e638f78df94f075389277bd3532'/>
<id>urn:sha1:3b807db52b1c5e638f78df94f075389277bd3532</id>
<content type='text'>
Include the message-id of forwarded messages in the new message.
This ensures that the new (forwarding) message is linked to the
same thread as the message being forwarded.
</content>
</entry>
</feed>
