Don't hack mail address any longer. Students now have real accounts.
authorChris Hanson <org/chris-hanson/cph>
Sat, 11 Sep 1999 03:26:06 +0000 (03:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 11 Sep 1999 03:26:06 +0000 (03:26 +0000)
v7/src/6001/edextra.scm

index 8664c5a942bda8653c217b5252ae61f15abbec1c..e13a4fe96b3d197b8df6e44d364e3064ce3e348c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edextra.scm,v 1.28 1999/01/28 04:01:02 cph Exp $
+$Id: edextra.scm,v 1.29 1999/09/11 03:26:06 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
@@ -390,6 +390,8 @@ option the file from the problem set will not be installed.
 (set-variable! version-control true)
 (set-variable! trim-versions-without-asking true)
 
+#|
+;; No longer needed.
 (if (eq? 'UNIX microcode-id/operating-system)
     (set-variable!
      mail-header-function
@@ -408,6 +410,7 @@ option the file from the problem set will not be installed.
                 (insert-string "Reply-to: " point)
                 (insert-string reply-to point)
                 (insert-newline point))))))))
+|#
 
 (set-variable! select-buffer-not-found-hooks
               (cons (lambda (name)