Simplify meaning of CONTAINER-URL; it no longer does anything special
authorChris Hanson <org/chris-hanson/cph>
Thu, 24 May 2001 17:46:51 +0000 (17:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 24 May 2001 17:46:51 +0000 (17:46 +0000)
commit87fe7f31c9144c054b4a8409330fe3681c568643
treec6b6811961a2ac4fb37cc18f29a3273e7e20f1d9
parentb98e3009aa72d76ccb6a38c30b22c1c8c834501a
Simplify meaning of CONTAINER-URL; it no longer does anything special
for IMAP URLs.  Define new operation CONTAINER-URL-FOR-PROMPT that has
the behavior that CONTAINER-URL used to.

Implement new operation URL-CHILD-NAME which is now the complement to
CONTAINER-URL.  These operations now return compatible halves of the
URL, which may be recombined using MAKE-CHILD-URL to obtain the
original URL.

Change implementation of URL-PRESENTATION-NAME; it now just calls
URL-CHILD-NAME, stripping a slash off the end if present.

Clarify definition of URL-BASE-NAME.

Revert CONTAINER-CONTENTS back to CONTAINER-URL-CONTENTS.  Maybe
tomorrow I'll change my mind again.
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-top.scm