On Tue, 8 Mar 2022, Michael S. Tsirkin wrote: > On Tue, Mar 08, 2022 at 10:23:20PM +0530, Ani Sinha wrote: > > On Tue, Mar 8, 2022 at 10:17 PM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote: > > > > > > On Tue, Mar 08, 2022 at 10:15:11PM +0530, Ani Sinha wrote: > > > > > > > > > > > > On Tue, 8 Mar 2022, Laine Stump wrote: > > > > > > > > > Aha! the domain of qemu-devel@xxxxxxxxxx was incorrect in the original send > > > > > (it was "nognu.org"), so none of this thread was making it to that list. > > > > > > > > > > > > Not to give any excuses but this happened because on Qemu side I never > > > > have to type this manually. My git config is set up so that > > > > the cc in send-email is filled up automatically using > > > > scripts/get_maintainer.pl. On libvirt side also the domain and mailing > > > > list is easy to remember. Its only when I have to manually type stuff that > > > > shit happens :-) > > > > > > Donnu about alpine, but with mutt you can easily set up > > > and alias and then it expands for you. > > > > I use alpine to only reply/review patches. I use git send-email to > > actually send the patch. There I am not sure the best way to avoid > > manually typing in the mailing list address. > > send-email supports aliases too. Ah cool. I just set this up with some help from https://felipec.wordpress.com/2009/10/25/git-send-email-tricks/ . Now I can simply say $ git send-email --to=qemu-list <patch> without worrying about typo :-) Thanks for the pointer.