]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/globals.py
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / notmuch / globals.py
index 97413996c2577691bef8267c3f08e05053b830cf..11e328b76c6e8fbb94997ddbf19bcb0d47b41dd2 100644 (file)
@@ -75,6 +75,11 @@ class NotmuchMessageS(Structure):
 NotmuchMessageP = POINTER(NotmuchMessageS)
 
 
 NotmuchMessageP = POINTER(NotmuchMessageS)
 
 
+class NotmuchMessagePropertiesS(Structure):
+    pass
+NotmuchMessagePropertiesP = POINTER(NotmuchMessagePropertiesS)
+
+
 class NotmuchTagsS(Structure):
     pass
 NotmuchTagsP = POINTER(NotmuchTagsS)
 class NotmuchTagsS(Structure):
     pass
 NotmuchTagsP = POINTER(NotmuchTagsS)