Hans,

would it be possible that "--remote-time" could be added to curl, so
that attachments that are downloaded display when they were uploaded and
not when they were downloaded?

For some reason unknown to me, this seems to have no effect with
http://lmtx.pragma-ade.nl/install-lmtx/installation.pdf (among many
other ones).

Timestamps work right when I download "curl -R -O
http://lmtx.pragma-ade.nl/install-lmtx/installation.pdf"; from the shell.

Many thanks for your help,

Pablo
--
http://www.ousia.tk
--- data-sch.lua	2020-02-13 18:27:09.000040416 +0100
+++ lmtx/data-sch.lua	2020-02-13 18:23:34.454639555 +0100
@@ -77,7 +77,7 @@
     name     = "curl resolver",
     method   = "execute",
     program  = "curl",
-    template = '--silent --insecure --create-dirs --output "%cachename%" "%original%"',
+    template = '--remote-time --silent --insecure --create-dirs --output "%cachename%" "%original%"',
     checkers = {
         cachename = "cache",
         original  = "url",
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to