unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

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).