diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-25 16:31:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-25 23:20:04 +0100 |
commit | 35318218b8a0f4082266c839710c4c67ea79deae (patch) | |
tree | 1b39de6d239f57eb2159ed7ff4caea99ed1f1ffe | |
parent | c4c0b04585c1536449cc94d69daf8eb02396f5ea (diff) |
dist: add mail-rcpt-allowfails.d to the tarball
Reported-by: Maksim Stsepanenka
Reviewed-by: Jat Satiro
Closes #5146
-rw-r--r-- | docs/cmdline-opts/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cmdline-opts/Makefile.inc b/docs/cmdline-opts/Makefile.inc index c5a0adae0..5b7439e4a 100644 --- a/docs/cmdline-opts/Makefile.inc +++ b/docs/cmdline-opts/Makefile.inc @@ -59,8 +59,8 @@ DPAGES = \ dump-header.d \ egd-file.d \ engine.d \ - etag-save.d \ etag-compare.d \ + etag-save.d \ expect100-timeout.d \ fail-early.d \ fail.d \ @@ -106,6 +106,7 @@ DPAGES = \ login-options.d \ mail-auth.d \ mail-from.d \ + mail-rcpt-allowfails.d \ mail-rcpt.d \ manual.d \ max-filesize.d \ @@ -183,7 +184,7 @@ DPAGES = \ retry-delay.d \ retry-max-time.d \ retry.d \ - sasl-authzid.d \ + sasl-authzid.d \ sasl-ir.d \ service-name.d \ show-error.d \ |