<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-message.el, branch debian/stretch</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fstretch</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fstretch'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-06-05T11:32:17Z</updated>
<entry>
<title>Use https instead of http where possible</title>
<updated>2016-06-05T11:32:17Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a833a6e83865f6999707cc30768d07e1351c2cb'/>
<id>urn:sha1:6a833a6e83865f6999707cc30768d07e1351c2cb</id>
<content type='text'>
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
</content>
</entry>
<entry>
<title>emacs: Fix packaging</title>
<updated>2016-04-16T11:24:42Z</updated>
<author>
<name>Chunyang Xu</name>
<email>xuchunyang.me@gmail.com</email>
</author>
<published>2016-04-13T07:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6'/>
<id>urn:sha1:0cf457b73b4b666314d1a09ac3e31bd0fa2346a6</id>
<content type='text'>
Refer to (info "(elisp) Library Headers") for package conventions.
</content>
</entry>
<entry>
<title>emacs: replace (funcall 'foo ...) with (foo ...)</title>
<updated>2013-06-02T14:37:22Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2013-06-02T12:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9de0639126091fa0e48cfde69e3f6044d167a76a'/>
<id>urn:sha1:9de0639126091fa0e48cfde69e3f6044d167a76a</id>
<content type='text'>
I can't see any benefit to the funcall, and it looks like the result
of cut-and-paste from some code that actually used a variable for the
function to call.
</content>
</entry>
<entry>
<title>emacs: use new tag change helper to mark messages as replied</title>
<updated>2012-09-19T11:03:35Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-09-06T15:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2590d94bf0a1fc359b3b5463d4054d350324c891'/>
<id>urn:sha1:2590d94bf0a1fc359b3b5463d4054d350324c891</id>
<content type='text'>
Clarify documentation while at it.
</content>
</entry>
<entry>
<title>emacs: fix notmuch-message-replied-tags defcustom type</title>
<updated>2012-09-19T11:02:48Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-09-06T15:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5a48340bf19c42ccdec9b1777a42a79f6884f49f'/>
<id>urn:sha1:5a48340bf19c42ccdec9b1777a42a79f6884f49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: Fix notmuch-message-mark-replied.</title>
<updated>2012-07-24T12:01:26Z</updated>
<author>
<name>Ingo Lohmar</name>
<email>i.lohmar@gmail.com</email>
</author>
<published>2012-06-03T18:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bcdfff4f3a7a373851f08b22b56c58a25370b1fe'/>
<id>urn:sha1:bcdfff4f3a7a373851f08b22b56c58a25370b1fe</id>
<content type='text'>
notmuch-message-mark-replied used "apply" to change message tags
according to notmuch-message-replied-tags after sending a reply.  This
works if the latter is a single-element list.  But with the recently
changed format of tag changes, it breaks for multiple-element lists.
Use "funcall" to properly pass the list of tag changes as a single
argument.
</content>
</entry>
<entry>
<title>emacs: create notmuch-tag.el, and move appropriate functions from notmuch.el</title>
<updated>2012-04-29T20:39:37Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2012-04-14T18:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=eb8feb16664fd0296ea0e07f4924c2a87a5b3bc3'/>
<id>urn:sha1:eb8feb16664fd0296ea0e07f4924c2a87a5b3bc3</id>
<content type='text'>
Tagging functions are used in notmuch.el, notmuch-show.el, and
notmuch-message.el.  There are enough common functions for tagging
that it makes sense to put them all in their own library.

No code is modified, just moved around.
</content>
</entry>
<entry>
<title>emacs: Escape all message ID queries</title>
<updated>2012-03-31T00:27:03Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-03-27T01:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ee1180018ee3c772d7ac769222ff9c6940f3c838'/>
<id>urn:sha1:ee1180018ee3c772d7ac769222ff9c6940f3c838</id>
<content type='text'>
This adds a lib function to turn a message ID into a properly escaped
message ID query and uses this function wherever we previously
hand-constructed ID queries.  Wherever this new function is used,
documentation has been clarified to refer to "id: queries" instead of
"message IDs".

This fixes the broken test introduced by the previous patch.
</content>
</entry>
<entry>
<title>emacs: logically group def{custom,face}s</title>
<updated>2012-01-19T13:27:02Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-01-16T10:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=643ce61c1babf6e73ca7e03fb907282e7ee3b176'/>
<id>urn:sha1:643ce61c1babf6e73ca7e03fb907282e7ee3b176</id>
<content type='text'>
To allow for expansion whilst keeping everything tidy and organized,
move all defcustom/defface variables to the following subgroups,
defined in notmuch-lib.el:

- Hello
- Search
- Show
- Send
- Crypto
- Hooks
- External Commands
- Appearance

As an added benefit, defcustom keyword args are now consistently
ordered as they appear @ defcustom's docstring (OCD much?).

Proper defgroup docstrings and various other improvements
by courtesy of Austin Clements.
</content>
</entry>
<entry>
<title>Don't quote lambda forms</title>
<updated>2011-12-21T11:27:38Z</updated>
<author>
<name>Aaron Ecay</name>
<email>aaronecay@gmail.com</email>
</author>
<published>2011-12-17T15:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3260d025389c2e98dbda58cff1c214497813bc2'/>
<id>urn:sha1:e3260d025389c2e98dbda58cff1c214497813bc2</id>
<content type='text'>
This generates byte-compiler warnings on (at least) current trunk
versions of Emacs.  The quote is not necessary; lambda forms are
self-quoting.
</content>
</entry>
</feed>
