[python] missing notmuch_database_needs_upgrade

2011-07-08 Thread Sebastian Spaeth
On Mon, 4 Jul 2011 21:39:26 +0100, Patrick Totzke  wrote:
> Hiya,
> As mentioned shortly on the irc channel,
> notmuch python bindings seem to be missing 'notmuch_database_needs_upgrade'
> as Database().needs_upgrade() confirms.

Thanks, confirmed. Applied and fixed in [master 3545a29]

Sebastian
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 



Re: [python] missing notmuch_database_needs_upgrade

2011-07-08 Thread Sebastian Spaeth
On Mon, 4 Jul 2011 21:39:26 +0100, Patrick Totzke 
 wrote:
> Hiya,
> As mentioned shortly on the irc channel,
> notmuch python bindings seem to be missing 'notmuch_database_needs_upgrade'
> as Database().needs_upgrade() confirms.

Thanks, confirmed. Applied and fixed in [master 3545a29]

Sebastian


pgpGjq1smuWw5.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[python] missing notmuch_database_needs_upgrade

2011-07-04 Thread Patrick Totzke
Hiya,
As mentioned shortly on the irc channel,
notmuch python bindings seem to be missing 'notmuch_database_needs_upgrade'
as Database().needs_upgrade() confirms.

This seems to be due to a typo..

index 5deb2a5..648f61a 100644
--- a/bindings/python/notmuch/database.py
+++ b/bindings/python/notmuch/database.py
@@ -195,7 +195,7 @@ class Database(object):
 # Raise a NotmuchError if not initialized
 self._verify_initialized_db()

-return notmuch_database_needs_upgrade(self._db) 
+return nmlib.notmuch_database_needs_upgrade(self._db)

 def upgrade(self):
 """Upgrades the current database

cheers,
/p
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: 



[python] missing notmuch_database_needs_upgrade

2011-07-04 Thread Patrick Totzke
Hiya,
As mentioned shortly on the irc channel,
notmuch python bindings seem to be missing 'notmuch_database_needs_upgrade'
as Database().needs_upgrade() confirms.

This seems to be due to a typo..

index 5deb2a5..648f61a 100644
--- a/bindings/python/notmuch/database.py
+++ b/bindings/python/notmuch/database.py
@@ -195,7 +195,7 @@ class Database(object):
 # Raise a NotmuchError if not initialized
 self._verify_initialized_db()
 
-return notmuch_database_needs_upgrade(self._db) 
+return nmlib.notmuch_database_needs_upgrade(self._db)
 
 def upgrade(self):
 """Upgrades the current database

cheers,
/p


signature.asc
Description: Digital signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch