From: Chris Hanson Date: Mon, 9 Apr 2001 13:17:28 +0000 (+0000) Subject: Add suggestion from hal to allow sorting of summary buffer. X-Git-Tag: 20090517-FFI~2870 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c4e828c45dcdb0c432b3ded9d2e3f7a6f0a6a079;p=mit-scheme.git Add suggestion from hal to allow sorting of summary buffer. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index cd889d727..fd09d88f5 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.112 2000/12/20 07:18:25 cph Exp $ +$Id: todo.txt,v 1.113 2001/04/09 13:17:28 cph Exp $ Bug fixes --------- @@ -29,6 +29,10 @@ MIME conformance New features ------------ +* Add ability to sort summary by sender. May as well allow sorting on + other fields as well. And once that's done, allow user to specify + multi-key sorting, such as "sort by sender, then by reverse date". + * Implement generic operation to say whether a folder is open or closed. This is needed to implement a command that closes open folders, prompting the user for each folder.