]> git.notmuchmail.org Git - notmuch/commit
python: fix the creation of notmuch databases
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 23 Jan 2013 17:12:04 +0000 (18:12 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Wed, 23 Jan 2013 17:12:04 +0000 (18:12 +0100)
commitc8cb2beda711df8352680402a0df263fb8f31954
tree10b7434c18ef1c6a972731394538618e093d1113
parent3d19e6f1fdc179c3957866e29b9bd5da70eb0dce
python: fix the creation of notmuch databases

Remove the superfluous mode argument given to notmuch_database_create
fixing the creation of notmuch databases using python code.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/database.py