From bc3d53d7a6dd5acb999c4512be00b11461f14e1d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 30 Jun 2000 17:09:29 +0000 Subject: [PATCH] Now that IMAP URLs use a slash delimiter, I think it looks better to use the base name as the name of the buffer. --- v7/src/imail/imail-imap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 2.25.1