From: Francois Fleuret Date: Mon, 4 Feb 2013 07:54:21 +0000 (+0100) Subject: Added --quiet. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=fa6f5b10d8a2d65596e751e8fc3ae111e8a56de7 Added --quiet. --- diff --git a/mymail-vm.el b/mymail-vm.el index 5ca0045..58bb76f 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -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 --output " mbox-name " " args)) + (shell-command (concat "mymail --quiet --output " mbox-name " " args)) (vm-visit-folder mbox-name t) ))