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 74a3b0a commit 8c4fa30Copy full SHA for 8c4fa30
src/receive_imf.rs
@@ -346,18 +346,9 @@ pub(crate) async fn receive_imf_inner(
346
},
347
)
348
.await?;
349
- let past_ids = add_or_lookup_contacts_by_address_list(
350
- context,
351
- &mime_parser.past_members,
352
- if !mime_parser.incoming {
353
- Origin::OutgoingTo
354
- } else if incoming_origin.is_known() {
355
- Origin::IncomingTo
356
- } else {
357
- Origin::IncomingUnknownTo
358
- },
359
- )
360
- .await?;
+ let past_ids =
+ add_or_lookup_contacts_by_address_list(context, &mime_parser.past_members, Origin::Hidden)
+ .await?;
361
362
update_verified_keys(context, &mut mime_parser, from_id).await?;
363
0 commit comments