<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-message.el, branch 0.7</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.7</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-05-24T20:28:41Z</updated>
<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>
