Re: [PATCH v2] send-email: add ability to send a copy of sent emails to an IMAP folder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Aditya Garg <gargaditya08@xxxxxxxx> writes:

> Also, as far as B2 is concerned, users can already do something like:
>
> git format-patch -2 HEAD --to=someone@xxxxxxxxxxx --stdout | git imap-send

If the above command line is sufficient for users, "git send-email"
does not need its feature to drive format-patch and do

    git format-patch -o outgo/. -2 HEAD &&
    git send-email --to=someone@xxxxxxxxxxx ./outgo/*.patch

I used to think that way and I was naive ;-) But such an argument
completely misses the point of various send-email options that allow
the user to tweak CC: list programatically, compose the cover
letter, etc., doesn't it?






[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux