<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-message.el, branch 0.12</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.12</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.12'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-01-19T13:27:02Z</updated>
<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>
<entry>
<title>emacs: add notmuch-before- and notmuch-after-tag-hook</title>
<updated>2011-05-24T20:28:41Z</updated>
<author>
<name>Daniel Schoepe</name>
<email>daniel.schoepe@googlemail.com</email>
</author>
<published>2011-05-15T15:48:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d84e92709195d13a117d8f98847ff17f8ff2276c'/>
<id>urn:sha1:d84e92709195d13a117d8f98847ff17f8ff2276c</id>
<content type='text'>
This patch adds hooks that are run before/after messages are tagged
From the emacs interface.  In order to implement this and to avoid
having hooks parse all the arguments to the notmuch binary again, I
created a `notmuch-tag' function that other modules should use instead
of running (notmuch-call-notmuch-process "tag" ...) directly.
</content>
</entry>
<entry>
<title>emacs: Add auto-tagging for replied messages.</title>
<updated>2010-04-27T16:16:10Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2010-04-27T15:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0adcabc7cf3451eb933b47726a74ea7bbf0c9ff3'/>
<id>urn:sha1:0adcabc7cf3451eb933b47726a74ea7bbf0c9ff3</id>
<content type='text'>
Add `notmuch-message-mark-replied', a function for automatically tagging
replied messages with user-defined tags. The tags (which can be either
added or removed) can be customized with the customization variable
`notmuch-message-replied-tags'. This is a simple list of strings. Any
string prefaced with a "-" will be removed; any string prefaced with a "+"
(or neither "+" nor "-") will be added.

This adds a new file notmuch-message.el, for functions which target
message mode (and in the future, notmuch-message mode). Based on some
conversation, notmuch-message.el will probably end up subsuming
notmuch-mua.el, but until we figure out exactly how we want to do that,
they will remain separate files.

Edited-by: Carl Worth &lt;cworth@cworth.org&gt;: Remove trailing whitespace
and add newline at end of file.
</content>
</entry>
</feed>
