From: Pascal Quesseveur <pquessev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Problem to identify a mail charset with Rmail
Date: Fri, 10 Apr 2015 17:44:51 +0200 [thread overview]
Message-ID: <86mw2goumk.fsf@gmail.com> (raw)
Hello,
charset identification in rmail is done in
rmail-get-coding-system. Regexp search fails when charset header is
not in lowercase. I think case-fold-search should be set to nil before
calling re-search-forward as it is done elsewhere in rmail.el:
(let ((case-fold-search nil))
(if (re-search-forward rmail-mime-charset-pattern nil t)
--
Pascal Quesseveur
pquessev@gmail.com
next reply other threads:[~2015-04-10 15:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 15:44 Pascal Quesseveur [this message]
2015-04-10 18:14 ` Problem to identify a mail charset with Rmail Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86mw2goumk.fsf@gmail.com \
--to=pquessev@gmail.com \
--cc=help-gnu-emacs@gnu.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 read-only IMAP folder(s) and NNTP newsgroup(s).