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=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.183.247]) by gnuweeb.org (Postfix) with ESMTPSA id 03FC18131D; Sat, 22 Oct 2022 07:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666424683; bh=JcIhIEYCge7lSOfcuzDqxOKyoyFrVR3ZmdcPJkQl27A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JFCM2vXmtU4BZARhlGxAcrqfp3ixEK5R8ofsSEQfRKLwcr6UfrEZWPSHYeJy4YFpF Z/4sBGOxyDRVKuY4fDoswDUCUmI3k5RjcUC9NWPOixgAQcZsczFGP9gCK9rC3K2cb7 igqDFkiTf+zdef4XQy4f4nE15bnR1dY/OyIB9yCzT7+lQuwS/LISewG4Lco2mZgI0L IpkxsdOXI+/5uGEhHITv0+8tBfew2amBE1kcSWEP2q9F6+NUQYes4WzGyOabdrTtsV 3gYfZT42cQzN/Bpy+NviLL9jGQRFwDvtV/ztmBdZ1eXRrKLWVxVWiHZ4ivZiAxHRvD B6JanoHOoEPKw== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH v4 0/9] Fix some bugs and add some features Date: Sat, 22 Oct 2022 14:44:37 +0700 Message-Id: <166642464431.242730.17043152682431678476.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221022065149.865-1-kiizuha@gnuweeb.org> References: <20221022065149.865-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Sat, 22 Oct 2022 13:51:40 +0700, Muhammad Rizki wrote: > This is v4 revision of fix some bugs and add some features. > This series is to fix > > This series is to fix some bugs, improve some codes, add some new > features and add enumeration. These bugs should have been fixed now, > and the email file attachments should have been removed after all > attachments have been sent. > > [...] Applied, thanks! [1/9] discord: Add send_text_mail_interaction() commit: d5aa7ce0be3681ebc976e5190bd3346d857d35ee [2/9] discord: Add send_patch_mail_interaction() commit: 6042615e846d4e62379aa1a1592444d7c072bfe9 [3/9] discord: Add get lore mail slash command commit: acd051cc10465c89f7c741fae65f3d5de558b30c [4/9] atom: Improve remove_patch() commit: 1afda802c0f2f7e6311cd0b9ef3a739ce4dcf179 [5/9] atom: add get_decoded_payload() commit: 0e5194f41e33914fc914e7a6300615ac3e39f1c5 [6/9] telegram: Fix get lore command commit: 4b24c92ef238a8c0b629c7fef616bfd690fae81a [7/9] atom: Improve extract_body() commit: d64c49ac8c40e5bf83eea6d04fe88813b19ac506 [8/9] enum: Add Platform enumeration commit: 7896dacc2a5f29bbc8aa72a23068b68a2b847a72 [9/9] enum: Use the created Platform class enumeration commit: 3c1fc79dcdc222a4cf8c594a4c7e352cd9103bed Best regards, -- Ammar Faizi