Function: mairix-sentinel-mairix-update-finished

mairix-sentinel-mairix-update-finished is a byte-compiled function defined in mairix.el.gz.

Signature

(mairix-sentinel-mairix-update-finished PROC STATUS)

Documentation

Sentinel for mairix update process PROC with STATUS.

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
(defun mairix-sentinel-mairix-update-finished (_proc status)
  "Sentinel for mairix update process PROC with STATUS."
  (if (equal status "finished\n")
      (message "Updating mairix database... done")
    (error "There was an error updating the mairix database.  \
See %s for details" mairix-output-buffer)))