Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Fuchs <asf@acm.org>
Subject: Re: Deleting attachments in archived messages
Date: Fri, 02 Mar 2001 06:25:56 +0100	[thread overview]
Message-ID: <E14Yi4i-0000WZ-00@dahaIM.dyndns.org> (raw)
In-Reply-To: <86u25ddtr1.fsf@monsterisland.homonculus.net>

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



  parent reply	other threads:[~2001-03-02  5:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-01 18:49 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 [this message]
2001-03-02 18:04       ` James Felix Black

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E14Yi4i-0000WZ-00@dahaIM.dyndns.org \
    --to=asf@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).