On 10 May 2017 at 12:59, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > On 10 May 2017 at 12:53, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: >> Hi, >> >> I have a use case and wanted help from you guys.. >> >> I have set the sendemail.tocmd option in my kernel's .git/config >> file and that works very well. But sometimes I want to avoid that >> (for example sending the patch to someone without the list and >> maintainers). >> >> The suppress-cc=all option works quite well to avoid almost >> everything (including running --cc-cmd), but it doesn't suppress >> --to-cmd. >> >> Are there any specific reasons why it is being done that way? >> >> Currently I need to go edit my .git/config file and remove tocmd >> before sending any such patches and it sucks :) > > And it would be *really* useful if we can add the "review" (or whatever > it is called) screen with suppress-cc command as well. Currently the mail > goes away directly without giving us a chance to look at the final list of > recipients the mail is going to :) Fixed that with: sendemail.confirm = always