Variable: nnimap-inbox

nnimap-inbox is a variable defined in nnimap.el.gz.

Value

nil

Documentation

The mail box where incoming mail arrives and should be split out of.

This can be a string or a list of strings For example, "INBOX" or ("INBOX" "SENT").

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defvoo nnimap-inbox nil
  "The mail box where incoming mail arrives and should be split out of.
This can be a string or a list of strings
For example, \"INBOX\" or (\"INBOX\" \"SENT\").")