From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Frederik.Fouvry@CoLi.Uni-SB.DE Newsgroups: gmane.emacs.bugs Subject: rmail-reply replies to different addresses dependent on rmail-enable-mime Date: Sun, 1 Jun 2003 22:44:46 +0200 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200306012044.h51KikoB001542@cc.at.coli.uni-sb.de> Reply-To: Frederik Fouvry NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054500342 32621 80.91.224.249 (1 Jun 2003 20:45:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 20:45:42 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 01 22:45:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MZi0-0008Tk-00 for ; Sun, 01 Jun 2003 22:45:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MZjb-0007si-FR for gnu-bug-gnu-emacs@m.gmane.org; Sun, 01 Jun 2003 16:47:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MZiY-0006so-GY for bug-gnu-emacs@gnu.org; Sun, 01 Jun 2003 16:46:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MZhh-0005lI-4P for bug-gnu-emacs@gnu.org; Sun, 01 Jun 2003 16:45:21 -0400 Original-Received: from top.coli.uni-sb.de ([134.96.68.10]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MZhE-0005Mx-A5 for bug-gnu-emacs@gnu.org; Sun, 01 Jun 2003 16:44:52 -0400 Original-Received: from cc.at.coli.uni-sb.de (cc.at.coli.uni-sb.de [134.96.104.80]) by top.coli.uni-sb.de (8.9.3p2/8.9.0) with ESMTP id WAA01728; Sun, 1 Jun 2003 22:44:47 +0200 (MET DST) Original-Received: from cc.at.coli.uni-sb.de (localhost [127.0.0.1]) by cc.at.coli.uni-sb.de (8.12.5/8.12.8) with ESMTP id h51Kili5001546; Sun, 1 Jun 2003 22:44:47 +0200 Original-Received: (from fouvry@localhost) by cc.at.coli.uni-sb.de (8.12.5/8.12.8/Submit) id h51KikoB001542; Sun, 1 Jun 2003 22:44:46 +0200 Original-To: bug-gnu-emacs@gnu.org X-Mailer: GNU Emacs X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5212 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-08-29 on astest configured using `configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: POSIX value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: de_DE@euro value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Needed: an rmail buffer with a message that contains a Reply-To field with an address which is different from the From field; Do: type r (rmail-reply) in the rmail buffer The buffer *mail* now contains a message to the address in the Reply-To field (this is what I expect) M-x set-variable RET rmail-enable-mime RET t RET type r The buffer *mail* now contains a message to the address in the From field, and the Reply-To field is ignored. I would expect it to construct a message to the address in the Reply-To field. Thanks, Frederik Fouvry PS: It should be possible to use this message to test this: I added a From field which is different from the Reply-to field (but it's also a valid address).