mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
refactor: rename automatic_relay_management to autorelay
"automatic_relay_management" is a long unwiedly name with no UI using the mode yet, so let's rename it to something more succinct: autorelay
This commit is contained in:
@@ -353,13 +353,13 @@ pub enum Config {
|
||||
LastCantDecryptOutgoingMsgs,
|
||||
|
||||
/// Timestamp of the last time automatic relay management was run
|
||||
LastAutomaticRelayManagement,
|
||||
LastAutorelay,
|
||||
|
||||
/// Whether to automatically add/remove transports
|
||||
AutomaticRelayManagement,
|
||||
Autorelay,
|
||||
|
||||
/// Whether automatic relay management successfully added the desired number of relays
|
||||
AutomaticRelayManagementFinished,
|
||||
AutorelayFinished,
|
||||
|
||||
/// Whether to avoid using IMAP IDLE even if the server supports it.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user