diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-09-18 10:07:00 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-18 10:07:00 -0700 |
| commit | 1c385d1bf8a5ec4e1b5d165a594f37a4bbdc3bdd (patch) | |
| tree | a74d92e4e1e92ab419472a1b99154e89c2124b42 /Documentation/config | |
| parent | 1fbfabfa71fc596383d221c7760e91c39f68c076 (diff) | |
| parent | f33b2207da792b45354e9af8948745a169f75651 (diff) | |
| download | git-1c385d1bf8a5ec4e1b5d165a594f37a4bbdc3bdd.tar.xz | |
Merge branch 'ag/send-email-imap-sent'
"git send-email" learned to drive "git imap-send" to store already
sent e-mails in an IMAP folder.
* ag/send-email-imap-sent:
send-email: enable copying emails to an IMAP folder without actually sending them
send-email: add ability to send a copy of sent emails to an IMAP folder
Diffstat (limited to 'Documentation/config')
| -rw-r--r-- | Documentation/config/sendemail.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config/sendemail.adoc b/Documentation/config/sendemail.adoc index 4722334657..90164c734d 100644 --- a/Documentation/config/sendemail.adoc +++ b/Documentation/config/sendemail.adoc @@ -88,6 +88,8 @@ sendemail.smtpServer:: sendemail.smtpServerPort:: sendemail.smtpServerOption:: sendemail.smtpUser:: +sendemail.imapSentFolder:: +sendemail.useImapOnly:: sendemail.thread:: sendemail.transferEncoding:: sendemail.validate:: |
