Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org, bugs@gnus.org
Subject: Re: elisp encoding
Date: Thu, 01 Jul 2004 18:30:56 +0900	[thread overview]
Message-ID: <b9ylli4dqgf.fsf@jpl.org> (raw)
In-Reply-To: <b9y6598f5qh.fsf@jpl.org>

>>>>> In <b9y6598f5qh.fsf@jpl.org> Katsumi Yamaoka wrote:

> So, I think Gnus should fold very long lines by itself.  An easy
> way to do that is to replace all `8bit's with `quoted-printable'
> in the mm-content-transfer-encoding-defaults variable.  WDYT?

> (let (e)
>   (while (setq e (rassoc '(8bit)
> 			 mm-content-transfer-encoding-defaults))
>     (setcdr e '(quoted-printable))))

> Even if it is done, 7bit is used for short ascii lines.

It will probably be better to use qp-or-base64 than qp.



      reply	other threads:[~2004-07-01  9:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ufu0wuicqb.fsf@d-fens.mopniei.ru>
2004-06-30  5:50 ` Katsumi Yamaoka
2004-06-30  6:09   ` Katsumi Yamaoka
2004-06-30  8:24     ` Katsumi Yamaoka
2004-06-30 15:12       ` Ilya N. Golubev
     [not found]     ` <cbttc8$eop$2@quimby.gnus.org>
2004-06-30 10:27       ` Kai Grossjohann
2004-07-01  9:15         ` Katsumi Yamaoka
2004-07-01  9:30           ` Katsumi Yamaoka [this message]

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=b9ylli4dqgf.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.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).