Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-30 Thread Paul Oranje via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Op 26 nov. 2022, om 11:02 heeft

Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-30 Thread Paul Oranje via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Op 26 nov. 2022, om 11:02 heeft

Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-26 Thread Andre Heider
On 20/11/2022 02:08, Jan Venekamp wrote: Maintain the position of an option in the list when updating an option in uci_set. Nice, that's really an annoyance! I assume this doesn't fix wiping '#' comments when saving through luci? That's just as annoying :) Cheers, Andre

Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-21 Thread Paul Oranje via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Op 20 nov. 2022, om 02:08 heeft

Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-21 Thread Paul Oranje via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Op 20 nov. 2022, om 02:08 heeft

[PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-19 Thread Jan Venekamp
Maintain the position of an option in the list when updating an option in uci_set. Signed-off-by: Jan Venekamp --- list.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/list.c b/list.c index ac3686c..a8f2a2c 100644 --- a/list.c +++ b/list.c @@ -76,7 +76,7 @@