]> git.cworth.org Git - obsolete/notmuch-old/commit
lib/database.cc: use flush Xapian method instead of commit
authorDavid Bremner <bremner@debian.org>
Fri, 28 Oct 2011 14:56:30 +0000 (11:56 -0300)
committerDavid Bremner <bremner@debian.org>
Wed, 2 Nov 2011 23:38:22 +0000 (20:38 -0300)
commit606e4461f803829077af4e3b2579583f7e39bc3e
tree9d786571d9bd926032300e95d1c02c27ed1c0cff
parent556c5fa8900d14c61544f3ac016d3cca1db5a91a
lib/database.cc: use flush Xapian method instead of commit

Apparently the method was renamed in Xapian 1.1.0 but the old method
name will stay around for a while. It seems better to stick with the
old name to make notmuch compile with older versions of Xapian, at
least for now.
lib/database.cc