Gnus development mailing list
 help / color / mirror / Atom feed
* troubles with mail-source on NT, pgnus 0.77
@ 1999-02-23 20:57 Jack Vinson
  1999-02-26  8:29 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Jack Vinson @ 1999-02-23 20:57 UTC (permalink / raw)


I've tried to debug the code a little to see what is happening in
mail-source.  I think the basic source of the problem for me is that
mail-source now calls movemail like this:
   (call-process shell-file-name nil nil nil shell-command-switch 
		 "movemail user@server tofile password")
However, nnmail used to call-process movemail directly:
  (apply
   'call-process (append                                      
		  (list (expand-file-name nnmail-movemail-program exec-directory)   
                        nil errors nil inbox tofile)
		  (when nnmail-internal-password              
		    (list nnmail-internal-password))          
		  (when nnmail-movemail-args                  
		    nnmail-movemail-args)))

This difference seems to be critical for those poor saps who are stuck on
NT boxes.  I thought that it might have something to do with the function
that is the shell-file-name, but it seems to be set correctly and hasn't
given me trouble with other code.

The big question is _why_ is there this difference in the calling
structures.

-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: I like the way ONLY their mouths move..  They look like DYING OYSTERS



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-03-02 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-23 20:57 troubles with mail-source on NT, pgnus 0.77 Jack Vinson
1999-02-26  8:29 ` Lars Magne Ingebrigtsen
1999-02-26 17:50   ` Jack Vinson
1999-03-01 16:27     ` Alfred J Correira
1999-03-01 16:30       ` Kai.Grossjohann
1999-03-02 15:05       ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).