Merge pull request #2147 from tsdh/mu4e--update-buffer-fix

Fix refs to mu4e~update-buffer which has been renamed to mu4e--update-buffer
This commit is contained in:
Dirk-Jan C. Binnema 2021-09-30 15:39:17 +03:00 committed by GitHub
commit a8ddc1728d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1246,9 +1246,9 @@ docid is not found."
'face 'mu4e-modeline-face)
" "
(if (and mu4e-display-update-status-in-modeline
(buffer-live-p mu4e~update-buffer)
(buffer-live-p mu4e--update-buffer)
(process-live-p (get-buffer-process
mu4e~update-buffer)))
mu4e--update-buffer)))
(propertize " (updating)" 'face 'mu4e-modeline-face)
""))))))