add message.delete.style config option

This commit is contained in:
Clément DOUIN
2024-03-23 17:07:41 +01:00
parent a5ef14da9f
commit ee9718a482
4 changed files with 41 additions and 26 deletions
+1
View File
@@ -254,6 +254,7 @@ impl TomlConfig {
read: c.read.map(|c| c.remote),
write: c.write.map(|c| c.remote),
send: c.send.map(|c| c.remote),
delete: c.delete.map(Into::into),
#[cfg(feature = "account-sync")]
sync: c.sync,
}),