**** BEGIN LOGGING AT Tue Mar 01 02:59:56 2022 Mar 01 13:03:55 https://unix.stackexchange.com/questions/672247/how-do-i-send-a-git-patch-series-from-within-mutt Mar 01 13:04:38 i have the same question as this person. sadly they never got an answer. would any of you geniuses have an idea/suggetsion? :-) Mar 01 13:05:08 `mutt -H` works for one patch file, but doesn't seem to handle them when multiple Mar 01 13:11:09 Actually for most projects people send the patches as a serie of separate mails Mar 01 13:11:19 a mail for each patch Mar 01 13:11:59 so basically for i in *.patch; do mutt -H $i; done Mar 01 13:13:17 ah, ok. git-send-email sends them all as one thread Mar 01 13:52:50 yeah, one thread but separate mails, exactly :) **** ENDING LOGGING AT Wed Mar 02 02:59:56 2022