X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=vm;h=6393b45d1ebba5ee762e32a7fd386b9408d04d82;hp=d9c94cca8566659949c9204a48ba6d221fba3044;hb=c6ea2d2f094677c7ea15e40bd0ac35a3023d4e0c;hpb=d2957bad5226e05f530301f69fd5cf0efcbc9aef diff --git a/vm b/vm index d9c94cc..6393b45 100644 --- 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) )