mu4e-server: make buffer invisible
Prepend a SPC to the name so it become "invisible". Issue #2322.
This commit is contained in:
@ -148,7 +148,7 @@ sexp received from the server process.")
|
|||||||
|
|
||||||
(defvar mu4e--server-buf nil
|
(defvar mu4e--server-buf nil
|
||||||
"Buffer (string) for data received from the backend.")
|
"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.")
|
"Name of the server process, buffer.")
|
||||||
(defvar mu4e--server-process nil
|
(defvar mu4e--server-process nil
|
||||||
"The mu-server process.")
|
"The mu-server process.")
|
||||||
|
|||||||
Reference in New Issue
Block a user