database version conflict

2014-10-16 Thread Sepp Tannhuber
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 34, in from debpython.debhelper

database version conflict

2014-10-16 Thread David Bremner
Sepp Tannhuber writes: > David Bremner schrieb am 18:10 Donnerstag, 16.Oktober > 2014: > > >> If you're running a pre-release version of notmuch, then you should also >> get the libraries and python bindings from the same version of the >> source. In particular the python bindings from git

database version conflict

2014-10-16 Thread David Bremner
Sepp Tannhuber writes: > > Can anybody help me to fix this? I cannot understand why my notmuch version > from > git obviously doesn't support the existing database format version. The > notmuch > version from my current debian installation results in the same warning. > > I should mention that

database version conflict

2014-10-16 Thread Sepp Tannhuber
David Bremner schrieb am 18:10 Donnerstag, 16.Oktober 2014: > If you're running a pre-release version of notmuch, then you should also > get the libraries and python bindings from the same version of the > source. In particular the python bindings from git look for libnotmuch4 I don't know

notmuch vim patches

2014-10-16 Thread Franz Fellner
> 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 keys they want - introduce show_[prev,next]_unread_msg, probably factor out

[RFC][PATCH v1] emacs: Improve the behaviour of the 'q' binding.

2014-10-16 Thread David Edmondson
When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. --- This arose from a discussion in #notmuch. Please try it and see if you like the new behaviour. emacs/notmuch-lib.el | 8 ++-- 1 file changed, 6 insertions(+), 2

notmuch vim patches

2014-10-16 Thread Ian Main
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 keys they > want Not sure I understand this one. You want to

database version conflict

2014-10-16 Thread Sepp Tannhuber
Dear all, I had to reinstall my PC because I had some trouble. My home directory including Maildir has been copied from the old installation. I'm using alot 0.3.6 with notmuch 0.18.1+126~g7487e2e. When starting alot, I receive the following warning and cannot change any labels: Warning:

[RFC][PATCH v1] emacs: Improve the behaviour of the 'q' binding.

2014-10-16 Thread David Edmondson
When a user hits 'q' in a notmuch buffer, kill the buffer only if there are no other windows currently showing it. --- This arose from a discussion in #notmuch. Please try it and see if you like the new behaviour. emacs/notmuch-lib.el | 8 ++-- 1 file changed, 6 insertions(+), 2

Re: notmuch vim patches

2014-10-16 Thread Franz Fellner
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 keys they want - introduce show_[prev,next]_unread_msg, probably factor out show_scroll_to_msg()

Re: database version conflict

2014-10-16 Thread David Bremner
Sepp Tannhuber sepp.tannhu...@yahoo.de writes: Can anybody help me to fix this? I cannot understand why my notmuch version from git obviously doesn't support the existing database format version. The notmuch version from my current debian installation results in the same warning. I

Re: database version conflict

2014-10-16 Thread Sepp Tannhuber
David Bremner da...@tethera.net schrieb am 18:10 Donnerstag, 16.Oktober 2014: If you're running a pre-release version of notmuch, then you should also get the libraries and python bindings from the same version of the source. In particular the python bindings from git look for libnotmuch4

Re: database version conflict

2014-10-16 Thread David Bremner
Sepp Tannhuber sepp.tannhu...@yahoo.de writes: David Bremner da...@tethera.net schrieb am 18:10 Donnerstag, 16.Oktober 2014: If you're running a pre-release version of notmuch, then you should also get the libraries and python bindings from the same version of the source. In particular

Re: notmuch vim patches

2014-10-16 Thread Ian Main
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 keys they want Not sure I understand this one. You want to be able to

Re: database version conflict

2014-10-16 Thread Sepp Tannhuber
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: Traceback (most recent call last): File /usr/bin/dh_python3, line 34, in module from

Re:

2014-10-16 Thread Jani Nikula
On Sat, 04 Oct 2014, David Bremner da...@tethera.net wrote: This is in some sense a successor to id:cover.1411914914.git.j...@nikula.org It includes the first two patches of that series verbatim, and adds some tests. I like it, very nice. Start pushing and add the post-insert hook

Re: database version conflict

2014-10-16 Thread Sepp Tannhuber
It's solved. I made python setup.py build sudo python setup.py install in bindings/python. And that's it. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: notmuch vim patches

2014-10-16 Thread Ian Main
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 keys they want - introduce show_[prev,next]_unread_msg, probably

Re: database version conflict

2014-10-16 Thread David Bremner
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: Traceback (most recent call last): File