On Wednesday 07 December 2016, Michael Kerrisk (man-pages) wrote: > Karel, > > The two following patches contain nontrivial content > changes to the renice(1) page. They depend on changes > sent in my just-sent git pull request that includes > trivial changes to the renice(1) page. BTW you could use git instead Thunderbird to send your patches. Should be easier and better. (Maybe that's why you've asked about pull-request vs. mailinglist in the other thread.) For example like this: $ rm -rf /tmp/patches $ git format-patch --cover-letter o /tmp/patches master..HEAD $ git send-email --to=util-linux@xxxxxxxxxxxxxxx /tmp/patches/* Your ~/.gitconfig would probably need such smtp/email setup: [sendemail] smtpencryption = tls smtpserver = smtp.yourdomain.com smtpuser = xyzuser smtppass = xyzpwd smtpserverport = 25 from=Your Name <bla@xxxxxxxxxxxxxxx> suppresscc = self suppresscc = author suppresscc = sob [format] signoff = true -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html