New operation CONTAINER-URL-CONTENTS.
authorChris Hanson <org/chris-hanson/cph>
Tue, 15 May 2001 19:47:02 +0000 (19:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 15 May 2001 19:47:02 +0000 (19:47 +0000)
commitd88ce6fd5c9904d8825db9a819a1f7cfe378c02a
tree56dfa0d683279e8d5ba9f8614bafbf36b2084f4a
parentbdb7abfb65435467a746af3bedea522c6ec72b69
New operation CONTAINER-URL-CONTENTS.

Reimplemented URL-IS-SELECTABLE? for file folders.  New implementation
probes the file to determine if it is a known type.

File-folder completion now only considers files of known type and
directories.  It also doesn't consider "." and ".." directories.

Code that mapped IMAP heirarchy delimiters was broken, although this
caused no practical consequences.  It has been reimplemented to make
it both correct and simpler.

IMAP-folder completion used to probe subfolders of a folder to
determine if a folder should have a "/" at the end.  This was wasteful
of network bandwidth and had no practical consequences, so it has been
changed to not do this.
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-rmail.scm
v7/src/imail/imail-umail.scm
v7/src/imail/imail-util.scm