From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.5] (unknown [182.253.183.240]) by gnuweeb.org (Postfix) with ESMTPSA id CDC7A8166D; Sun, 20 Nov 2022 04:49:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1668919773; bh=IVrlfb7rsl1aNzjDlWSZAKP/SPIBylxgFwM7uaFv4iw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jtTWqbvC91/iqNEEbtezg+v/CEE/RpTkbSwMRELffliHRqZCVlzjjw5X5zBeOJSal Fkt134AGRXpP+yDNBINLmBFjRjzrg/kImLbbxjWyH+rPvVb5Se0qblD1Htt7Lj+YUF AG6ddAiuShZVeRKz+uraXB4t/jzbT3t2GsHthx9HfTKy9CjNQnLyNN0g6BKaIbew8K P/PjmKkE/TV10sJnkPRxPGSkYxcvyvr6yvZZzpLWMKaOOONfA+KkocxIEIi+bKnmCX tPLcsyCvEC8grIDJvYqSVrUgAg2+uMADTX+u7tRAE4Wlkl65P8GO33PZHMfKHzuMMO mMhF1GOU/HAuQ== Message-ID: <01cb31ca-f1f7-f67d-4bc9-04a392afee13@gnuweeb.org> Date: Sun, 20 Nov 2022 11:49:28 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 02/17] fix: utils: Fix .patch file payload To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221109025002.258-1-kiizuha@gnuweeb.org> <20221109025002.258-3-kiizuha@gnuweeb.org> Content-Language: en-US From: Ammar Faizi In-Reply-To: <20221109025002.258-3-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 11/9/22 9:49 AM, Muhammad Rizki wrote: > From the previous version 59d20af, the .patch file payload uses the > prepare_patch() `text` parameter that taken from the create_template() > `caption` returned which is the caption is already trimmed. With the > current fix, this should be use the full email payload instead so its > not bothering with the trimmed payload from the create_template(). I don't understand what you are talking about. Please fix your wording. -- Ammar Faizi