From: Taylor R. Campbell Date: Fri, 8 Aug 2008 03:40:49 +0000 (+0000) Subject: Change IMAIL-READ-FLAG to use visible defaults, rather than inserted X-Git-Tag: 20090517-FFI~259 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=82291cdad147e5a16963513abf6fb446497bda4a;p=mit-scheme.git 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. --- 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