add 'norecipient' room option, closes #35

This commit is contained in:
Aine
2022-10-07 23:07:57 +03:00
parent 6598e884c4
commit 70ef60c934
4 changed files with 40 additions and 18 deletions

View File

@@ -246,6 +246,7 @@ If you want to change them - check available options in the help message (`!pm h
---
* **!pm nosender** - Get or set `nosender` of the room (`true` - hide email sender; `false` - show email sender)
* **!pm norecipient** - Get or set `norecipient` of the room (`true` - hide recipient; `false` - show recipient)
* **!pm nosubject** - Get or set `nosubject` of the room (`true` - hide email subject; `false` - show email subject)
* **!pm nohtml** - Get or set `nohtml` of the room (`true` - ignore HTML in email; `false` - parse HTML in emails)
* **!pm nothreads** - Get or set `nothreads` of the room (`true` - ignore email threads; `false` - convert email threads into matrix threads)