mu4e-server: rename from mu4e-proc

Rename mu4e-proc.el into mu4e-server.el

Rename mu4e~proc... into mu4e--server...

Update users, too.
This commit is contained in:
Dirk-Jan C. Binnema
2021-08-29 19:53:53 +03:00
parent f309e79837
commit a6514fd683
13 changed files with 165 additions and 213 deletions

View File

@ -36,7 +36,7 @@
(require 'mu4e-bookmarks)
(require 'mu4e-update)
(require 'mu4e-main)
(require 'mu4e-proc) ;; communication with backend
(require 'mu4e-server) ;; communication with backend
@ -136,7 +136,7 @@ successful, call FUNC (if non-nil) afterwards."
(unless (mu4e-context-current)
(mu4e--context-autoswitch nil mu4e-context-policy))
(setq mu4e-pong-func (lambda (info) (mu4e--pong-handler info func)))
(mu4e~proc-ping
(mu4e--server-ping
(mapcar ;; send it a list of queries we'd like to see read/unread info for
(lambda (bm)
(funcall (or mu4e-search-query-rewrite-function #'identity)
@ -158,7 +158,7 @@ successful, call FUNC (if non-nil) afterwards."
(cancel-timer mu4e--update-timer)
(setq mu4e--update-timer nil))
(mu4e-clear-caches)
(mu4e~proc-kill)
(mu4e--server-kill)
;; kill all mu4e buffers
(mapc
(lambda (buf)