[PATCH 2/2] fix: initialize error var before using it

2012-10-25 Thread Taesoo Kim
Signed-off-by: Taesoo Kim --- notmuch-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/notmuch-config.c b/notmuch-config.c index c95f9dd..195ddb4 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -403,6 +403,7 @@ notmuch_config_open (void *ctx, g_error_free (error);

[PATCH 1/2] Automatic tagging based on maildir

2012-10-25 Thread Taesoo Kim
Since gmail will provide labels as imap sub/folders, notmuch also can take advantage of labels as tags, when maildir.add_as_tag_flags is specified. Signed-off-by: Taesoo Kim --- notmuch-client.h | 7 +++ notmuch-config.c | 42 ++ notmuch-new.c| 32

[PATCH 0/2] automatic tagging based on imap maildir

2012-10-25 Thread Taesoo Kim
Hi all, To use gmail's label (imap maildir), parse maildir and add some tags as gmail's labels. Thanks, Taesoo Taesoo Kim (2): Automatic tagging based on maildir fix: initialize error var before using it notmuch-client.h | 7 +++ notmuch-config.c | 43 +

[PATCH 3/7] go: Allow notmuch objects to be garbage collected

2012-10-25 Thread Adrien Bustany
Le 19/10/2012 06:55, Ethan Glasser-Camp a ?crit : > Adrien Bustany writes: > >> This makes notmuch appropriately free the underlying notmuch C objects >> when garbage collecting their Go wrappers. To make sure we don't break >> the underlying links between objects (for example, a notmuch_messages_

[PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t

2012-10-25 Thread Adrien Bustany
Le 20/10/2012 18:49, Ethan Glasser-Camp a ?crit : > Jani Nikula writes: > >> On Wed, 17 Oct 2012, Adrien Bustany wrote: >>> The code of the patches in unchanged, but the formatting issues are now >>> hopefully fixed. >> >> Hi Adrien, please check at what version flush and reopen have been >> intr

[PATCH 2/2] fix: initialize error var before using it

2012-10-25 Thread Taesoo Kim
Signed-off-by: Taesoo Kim --- notmuch-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/notmuch-config.c b/notmuch-config.c index c95f9dd..195ddb4 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -403,6 +403,7 @@ notmuch_config_open (void *ctx, g_error_free (error);

[PATCH 1/2] Automatic tagging based on maildir

2012-10-25 Thread Taesoo Kim
Since gmail will provide labels as imap sub/folders, notmuch also can take advantage of labels as tags, when maildir.add_as_tag_flags is specified. Signed-off-by: Taesoo Kim --- notmuch-client.h | 7 +++ notmuch-config.c | 42 ++ notmuch-new.c| 32

[PATCH 0/2] automatic tagging based on imap maildir

2012-10-25 Thread Taesoo Kim
Hi all, To use gmail's label (imap maildir), parse maildir and add some tags as gmail's labels. Thanks, Taesoo Taesoo Kim (2): Automatic tagging based on maildir fix: initialize error var before using it notmuch-client.h | 7 +++ notmuch-config.c | 43 +

[PATCH v5 2/9] parse-time-string: add a date/time parser to notmuch

2012-10-25 Thread Austin Clements
Quoth myself on Oct 22 at 4:14 am: > Overall this looks pretty good to me, and I must say, this parser is > amazingly flexible and copes well with a remarkably hostile grammar. > > A lot of little comments below (sorry if any of this ground has > already been covered in the previous four versions

[PATCH] Support OpenBSD

2012-10-25 Thread Ethan Glasser-Camp
Austin Clements writes: > OpenBSD's build flags are identical to FreeBSD, except that libraries > need to be explicitly linked against libc. No code changes are > necessary. > > From: Cody Cutler > --- OK, looks fine. Ethan

Re: [PATCH v5 2/9] parse-time-string: add a date/time parser to notmuch

2012-10-25 Thread Austin Clements
Quoth myself on Oct 22 at 4:14 am: > Overall this looks pretty good to me, and I must say, this parser is > amazingly flexible and copes well with a remarkably hostile grammar. > > A lot of little comments below (sorry if any of this ground has > already been covered in the previous four versions

Re: [PATCH] Support OpenBSD

2012-10-25 Thread Ethan Glasser-Camp
Austin Clements writes: > OpenBSD's build flags are identical to FreeBSD, except that libraries > need to be explicitly linked against libc. No code changes are > necessary. > > From: Cody Cutler > --- OK, looks fine. Ethan ___ notmuch mailing list

Re: [PATCH 3/7] go: Allow notmuch objects to be garbage collected

2012-10-25 Thread Adrien Bustany
Le 19/10/2012 06:55, Ethan Glasser-Camp a écrit : Adrien Bustany writes: This makes notmuch appropriately free the underlying notmuch C objects when garbage collecting their Go wrappers. To make sure we don't break the underlying links between objects (for example, a notmuch_messages_t being G

Re: [PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t

2012-10-25 Thread Adrien Bustany
Le 20/10/2012 18:49, Ethan Glasser-Camp a écrit : Jani Nikula writes: On Wed, 17 Oct 2012, Adrien Bustany wrote: The code of the patches in unchanged, but the formatting issues are now hopefully fixed. Hi Adrien, please check at what version flush and reopen have been introduced to xapian.

[PATCH] test: Fix HTML rendering test

2012-10-25 Thread Tomi Ollila
On Thu, Oct 25 2012, Austin Clements wrote: > > Emacs seems to have as many ways to convert HTML to text as there are > people trying to run this test. What's the value of > mm-text-html-renderer for you in Emacs 24? On Fedora 17: PASS notmuch-hello-refresh hook is called PASS notmuch-he

[PATCH] test: Fix HTML rendering test

2012-10-25 Thread Ethan Glasser-Camp
Austin Clements writes: > Quoth Ethan Glasser-Camp on Oct 24 at 9:59 pm: >> Austin Clements writes: > > Emacs seems to have as many ways to convert HTML to text as there are > people trying to run this test. What's the value of > mm-text-html-renderer for you in Emacs 24? I get html2text. I

[PATCH (draft) 2/2] emacs: show: make "view part" show hidden parts

2012-10-25 Thread Mark Walters
This change means that hidden parts in the show buffer are inserted into the buffer when the "view command" is called on that part (by default v on the button). --- emacs/notmuch-show.el |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/n

[PATCH (draft) 1/2] emacs: allow the user to toggle the visibility of multipart/alternative parts

2012-10-25 Thread Mark Walters
This patch adds a keybinding to the buttons in the notmuch-show emacs buffer to allow the user to toggle the visibility of each part of a message in the show buffer. This is particularly useful for multipart/alternative parts where the parts are not really alternatives but contain different inform

[PATCH (draft) 0/2] Allow emacs to toggle display of all parts including multipart

2012-10-25 Thread Mark Walters
This patch series adds a function to toggle the display of any emacs part in the show buffer. This is particularly useful for multipart/alternative where the parts have different information. The first patch binds this toggle to 't' on the part button. This patch works by itself. The second patch

Re: [ANN] notmuch-labeler: Improves notmuch way of displaying labels

2012-10-25 Thread James Vasile
+1 for merging this upstream. Thanks. pgp4cp7eav2Sh.pgp Description: PGP signature ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] test: Fix HTML rendering test

2012-10-25 Thread Ethan Glasser-Camp
Austin Clements writes: > Quoth Ethan Glasser-Camp on Oct 24 at 9:59 pm: >> Austin Clements writes: > > Emacs seems to have as many ways to convert HTML to text as there are > people trying to run this test. What's the value of > mm-text-html-renderer for you in Emacs 24? I get html2text. I

[PATCH (draft) 2/2] emacs: show: make "view part" show hidden parts

2012-10-25 Thread Mark Walters
This change means that hidden parts in the show buffer are inserted into the buffer when the "view command" is called on that part (by default v on the button). --- emacs/notmuch-show.el |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/n

[PATCH (draft) 1/2] emacs: allow the user to toggle the visibility of multipart/alternative parts

2012-10-25 Thread Mark Walters
This patch adds a keybinding to the buttons in the notmuch-show emacs buffer to allow the user to toggle the visibility of each part of a message in the show buffer. This is particularly useful for multipart/alternative parts where the parts are not really alternatives but contain different inform

[PATCH (draft) 0/2] Allow emacs to toggle display of all parts including multipart

2012-10-25 Thread Mark Walters
This patch series adds a function to toggle the display of any emacs part in the show buffer. This is particularly useful for multipart/alternative where the parts have different information. The first patch binds this toggle to 't' on the part button. This patch works by itself. The second patch

Re: [PATCH] test: Fix HTML rendering test

2012-10-25 Thread Tomi Ollila
On Thu, Oct 25 2012, Austin Clements wrote: > > Emacs seems to have as many ways to convert HTML to text as there are > people trying to run this test. What's the value of > mm-text-html-renderer for you in Emacs 24? On Fedora 17: PASS notmuch-hello-refresh hook is called PASS notmuch-he