From: David Edmondson Date: Mon, 26 Apr 2010 13:45:30 +0000 (+0100) Subject: emacs: Add more functions to clean up text/plain parts X-Git-Tag: 0.3~55 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=01ec4d3bcb660e0b26f66db02c25b3dfaec5e1fe;hp=01ec4d3bcb660e0b26f66db02c25b3dfaec5e1fe;p=notmuch 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 : I previously committed a stale version of this patch. ---