> On 23 Jul 2025, at 11:03 PM, Aditya Garg <gargaditya08@xxxxxxxx> wrote: > > > >> On 23 Jul 2025, at 10:55 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> >> Aditya Garg <gargaditya08@xxxxxxxx> writes: >> >>> +imap.markAsRead:: >>> + Choose whether to mark the sent message as read or not. >> >> Is this something user typically want to use a single setting, >> or would it often be per invocation? Especially with the new >> invoker in send-email, wouldn't it become more like "if I use >> imap-send to stuff things in my outgoing folder, they shouldn't be >> marked as read, but fcc copies send-email stuffs via imap-send >> should be marked as read" or something like that? > > So whenever the user changes the folder, he can change this option too? > > Also, we have a command line way as well. For send-email integration, maybe add another option over there as well?