Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-12-01 Thread zimoun
Hi Pierre, On Tue, 01 Dec 2020 at 10:10, Pierre Neidhardt wrote: > So here is my final, hopefully fully-functioning version then: I am testing it. Thanks! Cheers, simon

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-12-01 Thread Pierre Neidhardt
Ah! That's good to know! So here is my final, hopefully fully-functioning version then: --8<---cut here---start->8--- (defvar ambrevar/known-mailing-list-archives '(("help-guix@gnu.org" . "guix") ("guix-de...@gnu.org" . "guix") ("debbugs.gnu.org" .

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-30 Thread Kyle Meyer
Pierre Neidhardt writes: > --8<---cut here---start->8--- > (defvar ambrevar/known-mailing-list-archives > '(("help-guix@gnu.org" . "guix-user") > ("guix-de...@gnu.org" . "guix-devel") > ("debbugs.gnu.org" . "guix-bugs")) > "Alist of mail adresses

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-26 Thread Pierre Neidhardt
Fixed: --8<---cut here---start->8--- (defvar ambrevar/known-mailing-list-archives '(("help-guix@gnu.org" . "guix-user") ("guix-de...@gnu.org" . "guix-devel") ("debbugs.gnu.org" . "guix-bugs")) "Alist of mail adresses and their Yhetil name.

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-25 Thread zimoun
Hi Pierre, Thanks! On Wed, 25 Nov 2020 at 10:19, Pierre Neidhardt wrote: > --8<---cut here---start->8--- > (defvar ambrevar/known-mailing-list-archives > '(("help-guix@gnu.org" . "guix-user") > ("guix-de...@gnu.org" . "guix-devel") > ("guix-bugs" .

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-25 Thread Pierre Neidhardt
zimoun writes: > And serves the mapping via public-inbox. > Concretely, I do ’cl’ (notmuch-show-stash-mlarchive-link) reading your > message, select the archive and I get: > > > > Select the archive because by

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-18 Thread zimoun
Hi, On Tue, 17 Nov 2020 at 23:55, Kyle Meyer wrote: 4. !! send-email --to=guix-patc...@gnu.org -cover-letter.patch 5. Wait and refresh my inbox 6. !! send-email --to=12...@gnu.org 000?-*.patch [...] >> To me, today the main annoyance is the selection of the patches at

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-17 Thread Kyle Meyer
zimoun writes: > On Mon, 16 Nov 2020 at 21:36, Kyle Meyer wrote: > >>> 4. !! send-email --to=guix-patc...@gnu.org -cover-letter.patch >>> 5. Wait and refresh my inbox >>> 6. !! send-email --to=12...@gnu.org 000?-*.patch >> >> Yeah, 4-6 are tricky and debbugs-specific. For other projects,

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-17 Thread Kyle Meyer
Kyle Meyer writes: >> C-m l > > If you follow the convention of writing a cover letter only for > multi-patch series, you can drop the 'C-m l' because by default git will > generate a cover letter when there is more than one commit. Sorry, I was mistaken: generating a cover letter for a

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-17 Thread zimoun
Hi Kyle, Thank you for the detailed explanations and hints. On Mon, 16 Nov 2020 at 21:36, Kyle Meyer wrote: >> 4. !! send-email --to=guix-patc...@gnu.org -cover-letter.patch >> 5. Wait and refresh my inbox >> 6. !! send-email --to=12...@gnu.org 000?-*.patch > > Yeah, 4-6 are tricky and

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-17 Thread zimoun
Hi Pierre, On Tue, 17 Nov 2020 at 08:28, Pierre Neidhardt wrote: > Notmuch user here, today I learned about > notmuch-show-stash-git-send-email! Some weeks (months?) ago, I also “discovered“ the Notmuch stash stuff. For example, if I want to refer to your previous message via classic way, I

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-16 Thread Pierre Neidhardt
Kyle Meyer writes: > Also, not helpful for mu4e users, but since I know simon uses notmuch... > notmuch has a really handy notmuch-show-stash-git-send-email. Notmuch user here, today I learned about notmuch-show-stash-git-send-email! Thanks for the tip! -- Pierre Neidhardt

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-16 Thread Kyle Meyer
zimoun writes: > Hi Chris > > +CC Kyle since they probably knows the status [1]. Sorry, I have no good news for you :/ > On Mon, 16 Nov 2020 at 15:28, Christopher Lemmer Webber > wrote: > >> I've been making patchset series of emails to guix-patches manually. >> I'm sure this is the wrong

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-16 Thread zimoun
Hi Chris +CC Kyle since they probably knows the status [1]. On Mon, 16 Nov 2020 at 15:28, Christopher Lemmer Webber wrote: > I've been making patchset series of emails to guix-patches manually. > I'm sure this is the wrong thing to do. I use mu4e + magit and know > others have a similar

Re: Workflow with mu4e + magit for sending patchsets to guix?

2020-11-16 Thread Christopher Baines
Christopher Lemmer Webber writes: > I've been making patchset series of emails to guix-patches manually. > I'm sure this is the wrong thing to do. I use mu4e + magit and know > others have a similar setup. I think git send-email on the command line does the right thing. For a single patch, I

Workflow with mu4e + magit for sending patchsets to guix?

2020-11-16 Thread Christopher Lemmer Webber
I've been making patchset series of emails to guix-patches manually. I'm sure this is the wrong thing to do. I use mu4e + magit and know others have a similar setup. What do you all do? - Chris