Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: gnus-article-view-part-as-charset automatically? (display of \223 \224 \351 etc.)
Date: Wed, 11 Jan 2017 08:14:09 +0900	[thread overview]
Message-ID: <b4mshoqa4ou.fsf@jpl.org> (raw)
In-Reply-To: <87h956daga.fsf@iki.fi>

On Tue, 10 Jan 2017 20:41:25 +0200, Teemu Likonen wrote:
> I'd first try this:
>     (setq gnus-default-charset 'windows-1252)

For a per group basis you can use `gnus-group-charset-alist' as
follows:

(add-to-list 'gnus-group-charset-alist
	     '("\\`nnml:foo\\.bar\\'" windows-1252))

or in the customization buffer:

[INS] [DEL] List:
            Group: \`nnml:foo\.bar\'
            Charset: windows-1252

This charset will be used if the header of an article, that is
stored in the nnml:foo.bar group, doesn't have the charset info.
It is of no effect for a part of a multipart article, though.

See also: `gnus-summary-show-article-charset-alist'
 -> (info "(gnus)Paging the Article")



  reply	other threads:[~2017-01-10 23:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-10 18:30 John Magolske
2017-01-10 18:41 ` Teemu Likonen
2017-01-10 23:14   ` Katsumi Yamaoka [this message]
2017-01-11  0:39     ` John Magolske
2017-01-11 10:49       ` Andreas Schwab
2017-01-12  1:18         ` John Magolske
2017-01-10 23:28   ` John Magolske
2017-01-18 23:18   ` John Magolske

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=b4mshoqa4ou.fsf@jpl.org \
    --to=yamaoka@jpl.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).