[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 ind

[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 conta

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

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

[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 wrote: Non-text part: multipart/signed > On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller wrote: > > Ok, tried again :) > > Hey, Felix. It looks like the two attachments to your email are > actually the emails generat

[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 test/emacs.expected-output/notmuch-show-thread-maildir-storage-without-indentatio

[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 'notm

[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 ind

[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 conta

[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 ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmai

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 wrote: Non-text part: multipart/signed > On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller wrote: > > Ok, tried again :) > > Hey, Felix. It looks like the two attachments to your email are > actually the emails g

[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 test/emacs.expected-output/notmuch-show-thread-maildir-storage-without-indentatio

[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 'notm

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

2011-07-16 Thread Felix Geller
On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller wrote: > I attached two commits. One that includes the changes (which have most > comments incorporated, only that I stick to when rather than if) and one > that includes a test. I still can't run the tests myself, I attached an >

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

2011-07-16 Thread Felix Geller
On Wed, 13 Jul 2011 01:46:24 +0200, Felix Geller wrote: > I attached two commits. One that includes the changes (which have most > comments incorporated, only that I stick to when rather than if) and one > that includes a test. I still can't run the tests myself, I attached an >

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

2011-07-13 Thread Felix Geller
On Mon, 11 Jul 2011 09:32:45 -0700, Jameson Graef Rollins wrote: > On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller wrote: > > I added a variable to toggle message indentation in Emacs. > > Hi, Felix. Thanks for submitting this patch. I think it's a good idea. > I ha

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

2011-07-12 Thread Felix Geller
On Mon, 11 Jul 2011 09:32:45 -0700, Jameson Graef Rollins wrote: > On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller wrote: > > I added a variable to toggle message indentation in Emacs. > > Hi, Felix. Thanks for submitting this patch. I think it's a good idea. > I ha

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

2011-07-11 Thread Felix Geller
On Mon, 11 Jul 2011 13:55:24 +0400, Dmitry Kurochkin wrote: > On Mon, 11 Jul 2011 11:24:57 +0200, Felix Geller wrote: > > Hi Dmitry, > > > > thank you for the comments. I included an updated patch that also > > includes Daniel's comment regarding the default valu

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

2011-07-11 Thread Felix Geller
ers, Felix On Mon, 11 Jul 2011 12:53:04 +0400, Dmitry Kurochkin wrote: > Hi Felix. > > On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller wrote: > > Hi, > > > > I added a variable to toggle message indentation in Emacs. > > > > Please let me know what you

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

2011-07-11 Thread Felix Geller
Hi, I added a variable to toggle message indentation in Emacs. Please let me know what you think. Cheers, Felix diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index a433dec..8101c27 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -90,6 +90,11 @@ any given message

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

2011-07-11 Thread Felix Geller
On Mon, 11 Jul 2011 13:55:24 +0400, Dmitry Kurochkin wrote: > On Mon, 11 Jul 2011 11:24:57 +0200, Felix Geller wrote: > > Hi Dmitry, > > > > thank you for the comments. I included an updated patch that also > > includes Daniel's comment regarding the default

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

2011-07-11 Thread Felix Geller
ers, Felix On Mon, 11 Jul 2011 12:53:04 +0400, Dmitry Kurochkin wrote: > Hi Felix. > > On Mon, 11 Jul 2011 10:42:04 +0200, Felix Geller wrote: > > Hi, > > > > I added a variable to toggle message indentation in Emacs. > > > > Please let me know wh

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

2011-07-11 Thread Felix Geller
Hi, I added a variable to toggle message indentation in Emacs. Please let me know what you think. Cheers, Felix diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index a433dec..8101c27 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -90,6 +90,11 @@ any given message

Decryption fails

2011-06-02 Thread Felix Geller
On Thu, 02 Jun 2011 08:35:49 -0700, Jameson Graef Rollins wrote: Non-text part: multipart/signed > Hey, Felix. Yeah, I unfortunately don't have any other suggestions > other than asking the gmime folks. Jeff replied and sent me a working patch :) Not sure yet how he prefers to publish the patch

Re: Decryption fails

2011-06-02 Thread Felix Geller
On Thu, 02 Jun 2011 08:35:49 -0700, Jameson Graef Rollins wrote: Non-text part: multipart/signed > Hey, Felix. Yeah, I unfortunately don't have any other suggestions > other than asking the gmime folks. Jeff replied and sent me a working patch :) Not sure yet how he prefers to publish the patc

Decryption fails

2011-05-31 Thread Felix Geller
On Tue, 31 May 2011 00:18:26 -0700, Jameson Graef Rollins wrote: > Hey, Felix. As David said, all crypto tests should be passing with > libgmime 2.4.24. It would probably be instructive to know which crypto > tests failed and why. Maybe you could supply some output from the > failed crypto test

Re: Decryption fails

2011-05-31 Thread Felix Geller
On Tue, 31 May 2011 00:18:26 -0700, Jameson Graef Rollins wrote: > Hey, Felix. As David said, all crypto tests should be passing with > libgmime 2.4.24. It would probably be instructive to know which crypto > tests failed and why. Maybe you could supply some output from the > failed crypto tes

Decryption fails

2011-05-30 Thread Felix Geller
Hi all, I'm using a version of notmuch based on cb84187 from the master branch on notmuchmail.org/git/notmuch and am accessing it mostly through the Emacs UI. Signature verification seems to work nicely, only decryption fails for any message/thread that I've tried it on. The respective notmuch pro

[PATCH] Change in increment_mtime for BSD compatibility of test suite

2011-05-30 Thread Felix Geller
Another try :) [...] Support for platform-specific test configuration - Platform-specific functionality is stored in test-config-PLATFORM.sh files - configure script creates a test/test-config.sh depending on the platform - test-lib.sh loads test-config.sh file - Some pla

Decryption fails

2011-05-30 Thread Felix Geller
Hi all, I'm using a version of notmuch based on cb84187 from the master branch on notmuchmail.org/git/notmuch and am accessing it mostly through the Emacs UI. Signature verification seems to work nicely, only decryption fails for any message/thread that I've tried it on. The respective notmuch pro

Re: [PATCH] Change in increment_mtime for BSD compatibility of test suite

2011-05-30 Thread Felix Geller
Another try :) [...] Support for platform-specific test configuration - Platform-specific functionality is stored in test-config-PLATFORM.sh files - configure script creates a test/test-config.sh depending on the platform - test-lib.sh loads test-config.sh file - Some pla

[PATCH] Change in increment_mtime for BSD compatibility of test suite

2011-05-25 Thread Felix Geller
Use `-t' option rather than `-d' which is not supported by BSD's touch. I'm not sure whether this is the cleanest way to do this, please let me know if there is a better way. There are additional changes (e.g., sed does not support `-r' but instead `-E') but they seem to be incompatible between GNU

[PATCH] Change in increment_mtime for BSD compatibility of test suite

2011-05-25 Thread Felix Geller
Use `-t' option rather than `-d' which is not supported by BSD's touch. I'm not sure whether this is the cleanest way to do this, please let me know if there is a better way. There are additional changes (e.g., sed does not support `-r' but instead `-E') but they seem to be incompatible between GNU