]> git.ipfire.org Git - thirdparty/git.git/commit
imap-send: fix confusing 'store' terminology in error message
authorJörg Thalheim <joerg@thalheim.io>
Fri, 20 Jun 2025 15:56:13 +0000 (17:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 21:14:43 +0000 (14:14 -0700)
commit1d304ce1301f4bcc239683702e8d9e675f5f78f4
tree9b2c38b83b913eaf571f39487b74b7f912048ba9
parent0ed16dc3c4f60ac79f9f51b4b991bf36d7ab73ea
imap-send: fix confusing 'store' terminology in error message

The error message 'no imap store specified' is misleading because
it refers to 'store' when the actual missing configuration is
'imap.folder'. Update the message to use the correct terminology
that matches the configuration variable name.

This reduces confusion for users who might otherwise look for
non-existent 'imap.store' configuration when they see this error.

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
imap-send.c