From: Chris Hanson Date: Sat, 29 Sep 2001 01:04:53 +0000 (+0000) Subject: Add disk cache for IMAP folders. X-Git-Tag: 20090517-FFI~2540 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=48492fc31546a0cc68975eda87bcd4e7acc01b05;p=mit-scheme.git Add disk cache for IMAP folders. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 283081e91..8448709ec 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.132 2001/09/14 17:23:27 cph Exp $ +$Id: todo.txt,v 1.133 2001/09/29 01:04:53 cph Exp $ Bug fixes --------- @@ -75,10 +75,6 @@ New features should use UIDs for IMAP folders; for other folders perhaps the message ID can be used. -* Set the IMAIL buffer's modification bit to indicate whether the - folder is locally modified. Meaningful only for file folders. Hook - up the save-folder code into M-x save-some-buffers. - * Implement file backup when writing file folders. * Generate file I/O messages when reading and writing file folders.