Re: [PATCH v9 5/9] imap-send: enable specifying the folder using the command line
From: Aditya Garg <hidden>
Date: 2025-05-31 09:16:10
From: Aditya Garg <hidden>
Date: 2025-05-31 09:16:10
On 31 May 2025, at 6:15 AM, Junio C Hamano [off-list ref] wrote: Aditya Garg [off-list ref] writes:quoted
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. Signed-off-by: Aditya Garg <redacted> --- Documentation/config/imap.adoc | 5 +++-- Documentation/git-imap-send.adoc | 15 +++++++++++---- imap-send.c | 9 ++++++++- 3 files changed, 22 insertions(+), 7 deletions(-)Did you forget to adjust tests that expect the traditional messages?
I am not sure what you mean here. Could be more specific? In any case, whatever folder is passed using the --folder argument, will be treated the same way as the same folder would be when set using the config.