nbook: a notmuch based address book written in python

2012-09-25 Thread Suvayu Ali
Hi, (I'm not subscribed to the list, so please cc: me in your replies) I am a new notmuch user. I use it with mutt. I wanted a Gmail like address book, so I used the python bindings for notmuch to write a small python program. This is supposed to behave like abook. Quality standards

Re: [PATCH 4/6] Fix the COERCE_STATUS macro

2012-09-25 Thread Tomi Ollila
On Mon, Sep 24 2012, Austin Clements amdra...@mit.edu wrote: Quoth Justus Winter on Sep 24 at 5:21 pm: Fix the COERCE_STATUS macro to handle _internal_error being declared as void function. Note that the function _internal_error does not return. Evaluating to NOTMUCH_STATUS_SUCCESS is

Re: nbook: a notmuch based address book written in python

2012-09-25 Thread Patrick Totzke
Hey Suvayu, welcome to notmuch! I hope you are aware that there are already a few search based abook tools around for notmuch (listed in the wiki, albeit hidden in the emacs docs): http://notmuchmail.org/emacstips/#index14h2 I personally use nottoomuch-addresses.sh, which apparently does some

Re: bug related to ical

2012-09-25 Thread Olivier Berger
Hi. I didn't seem to find any followup. I'm experiencing a similar problem... Anyone with hints on how to solve this ? Thanks in advance. Best regards, Robert Horn rjh...@alum.mit.edu writes: I've noticed a problem related to handling of ical attachments. I'm using Notmuch 0.13 on Emacs

Re: bug related to ical

2012-09-25 Thread Tomi Ollila
On Tue, Sep 25 2012, Olivier Berger olivier.ber...@it-sudparis.eu wrote: Hi. I didn't seem to find any followup. I'm experiencing a similar problem... Anyone with hints on how to solve this ? Can either of you provide an email file that triggers this problem for others to test ? Tomi

[PATCH] test: Improve tests for the date/time parser module

2012-09-25 Thread Michal Sojka
This patch reworks date/time parser library test program to make it easier to to write the actual tests. It also modifies the notmuch test script and adds several new tests to it. The INPUT file for the test contains both the dates to be parsed as well as the expected results. The test program

Re: [PATCH v3 6/9] lib: add date range query support

2012-09-25 Thread Michal Sojka
On Thu, Sep 13 2012, Michal Nazarewicz wrote: On Wed, Sep 12 2012, Jani Nikula wrote: Add a custom value range processor to enable date and time searches of the form date:since..until, where since and until are expressions understood by the previously added date/time parser, to restrict the

Provide an option to make thread summaries keep initial subject

2012-09-25 Thread Olivier Berger
Hi. Whenever a participant changes the subject in the middle of a thread, the summary reported by notmuch search will change. However, the result is that some mails tend to disappear from search results, when (bad) participants reply instead of composing a new mail, and change a subject (see

On splitting threads - Was: Re: Combining threads

2012-09-25 Thread Olivier Berger
Hi. Carl Worth cwo...@cworth.org writes: On Fri, 12 Nov 2010 08:57:21 -0800, Scott Henson sc...@foolishpride.org wrote: Sometimes I get email from people with broken email clients that seem to break threading. I remember that sup had a method of combining two threads into one. Does

Re: bug related to ical

2012-09-25 Thread Olivier Berger
Hi. Here's a mail which exhibits the problem, for instance. Best regards, Tomi Ollila tomi.oll...@iki.fi writes: On Tue, Sep 25 2012, Olivier Berger olivier.ber...@it-sudparis.eu wrote: Hi. I didn't seem to find any followup. I'm experiencing a similar problem... Anyone with hints on

Re: Provide an option to make thread summaries keep initial subject

2012-09-25 Thread Austin Clements
Quoth Olivier Berger on Sep 25 at 6:03 pm: Hi. Whenever a participant changes the subject in the middle of a thread, the summary reported by notmuch search will change. However, the result is that some mails tend to disappear from search results, when (bad) participants reply instead of

Re: bug related to ical

2012-09-25 Thread Tomi Ollila
Hi I am top-posting as the content is not from Olivier's mail id:87d31artti@inf-8657.int-evry.fr but from my email id:m2ipb2tjl8@guru.guru-group.fi... For some reason notmuch emacs client references to my email instead of Olivier's when pressing 'V', any of the stash commands, reply or

nbook: a notmuch based address book written in python

2012-09-25 Thread Patrick Totzke
Hey Suvayu, welcome to notmuch! I hope you are aware that there are already a few search based abook tools around for notmuch (listed in the wiki, albeit hidden in the emacs docs): http://notmuchmail.org/emacstips/#index14h2 I personally use nottoomuch-addresses.sh, which apparently does some

bug related to ical

2012-09-25 Thread Olivier Berger
Hi. I didn't seem to find any followup. I'm experiencing a similar problem... Anyone with hints on how to solve this ? Thanks in advance. Best regards, Robert Horn writes: > I've noticed a problem related to handling of ical attachments. I'm > using Notmuch 0.13 on Emacs 23.3.1. I've done

bug related to ical

2012-09-25 Thread Tomi Ollila
On Tue, Sep 25 2012, Olivier Berger wrote: > Hi. > > I didn't seem to find any followup. > > I'm experiencing a similar problem... Anyone with hints on how to solve > this ? Can either of you provide an email file that triggers this problem for others to test ? Tomi > > Thanks in advance. > >

[PATCH] test: Improve tests for the date/time parser module

2012-09-25 Thread Michal Sojka
This patch reworks date/time parser library test program to make it easier to to write the actual tests. It also modifies the notmuch test script and adds several new tests to it. The INPUT file for the test contains both the dates to be parsed as well as the "expected" results. The test program

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

2012-09-25 Thread Michal Sojka
Hello Jani, On Wed, Sep 12 2012, Jani Nikula wrote: > Add a date/time parser to notmuch, to be used for adding date range > query support for notmuch lib later on. Add the parser to a directory > of its own to make it independent of the rest of the notmuch code > base. First of all, thank you

[PATCH v3 6/9] lib: add date range query support

2012-09-25 Thread Michal Sojka
On Thu, Sep 13 2012, Michal Nazarewicz wrote: > On Wed, Sep 12 2012, Jani Nikula wrote: >> Add a custom value range processor to enable date and time searches of >> the form date:since..until, where "since" and "until" are expressions >> understood by the previously added date/time parser, to

Provide an option to make thread summaries keep initial subject

2012-09-25 Thread Olivier Berger
Hi. Whenever a participant changes the subject in the middle of a thread, the summary reported by notmuch search will change. However, the result is that some mails tend to "disappear" from search results, when (bad) participants reply instead of composing a new mail, and change a subject (see

On splitting threads - Was: Re: Combining threads

2012-09-25 Thread Olivier Berger
Hi. Carl Worth writes: > On Fri, 12 Nov 2010 08:57:21 -0800, Scott Henson > wrote: >> Sometimes I get email from people with broken email clients that seem to >> break threading. I remember that sup had a method of combining two threads >> into one. Does notmuch have a similar feature? Is

bug related to ical

2012-09-25 Thread Olivier Berger
mail to the presenters of the Event "OSLC Community Webcast: Eclipse Lyo Perl Modules for OSLC (A mini-cast 3-pack)" Date: Mon, 24 Sep 2012 09:33:37 -0400 Size: 9056 URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120925/8629ea5f/attachment.mht> -- next part ---

Provide an option to make thread summaries keep initial subject

2012-09-25 Thread Austin Clements
Quoth Olivier Berger on Sep 25 at 6:03 pm: > Hi. > > Whenever a participant changes the subject in the middle of a thread, > the summary reported by notmuch search will change. > > However, the result is that some mails tend to "disappear" from search > results, when (bad) participants reply