From c6ea2d2f094677c7ea15e40bd0ac35a3023d4e0c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 29 Mar 2016 18:26:06 +0200 Subject: [PATCH] Update. --- vm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ) -- 2.20.1