mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
docs: MimeFactory.member_timestamps has the same order as To: rather than RCPT TO:
This commit is contained in:
@@ -95,7 +95,7 @@ pub struct MimeFactory {
|
|||||||
/// Vector of pairs of past group member names and addresses.
|
/// Vector of pairs of past group member names and addresses.
|
||||||
past_members: Vec<(String, String)>,
|
past_members: Vec<(String, String)>,
|
||||||
|
|
||||||
/// Timestamps of the members in the same order as in the `recipients`
|
/// Timestamps of the members in the same order as in the `to`
|
||||||
/// followed by `past_members`.
|
/// followed by `past_members`.
|
||||||
///
|
///
|
||||||
/// If this is not empty, its length
|
/// If this is not empty, its length
|
||||||
|
|||||||
Reference in New Issue
Block a user