Re: Better Gmail handling by not using Notmuch tags

2012-10-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just to let you know, on the offlineimap there is also a discussion going on about gmail labels / folders / sync and it looks as if something is happening on that side: http://article.gmane.org/gmane.mail.imap.offlineimap.general/5915 Would be

Re: [PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Dmitry Kurochkin
Hi Austin. Austin Clements amdra...@mit.edu writes: Currently this test passes in Emacs 23 but fails in Emacs 24 (at least on some Linux distributions). The test fails for me on Emacs 23.4.1 (Debian unstable): FAIL Rendering HTML mail with images --- emacs.51.OUTPUT 2012-10-03

Re: bug related to ical

2012-10-03 Thread Tomi Ollila
On Wed, Sep 26 2012, Aaron Ecay wrote: The problem is in the ‘notmuch-show-insert-part-text/calendar’ function. The call to ‘icalendar--convert-ical-to-diary’ does not create a buffer visiting the temp file, so the call to ‘set-buffer’ fails. The following patch fixes the problem. The

Re: bug related to ical

2012-10-03 Thread Tomi Ollila
On Wed, Oct 03 2012, Tomi Ollila wrote: On Wed, Sep 26 2012, Aaron Ecay wrote: The problem is in the ‘notmuch-show-insert-part-text/calendar’ function. The call to ‘icalendar--convert-ical-to-diary’ does not create a buffer visiting the temp file, so the call to ‘set-buffer’ fails. The

Re: [PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Austin Clements
Quoth Dmitry Kurochkin on Oct 03 at 1:35 pm: Hi Austin. Austin Clements amdra...@mit.edu writes: Currently this test passes in Emacs 23 but fails in Emacs 24 (at least on some Linux distributions). The test fails for me on Emacs 23.4.1 (Debian unstable): FAIL Rendering HTML

Re: [PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Dmitry Kurochkin
Austin Clements amdra...@mit.edu writes: Quoth Dmitry Kurochkin on Oct 03 at 1:35 pm: Hi Austin. Austin Clements amdra...@mit.edu writes: Currently this test passes in Emacs 23 but fails in Emacs 24 (at least on some Linux distributions). The test fails for me on Emacs 23.4.1

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

2012-10-03 Thread Michal Sojka
On Wed, Oct 03 2012, Jani Nikula wrote: On Tue, 25 Sep 2012, Michal Sojka sojk...@fel.cvut.cz wrote: 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

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

2012-10-03 Thread Jani Nikula
On Tue, 25 Sep 2012, Michal Sojka sojk...@fel.cvut.cz wrote: 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. Cool! The INPUT file for the test contains both the

Re: How to index arbitrary headers?

2012-10-03 Thread Petri Savolainen
Hi, thanks for your response. I am evaluating notmuch / xapian for building an application for analyzing in various ways a fairly large number of emails accumulated over several years. I am afraid the number of headers that would ultimately need to be indexed is therefore quite a lot larger than

Better Gmail handling by not using Notmuch tags

2012-10-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just to let you know, on the offlineimap there is also a discussion going on about gmail labels / folders / sync and it looks as if something is happening on that side: http://article.gmane.org/gmane.mail.imap.offlineimap.general/5915 Would be

[PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Dmitry Kurochkin
Hi Austin. Austin Clements writes: > Currently this test passes in Emacs 23 but fails in Emacs 24 (at least > on some Linux distributions). The test fails for me on Emacs 23.4.1 (Debian unstable): FAIL Rendering HTML mail with images --- emacs.51.OUTPUT 2012-10-03

bug related to ical

2012-10-03 Thread Tomi Ollila
On Wed, Sep 26 2012, Aaron Ecay wrote: > The problem is in the ?notmuch-show-insert-part-text/calendar? > function. The call to ?icalendar--convert-ical-to-diary? does not > create a buffer visiting the temp file, so the call to ?set-buffer? > fails. The following patch fixes the problem. > >

bug related to ical

2012-10-03 Thread Tomi Ollila
On Wed, Oct 03 2012, Tomi Ollila wrote: > On Wed, Sep 26 2012, Aaron Ecay wrote: > >> The problem is in the ?notmuch-show-insert-part-text/calendar? >> function. The call to ?icalendar--convert-ical-to-diary? does not >> create a buffer visiting the temp file, so the call to ?set-buffer? >>

[PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Austin Clements
Quoth Dmitry Kurochkin on Oct 03 at 1:35 pm: > Hi Austin. > > Austin Clements writes: > > > Currently this test passes in Emacs 23 but fails in Emacs 24 (at least > > on some Linux distributions). > > The test fails for me on Emacs 23.4.1 (Debian unstable): > > FAIL Rendering HTML mail

[PATCH 2/3] test: Add a test for HTML email with inline images

2012-10-03 Thread Dmitry Kurochkin
Austin Clements writes: > Quoth Dmitry Kurochkin on Oct 03 at 1:35 pm: >> Hi Austin. >> >> Austin Clements writes: >> >> > Currently this test passes in Emacs 23 but fails in Emacs 24 (at least >> > on some Linux distributions). >> >> The test fails for me on Emacs 23.4.1 (Debian unstable):

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

2012-10-03 Thread Jani Nikula
On Tue, 25 Sep 2012, Michal Sojka wrote: > 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

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

2012-10-03 Thread Michal Sojka
On Wed, Oct 03 2012, Jani Nikula wrote: > On Tue, 25 Sep 2012, Michal Sojka wrote: >> 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

How to index arbitrary headers?

2012-10-03 Thread Petri Savolainen
vent us > from simply indexing all headers. Out of curiosity, what headers are > you interested in indexing? > > The currently indexed headers are described in man > notmuch-search-terms. > -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20121003/a6f8db32/attachment.html>