feat: add is_muted config option

This commit is contained in:
B. Petersen
2024-07-09 11:11:12 +02:00
committed by link2xt
parent 9a6147b643
commit 81777fac47
3 changed files with 28 additions and 0 deletions

View File

@@ -257,6 +257,9 @@ pub enum Config {
/// True if account is a chatmail account.
IsChatmail,
/// True if account is muted.
IsMuted,
/// All secondary self addresses separated by spaces
/// (`addr1@example.org addr2@example.org addr3@example.org`)
SecondaryAddrs,