branch: elpa/helm
commit 1238115b0c5861642dd822da719afd40089e63c9
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Allow forcing creation of thumnails with a prefarg
---
 helm-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 3768463782..e5d12180cf 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -4889,7 +4889,8 @@ Special commands:
     (when (or (not thumb-attr)
              (time-less-p (file-attribute-modification-time thumb-attr)
                           (file-attribute-modification-time
-                           (file-attributes file))))
+                           (file-attributes file)))
+              (or helm-current-prefix-arg current-prefix-arg))
       (image-dired-create-thumb file thumb-file))
     (create-image thumb-file)))
 

Reply via email to