1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add curl 8.2 MAIL_RCPT_ALLOWFAILS

With the 8.2 version upstream has fixed the typo in the option name.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov
2024-09-29 18:21:28 +01:00
committed by Sébastien Helleu
parent ba746dcb1b
commit 17fc815da9
+3
View File
@@ -677,6 +677,9 @@ struct t_url_option url_options[] =
#if LIBCURL_VERSION_NUM >= 0x074500 && LIBCURL_VERSION_NUM < 0x080200 /* 7.69.0 < 8.2.0 */
URL_DEF_OPTION(MAIL_RCPT_ALLLOWFAILS, LONG, NULL),
#endif
#if LIBCURL_VERSION_NUM >= 0x080200 /* 8.2.0 */
URL_DEF_OPTION(MAIL_RCPT_ALLOWFAILS, LONG, NULL),
#endif
/*
* TFTP options