From ba43988772f1a8c195bf3a15915fe465657d7750 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 9 Feb 2012 21:11:41 +0200 Subject: [PATCH] * mu4e-proc.el: allow `mu4e-get-mail-command' to be a shell command (incl. arguments) --- emacs/mu4e-proc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/mu4e-proc.el b/emacs/mu4e-proc.el index c746d349..562b7fdd 100644 --- a/emacs/mu4e-proc.el +++ b/emacs/mu4e-proc.el @@ -450,7 +450,7 @@ and update the database afterwards." (with-current-buffer buf (erase-buffer)) (message "Retrieving mail...") - (call-process mu4e-get-mail-command nil buf t) + (call-process-shell-command mu4e-get-mail-command nil buf t) (message "Updating the database...") (mu4e-proc-index mu4e-maildir) (with-current-buffer buf