Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Patch 1/3: Fix prefix insertion logic



On Mon, May 1, 2023 at 5:52 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Mon, May 1, 2023 at 3:38 PM Felipe Contreras
> <felipe.contreras@xxxxxxxxx> wrote:
> >
> > I would recommend to configure `git sendemail` as sending patches to
> > any mailing list becomes much easier.
>
> This requires a recent enough version of git

No, it has always been there, even before 1.0 in 2005.

> (2.25 bundled with Ubuntu 20.04 doesn't have it, for example)

It's right there:

https://packages.ubuntu.com/focal/all/git-email/filelist

> and either a sendmail-like command or the ability to configure an SMTP
> server connection.

Yeah, which all servers I've ever used support, including Gmail. `git
send-email --help` explains how to configure Gmail as an SMTP server
[1].

Although personally I simply use msmtp [2], which works for other
programs and uses my keyring.

[1] https://git-scm.com/docs/git-send-email
[2] https://marlam.de/msmtp/

-- 
Felipe Contreras




Messages sorted by: Reverse Date, Date, Thread, Author