Update.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 29 Mar 2016 16:26:06 +0000 (18:26 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 29 Mar 2016 16:26:06 +0000 (18:26 +0200)
vm

diff --git a/vm b/vm
index d9c94cc..6393b45 100644 (file)
--- a/vm
+++ b/vm
@@ -715,7 +715,8 @@ instance, someone in bbdb named \"Paul Smith\" would generate an alias
       (mkdir dir)
       (when (file-symlink-p link) (delete-file link))
       (unless (file-exists-p link) (make-symbolic-link dir link 1))
-      (vm-pipe-message-to-command (concat "munpack -C " dir))
+      ;; (vm-pipe-message-to-command (concat "munpack -C " dir))
+      (vm-pipe-message-to-command (concat "munpack -t -C " dir))
       (message "Wrote files to %s" dir)
       )