synchronous-subprocess execution.
;;; -*-Scheme-*-
;;;
-;;; $Id: os2.scm,v 1.31 1996/05/11 08:46:35 cph Exp $
+;;; $Id: os2.scm,v 1.32 1996/05/12 07:14:12 cph Exp $
;;;
;;; Copyright (c) 1994-96 Massachusetts Institute of Technology
;;;
"-p" (os2-pop-client-password password)
"-o" target
server)))
- (apply run-synchronous-process #f (buffer-end buffer) #f #f
+ (apply run-synchronous-process
+ #f (cons (buffer-end buffer) #t) #f #f
"popclient"
"-3"
(if (ref-variable rmail-pop-delete)
;;; -*-Scheme-*-
;;;
-;;; $Id: unix.scm,v 1.70 1996/05/11 08:46:52 cph Exp $
+;;; $Id: unix.scm,v 1.71 1996/05/12 07:14:21 cph Exp $
;;;
;;; Copyright (c) 1989-96 Massachusetts Institute of Technology
;;;
password-options
(list "-o" target server))))
(apply run-synchronous-process
- #f (buffer-end buffer) #f #f
+ #f (cons (buffer-end buffer) #t) #f #f
"popclient"
"-3"
(if (ref-variable rmail-pop-delete)