]> git.ipfire.org Git - thirdparty/git.git/commit
imap-send: display the destination mailbox when sending a message
authorAditya Garg <gargaditya08@live.com>
Fri, 20 Jun 2025 06:40:32 +0000 (12:10 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 15:11:17 +0000 (08:11 -0700)
commitbf22c370b966cfccf43539f6e6698dbfc79eceff
tree0a8de663e95ffd26af67bd99af9703066fecd8a1
parent2dacd35731d9d9947913eac991599ff000468cf3
imap-send: display the destination mailbox when sending a message

Whenever we sent a message using the `imap-send` command, it would
display a log showing the number of messages which are to be sent.
For example:

    sending 1 message
     100% (1/1) done

This had been made more informative by adding the name of the destination
folder as well:

    Sending 1 message to Drafts folder...
     100% (1/1) done

Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c