vim plugin development -- GIT branch?

2012-05-04 Thread Felipe Contreras
On Fri, May 4, 2012 at 3:02 PM, Karl Harris wrote: > Are there any GIT branches where vim plugin development is taking place? > ?After reading a few of the posts here about the ruby and python based > plugin, I thought it would be fun to try them out. ?If this development is > taking place in a GI

[announce] Bower 0.3

2012-05-04 Thread Peter Wang
Hi, Bower is yet another curses frontend for the Notmuch email system. I wrote it for me, but you might like it, too. https://github.com/wangp/bower Bower 0.3 (2012-05-05) == * Add bulk tagging operations; see keys 't', 'T', ' and ". * Reply-to-all is now bound to 'e

[PATCH 2/2] emacs: Correctly quote non-text/plain parts in reply

2012-05-04 Thread Austin Clements
Personally I think the narrowing trick is clever, but I worry that it assumes too much about how mm-display-part works, since mm-display-part just takes a buffer in the handle. Is there a reason this doesn't simply use notmuch-show-mm-display-part-inline? Something like (untested) (defun notmuch

[PATCH 1/2] test: Replying to an HTML-only message in emacs

2012-05-04 Thread Austin Clements
Does the test output depend on the HTML renderer used? (And should there be a test dependency on w3m or something? I must admit, I don't know how mm's HTML rendering works.) On Sat, 21 Apr 2012, Adam Wolfe Gordon wrote: > With the latest reply infrastructure, we should be able to nicely > quote

[PATCH 1/5] go: reorganize the go bindings

2012-05-04 Thread Austin Clements
Quoth myself on May 04 at 2:38 pm: > Quoth Justus Winter on Apr 30 at 9:55 pm: > > Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> > > Whole series LGTM (and yay gofmt!). I have only two minor comments. > > It would be nice to have a little more log message for some of thes

[PATCH 1/5] go: reorganize the go bindings

2012-05-04 Thread Austin Clements
Quoth Justus Winter on Apr 30 at 9:55 pm: > Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> Whole series LGTM (and yay gofmt!). I have only two minor comments. It would be nice to have a little more log message for some of these. Mostly the first one could use some explanati

[ANN] New awesome vim plug-in using Ruby bindings

2012-05-04 Thread Felipe Contreras
On Wed, May 2, 2012 at 10:41 PM, Anton Khirnov wrote: > > On Mon, 23 Apr 2012 04:12:32 +0300, Felipe Contreras gmail.com> wrote: >> ?* Gradual searches; you don't have to wait for the whole search to finish, >> ? ?sort of like the 'less' command > > How did you do that? When I tried to do this i

Re: vim plugin development -- GIT branch?

2012-05-04 Thread Felipe Contreras
On Fri, May 4, 2012 at 3:02 PM, Karl Harris wrote: > Are there any GIT branches where vim plugin development is taking place? >  After reading a few of the posts here about the ruby and python based > plugin, I thought it would be fun to try them out.  If this development is > taking place in a GI

[RFC] vim plugin rewrite II

2012-05-04 Thread Felipe Contreras
On Wed, May 2, 2012 at 10:23 PM, Anton Khirnov wrote: > sorry for the late reply, I see you already reached the same point as > me, except with ruby ;) Yay for competition. I think my plugin is a bit further. And yeah, competition is good, but also collaboration; hopefully the 3 plugins can shar

[PATCH v6] emacs: Let the user choose where to compose new mails

2012-05-04 Thread Thomas Jost
Introduce a new defcustom notmuch-mua-compose-in that allows users to specify where new mails are composed, either in the current window or in a new window or frame. Signed-off-by: Jameson Rollins --- Hi David et al., Here it is again, with a warning in the customize message that only appears in

Re: [PATCH 2/2] emacs: Correctly quote non-text/plain parts in reply

2012-05-04 Thread Austin Clements
Personally I think the narrowing trick is clever, but I worry that it assumes too much about how mm-display-part works, since mm-display-part just takes a buffer in the handle. Is there a reason this doesn't simply use notmuch-show-mm-display-part-inline? Something like (untested) (defun notmuch

Re: [PATCH 1/2] test: Replying to an HTML-only message in emacs

2012-05-04 Thread Austin Clements
Does the test output depend on the HTML renderer used? (And should there be a test dependency on w3m or something? I must admit, I don't know how mm's HTML rendering works.) On Sat, 21 Apr 2012, Adam Wolfe Gordon wrote: > With the latest reply infrastructure, we should be able to nicely > quote

Re: [PATCH 1/5] go: reorganize the go bindings

2012-05-04 Thread Austin Clements
Quoth myself on May 04 at 2:38 pm: > Quoth Justus Winter on Apr 30 at 9:55 pm: > > Signed-off-by: Justus Winter <4win...@informatik.uni-hamburg.de> > > Whole series LGTM (and yay gofmt!). I have only two minor comments. > > It would be nice to have a little more log message for some of these.

Re: [PATCH 1/5] go: reorganize the go bindings

2012-05-04 Thread Austin Clements
Quoth Justus Winter on Apr 30 at 9:55 pm: > Signed-off-by: Justus Winter <4win...@informatik.uni-hamburg.de> Whole series LGTM (and yay gofmt!). I have only two minor comments. It would be nice to have a little more log message for some of these. Mostly the first one could use some explanation

vim plugin development -- GIT branch?

2012-05-04 Thread Karl Harris
any updates. -- Karl Harris -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120504/fa75b66d/attachment.html>

[PATCH] go: Update to the current notmuch_database_find_message API

2012-05-04 Thread David Bremner
Austin Clements writes: > The signature of notmuch_database_find_message was changed in 02a30767 > to report errors and the Go bindings were never updated. This brings > the Go bindings in sync with that change and at least makes them > compile with Go r60.3, the last release before Go 1. pushe

[PATCH 1/3] NEWS: untabified and added file local variables block

2012-05-04 Thread David Bremner
Tomi Ollila writes: > Changed all tabs to 8 spaces (M-x untabify over region of the > whole file). Tabs are evil ;). Series pushed. d

Re: [Patch v2 0/3] emacs: allow show to colour based on tags and flags

2012-05-04 Thread Jameson Graef Rollins
On Thu, May 03 2012, Mark Walters wrote: > There are a couple of extra reasons why I like the show ones > separate. One is that I like to colour headerlines of matching messages to > highlight them, but in search mode that would highlight every > line. Secondly, I colour some things "negatively" i

[Patch v2 0/3] emacs: allow show to colour based on tags and flags

2012-05-04 Thread Jameson Graef Rollins
suggest we use something like "prop:" (for "property"), e.g. "prop:signed", or "prop:attachment", etc. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120504/6bf58521/attachment.pgp>

[Patch v2 0/3] emacs: allow show to colour based on tags and flags

2012-05-04 Thread Mark Walters
On Wed, 02 May 2012, Jameson Graef Rollins wrote: > On Sun, Apr 29 2012, Austin Clements wrote: >> I haven't really looked at this series yet, but I do have a quick >> high-level question. Why use separate customization variables for the >> colors in search and show mode? Wouldn't it make mor

vim plugin development -- GIT branch?

2012-05-04 Thread Karl Harris
Are there any GIT branches where vim plugin development is taking place? After reading a few of the posts here about the ruby and python based plugin, I thought it would be fun to try them out. If this development is taking place in a GIT branch, it would be easy for me to access the code and any

Re: [PATCH] go: Update to the current notmuch_database_find_message API

2012-05-04 Thread David Bremner
Austin Clements writes: > The signature of notmuch_database_find_message was changed in 02a30767 > to report errors and the Go bindings were never updated. This brings > the Go bindings in sync with that change and at least makes them > compile with Go r60.3, the last release before Go 1. pushe

Re: [PATCH 1/3] NEWS: untabified and added file local variables block

2012-05-04 Thread David Bremner
Tomi Ollila writes: > Changed all tabs to 8 spaces (M-x untabify over region of the > whole file). Tabs are evil ;). Series pushed. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [ANN] New awesome vim plug-in using Ruby bindings

2012-05-04 Thread Felipe Contreras
On Wed, May 2, 2012 at 10:41 PM, Anton Khirnov wrote: > > On Mon, 23 Apr 2012 04:12:32 +0300, Felipe Contreras > wrote: >>  * Gradual searches; you don't have to wait for the whole search to finish, >>    sort of like the 'less' command > > How did you do that? When I tried to do this in my ver

Re: [RFC] vim plugin rewrite II

2012-05-04 Thread Felipe Contreras
On Wed, May 2, 2012 at 10:23 PM, Anton Khirnov wrote: > sorry for the late reply, I see you already reached the same point as > me, except with ruby ;) Yay for competition. I think my plugin is a bit further. And yeah, competition is good, but also collaboration; hopefully the 3 plugins can shar

[PATCH v6] emacs: Let the user choose where to compose new mails

2012-05-04 Thread Thomas Jost
Introduce a new defcustom notmuch-mua-compose-in that allows users to specify where new mails are composed, either in the current window or in a new window or frame. Signed-off-by: Jameson Rollins --- Hi David et al., Here it is again, with a warning in the customize message that only appears in