Re: Setting up gmail for git send-email

2024-05-31 Thread pinoaffe
lucy writes: > A issue for me was the need for 2fa, msmtp can be configured to use 2fa using the tool mailctl. Mailctl is not currently packaged in guix, but see https://issues.guix.gnu.org/65976 for a half-year-old that adds it. on that topic: does anyone feel like reviewing these patches?

Re: Setting up gmail for git send-email

2024-05-30 Thread lucy
Thank you this works nicely and seems to bypass the need for 2fa All the best On 30/05/2024 09:25, Philip McGrath wrote: > On 5/29/24 23:21, Imran Iqbal wrote: >>> I am unsure if my reply on debuggs was sent, i am yet to get a email address >>> that supports git send-email,

Re: Setting up gmail for git send-email

2024-05-30 Thread lucy
email address >> that supports git send-email, >> Also if anyone sees this and has an invite to riseup email service ( should >> the service be capable of handling another stranger) then please may i have >> a invite?, google sux > I know that this is not the main point

Re: Setting up gmail for git send-email

2024-05-30 Thread Philip McGrath
On 5/29/24 23:21, Imran Iqbal wrote: I am unsure if my reply on debuggs was sent, i am yet to get a email address that supports git send-email, Also if anyone sees this and has an invite to riseup email service ( should the service be capable of handling another stranger) then please may i

Re: Setting up gmail for git send-email

2024-05-29 Thread Imran Iqbal
> I am unsure if my reply on debuggs was sent, i am yet to get a email address > that supports git send-email, > Also if anyone sees this and has an invite to riseup email service ( should > the service be capable of handling another stranger) then please may i have > a invite?

Re: git send-email

2023-11-19 Thread Philip McGrath
Hi, On Sun, Nov 19, 2023, at 12:27 PM, Felix Lechner wrote: > Hi Philip, > > On Sun, Nov 19 2023, Philip McGrath wrote: > >> 1. Can we reorganize things on the website so that the non-"devel" manual >> is much more prominent than the other one? > > Was the "non" possibly a typo? In my opinion, t

Re: git send-email

2023-11-19 Thread Matt
On Sun, 19 Nov 2023 17:22:47 +0100 Philip McGrath wrote --- > 2. I wish there were a Guix package I could install to read the HTML > documentation locally. This is probably the simplest way: 1. guix shell wget 2. wget https://guix.gnu.org/manual/en/guix.html According to the docs

Re: git send-email

2023-11-19 Thread Development of GNU Guix and the GNU System distribution.
Hi Philip, On Sun, Nov 19 2023, Philip McGrath wrote: > 1. Can we reorganize things on the website so that the non-"devel" manual is > much more prominent than the other one? Was the "non" possibly a typo? In my opinion, the non-devel manual should no longer be published. Please feel free to

Re: git send-email

2023-11-19 Thread Philip McGrath
On Sun, Nov 19, 2023, at 10:59 AM, Nicolas Débonnaire wrote: > Well, I just realised there is two version of the manual available and I was > looking at the wrong one from the beginning. (https://guix.gnu.org/en/manual/) > It looks like it's been fixed in the latest version. > (https://guix.gnu.o

Re: git send-email

2023-11-19 Thread Nicolas Débonnaire
reply instead of reply all in the previous mail) Le sam. 18 nov. 2023 à 18:26, Jack Hill a écrit : > On Sat, 18 Nov 2023, Nicolas Débonnaire wrote: > > > Hi, > > In guix documentation we have the following command to send the cover > letter of a patch serie: > > > &

Re: git send-email

2023-11-18 Thread Jack Hill
On Sat, 18 Nov 2023, Nicolas Débonnaire wrote: Hi, In guix documentation we have the following command to send the cover letter of a patch serie: git send-email outgoing/-cover-letter.patch -a \ --to=guix-patc...@debbugs.gnu.org \ $(etc/teams.scm cc-members ...) However

git send-email

2023-11-18 Thread Nicolas Débonnaire
Hi, In guix documentation we have the following command to send the cover letter of a patch serie: git send-email outgoing/-cover-letter.patch -a \ --to=guix-patc...@debbugs.gnu.org \ $(etc/teams.scm cc-members ...) However, Gmail responded with the following error: 550

[PATCH 0/4] git send-email

2015-06-28 Thread ericbavier
From: Eric Bavier This patch set adds some perl modules that I found I needed in order for `git send-email` to function properly for me on GuixSD. The wrapper logic is a bit messy, but I couldn't implement what I needed any more cleanly. Any suggestions would be most appreciated. We wou