configure indentation width instead? (was: Re: [PATCH 2/2] Emacs: Add variable to toggle thread indentation to notmuch-show)

2011-07-19 Thread Gregor Zattler
Hi Felix, notmuch develpers, Felix introduces a boolean configuration variable in order to disable/enable indentation. Wouldn't it be more helpful and powerful to customise the indentation width with 0 meaning no indentation, 1 being the current behaviour, 2 meaning double indentation, 3

Re: notmuch.el: bind 'd' to new function notmuch-search-delete-thread-or-region

2011-07-19 Thread Matthieu Lemerre
On Fri, 15 Jul 2011 00:11:29 -0400, anarcat anar...@koumbit.org wrote: Non-text part: multipart/mixed Non-text part: multipart/signed I can confirm this patch works for me. I think this would be a great addition to notmuch, and I could add it directly to Debian's 0.6 package install. I

Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-19 Thread servilio
What about encoding in notmuch the elements composing the line, print the elements with a separator that would be encoded if it appears in an element, then do the reverse in emacs. One such encoding might be URL-encoding. Servilio ___ notmuch mailing

[PATCH 1/2] Emacs: Test for turning off indentation of messages in threads

2011-07-19 Thread Felix Geller
In Emacs, notmuch indents messages according to their thread depth. This leads to unused space and sometimes strange formatting of paragraphs with long lines. Therefore I would like to turn it off and have the message thread look more like a conversation, as on GMail for example. This commit

[PATCH 2/2] Emacs: Add variable to toggle thread indentation to notmuch-show

2011-07-19 Thread Felix Geller
Add customizable variable notmuch-show-indent-messages-in-thread to toggle indentation of messages in a thread in a notmuch-show buffer. --- emacs/notmuch-show.el | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el

configure indentation width instead? (was: Re: [PATCH 2/2] Emacs: Add variable to toggle thread indentation to notmuch-show)

2011-07-19 Thread Gregor Zattler
Hi Felix, notmuch develpers, Felix introduces a boolean configuration variable in order to disable/enable indentation. Wouldn't it be more helpful and powerful to customise the indentation width with "0" meaning no indentation, "1" being the current behaviour, "2" meaning double indentation,