Function: nnmairix-sentinel-mairix-update-finished

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

Signature

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

Documentation

Sentinel for mairix update process PROC with STATUS.

Source Code

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