emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ELPA] Package proposal: gnus-mock


From: Yuri Khan
Subject: Re: [ELPA] Package proposal: gnus-mock
Date: Sat, 13 Oct 2018 02:24:43 +0700

On Sat, Oct 13, 2018 at 2:03 AM Eric Abrahamsen <address@hidden> wrote:

> All I've got to work with is the value of `sendmail-program'. I can't
> even stick the script name in `message-sendmail-extra-arguments',
> because Python will complain about the "-oi" argument.
>
> All I can think of is providing a separate executable for Windows users,
> but I don't know what that executable would look like.

Pretty much like this, if my Windows scripting has not rusted away
completely yet:

=== fake-sendmail.cmd
@echo off
set ERRORLEVEL=
call python fake-sendmail.py %*
exit /b %ERRORLEVEL%
=== end fake-sendmail.cmd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]