]> git.ipfire.org Git - thirdparty/git.git/commit
imap-send: enable specifying the folder using the command line
authorAditya Garg <gargaditya08@live.com>
Fri, 20 Jun 2025 06:40:29 +0000 (12:10 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2025 15:11:17 +0000 (08:11 -0700)
commit3168514e6b72668d699ae192f6492cddb4eebb4a
tree35a6d94a6c6b4e5bf0d637625da91327a9aa1491
parentea8681e3a4ca579f03d8dfb7a425a2a9da4b3493
imap-send: enable specifying the folder using the command line

Some users may very often want to imap-send messages to a folder
other than the default set in the config. Add a command line
argument for the same.

While at it, fix minor mark-up inconsistencies in the existing
documentation text.

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