On Mon, 19 Apr 2010 09:27:39 +0100, David Edmondson <dme at dme.org> wrote:
> commit 7dedc95af671173a57bafd973604614c03121ce6
> 
>     emacs: JSON based implementation

I merged this and followed it up immediately with a commit to remove the
ability to toggle the body visibility separate from the message
visibility. That was just confusing and none too useful.

> commit 514e14c42e214718768a1ec94cb869cd3eb47114
>
>     emacs: Move body markup to a separate file

This is pushed.

> commit 2b6201fbf9209a875f216d48c30b95a6f583c575
> 
>     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 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.

I did not push this one. I think this munges messages too much to be on
by default.

Consider a window of 80 columns and a thread with messages all wrapped
at a reasonable boundary, (75 columns or whatever). And consider that
the thread causes indentation such that messages start running into the
right edge of the window.

Before the above patch, this scenario will cause the message to be
displayed in an obviously incorrect fashion, (some lines will only have
one or two words displayed on them). But since the content is unchanged

Reply via email to