We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4f0ee commit b4828c2Copy full SHA for b4828c2
src/mimefactory.rs
@@ -95,7 +95,7 @@ pub struct MimeFactory {
95
/// Vector of pairs of past group member names and addresses.
96
past_members: Vec<(String, String)>,
97
98
- /// Timestamps of the members in the same order as in the `recipients`
+ /// Timestamps of the members in the same order as in the `to`
99
/// followed by `past_members`.
100
///
101
/// If this is not empty, its length
0 commit comments