Don't echo server's mailbox name to the user.
authorChris Hanson <org/chris-hanson/cph>
Thu, 24 May 2001 19:12:41 +0000 (19:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 24 May 2001 19:12:41 +0000 (19:12 +0000)
v7/src/imail/imail-imap.scm

index e4f25b9c428962fdd901ba9f5bad20887a57b0da..85836110e7cc243494859a6dac37d1f0688571c4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-imap.scm,v 1.161 2001/05/24 19:03:52 cph Exp $
+;;; $Id: imail-imap.scm,v 1.162 2001/05/24 19:12:41 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
 ;;;
      (imap:command:no-response connection 'LOGIN user-id pass-phrase))))
 
 (define (imap:command:select connection mailbox)
-  ((imail-ui:message-wrapper "Select mailbox " mailbox)
+  ((imail-ui:message-wrapper "Selecting mailbox")
    (lambda ()
      (imap:command:no-response connection 'SELECT
                               (imap:encode-mailbox-name mailbox)))))