From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 964FC6DE0943 for ; Wed, 7 Dec 2016 07:05:38 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e41uRV6NLIR1 for ; Wed, 7 Dec 2016 07:05:37 -0800 (PST) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by arlo.cworth.org (Postfix) with ESMTPS id 85F446DE0927 for ; Wed, 7 Dec 2016 07:05:37 -0800 (PST) Received: by mail-oi0-f49.google.com with SMTP id y198so419300843oia.1 for ; Wed, 07 Dec 2016 07:05:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dukefoo-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=w2UBhQ42+md+BXqM/8psqrBenOFBGXBpQIPzs4LKLuA=; b=Vpgsx5XMAyxz38sRklSZwwEE6eXYQ88OIRD5dF4pzimIMCycfPvmsqJVfP7M7TrpUg 2DXC6KjuQ8AAqaK7nUBeo8g7wzn4J52uHfKBNh4x2r+wM+9JF/jIbE30YGVsIuJoQXTh MV2IOSlBSlP4ZF13hT+eU1h+S3aGldl76+bWY5/S6HgJ7o9q/lrls1pgLH3f/T1RytjJ 5R3ehuD5iLQXOiKCrSNIrzHVecW6bgwCZGfpeHt0SnCCD9sRg4tUbOz7fiNv52ojfvn5 W7hXnth8q3vuknO41fCS1KPzEYStsQO1Sfm/0QTpwVkjZR5lCwFVxfmK/tGc4fPZU3xY jcqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=w2UBhQ42+md+BXqM/8psqrBenOFBGXBpQIPzs4LKLuA=; b=SdNF2Yeaze58uq0HmQRt0Z4fIS7x0mwCIjTeCtEro+zif4claKN4wYg8siej7X9384 /n5FZH2L5WsMh6RuZZRcnvjCqapfGxUmSPX2UU005FF4ivSWkgdW31/q8m87BzwgZyQp Q6Fcq5pyVgtMvup/q/LaZm9jYP9H0KlMj0yFdUmHBJJAq696R/kPWrSnvTD+JVvAcneF GGqv5a+s5fDBFXy8LoAvorqgzxBfX0Tr9DDc/JrLIulbyywYToVcM/nMF/Lk5usJagzz s/sVOZ7nwb0SJ7uKj4nRbl94Dl3eHs4XraM+32NRhQS8pgJ7f7nP0ii6ceC23dhIJXF2 xwLg== X-Gm-Message-State: AKaTC03bWTerPFQa9GPFTGncKngjvPsJpYtk/m/mYMDWzQ+FYuLMrvfuVzbEtfN+jZqACQ== X-Received: by 10.157.29.157 with SMTP id y29mr40801307otd.228.1481123136686; Wed, 07 Dec 2016 07:05:36 -0800 (PST) Received: from localhost ([2602:30a:c025:da20:3617:ebff:fecc:a65c]) by smtp.gmail.com with ESMTPSA id 66sm9386368oid.29.2016.12.07.07.05.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Dec 2016 07:05:36 -0800 (PST) From: MaDhAt2r To: Daniele Arosio , notmuch@notmuchmail.org Subject: Re: remove attachments In-Reply-To: <536611e0-1302-feb5-c602-dd2077ccc6ef@cnr.it> References: <536611e0-1302-feb5-c602-dd2077ccc6ef@cnr.it> Date: Wed, 07 Dec 2016 09:05:34 -0600 Message-ID: <874m2fye2p.fsf@ArchNemesis.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 15:05:38 -0000 When you say detach, do you mean to open them, save them, or delete them from the actual email? On Dec 07 at 02:02 PM, Daniele Arosio said thus: > Dear all, > I come across notmuch only recently and I am about to switch to it, but > I still missing a way to detach files (like pdf, docx...) from my emails > sitting say in inbox. > > Is there any way to accomplish attachment deletion through emacs front > end or any other command line approach? > > Thanks > > daniele > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch