diff --git a/CHANGELOG.md b/CHANGELOG.md
index 544a02f..5a14b22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]
### Changed
+- Show list of mails and show them only on click.
- Removed Turbolinks to allow for simpler code in new features. Add new mail alert.
- Rewrote to use mostly pure php. Uses Javascript only where it’s necessary.
- fixed problem where only one domain is defined
diff --git a/README.md b/README.md
index 049e794..78adec9 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Disposable-mailbox can be installed by copying the src directory to a webserver.
2. download a [release](https://github.com/synox/disposable-mailbox/releases) or clone this repository
3. copy the files in the `src` directory to your web server (not the whole repo!).
4. rename `config.sample.php` to `config.php` and apply the imap settings. Move `config.php` to a safe location outside the `public_html`.
-5. edit `index.php` and set the new path to `config.php`.
+5. edit `index.php` and `json-api.php`: set the new path to `config.php`.
6. open it in your browser, check your php error log for messages.
diff --git a/src/frontend.template.php b/src/frontend.template.php
index ea52aca..f8d5711 100644
--- a/src/frontend.template.php
+++ b/src/frontend.template.php
@@ -38,6 +38,9 @@ $mailIdsJoinedString = filter_var(join('|', $mailIds), FILTER_SANITIZE_SPECIAL_C