From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25906 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Saving an inlined attachment? Date: 14 Oct 1999 23:27:10 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87d7uhws41.fsf@pc-hrvoje.srce.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163214 16654 80.91.224.250 (21 Oct 2002 01:20:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:20:14 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA23857 for ; Thu, 14 Oct 1999 17:31:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB01732; Thu, 14 Oct 1999 16:30:14 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 14 Oct 1999 16:30:30 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA20566 for ; Thu, 14 Oct 1999 16:30:05 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA23816 for ; Thu, 14 Oct 1999 17:27:22 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 3.03 #1 (Debian)) id 11bsP4-0002VP-00 for ; Thu, 14 Oct 1999 23:27:14 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > 1) How can I save an attachment when it's been inlined by pgnus? Press `K b', and all the parts will be buttonized. Then you can use the context-sensitive right-mouse popup menus to save the attachment, or you can press ` K o'. > 2) Is it possible to save both the mail message and inlined > attachment exactly as they look in pgnus (i.e. I want to save out > the decoded attachment text along with the message body, not the > base-64 encoded data)? You can select the region and save it with `M-x write-region' or something. Gnus doesn't handle that because it's very rarely needed.