[PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread Pieter Praet
On Mon, 11 Jul 2011 17:05:32 -0400, Austin Clements wrote: > Quoth Pieter Praet on Jul 11 at 10:43 pm: > > TL;DR: I can haz regex pl0x? > > Oof, what a pain. I'm happy to change the output format of search; I > hadn't realized how difficult it would be to parse. In fact, I'm not > sure it's

[PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread David Edmondson
* pieter at praet.org [2011-07-13 Wed 15:16] > David, would you mind rebasing it? I'm sorry, I'm not likely to have time to do this.

[PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread Austin Clements
Quoth Pieter Praet on Jul 13 at 4:16 pm: > On Mon, 11 Jul 2011 17:05:32 -0400, Austin Clements > wrote: > > Quoth Pieter Praet on Jul 11 at 10:43 pm: > > > TL;DR: I can haz regex pl0x? > > > > Oof, what a pain. I'm happy to change the output format of search; I > > hadn't realized how

Encodings

2011-07-13 Thread Patrick Totzke
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110713/2c748d5a/attachment.pgp>

Encodings

2011-07-13 Thread Uwe Kleine-König
Hi Patrick, On Tue, Jul 12, 2011 at 10:29:58PM +0100, Patrick Totzke wrote: > I noticed that commit 687366b920caa5de6ea0b66b70cf2a11e5399f7b > breaks things with Database.get_all_tags: > > -->%- > AttributeError

Slowness (search opens every email file?)

2011-07-13 Thread Austin Clements
Quoth Istvan Marko on Jul 12 at 8:07 pm: > Austin Clements writes: > > > I'd say this patch looks good other than coding style > > - Tab indentation > > - /* */ comments, starting with a capital letter > > - Space between function name and open paren > > - Space after comma in argument lists >

Notmuch mail notifier applet for Gnome?

2011-07-13 Thread Albin Stjerna
Hi all I've been using a simple notmuch count-based script together with xmobar in xmonad to notify me of new mail. However, I'm thinking of switching to a Gnome/xmonad-based combo, thus giving up xmobar. I've been looking for a replacement to my mail checker that would work with gnome-panel,

Notmuch mail notifier applet for Gnome?

2011-07-13 Thread Patrick Totzke
Hi Albin, This is not an answer to your inquiry, but because I looked into something similar recently for my setup I'd thought I'd share: I used xmonad before but switched to the awesome [0] tiling WM. I hacked my solution into their wiki, including a screensot [1]. best, /p [0]

Re: Encodings

2011-07-13 Thread Uwe Kleine-König
Hi Patrick, On Tue, Jul 12, 2011 at 10:29:58PM +0100, Patrick Totzke wrote: I noticed that commit 687366b920caa5de6ea0b66b70cf2a11e5399f7b breaks things with Database.get_all_tags: --%- AttributeError

Re: Encodings

2011-07-13 Thread Patrick Totzke
Hi Uwe, On Wed, Jul 13, 2011 at 09:04:47AM +0200, Uwe Kleine-König wrote: But as Carl sais, we cannot guarantee that a tag is utf8 encoded anyway. I think it would be right to enforce that tags are utf-8 encoded. Otherwise the users get strange results if they change their locale. I agree

Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread Pieter Praet
On Mon, 11 Jul 2011 17:05:32 -0400, Austin Clements amdra...@mit.edu wrote: Quoth Pieter Praet on Jul 11 at 10:43 pm: TL;DR: I can haz regex pl0x? Oof, what a pain. I'm happy to change the output format of search; I hadn't realized how difficult it would be to parse. In fact, I'm not

Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread David Edmondson
* pie...@praet.org [2011-07-13 Wed 15:16] David, would you mind rebasing it? I'm sorry, I'm not likely to have time to do this. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'

2011-07-13 Thread Austin Clements
Quoth Pieter Praet on Jul 13 at 4:16 pm: On Mon, 11 Jul 2011 17:05:32 -0400, Austin Clements amdra...@mit.edu wrote: Quoth Pieter Praet on Jul 11 at 10:43 pm: TL;DR: I can haz regex pl0x? Oof, what a pain. I'm happy to change the output format of search; I hadn't realized how

[PATCH] test: Adding non-maildir tags does not move message from new to cur

2011-07-13 Thread Michal Sojka
From: Michal Sojka so...@os.inf.tu-dresden.de This adds a test for patch submitted by Louis Rilling. Without his patch applied this test fails. --- test/maildir-sync |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/maildir-sync b/test/maildir-sync index