mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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.
|
||||
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`.
|
||||
///
|
||||
/// If this is not empty, its length
|
||||
|
||||
Reference in New Issue
Block a user