* mu4e-proc.el: hide the mu4e process buffer from the buffer list
This commit is contained in:
@ -31,10 +31,13 @@
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; internal vars
|
;; internal vars
|
||||||
|
|
||||||
(defvar mu4e~proc-buf nil "Buffer for results data.")
|
(defvar mu4e~proc-buf nil
|
||||||
(defconst mu4e~proc-name "*mu4e-proc*" "Name of the server process, buffer.")
|
"Buffer (string) for data received from
|
||||||
(defvar mu4e~proc-process nil "The mu-server process")
|
the backend.")
|
||||||
|
(defconst mu4e~proc-name " *mu4e-proc*"
|
||||||
|
"Name of the server process, buffer.")
|
||||||
|
(defvar mu4e~proc-process nil
|
||||||
|
"The mu-server process.")
|
||||||
|
|
||||||
;; dealing with the length cookie that precedes expressions
|
;; dealing with the length cookie that precedes expressions
|
||||||
(defconst mu4e~cookie-pre "\376"
|
(defconst mu4e~cookie-pre "\376"
|
||||||
|
|||||||
Reference in New Issue
Block a user