feat: Add Config::FixIsChatmail

Add a config option preventing autoconfiguring `IsChatmail` for tests.
This commit is contained in:
iequidoo
2024-07-09 15:52:09 -03:00
committed by iequidoo
parent 92685189aa
commit 6513349c09
4 changed files with 32 additions and 9 deletions

View File

@@ -257,6 +257,9 @@ pub enum Config {
/// True if account is a chatmail account.
IsChatmail,
/// True if `IsChatmail` mustn't be autoconfigured. For tests.
FixIsChatmail,
/// True if account is muted.
IsMuted,