I did use git send-email for sending this patch series, but I cannot find any setting in the Outlook web client for disabling "top posting" when replying to emails: https://answers.microsoft.com/en-us/outlook_com/forum/all/eliminate-top-posting/5e1e5729-30f8-41e9-84cb-fb5e81229c7c Regards, Ariel ________________________________________ From: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> Sent: Friday, June 9, 2023 9:43 PM To: Ariel Miculas (amiculas); Trilok Soni; Colin Walters; Christian Brauner Cc: linux-fsdevel@xxxxxxxxxxxxxxx; rust-for-linux@xxxxxxxxxxxxxxx; linux-mm@xxxxxxxxx Subject: Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver On Fri, 2023-06-09 at 17:16 +0000, Ariel Miculas (amiculas) wrote: > I could switch to my personal gmail, but last time Miguel Ojeda asked > me to use my cisco email when I send commits signed off by > amiculas@xxxxxxxxx. > If this is not a hard requirement, then I could switch. For sending patches, you can simply use git-send-email. All you need to point it at is the outgoing email server (which should be a config setting in whatever tool you are using now). We have a (reasonably) up to date document with some recommendations: https://www.kernel.org/doc/html/latest/process/email-clients.html I've successfully used evolution with an exchange server for many years, but the interface isn't to everyone's taste and Mozilla Thunderbird is also known to connect to it. Basic outlook has proven impossible to configure correctly (which is why it doesn't have an entry). Regards, James