From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 10 08:02:30 2022 Received: (at submit) by debbugs.gnu.org; 10 Dec 2022 13:02:30 +0000 Received: from localhost ([127.0.0.1]:42651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3zUr-0004Oq-Lr for submit@debbugs.gnu.org; Sat, 10 Dec 2022 08:02:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:36904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3zUo-0004Oj-VZ for submit@debbugs.gnu.org; Sat, 10 Dec 2022 08:02:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3zUf-0004o1-OS for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2022 08:02:22 -0500 Received: from forward400p.mail.yandex.net ([77.88.28.105]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3zUd-0003B2-0U for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2022 08:02:17 -0500 Received: from vla5-04fcbc3a0ab0.qloud-c.yandex.net (vla5-04fcbc3a0ab0.qloud-c.yandex.net [IPv6:2a02:6b8:c18:3484:0:640:4fc:bc3a]) by forward400p.mail.yandex.net (Yandex) with ESMTP id A9D83643536 for ; Sat, 10 Dec 2022 16:01:43 +0300 (MSK) Received: by vla5-04fcbc3a0ab0.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id g1bSqFAYRCg1-TlApQRZ2; Sat, 10 Dec 2022 16:01:43 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1670677303; bh=6K819pLq9dE4K43N3ES/z34YgbYNmltb67xxpIFuV40=; h=Message-ID:Date:To:Subject:From; b=X4ieiv4fD196KXULP6Dxl50uYjueJMPEXxsNtb0W2k+zwsaJhNNy2UTM5PJLsJdsD 1TYY+T83qgSzylmHtp1Tfu50tH3R+nvuiWb0cc0ELP8JydZIE2oZ9IRS4Rx4SH/YpC 4mWaGxP+VZSqW1QShKnzD3dWEZb4L3pHSDuGD52k= Authentication-Results: vla5-04fcbc3a0ab0.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru From: Konstantin To: bug-gnu-emacs@gnu.org Subject: 29.0.60; gnus-summary-move/copy-article do not move/copy attachment Organization: Home X-Hashcash: 1:20:221210:bug-gnu-emacs@gnu.org::g84y9LhVzzXiJwTy:otF Date: Sat, 10 Dec 2022 16:01:42 +0300 Message-ID: <87a63vza2x.fsf@localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=77.88.28.105; envelope-from=reich-cv@yandex.ru; helo=forward400p.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I am using Gnus with IMAP backend. By default, I do not fetch attachments: nnimap-fetch-partial-articles "text/" Nevertheless, I expect that an article should be moved or copied to other group with its attachment "B m" (gnus-summary-move-article)/ "B c". It is not the case. Is it a bug or a feature? Things get more complicated when i fetch attachment prior to the move/copy. An article is copied with an attachment and is moved without an attachment.