From 6865ebddea4414b3205b81a20e77543a4865e31f Mon Sep 17 00:00:00 2001
From: Junio C Hamano
- Do not add emails found in Signed-off-by: or Cc: lines to the + If this is set, add emails found in Signed-off-by: or Cc: lines to the cc list. + Default is the value of sendemail.signedoffbycc configuration value; + if that is unspecified, default to --signed-off-by-cc.
- Do not add the From: address to the cc: list, if it shows up in a From: - line. + If this is set, do not add the From: address to the cc: list, if it + shows up in a From: line. + Default is the value of sendemail.suppressfrom configuration value; + if that is unspecified, default to --no-supress-from.
If this is set, the In-Reply-To header will be set on each email sent. - If disabled with "--no-threaded", no emails will have the In-Reply-To + If disabled with "--no-thread", no emails will have the In-Reply-To header set. - Default is the value of the sendemail.threaded configuration value; - if that is unspecified, default to --threaded. + Default is the value of the sendemail.thread configuration value; + if that is unspecified, default to --thread.