* Problem to identify a mail charset with Rmail
@ 2015-04-10 15:44 Pascal Quesseveur
2015-04-10 18:14 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Pascal Quesseveur @ 2015-04-10 15:44 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem to identify a mail charset with Rmail
2015-04-10 15:44 Problem to identify a mail charset with Rmail Pascal Quesseveur
@ 2015-04-10 18:14 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2015-04-10 18:14 UTC (permalink / raw)
To: help-gnu-emacs
> From: Pascal Quesseveur <pquessev@gmail.com>
> Date: Fri, 10 Apr 2015 17:44:51 +0200
>
> 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
You mean, to t, right?
Please report this as a bug using "M-x report-emacs-bug RET", and
preferably also show an example of such a message.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-10 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 15:44 Problem to identify a mail charset with Rmail Pascal Quesseveur
2015-04-10 18:14 ` Eli Zaretskii
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).