From 82291cdad147e5a16963513abf6fb446497bda4a Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Fri, 8 Aug 2008 03:40:49 +0000 Subject: [PATCH] Change IMAIL-READ-FLAG to use visible defaults, rather than inserted defaults, and to specify the history index, so that the prompting facility will select a default at all. --- v7/src/imail/imail-top.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index bea3e22cc..c5d731e1a 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.306 2008/07/07 01:35:44 riastradh Exp $ +$Id: imail-top.scm,v 1.307 2008/08/08 03:40:49 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -830,8 +830,9 @@ With prefix argument N, removes FLAG from next N messages, (remove-duplicates (append standard-message-flags (folder-flags (selected-folder))) string=?))) - 'DEFAULT-TYPE 'INSERTED-DEFAULT + 'DEFAULT-TYPE 'VISIBLE-DEFAULT 'HISTORY 'IMAIL-READ-FLAG + 'HISTORY-INDEX 0 'REQUIRE-MATCH? require-match?)) ;;;; Message I/O -- 2.25.1