add space between heading
This commit is contained in:
parent
809e97d77b
commit
aa6d74c0ad
10
readme.md
10
readme.md
@ -3,23 +3,23 @@ remove-recipients.py
|
||||
Remove recipients in webapp
|
||||
|
||||
|
||||
####Usage:
|
||||
#### Usage:
|
||||
|
||||
######List recipients
|
||||
###### List recipients
|
||||
|
||||
python remove-recipients.py --user <user> --list
|
||||
|
||||
######Remove recipient
|
||||
###### Remove recipient
|
||||
Remove options is searching in display_name, smtp_address or email_address.
|
||||
|
||||
python remove-recipients.py --user <user> --remove <recipient name>
|
||||
|
||||
######Clear history
|
||||
###### Clear history
|
||||
|
||||
python remove-recipients.py --user <user> --remove-all
|
||||
|
||||
|
||||
####Example
|
||||
#### Example
|
||||
|
||||
Remove all recipients that have example.com in there display_name, smtp_address or email_address
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user