From e50726b58a8f435adcc849c35eedfa7da5c7de9b Mon Sep 17 00:00:00 2001 From: Steven Sullivan <17299026+SS88UK@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:08:46 -0500 Subject: [PATCH] Updated --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e8a610..6fecd52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ # Roundcube Easy Unsubscribe Displays a small icon after the subject line when viewing an email, so you can very quickly unsubscribe. -![Image](https://i.imgur.com/pecWMhe.jpg) + +## Demo Visual +![Demo SS]([https://i.ibb.co/Pr3VbJV/Screenshot-2023-11-29-at-9-09-47-AM.png](https://i.ibb.co/pPVWVtY/Screenshot-2023-11-29-at-12-07-10-PM.png)) + +## Deployment + +Download a copy of this repo and upload the contents to: +``` +/path/to/roundcube/plugins/easy_unsubscribe +``` + +Edit your `/path/to/roundcube/config/config.inc.php` file and add `easy_unsubscribe` to the `$config['plugins']` variable. It should look something like the following: + +``` +$config['plugins'] = array( + 'password', + 'easy_unsubscribe' +); +```