all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.