Gnus development mailing list
 help / color / mirror / Atom feed
* Deleting attachments in archived messages
@ 2001-03-01 18:49 James Felix Black
  2001-03-01 20:26 ` Christoph Conrad
  2001-03-01 23:09 ` Kai Großjohann
  0 siblings, 2 replies; 7+ messages in thread
From: James Felix Black @ 2001-03-01 18:49 UTC (permalink / raw)


Hello,

Is it possible to strip attached files out of archived messages?

TIA,
(jfb)

-- 
To the last I grapple with thee; from hell's heart I stab at thee; for
hate's sake I spit my last breath at thee...




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-01 18:49 Deleting attachments in archived messages James Felix Black
@ 2001-03-01 20:26 ` Christoph Conrad
  2001-03-01 23:09 ` Kai Großjohann
  1 sibling, 0 replies; 7+ messages in thread
From: Christoph Conrad @ 2001-03-01 20:26 UTC (permalink / raw)
  Cc: lists.gnus, ding

>>>>> "James" == James Felix Black <jfb@visi.com> writes:

    James> Hello, Is it possible to strip attached files out of
    James> archived messages?

Since you have Ognus, try "C-o" on the button of the attachment.

i. A.
Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-01 23:09 ` Kai Großjohann
@ 2001-03-01 22:11   ` James Felix Black
  2001-03-01 23:40     ` Kai Großjohann
  2001-03-02  5:25     ` Andreas Fuchs
  0 siblings, 2 replies; 7+ messages in thread
From: James Felix Black @ 2001-03-01 22:11 UTC (permalink / raw)


> You can edit them and remove the MML tags manually.

Well, yes, of course.  I was looking for something a little less 1971,
though.

(jfb)

-- 
To the last I grapple with thee; from hell's heart I stab at thee; for
hate's sake I spit my last breath at thee...




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-01 18:49 Deleting attachments in archived messages James Felix Black
  2001-03-01 20:26 ` Christoph Conrad
@ 2001-03-01 23:09 ` Kai Großjohann
  2001-03-01 22:11   ` James Felix Black
  1 sibling, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2001-03-01 23:09 UTC (permalink / raw)
  Cc: ding

On 01 Mar 2001, James Felix Black wrote:

> Is it possible to strip attached files out of archived messages?

You can edit them and remove the MML tags manually.

kai
-- 
Be indiscrete.  Do it continuously.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-01 22:11   ` James Felix Black
@ 2001-03-01 23:40     ` Kai Großjohann
  2001-03-02  5:25     ` Andreas Fuchs
  1 sibling, 0 replies; 7+ messages in thread
From: Kai Großjohann @ 2001-03-01 23:40 UTC (permalink / raw)
  Cc: ding

[[ Deleted the strange `Gcc:Gcc:foo' mail address again. ]]

On 01 Mar 2001, James Felix Black wrote:
>> You can edit them and remove the MML tags manually.
> 
> Well, yes, of course.  I was looking for something a little less
> 1971, though.

Another idea: `C-d' on the message, then copy the part you want, then
delete the original.

kai
-- 
Be indiscrete.  Do it continuously.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-01 22:11   ` James Felix Black
  2001-03-01 23:40     ` Kai Großjohann
@ 2001-03-02  5:25     ` Andreas Fuchs
  2001-03-02 18:04       ` James Felix Black
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Fuchs @ 2001-03-02  5:25 UTC (permalink / raw)


On 2001-03-01, James Felix Black <jfb@visi.com> wrote:
>> You can edit them and remove the MML tags manually.
> Well, yes, of course.  I was looking for something a little less 1971,
> though.

If you want to do this for not-yet-archived messges, that should be what
you seek:

(require 'gnus-msg)
(defadvice gnus-inews-do-gcc 
  (around gnus-news-do-gcc-inhibit-body-encoding  first activate)
  (let ((message-inhibit-body-encoding t))
    ad-do-it))

I don't really know where I got that from, but it seems to work quite
well. 

regards,
-- 
Andreas Fuchs, <asf@acm.org>, <d96001@htlwrn.ac.at>, antifuchs



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Deleting attachments in archived messages
  2001-03-02  5:25     ` Andreas Fuchs
@ 2001-03-02 18:04       ` James Felix Black
  0 siblings, 0 replies; 7+ messages in thread
From: James Felix Black @ 2001-03-02 18:04 UTC (permalink / raw)


> I don't really know where I got that from, but it seems to work quite
> well. 

Beautiful.  This is exactly what I'm looking for.

(jfb)
-- 
To the last I grapple with thee; from hell's heart I stab at thee; for
hate's sake I spit my last breath at thee...




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-03-02 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01 18:49 Deleting attachments in archived messages James Felix Black
2001-03-01 20:26 ` Christoph Conrad
2001-03-01 23:09 ` Kai Großjohann
2001-03-01 22:11   ` James Felix Black
2001-03-01 23:40     ` Kai Großjohann
2001-03-02  5:25     ` Andreas Fuchs
2001-03-02 18:04       ` James Felix Black

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).