From a150ada5c4d52910f6c5ae8a11deb33bd31455db Mon Sep 17 00:00:00 2001 From: Aine Date: Sun, 28 Aug 2022 17:35:15 +0300 Subject: [PATCH] [skip ci] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dddc98e..b34d4b2 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ An Email to Matrix bridge env vars -### mandatory - * **POSTMOOGLE_HOMESERVER** - homeserver url, eg: `https://matrix.example.com` * **POSTMOOGLE_LOGIN** - user login/localpart, eg: `moogle` * **POSTMOOGLE_PASSWORD** - user password @@ -60,7 +58,8 @@ You can find default values in [config/defaults.go](config/defaults.go) 4. Done. Mailbox owner and other options will be set automatically when you configure mailbox. If you want to change them - check available options in the help message (`!pm help`) -### Commands +
+Full list of available commands The following commands are supported @@ -80,6 +79,9 @@ The following commands are supported * **!pm nothreads** - Get or set `nothreads` of the room (`true` - ignore email threads; `false` - convert email threads into matrix threads) * **!pm nofiles** - Get or set `nofiles` of the room (`true` - ignore email attachments; `false` - upload email attachments) +
+ + ## Where to get [docker registry](https://gitlab.com/etke.cc/postmoogle/container_registry), [etke.cc](https://etke.cc)