Skip to content

Commit 065001e

Browse files
committed
added how to use delete-mails.py; created a dir for config yamls
Signed-off-by: AbhishekKr <abhikumar163@gmail.com>
1 parent 72c912c commit 065001e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Permanently delete mails based on search criteria allowed by GMail such as partial match of `subject`, `to` or `from` e-mail address fields (also allowing just domain match). Ran for a range of years provided by config as `since_year` and `before_year`.
1616

1717
> by default it reads mails first and stores it locally in a sqlite DB separated by year of mail, then deletes
18+
>
19+
> How to use: `python3 delete-mails.py ./config-yamls/delete-mails-config.yaml`
1820
1921
---
2022

File renamed without changes.

delete-mails.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyright 2018 abhishekkr <abhikumar163@gmail.com>
22
"""
3+
How to use:
4+
python3 delete-mails.py ./config-yamls/delete-mails-config.yaml
5+
6+
37
How to configure:
48
59
* using "delete-mails-config.yaml", update all values to required configuration

0 commit comments

Comments
 (0)