diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-04 23:48:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-04 23:48:03 +0200 |
commit | 4e07377ba62a1877a150faf196c8a9d3ac3fdcd7 (patch) | |
tree | 2e7434adcc7bf4d2f05ea0551ecda414a18e8ce4 /.gitignore | |
parent | m (diff) | |
download | contacts-4e07377ba62a1877a150faf196c8a9d3ac3fdcd7.tar.gz contacts-4e07377ba62a1877a150faf196c8a9d3ac3fdcd7.tar.bz2 contacts-4e07377ba62a1877a150faf196c8a9d3ac3fdcd7.tar.xz |
Add find-contact-by-address and get-contact-addresses
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,7 @@ /contacts /contacts.c /add-contact +/find-contact-by-address /find-contact-by-chat /find-contact-by-email /find-contact-by-name @@ -18,6 +19,7 @@ /find-contact-by-pgpkey /find-contact-by-photo /find-contact-by-site +/get-contact-addresses /get-contact-birthday /get-contact-chats /get-contact-emails @@ -41,6 +43,7 @@ /list-organisation-contacts /print-contact /remove-contact +/set-contact-addresses /set-contact-birthday /set-contact-chats /set-contact-emails |