Gnus development mailing list
 help / color / mirror / Atom feed
From: "Rene H. Larsen" <renehl@post1.tele.dk>
Subject: Re: Workaround for quoted printable encoding of attachments
Date: 12 Sep 1999 05:14:07 +0200	[thread overview]
Message-ID: <87puzoddog.fsf@renehl.ournet.dk> (raw)
In-Reply-To: Shenghuo ZHU's message of "11 Sep 1999 20:55:25 -0400"

Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> >>>>> "R" == Rene H Larsen <renehl@post1.tele.dk> writes:
> 
> R> If you, like me, have problems with binary attachments in pGnus being
> R> encoded as quoted printable instead of in base64, this may help you.
> [...]
> R> This does not fix the underlying problem, but should merely be
> R> regarded as a workaround.
> 
> I guess your solution is not appropriate. Why not try the following
> code in your .gnus?
> 
> (setq mm-content-transfer-encoding-defaults
>   '(("text/x-patch" 8bit)
>     ("text/.*" qp-or-base64)
>     ("message/rfc822" 8bit)
>     ("application/emacs-lisp" 8bit)
>     ("application/x-patch" 8bit)
>     (".*" base64)))

This is much nicer, thanks.  My workaround was just a desperate try at 
solving an immediate problem.

Why is something like this not the default, by the way?  It doesn't
make sense to QP encode most binary formats since newlines might be
screwed up at the receiving end.
-- 
#!/usr/bin/perl -w
for(0..12){$b[$_]="|".($_==6?"-":" ")x78}for(0..78){substr($b[-
(sin($_*3.1415/22)-1)*6.499],$_,1)="*"}print join "\n",@b,"";


  reply	other threads:[~1999-09-12  3:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-11 12:41 Rene H. Larsen
1999-09-12  0:55 ` Shenghuo ZHU
1999-09-12  3:14   ` Rene H. Larsen [this message]
1999-09-12 14:54     ` Shenghuo ZHU

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=87puzoddog.fsf@renehl.ournet.dk \
    --to=renehl@post1.tele.dk \
    /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).