On Fri, May 30, 2025 at 12:32:04PM -0700, Kees Cook wrote: > I'm just curious if anyone has found a workable solution for getting > "Sent" folder copies of emails sent with "git send-email" (or similar > tools that throw everything into "sendmail -i"). I'd really like my > patches to show up in my "Sent" IMAP folder, but I only get this if I > use my MUA directly (in my case, mutt). > I'm thinking it might be possible set git's --sendmail-cmd= to a script > that wraps "mutt -H ..." or "mutt -x ..." but I'm not having much luck. > Has anyone else done this? Not exactly what you're asking for but I do this by letting git send me a copy of the patches and then filtering those into my sent mail folder.