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: Eric Abrahamsen
Subject: Re: [ELPA] Package proposal: gnus-mock
Date: Fri, 12 Oct 2018 12:57:58 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Yuri Khan <address@hidden> writes:

> 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

Cool! That looks convincing to me :) I'm going to commit it, and see if
anyone complains.

Thanks,
Eric



reply via email to

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