From: Francois Fleuret Date: Tue, 29 Mar 2016 16:26:06 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=c6ea2d2f094677c7ea15e40bd0ac35a3023d4e0c Update. --- 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) )