[PATCH] Emacs: Add variable to toggle message indentation in a thread

2011-07-18 Thread Felix Geller
out correctly? :) Cheers, Felix -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 202 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110718/67930ee2/attachment.pgp>

[PATCH 2/2] Test for toggling message indentation

2011-07-18 Thread Felix Geller
--- test/emacs |7 + ...show-thread-maildir-storage-without-indentation | 215 2 files changed, 222 insertions(+), 0 deletions(-) create mode 100644

[PATCH 1/2] Added variable to toggle message indendation in Emacs' notmuch-show

2011-07-18 Thread Felix Geller
--- emacs/notmuch-show.el | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index f96743b..48df4c5 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -90,6 +90,11 @@ any given message." :group

[PATCH 1/2] Added variable to toggle message indendation in Emacs' notmuch-show

2011-07-18 Thread Jameson Graef Rollins
;f=Documentation/SubmittingPatches;hb=HEAD jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110718/23793

[PATCH] Emacs: Add variable to toggle message indentation in a thread

2011-07-18 Thread Jameson Graef Rollins
t;http://notmuchmail.org/pipermail/notmuch/attachments/20110718/8a7aa4ed/attachment.pgp>

Missing inlined message/rfc822 bodies?

2011-07-18 Thread Keith Packard
com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110718/a7fe2815/attachment.pgp>

Missing inlined message/rfc822 bodies?

2011-07-18 Thread David Bremner
next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 315 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110718/8b741864/attachment.pgp>

Missing inlined message/rfc822 bodies?

2011-07-18 Thread Keith Packard
crubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110718/67bcf4d0/attachment.pgp>

Re: Missing inlined message/rfc822 bodies?

2011-07-18 Thread David Bremner
On Mon, 18 Jul 2011 01:06:05 -0700, Keith Packard kei...@keithp.com wrote: Non-text part: multipart/mixed Non-text part: multipart/signed I wasn't seeing anything for an inlined message/rfc822 part (as with a forwarded email message) and discovered that for some reason, the message structure

Re: Missing inlined message/rfc822 bodies?

2011-07-18 Thread Keith Packard
On Mon, 18 Jul 2011 08:56:13 -0300, David Bremner da...@tethera.net wrote: I'm curious if you're both solving the same problem. I would assume so; my patch simply kludges around the problem with a hack in the emacs code while jrollins is fixing the underlying gmime interactions. --

Re: [PATCH] Emacs: Add variable to toggle message indentation in a thread

2011-07-18 Thread Jameson Graef Rollins
On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller fgel...@gmail.com wrote: Ok, tried again :) Hey, Felix. It looks like the two attachments to your email are actually the emails generated by format-patch that should have been sent to the list. Instead of attaching them to other emails, send

[PATCH 2/2] Test for toggling message indentation

2011-07-18 Thread Felix Geller
--- test/emacs |7 + ...show-thread-maildir-storage-without-indentation | 215 2 files changed, 222 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH] Emacs: Add variable to toggle message indentation in a thread

2011-07-18 Thread Felix Geller
On Mon, 18 Jul 2011 11:30:53 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: Non-text part: multipart/signed On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller fgel...@gmail.com wrote: Ok, tried again :) Hey, Felix. It looks like the two attachments to your email are

Re: date_relative in notmuch-search

2011-07-18 Thread Jameson Graef Rollins
On Fri, 15 Jul 2011 22:04:59 +0100, Patrick Totzke patricktot...@googlemail.com wrote: Thanks for the tip with git send-mail. Hi, Patrick. You might have noticed my response to Felix a little while ago. The git format-patch command outputs an email that is meant to be sent directly to the

Re: [PATCH] Emacs: Add variable to toggle message indentation in a thread

2011-07-18 Thread David Bremner
On Mon, 18 Jul 2011 21:04:17 +0200, Felix Geller fgel...@gmail.com wrote: Used git send-email this time, did that turn out correctly? :) It looks good, except you need some commit messages. Have a look at the existing commits to get an idea of what the standards are. Particularly look at

Re: [PATCH 1/2] Added variable to toggle message indendation in Emacs' notmuch-show

2011-07-18 Thread Jameson Graef Rollins
Hi, Felix. Thanks for resubmitting these patches. A couple more comments: Remember to include a longer log message with you patch. Beyond just the single line commit message, the patch should also include a longer commit message, separated from the first line by a blank line, that explains

[PATCH] Emacs: Toggle message indentation for threads in notmuch-show

2011-07-18 Thread Felix Geller
Yet another attempt at submitting a trivial patch for toggling message indentation in Emacs' notmuch-show buffers and a test for such functionality. Signed-off-by: Felix Geller fgel...@gmail.com ___ notmuch mailing list notmuch@notmuchmail.org

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

2011-07-18 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-18 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