Skip to content

Commit b4828c2

Browse files
committed
docs: MimeFactory.member_timestamps has the same order as To: rather than RCPT TO:
1 parent 7a4f0ee commit b4828c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimefactory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct MimeFactory {
9595
/// Vector of pairs of past group member names and addresses.
9696
past_members: Vec<(String, String)>,
9797

98-
/// Timestamps of the members in the same order as in the `recipients`
98+
/// Timestamps of the members in the same order as in the `to`
9999
/// followed by `past_members`.
100100
///
101101
/// If this is not empty, its length

0 commit comments

Comments
 (0)