<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/Makefile.local, branch 0.5</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.5</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-04-27T17:19:09Z</updated>
<entry>
<title>Add notmuch-message.el to emacs/Makefile.local</title>
<updated>2010-04-27T17:19:09Z</updated>
<author>
<name>Jesse Rosenthal</name>
<email>jrosenthal@jhu.edu</email>
</author>
<published>2010-04-27T16:44:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b749bd5390ce8b478de202495574c441dd875edf'/>
<id>urn:sha1:b749bd5390ce8b478de202495574c441dd875edf</id>
<content type='text'>
When notmuch-message.el was added to the emacs directory, I neglected to
add it to the makefile as one of the emacs_sources. This patch adds it.
</content>
</entry>
<entry>
<title>Integrate notmuch-maildir-fcc into notmuch</title>
<updated>2010-04-26T18:58:34Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2010-04-26T08:23:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=36245db69d24df8995615fd48e5dca8728e5042e'/>
<id>urn:sha1:36245db69d24df8995615fd48e5dca8728e5042e</id>
<content type='text'>
Require notmuch-maildir-fcc and also install it.
Rename all jkr/* functions to notmuch-maildir-fcc-*

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>emacs: Add more functions to clean up text/plain parts</title>
<updated>2010-04-26T17:05:46Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-26T13:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=01ec4d3bcb660e0b26f66db02c25b3dfaec5e1fe'/>
<id>urn:sha1:01ec4d3bcb660e0b26f66db02c25b3dfaec5e1fe</id>
<content type='text'>
Add:
- notmuch-wash-wrap-long-lines: Wrap lines longer than the width of
  the current window whilst maintaining any citation prefix.
- notmuch-wash-tidy-citations: Tidy up citations by:
  - compress repeated otherwise blank citation lines,
  - remove otherwise blank citation lines at the head and tail of a
    citation,
- notmuch-wash-elide-blank-lines: Compress repeated blank lines and
  remove leading and trailing blank lines.

None of these is enabled by default - add them to
`notmuch-show-insert-text/plain-hook' to use.

Reviewed-by: Carl Worth &lt;cworth@cworth.org&gt;: I previously committed a
stale version of this patch.
</content>
</entry>
<entry>
<title>Revert "emacs: Add more functions to clean up text/plain parts"</title>
<updated>2010-04-26T17:05:29Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-26T17:05:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6408270512dd654243b81ed57b81dad3f721938c'/>
<id>urn:sha1:6408270512dd654243b81ed57b81dad3f721938c</id>
<content type='text'>
This reverts commit 97570954cb583cacac35b0235cbe449a07630ae3.
</content>
</entry>
<entry>
<title>emacs: Add more functions to clean up text/plain parts</title>
<updated>2010-04-24T14:52:37Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-22T12:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=97570954cb583cacac35b0235cbe449a07630ae3'/>
<id>urn:sha1:97570954cb583cacac35b0235cbe449a07630ae3</id>
<content type='text'>
Add:
- notmuch-wash-wrap-long-lines: Wrap lines longer than the width of
  the current window whilst maintaining any citation prefix.
- notmuch-wash-tidy-citations: Tidy up citations by:
  - compress repeated otherwise blank citation lines,
  - remove otherwise blank citation lines at the head and tail of a
    citation and remove blank lines between attribution statements and
    the citation,
- notmuch-wash-compress-blanks: Compress repeated blank lines and
  remove leading and trailing blank lines.

Enable `notmuch-wash-tidy-citations' and
`notmuch-wash-compress-blanks' by default by adding them to
`notmuch-show-insert-text/plain-hook'. `notmuch-wash-wrap-long-lines'
is not enabled by default.

If `notmuch-wash-wrap-long-lines' is enabled, word wrapping of the
buffer leads to an unappealing display of text, so provide a function
to disable it and add it to the list of `notmuch-show-mode' hook
functions.
</content>
</entry>
<entry>
<title>emacs: Add notmuch-address.el for address completion using notmuch</title>
<updated>2010-04-24T00:31:46Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-22T09:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bae184f5fc4b824b7557551b0e1bc6a81c014a25'/>
<id>urn:sha1:bae184f5fc4b824b7557551b0e1bc6a81c014a25</id>
<content type='text'>
A tool `notmuch-addresses' is required to produce addresses which
match a query string. An example of a suitable script can be found in
the git repository at
    http://jkr.acm.jhu.edu/git/notmuch_addresses.git
There are no doubt others.
</content>
</entry>
<entry>
<title>emacs: Re-arrange message sending code</title>
<updated>2010-04-23T20:18:13Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-22T09:03:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=57926bc7b0f784cbacb620fda0ee5157e2e0ff27'/>
<id>urn:sha1:57926bc7b0f784cbacb620fda0ee5157e2e0ff27</id>
<content type='text'>
Define a new `mail-user-agent' (`notmuch-user-agent') and use it by
default. Re-arrange various routines that send mail to use this
(compose, reply, forward). Insert a `User-Agent:' header by default.
</content>
</entry>
<entry>
<title>emacs: Add notmuch-hello.el, a friendly frontend to notmuch</title>
<updated>2010-04-23T19:50:18Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-22T08:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e9394932f7ccf71755faed8965876e6869e0eacb'/>
<id>urn:sha1:e9394932f7ccf71755faed8965876e6869e0eacb</id>
<content type='text'>
This is based on the prototype that Carl Worth described in the TODO
file. It provides a search bar as well as support for recent searches,
saved searches, and a list of all tags in the database (as well as the
number of messages with each tag).
</content>
</entry>
<entry>
<title>emacs: Move body markup to a separate file</title>
<updated>2010-04-21T19:55:46Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-03-22T16:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3b3da097d88795fe9a6fca419f32fd59aa2da418'/>
<id>urn:sha1:3b3da097d88795fe9a6fca419f32fd59aa2da418</id>
<content type='text'>
Move the citation and signature markup for text/plain parts to a new
file (notmuch-wash.el) and call it using a hook mechanism rather than
directly.
</content>
</entry>
<entry>
<title>Install emacs lisp files into a notmuch sub-directory of site-lisp.</title>
<updated>2010-04-07T01:30:43Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-06T22:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dfbec15b2388158693ab0dce0c7d348c4c5a98a5'/>
<id>urn:sha1:dfbec15b2388158693ab0dce0c7d348c4c5a98a5</id>
<content type='text'>
Now that we have multiple emacs-lisp source files, it's just more
polite this way.
</content>
</entry>
</feed>
