notmuch vim patches

2014-10-17 Thread Franz Fellner
On Thu, 16 Oct 2014 15:30:11 -0700, Ian Main wrote: > Franz Fellner wrote: > > > > > > > I'm starting to realize that I could default to using 'enter' to both > > > open URI's and view attachments. Any other ideas welcome. > > > > - make some of the functions public so users can bind them to

[PATCH] VIM: Add URI handling

2014-10-17 Thread Franz Fellner
On Wed, 15 Oct 2014 12:33:55 -0700, Ian Main wrote: > Franz Fellner wrote: > > Here is a working implementation. > > Please review carefully as I only can simulate ruby and vimscript > > knowledge from what I see in notmuch.vim sourcefile and quick > > googling. > > Yes, this works nicely.

[PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-17 Thread Franz Fellner
commit 558719b9ea9c218117c448cf4c7bd671de14d968 Author: Franz Fellner Date: Fri Oct 17 17:53:58 2014 +0200 Exclude tags specified by notmuch config get search.exclude_tags diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 5c86fcd..b8d11fe 100644 --- a/vim/notmuch.vim +++

Tabulation in multiline headers

2014-10-17 Thread Jameson Graef Rollins
MUAs should be doing the same? jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20141017/f2c556eb/attachment.pgp>

notmuch vim patches

2014-10-17 Thread Ian Main
Franz Fellner wrote: > On Thu, 16 Oct 2014 15:30:11 -0700, Ian Main wrote: > > Franz Fellner wrote: > > > > > > > > > > I'm starting to realize that I could default to using 'enter' to both > > > > open URI's and view attachments. Any other ideas welcome. > > > > > > - make some of the

database version conflict

2014-10-17 Thread David Bremner
David Bremner writes: > Sepp Tannhuber writes: > >> David Bremner schrieb am 20:07 Donnerstag, 16.Oktober >> 2014: >> >>> If you're on debian, why don't you try "make debian-snapshot" >>> This will make debian packages from current git. >> >> It fails: >> Traceback (most recent call last): >>

database version conflict

2014-10-17 Thread David Bremner
Sepp Tannhuber writes: > David Bremner schrieb am 20:07 Donnerstag, 16.Oktober > 2014: > >> If you're on debian, why don't you try "make debian-snapshot" >> This will make debian packages from current git. > > It fails: > Traceback (most recent call last): > File "/usr/bin/dh_python3", line

database version conflict

2014-10-17 Thread Sepp Tannhuber
David Bremner schrieb am 8:09 Freitag, 17.Oktober 2014: > According to the dh_python author, even in old versions of dh_python > those files were part of the same package. So I guess something is most > likely broken with your installation of dh_python3. Thank you very much for your quick

Re: database version conflict

2014-10-17 Thread David Bremner
David Bremner da...@tethera.net writes: Sepp Tannhuber sepp.tannhu...@yahoo.de writes: David Bremner da...@tethera.net schrieb am 20:07 Donnerstag, 16.Oktober 2014: If you're on debian, why don't you try make debian-snapshot This will make debian packages from current git. It fails:

Re: database version conflict

2014-10-17 Thread Sepp Tannhuber
David Bremner da...@tethera.net schrieb am 8:09 Freitag, 17.Oktober 2014: According to the dh_python author, even in old versions of dh_python those files were part of the same package. So I guess something is most likely broken with your installation of dh_python3. Thank you very much for

Re: [Patch v2.5 1/4] test/insert: add known broken tests for indexing failures

2014-10-17 Thread Jani Nikula
On Sat, 04 Oct 2014, David Bremner da...@tethera.net wrote: These tests are written with the assumption that we want all indexing failures to be considered as failures by notmuch insert. Just realized this needs a missing prereq test for gdb. BR, Jani. --- test/T070-insert.sh | 22

[PATCH] VIM: Respect exclude_tags specified in .notmuch-config

2014-10-17 Thread Franz Fellner
commit 558719b9ea9c218117c448cf4c7bd671de14d968 Author: Franz Fellner alpine.art...@gmail.com Date: Fri Oct 17 17:53:58 2014 +0200 Exclude tags specified by notmuch config get search.exclude_tags diff --git a/vim/notmuch.vim b/vim/notmuch.vim index 5c86fcd..b8d11fe 100644 ---

Re: [PATCH] VIM: Add URI handling

2014-10-17 Thread Franz Fellner
On Wed, 15 Oct 2014 12:33:55 -0700, Ian Main im...@stemwinder.org wrote: Franz Fellner wrote: Here is a working implementation. Please review carefully as I only can simulate ruby and vimscript knowledge from what I see in notmuch.vim sourcefile and quick googling. Yes, this works

Re: notmuch vim patches

2014-10-17 Thread Franz Fellner
On Thu, 16 Oct 2014 15:30:11 -0700, Ian Main im...@redhat.com wrote: Franz Fellner wrote: I'm starting to realize that I could default to using 'enter' to both open URI's and view attachments. Any other ideas welcome. - make some of the functions public so users can bind them

Re: notmuch vim patches

2014-10-17 Thread Ian Main
Franz Fellner wrote: On Thu, 16 Oct 2014 15:30:11 -0700, Ian Main im...@redhat.com wrote: Franz Fellner wrote: I'm starting to realize that I could default to using 'enter' to both open URI's and view attachments. Any other ideas welcome. - make some of the functions

Tabulation in multiline headers

2014-10-17 Thread Sergei Shilovsky
Lets consider this message: id:87r5aucoeg@servo.finestructure.net Its subject spreads over 2 lines and the 2nd line is indented with Tab in the file: Subject: running the crypto branch [was: Re: Hiding HTML mime-parts and/or Tab---scrubbing (gmail's) HTML-based citation] The

Re: Tabulation in multiline headers

2014-10-17 Thread Jameson Graef Rollins
On Fri, Oct 17 2014, Sergei Shilovsky sshilov...@gmail.com wrote: Lets consider this message: id:87r5aucoeg@servo.finestructure.net Its subject spreads over 2 lines and the 2nd line is indented with Tab in the file: Subject: running the crypto branch [was: Re: Hiding HTML

Re: Tabulation in multiline headers

2014-10-17 Thread Sergei Shilovsky
Hi, Sergei. I'm not clear on where exactly you are seeing a problem with this tab in the subject line. Is it showing up somewhere you think it shouldn't? It is shown in e.g. `notmuch show` as well as 'notmuch_message_get_header(m, subject)` I'm not sure libnotmuch should be doing any