Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Patch 1/3: Fix prefix insertion logic
- X-seq: zsh-workers 51698
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: Marlon Richert <marlon.richert@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Patch 1/3: Fix prefix insertion logic
- Date: Mon, 1 May 2023 23:49:44 -0500
- Archived-at: <https://zsh.org/workers/51698>
- In-reply-to: <CAH+w=7Zjy-TnNBqAGTt1seQgM73RwJAZQjGMdyi0OA-iA23Bhg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsRGPC1KMW9n_-L49mqp4CECdTFbUMK=5rT+NDXS_59QQ@mail.gmail.com> <CAMP44s0c+LodnNpGgRsUMsR96bDLTkqjC2E_WcD6eyVHo5+5Yw@mail.gmail.com> <CAHLkEDvjmWTrdG_vWuOSdpAsZP2riZe9V4MfFt08HhU9e=16-g@mail.gmail.com> <CAMP44s0OW6C9knL3GZ=k72GiaVfzKR9rp3rrJQADE4GpCeRv_w@mail.gmail.com> <CAH+w=7Zjy-TnNBqAGTt1seQgM73RwJAZQjGMdyi0OA-iA23Bhg@mail.gmail.com>
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