mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Update src/contact.rs
fix typo
This commit is contained in:
@@ -318,7 +318,7 @@ impl Contact {
|
|||||||
/// that can only be set and updated by a From-header.
|
/// that can only be set and updated by a From-header.
|
||||||
///
|
///
|
||||||
/// The different names used in the function are:
|
/// The different names used in the function are:
|
||||||
/// - "name": name passed as funtion argument, belonging to the given origin
|
/// - "name": name passed as function argument, belonging to the given origin
|
||||||
/// - "row_name": current name used in the database, typically set to "name"
|
/// - "row_name": current name used in the database, typically set to "name"
|
||||||
/// - "row_authname": name as authorized from a contact, set only through a From-header
|
/// - "row_authname": name as authorized from a contact, set only through a From-header
|
||||||
/// Depending on the origin, both, "row_name" and "row_authname" are updated from "name".
|
/// Depending on the origin, both, "row_name" and "row_authname" are updated from "name".
|
||||||
|
|||||||
Reference in New Issue
Block a user