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 aa47331 commit 5e800b1Copy full SHA for 5e800b1
src/mimefactory.rs
@@ -87,7 +87,7 @@ pub struct MimeFactory {
87
/// e.g. if members are hidden for broadcast lists.
88
to: Vec<(String, String)>,
89
90
- /// Vector of pairs of past group member name and addresses.
+ /// Vector of pairs of past group member names and addresses.
91
past_members: Vec<(String, String)>,
92
93
/// Timestamps of the members in the same order as in the `recipients`
0 commit comments