Added the --output and --quiet options.
[mymail.git] / mymail-vm.el
index d5d7f4e..5ca0045 100644 (file)
@@ -31,6 +31,6 @@
     (while (get-file-buffer (setq mbox-name (format "/tmp/mymail-vm-%d.mbox" n)))
       (setq n (+ n 1)))
 
-    (shell-command (concat "mymail " args " > " mbox-name))
+    (shell-command (concat "mymail --output " mbox-name " " args))
     (vm-visit-folder mbox-name t)
   ))