emacs-devel
[Top][All Lists]
Advanced

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

Re: 3 bugs in Rmail


From: Glenn Morris
Subject: Re: 3 bugs in Rmail
Date: Tue, 11 Jan 2011 02:44:04 -0500

BTW, message.el's use of symbols and assq for header-name tests all
over the place is also bad because even if you intern string headers,
they have to have the same case in order to match, when mail headers
are case-insensitive. sendmail-user-agent-compose on other hand uses
assoc-string with case-folding and member-ignore-case, so it does not
have such issues.



reply via email to

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