From: Chris Hanson Date: Fri, 30 Jun 2000 17:09:29 +0000 (+0000) Subject: Now that IMAP URLs use a slash delimiter, I think it looks better to X-Git-Tag: 20090517-FFI~3416 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bc3d53d7a6dd5acb999c4512be00b11461f14e1d;p=mit-scheme.git Now that IMAP URLs use a slash delimiter, I think it looks better to use the base name as the name of the buffer. --- diff --git a/v7/src/imail/imail-imap.scm b/v7/src/imail/imail-imap.scm index 8887aaa7f..8b6db391e 100644 --- a/v7/src/imail/imail-imap.scm +++ b/v7/src/imail/imail-imap.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-imap.scm,v 1.130 2000/06/29 20:07:32 cph Exp $ +;;; $Id: imail-imap.scm,v 1.131 2000/06/30 17:09:29 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -74,7 +74,7 @@ (make-imap-url-string url (imap-url-mailbox url))) (define-method url-presentation-name ((url )) - (imap-url-mailbox url)) + (url-base-name url)) (define (compatible-imap-urls? url1 url2) ;; Can URL1 and URL2 both be accessed from the same IMAP session?