Update link to C core issue

This commit is contained in:
Alexander Krotov
2020-02-09 03:28:59 +03:00
parent 61daf7218d
commit 1ca23a7479

View File

@@ -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;