]> git.notmuchmail.org Git - notmuch/blob - cnotmuch/notmuch.py
update documentation so it makes sense
[notmuch] / cnotmuch / notmuch.py
1 import ctypes
2 from ctypes import c_int, c_char_p
3 from database import Database,Tags,Query,Messages,Message,Tags
4 from cnotmuch.globals import nmlib,STATUS,NotmuchError
5
6 # 114 typedef struct _notmuch_query notmuch_query_t;
7 # 115 typedef struct _notmuch_threads notmuch_threads_t;
8 # 116 typedef struct _notmuch_thread notmuch_thread_t;
9 # 117 typedef struct _notmuch_messages notmuch_messages_t;
10 # 118 typedef struct _notmuch_message notmuch_message_t;
11 # 120 typedef struct _notmuch_directory notmuch_directory_t;
12 # 121 typedef struct _notmuch_filenames notmuch_filenames_t;