Fix bug: STATUS command returns a response! (Duh)
authorChris Hanson <org/chris-hanson/cph>
Sat, 3 Jun 2000 07:16:33 +0000 (07:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 3 Jun 2000 07:16:33 +0000 (07:16 +0000)
v7/src/imail/imail-imap.scm

index 29cc695b30e57bcf435fa6593092a36e3c991c2e..be131621a3fcf951ba69da9250e1bec0a28dd7ae 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-imap.scm,v 1.102 2000/06/02 17:25:18 cph Exp $
+;;; $Id: imail-imap.scm,v 1.103 2000/06/03 07:16:33 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
      (imap:command:no-response connection 'SELECT mailbox))))
 
 (define (imap:command:status connection mailbox items)
-  (imap:command:no-response connection 'STATUS mailbox items))
+  (imap:command:single-response imap:response:status? connection
+                               'STATUS mailbox items))
 
 (define (imap:command:fetch connection index items)
   (imap:command:single-response imap:response:fetch? connection