diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-06 01:42:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-06 01:42:13 +0200 |
commit | f2ee15e4ec3a02e4be6a522bb7b276bdf5703301 (patch) | |
tree | bfc43bf5dc1b2d8fec9a1c68c8c8e140f696f09f /.gitignore | |
parent | m (diff) | |
download | contacts-f2ee15e4ec3a02e4be6a522bb7b276bdf5703301.tar.gz contacts-f2ee15e4ec3a02e4be6a522bb7b276bdf5703301.tar.bz2 contacts-f2ee15e4ec3a02e4be6a522bb7b276bdf5703301.tar.xz |
m + add block utils
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
@@ -21,6 +21,7 @@ /find-contact-by-site /get-contact-addresses /get-contact-birthday +/get-contact-blocks /get-contact-chats /get-contact-emails /get-contact-file @@ -45,6 +46,7 @@ /remove-contact /set-contact-addresses /set-contact-birthday +/set-contact-blocks /set-contact-chats /set-contact-emails /set-contact-gender @@ -57,3 +59,4 @@ /set-contact-pgpkeys /set-contact-photos /set-contact-sites +/unblock-contact |