mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00
make send and receive message test work, add some events
This commit is contained in:
parent
3265178d31
commit
4f5ded880e
8 changed files with 79 additions and 27 deletions
|
@ -12,7 +12,7 @@ deltah = joinpath(dirname(dirname(dirname(here))), "src", "deltachat.h")
|
|||
|
||||
|
||||
def read_event_defines():
|
||||
rex = re.compile(r'#define\s+(?:DC_EVENT_|DC_CONTACT_ID_)\S+\s+(\d+).*')
|
||||
rex = re.compile(r'#define\s+(?:DC_EVENT_|DC_CONTACT_ID_|DC_CHAT)\S+\s+(\d+).*')
|
||||
return filter(rex.match, open(deltah))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue