From: Aditya Garg <gargaditya08@xxxxxxxx> Hi all This patch series adds more improvements to the sendemail documentation. The first patch links the OpenSSL's `verify(1)` manual page to the documentation of `-CAfile` and `-CApath` options, mentioned in a very confusing way in the documentation. The changes are similar to what Junio suggested in https://lore.kernel.org/all/xmqqbjraf29c.fsf@gitster.g/ The second patch adds the `sendemail.outlookidfix` config option to the documentation, which corresponds to the `--outlook-id-fix` command line option. The documentation of the same was left by mistake before. The third patch adds an OAuth2.0 credential helper link for AOL accounts to the documentation. The fourth patch adds a paragraph explaining the `sendmailCmd` option of git send-email, and giving users an idea of how it can be used to support proprietary APIs like Proton Mail API. The last patch adds a paragraph explaining the options available for Proton Mail, which has been increasing in popularity recently. P.S. all the patches are being sent using `git-protonmail`, linked in the fourth and fifth patch! Aditya Garg (5): docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath options docs: add outlookidfix config option to sendemail documentation docs: add an OAuth2.0 credential helper for AOL accounts docs: add a paragraph explaining the `sendmailCmd` option of sendemail docs: mention possible options for Proton Mail users Documentation/config/sendemail.adoc | 9 +++-- Documentation/git-send-email.adoc | 54 +++++++++++++++++++++++++---- 2 files changed, 55 insertions(+), 8 deletions(-) -- 2.50.0.windows.1