From d7eb0456662c1ea8d18466d23049942d6757684b Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Mon, 8 Sep 2008 22:27:02 +0000 Subject: [PATCH] When walking the body of a message/rfc822 body to insert the latter in-line, add BODY to the selector to disambiguate the message/rfc822 body from its own body. MIME selectors as used by the front end continue to diverge from IMAP sections, which appear to make little sense (although this requires further testing with more IMAP server implementations). --- v7/src/imail/imail-top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index 0e5b290ff..9eeaecd43 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: imail-top.scm,v 1.313 2008/09/08 20:40:59 riastradh Exp $ +$Id: imail-top.scm,v 1.314 2008/09/08 22:27:02 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -2582,7 +2582,7 @@ WARNING: With a prefix argument, this command may take a very long (insert-header-fields (mime-body-message-header-fields body) #f mark) (walk-mime-body entity (mime-body-message-body body) - selector + `(,@selector BODY) (make-walk-mime-subcontext context body #f) mark insert-mime-body-inline -- 2.25.1