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:
holger krekel
2026-08-23 18:08:14 +02:00
parent 96f051a2f0
commit a344cab046
8 changed files with 50 additions and 66 deletions

View File

@@ -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.
///