From 141e5673311aa5188e8e869ec19ad6fbdb23d0e1 Mon Sep 17 00:00:00 2001 From: Robin van Genderen Date: Thu, 28 Jul 2016 14:18:08 +0200 Subject: [PATCH] code is python --- readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e713939..faf58f3 100644 --- a/readme.md +++ b/readme.md @@ -7,21 +7,26 @@ Remove recipients in webapp ###### List recipients +```python python remove-recipients.py --user --list - +``` ###### Remove recipient Remove options is searching in display_name, smtp_address or email_address. +```python python remove-recipients.py --user --remove - +``` + ###### Clear history +```python python remove-recipients.py --user --remove-all - +``` #### Example Remove all recipients that have example.com in there display_name, smtp_address or email_address +```python python remove-recipients.py --user user --remove example.com - \ No newline at end of file +``` \ No newline at end of file