* Implement container URLs, which are separate from folder URLs.
authorChris Hanson <org/chris-hanson/cph>
Sun, 13 May 2001 03:46:17 +0000 (03:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 13 May 2001 03:46:17 +0000 (03:46 +0000)
commit818ec0918cfd0c0659185896b80d9057668b8410
treed72fbdfc5a727198510577b993b78dfe7ff7573e
parent73aca627ddf29ef30ab3141af41061972828b0b9
* Implement container URLs, which are separate from folder URLs.
  These are implemented as directories for file-based folders.  IMAP
  folders are also containers.

* Eliminate URL-CONTAINER-STRING; now there is URL-CONTAINER that
  returns a container URL.

* Rename URL-SELECTABLE? to URL-IS-SELECTABLE?.

* Eliminate "rmail" and "umail" protocols in favor of "file".  This
  now covers both Rmail and unix-mail folders, as well as directories.
  The actual file type is determined by probing the first few bytes of
  the file for known patterns.  The names "rmail" and "umail" are now
  treated as equivalent to "file" for upwards compatibility.

* Change prompting code in front end so that it is possible to specify
  that the returned folder satisfies URL-IS-SELECTABLE?.  Also add a
  procedure to prompt for a container.
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-top.scm
v7/src/imail/imail-umail.scm