From 1ca23a7479de038b4be976ec1ecb4aa07d754cc6 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 9 Feb 2020 03:28:59 +0300 Subject: [PATCH] Update link to C core issue --- src/dc_receive_imf.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dc_receive_imf.rs b/src/dc_receive_imf.rs index 2614d18ca..c5a8f84c1 100644 --- a/src/dc_receive_imf.rs +++ b/src/dc_receive_imf.rs @@ -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 // the other To:/Cc: in the 3rd pass) // 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_blocked = false; let mut incoming = true;