From 7c772a3f8f5b36ea2ccd3d40470ba187ec628d9b Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Mon, 22 Aug 2022 13:06:22 +0530 Subject: [PATCH] Fix readme Signed-off-by: baalajimaestro --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 076d448..d93e4a5 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Filtering mails that come through different mail ids or from ids that also carry valuable info, can be hard This simple program deletes mail based on all the info the `Show Original` section of your mail shows. You can choose the mailing list, or any parameter there and add it to `patterns.txt` before executing + You can add as many patterns as you wish, and all of these patterns are parsed as regex patterns, so feel free to do that as well. -Required variables: -`IMAP_DOMAIN`: IMAP Server Domain -`IMAP_PORT`: IMAP Server Port -`IMAP_USERNAME`: IMAP Authentication Username -`IMAP_PASSWORD`: IMAP Authentication Password +**Required variables:** +- `IMAP_DOMAIN`: IMAP Server Domain +- `IMAP_PORT`: IMAP Server Port +- `IMAP_USERNAME`: IMAP Authentication Username +- `IMAP_PASSWORD`: IMAP Authentication Password