You've already forked roundcube-easy-unsubscribe
Updated
This commit is contained in:
20
README.md
20
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.
|
||||
|
||||

|
||||
|
||||
## Demo Visual
|
||||
)
|
||||
|
||||
## 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'
|
||||
);
|
||||
```
|
||||
|
Reference in New Issue
Block a user