* mm updates (add menus for view, headers)

This commit is contained in:
djcb
2011-10-18 10:39:49 +01:00
parent ac6c5b4598
commit f51e78066e
3 changed files with 175 additions and 112 deletions

View File

@ -112,7 +112,6 @@ process."
"*internal* Name of the server process, buffer.")
(defun mm/start-proc ()
"Start the mu server process."
;; TODO: add version check
@ -297,9 +296,7 @@ terminates."
(mm/start-proc))
(let ((cmd (apply 'format frm args)))
(mm/proc-log (concat "-> " cmd))
(process-send-string mm/mu-proc (concat cmd "\n"))
(accept-process-output mm/mu-proc 0.5)))
(process-send-string mm/mu-proc (concat cmd "\n"))))
(defun mm/proc-remove-msg (docid)
"Remove message identified by DOCID. The results are reporter