mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
Update link to C core issue
This commit is contained in:
@@ -100,7 +100,8 @@ pub fn dc_receive_imf(
|
|||||||
// get From: (it can be an address list!) and check if it is known (for known From:'s we add
|
// get From: (it can be an address list!) and check if it is known (for known From:'s we add
|
||||||
// the other To:/Cc: in the 3rd pass)
|
// the other To:/Cc: in the 3rd pass)
|
||||||
// or if From: is equal to SELF (in this case, it is any outgoing messages,
|
// or if From: is equal to SELF (in this case, it is any outgoing messages,
|
||||||
// we do not check Return-Path any more as this is unreliable, see issue #150)
|
// we do not check Return-Path any more as this is unreliable, see
|
||||||
|
// https://github.com/deltachat/deltachat-core/issues/150)
|
||||||
let mut from_id = 0;
|
let mut from_id = 0;
|
||||||
let mut from_id_blocked = false;
|
let mut from_id_blocked = false;
|
||||||
let mut incoming = true;
|
let mut incoming = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user