mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
IMAP Custom Name for Shared Folders ignored (closes #1620)
This commit is contained in:
@@ -136,7 +136,7 @@ impl JmapConfig {
|
||||
{
|
||||
match SpecialUse::parse_value(&key) {
|
||||
Ok(SpecialUse::Shared) => {
|
||||
if let Some(value) = config.value(&key) {
|
||||
if let Some(value) = config.value(("email.folders", key.as_str(), "name")) {
|
||||
shared_folder = value.to_string();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user