diff options
Diffstat (limited to 'mail.el')
-rw-r--r-- | mail.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -308,7 +308,8 @@ If FOREGROUND-P is `0', do not fetch mails, but just run ((and (numberp foreground-p) (= foreground-p 0)) (run-hooks 'durand-mail-update-hook)) - ((make-process + ((not (get-process "durand-mail-update")) + (make-process :name "durand-mail-update" :command durand-mail-update-command :filter (cond (foreground-p #'durand-mail-update-filter)) |