Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <jvinson@chevax.ecs.umass.edu>
Subject: troubles with mail-source on NT, pgnus 0.77
Date: 23 Feb 1999 14:57:54 -0600	[thread overview]
Message-ID: <wk90do25yl.fsf@chevax.ecs.umass.edu> (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



             reply	other threads:[~1999-02-23 20:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-23 20:57 Jack Vinson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wk90do25yl.fsf@chevax.ecs.umass.edu \
    --to=jvinson@chevax.ecs.umass.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).