]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/globals.py
python: add bindings to access config
[notmuch] / bindings / python / notmuch / globals.py
index b1eec2cfccead788d3e8aee6c18ca9b3ba6ac528..b33e10d39a8d8c30ec65124bd2a44ce60740b377 100644 (file)
@@ -88,3 +88,8 @@ NotmuchDirectoryP = POINTER(NotmuchDirectoryS)
 class NotmuchFilenamesS(Structure):
     pass
 NotmuchFilenamesP = POINTER(NotmuchFilenamesS)
+
+
+class NotmuchConfigListS(Structure):
+    pass
+NotmuchConfigListP = POINTER(NotmuchConfigListS)