diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-03 19:26:35 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-03 19:26:35 +0200 | 
| commit | 2c6143d373c86f6b5c31e07d97447063766cd4eb (patch) | |
| tree | 3f92f07cb737dad6f0f6f02bd191741fdd57edad /.gitignore | |
| parent | Add photo utils (diff) | |
| download | contacts-2c6143d373c86f6b5c31e07d97447063766cd4eb.tar.gz contacts-2c6143d373c86f6b5c31e07d97447063766cd4eb.tar.bz2 contacts-2c6143d373c86f6b5c31e07d97447063766cd4eb.tar.xz  | |
m + add chat utils
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -9,12 +9,14 @@  *.bo  /contacts  /contacts.c +/find-contact-by-chat  /find-contact-by-email  /find-contact-by-name  /find-contact-by-organisation  /find-contact-by-pgpkey  /find-contact-by-photo  /find-contact-by-site +/get-contact-chats  /get-contact-emails  /get-contact-file  /get-contact-gender @@ -26,11 +28,13 @@  /get-contact-photos  /get-contact-sites  /is-contact-ice +/list-chat-contacts  /list-contact-groups  /list-contact-organisations  /list-contacts  /list-group-contacts  /list-organisation-contacts +/set-contact-chats  /set-contact-emails  /set-contact-gender  /set-contact-groups  | 
