* mu4e-proc.el: allow `mu4e-get-mail-command' to be a shell command (incl. arguments)

This commit is contained in:
djcb
2012-02-09 21:11:41 +02:00
parent 288f987b2f
commit ba43988772

View File

@ -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