mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 17:36:30 +03:00
fix: save custom username if user entered it
This commit is contained in:
@@ -219,7 +219,7 @@ pub enum Config {
|
||||
|
||||
/// Configured IMAP server username.
|
||||
///
|
||||
/// This is replaced by `configured_imap_servers` for new configurations.
|
||||
/// This is set if user has configured username manually.
|
||||
ConfiguredMailUser,
|
||||
|
||||
/// Configured IMAP server password.
|
||||
@@ -253,7 +253,7 @@ pub enum Config {
|
||||
|
||||
/// Configured SMTP server username.
|
||||
///
|
||||
/// This is replaced by `configured_smtp_servers` for new configurations.
|
||||
/// This is set if user has configured username manually.
|
||||
ConfiguredSendUser,
|
||||
|
||||
/// Configured SMTP server password.
|
||||
|
||||
Reference in New Issue
Block a user