* mu4e-proc.el: hide the mu4e process buffer from the buffer list

This commit is contained in:
djcb 2012-06-14 09:58:13 +03:00
parent c9948d5072
commit 6fb6c06572
1 changed files with 7 additions and 4 deletions

View File

@ -31,10 +31,13 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; internal vars
(defvar mu4e~proc-buf nil "Buffer for results data.")
(defconst mu4e~proc-name "*mu4e-proc*" "Name of the server process, buffer.")
(defvar mu4e~proc-process nil "The mu-server process")
(defvar mu4e~proc-buf nil
"Buffer (string) for data received from
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
(defconst mu4e~cookie-pre "\376"