* mu4e-proc.el: allow `mu4e-get-mail-command' to be a shell command (incl. arguments)
This commit is contained in:
@ -450,7 +450,7 @@ and update the database afterwards."
|
|||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
(erase-buffer))
|
(erase-buffer))
|
||||||
(message "Retrieving mail...")
|
(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...")
|
(message "Updating the database...")
|
||||||
(mu4e-proc-index mu4e-maildir)
|
(mu4e-proc-index mu4e-maildir)
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
|
|||||||
Reference in New Issue
Block a user