mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
remove now unused ImapConfig.imap_delimiter
This commit is contained in:
@@ -188,7 +188,6 @@ struct ImapConfig {
|
|||||||
/// True if the server has MOVE capability as defined in
|
/// True if the server has MOVE capability as defined in
|
||||||
/// https://tools.ietf.org/html/rfc6851
|
/// https://tools.ietf.org/html/rfc6851
|
||||||
pub can_move: bool,
|
pub can_move: bool,
|
||||||
pub imap_delimiter: char,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for ImapConfig {
|
impl Default for ImapConfig {
|
||||||
@@ -206,7 +205,6 @@ impl Default for ImapConfig {
|
|||||||
selected_folder_needs_expunge: false,
|
selected_folder_needs_expunge: false,
|
||||||
can_idle: false,
|
can_idle: false,
|
||||||
can_move: false,
|
can_move: false,
|
||||||
imap_delimiter: '.',
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user