aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-04-26 14:45:30 +0100
committerGravatar Carl Worth <cworth@cworth.org>2010-04-26 10:05:46 -0700
commit01ec4d3bcb660e0b26f66db02c25b3dfaec5e1fe (patch)
tree28c9bef2a294b60c4e6176efc0503f9f6021a465 /emacs/Makefile.local
parent6408270512dd654243b81ed57b81dad3f721938c (diff)
emacs: Add more functions to clean up text/plain parts
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 <cworth@cworth.org>: I previously committed a stale version of this patch.
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 7537c3d5..ce37ca26 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -9,7 +9,8 @@ emacs_sources := \
$(dir)/notmuch-wash.el \
$(dir)/notmuch-hello.el \
$(dir)/notmuch-mua.el \
- $(dir)/notmuch-address.el
+ $(dir)/notmuch-address.el \
+ $(dir)/coolj.el
emacs_images := \
$(dir)/notmuch-logo.png