Fix compilation problems.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Apr 2000 21:50:35 +0000 (21:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Apr 2000 21:50:35 +0000 (21:50 +0000)
v7/src/imail/imail-imap.scm
v7/src/imail/imail.pkg

index ccb997ecaf2c10d2e5cfa149206574fadb5eae4d..f5acd83163022514154f6f51ff09c5c8fac2235c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-imap.scm,v 1.1 2000/04/18 21:44:48 cph Exp $
+;;; $Id: imail-imap.scm,v 1.2 2000/04/18 21:50:35 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
 ;;;; Server operations
 
 (define-method %open-folder ((url <imap-url>))
-  )
+  ???)
 
 (define-method %new-folder ((url <imap-url>))
-  )
+  ???)
 
 (define-method %delete-folder ((url <imap-url>))
-  )
+  ???)
 
 (define-method %move-folder ((url <imap-url>) (new-url <imap-url>))
-  )
+  ???)
 
 (define-method %copy-folder ((url <imap-url>) (new-url <imap-url>))
-  )
+  ???)
 
 (define-method available-folder-names ((url <imap-url>))
-  )
+  ???)
 
 (define-method subscribed-folder-names ((url <imap-url>))
-  )
+  ???)
 \f
 ;;;; Folder
 
index 4c2c3d032c8dc922efb1fede59a1ce5e4e60cdf3..d6751f6bf2cc940c59028a98a6b648487ea98f62 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail.pkg,v 1.14 2000/04/18 21:44:47 cph Exp $
+;;; $Id: imail.pkg,v 1.15 2000/04/18 21:50:34 cph Exp $
 ;;;
 ;;; Copyright (c) 2000 Massachusetts Institute of Technology
 ;;;
         "imail-file"
         "imail-rmail"
         "imail-umail"
-        "imail-imap-url"
         "imail-top")
   (parent (edwin))
   (import (edwin rmail)