From: Simon Josefsson Date: Mon, 21 Feb 2011 23:11:24 +0000 (-0800) Subject: * nnimap.el (nnimap-inbox): Doc fix. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=4fc3db870a731a7582cc77dc5f8436268adb58ed;ds=sidebyside * nnimap.el (nnimap-inbox): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 015a1598d..c806913ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-21 Simon Josefsson + + * nnimap.el (nnimap-inbox): Doc fix. + 2011-02-21 Chong Yidong * color.el (color-name-to-rgb): Rename from color-rgb->normalize. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 83b8c4162..138875ba4 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -72,14 +72,15 @@ The default is to try `ssl' first, and then `network'.") "ssh %s imapd")) (defvoo nnimap-inbox nil - "The mail box where incoming mail arrives and should be split out of.") + "The mail box where incoming mail arrives and should be split out of. +For example, \"INBOX\".") (defvoo nnimap-split-methods nil "How mail is split. -Uses the same syntax as nnmail-split-methods") +Uses the same syntax as `nnmail-split-methods'.") (defvoo nnimap-split-fancy nil - "Uses the same syntax as nnmail-split-fancy.") + "Uses the same syntax as `nnmail-split-fancy'.") (defvoo nnimap-unsplittable-articles '(%Deleted %Seen) "Articles with the flags in the list will not be considered when splitting.")