mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
re-add quotes in SEARCH command, comment
This commit is contained in:
@@ -335,7 +335,8 @@ impl Context {
|
||||
|
||||
// Separate impl block for self address handling
|
||||
impl Context {
|
||||
/// determine whether the specified addr maps to the/a self addr
|
||||
/// Determine whether the specified addr maps to the/a self addr.
|
||||
/// Returns `false` if no addresses are configured.
|
||||
pub(crate) async fn is_self_addr(&self, addr: &str) -> Result<bool> {
|
||||
Ok(self
|
||||
.get_config(Config::ConfiguredAddr)
|
||||
|
||||
Reference in New Issue
Block a user