On 6/21/2016 8:43 AM, Yuanhan Liu wrote: > Hi, > > Here is an off-topic comment: would you please add following line to > the sendemail section of your git config file? > > chainreplyto = false > > That would let me to break the long threads in my client much easier. > Otherwise, it's hard for me to do it, leading that your thread occupies > several screens on my side. > > It seems that Tetsuya also has the issue, thus CC'ed. >
As far as I can see this is not related to the chainreplyto option, but "--no-thread" seems set, because all patchsets sent as reply to first mail of first patchset [C]. Correct setting should be "--thread and --no-chain-reply-to" Although this is really detail, for multi version patchsets, if there is a preferred way between (A) or (B) I would like to learn too? A) - [0/N] - - [1/N] - - [2/N] - - [v2 0/N] - - - [v2 1/N] - - - [v2 N/N] - - - [v3 0/N] - - - - [v3 1/N] - - - - [v3 N/N] - - - - [v4 0/N] - - - - - [v4 1/N] - - - - - [v4 N/N] B) - [0/N] - - [1/N] - - [2/N] - - [v2 0/N] - - - [v2 1/N] - - - [v2 N/N] - - [v3 0/N] - - - [v3 1/N] - - - [v3 N/N] - - [v4 0/N] - - - [v4 1/N] - - - [v4 N/N] C) - [0/N] - - [1/N] - - [2/N] - - [v2 0/N] - - [v2 1/N] - - [v2 N/N] - - [v3 0/N] - - [v3 1/N] - - [v3 N/N]