help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem to identify a mail charset with Rmail


From: Pascal Quesseveur
Subject: Problem to identify a mail charset with Rmail
Date: Fri, 10 Apr 2015 17:44:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]