]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/globals.py
python: add decrypt_policy argument to Database.index_file()
[notmuch] / bindings / python / notmuch / globals.py
index b33e10d39a8d8c30ec65124bd2a44ce60740b377..97413996c2577691bef8267c3f08e05053b830cf 100644 (file)
@@ -93,3 +93,8 @@ NotmuchFilenamesP = POINTER(NotmuchFilenamesS)
 class NotmuchConfigListS(Structure):
     pass
 NotmuchConfigListP = POINTER(NotmuchConfigListS)
+
+
+class NotmuchIndexoptsS(Structure):
+    pass
+NotmuchIndexoptsP = POINTER(NotmuchIndexoptsS)