Sublime Text plugin to insert addresses (OSX)

2017-06-11 Thread Charlie Allom
Hi, I've been using `subl -w` with Gauteh's astroidmail on OSX lately[1]. This SublimeText plugin will open a prompt and insert an email address for you. There is a GIF to explain how it works on the github page. https://github.com/yeled/sublime-notmuch-address/ It's yet to be installed in th

Re: Query operators

2016-08-29 Thread Charlie Allom
You can debug what the real query is by adding NOTMUCH_DEBUG_QUERY=1 to your search: 12:29 YELP-CHARLIE~[local@2.7.12] % NOTMUCH_DEBUG_QUERY=1 notmuch search 'term1 (tag:term2 tag:term3)' Query string is: term1 (tag:term2 tag:term3) Exclude query is: Xapian::Query((Kdeleted OR Kspam OR

Re: notmuch and "mute" -- useful to anyone?

2016-08-03 Thread Charlie Allom
On Tue, Aug 02 2016 at 08:28:38 PM, Amadeusz Żołnowski wrote: > [ Unknown signature status ] > This seems to be something that https://github.com/teythoon/afew already > does, although it uses tag 'killed' instead. I think that alot e-mail > client uses 'killed' tag as well. Maybe you could cons

the future of notmuch-vim?

2013-04-05 Thread Charlie Allom
If Felipe is interested in maintaining the Vim plugin, I vote it should be replaced with his Ruby version. Please don't explain why you think emacs is better than vim. C. On Wed, Apr 03, 2013 at 05:34:48PM -0600, Felipe Contreras wrote: > On Wed, Apr 3, 2013 at 3:48 PM, Patrick Totzke > wro

Re: the future of notmuch-vim?

2013-04-05 Thread Charlie Allom
If Felipe is interested in maintaining the Vim plugin, I vote it should be replaced with his Ruby version. Please don't explain why you think emacs is better than vim. C. On Wed, Apr 03, 2013 at 05:34:48PM -0600, Felipe Contreras wrote: > On Wed, Apr 3, 2013 at 3:48 PM, Patrick Totzke > wr

[PATCH] ruby: extern linkage portability improvement

2012-05-14 Thread Charlie Allom
On Thu, May 10, 2012 at 08:12:44PM +0300, Tomi Ollila wrote: > Some C compilers are stricter when it comes to (tentative) definition > of a variable -- in those compilers introducing variable without 'extern' > keyword always allocates new 'storage' to the variable and linking all > these modules

Re: [PATCH] ruby: extern linkage portability improvement

2012-05-14 Thread Charlie Allom
On Thu, May 10, 2012 at 08:12:44PM +0300, Tomi Ollila wrote: > Some C compilers are stricter when it comes to (tentative) definition > of a variable -- in those compilers introducing variable without 'extern' > keyword always allocates new 'storage' to the variable and linking all > these modules

[PATCH] ruby: extern values in ruby defs.h

2012-05-08 Thread Charlie Allom
Currently, building on OSX complains about linking duplicate symbols. This fixes the error. --- bindings/ruby/defs.h | 46 +++--- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 81f652f..bd

[PATCH] ruby: extern values in ruby defs.h

2012-05-08 Thread Charlie Allom
Currently, building on OSX complains about linking duplicate symbols. This fixes the error. --- bindings/ruby/defs.h | 46 +++--- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 81f652f..bd

ruby bindings on OS X are broken? (was Re: [ANN] New awesome vim plug-in using Ruby bindings)

2012-04-23 Thread Charlie Allom
On Mon, Apr 23, 2012 at 03:48:40PM +0300, Felipe Contreras wrote: > On Mon, Apr 23, 2012 at 12:39 PM, Charlie Allom > wrote: > > > /opt/local/bin/gcc-apple-4.2 -I. -I. > > -I/opt/local/lib/ruby/1.8/i686-darwin11 -I. -I/opt/local/include > > -D_XOPEN_SOURCE -D_DA

ruby bindings on OS X are broken? (was Re: [ANN] New awesome vim plug-in using Ruby bindings)

2012-04-23 Thread Charlie Allom
Hello, Has anyone seen this on OS X? I can't see what the linker must be doing. 10:36 capslock:notmuch/bindings/ruby% ruby extconf.rb checking for notmuch.h in ../../lib... yes checking for notmuch_database_create() in -lnotmuch... yes creating Makefile 10:36 capslock:notmuch/bindings/ruby% make

Re: ruby bindings on OS X are broken? (was Re: [ANN] New awesome vim plug-in using Ruby bindings)

2012-04-23 Thread Charlie Allom
On Mon, Apr 23, 2012 at 03:48:40PM +0300, Felipe Contreras wrote: > On Mon, Apr 23, 2012 at 12:39 PM, Charlie Allom wrote: > > > /opt/local/bin/gcc-apple-4.2 -I. -I. > > -I/opt/local/lib/ruby/1.8/i686-darwin11 -I. -I/opt/local/include > > -D_XOPEN_SOURCE -D_DARWI

ruby bindings on OS X are broken? (was Re: [ANN] New awesome vim plug-in using Ruby bindings)

2012-04-23 Thread Charlie Allom
Hello, Has anyone seen this on OS X? I can't see what the linker must be doing. 10:36 capslock:notmuch/bindings/ruby% ruby extconf.rb checking for notmuch.h in ../../lib... yes checking for notmuch_database_create() in -lnotmuch... yes creating Makefile 10:36 capslock:notmuch/bindings/ruby% make

[PATCH 2/2] vim plugin: Implement attachment saving

2012-03-03 Thread Charlie Allom
Ryan Harper writes: > Using the dictionary of attachments in a message we can implement > saving the attachment. Select the current attachment under the cursor > request a new name, but default to the extracted name. > Hi Ryan, can you see why I might be getting these errors on 'S'? here is m

Re: [PATCH 2/2] vim plugin: Implement attachment saving

2012-03-02 Thread Charlie Allom
Ryan Harper writes: > Using the dictionary of attachments in a message we can implement > saving the attachment. Select the current attachment under the cursor > request a new name, but default to the extracted name. > Hi Ryan, can you see why I might be getting these errors on 'S'? here is m