mu4e-server: make buffer invisible

Prepend a SPC to the name so it become "invisible".

Issue #2322.
This commit is contained in:
Dirk-Jan C. Binnema 2022-08-20 12:10:09 +03:00
parent 89d3eae075
commit 1ae32702ab
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ sexp received from the server process.")
(defvar mu4e--server-buf nil
"Buffer (string) for data received from the backend.")
(defconst mu4e--server-name "*mu4e-server*"
(defconst mu4e--server-name " *mu4e-server*"
"Name of the server process, buffer.")
(defvar mu4e--server-process nil
"The mu-server process.")