From: yamaoka Date: Fri, 15 Jun 2001 11:33:57 +0000 (+0000) Subject: * nnshimbun.el (nnshimbun-group-parameters-alist): Synchronize the doc-string X-Git-Tag: t-gnus-6_15_4-02-quimby-last-~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f9ddd800e1e5a0f31899af8b95df4e4f5afe76c1;p=elisp%2Fgnus.git- * nnshimbun.el (nnshimbun-group-parameters-alist): Synchronize the doc-string with the group parameter's exposition. ;; It's not worth writing a ChangeLog. --- diff --git a/lisp/nnshimbun.el b/lisp/nnshimbun.el index 48e7e07..f3c7ac8 100644 --- a/lisp/nnshimbun.el +++ b/lisp/nnshimbun.el @@ -100,7 +100,8 @@ ;; The group parameter `nnshimbun-group-parameters' will have a ;; property list like the following: ;; -;; '(index-range all prefetch-articles t expiry-wait 6) +;; '(index-range all prefetch-articles off encapsulate-article on +;; expiry-wait 6) (gnus-define-group-parameter nnshimbun-group-parameters @@ -115,7 +116,8 @@ Alist of nnshimbun group parameters. Each element should be a cons of a group name regexp and a plist which consists of a keyword and a value pairs like the following: -'(\"^nnshimbun\\\\+asahi:\" index-range all prefetch-articles t expiry-wait 6) +'(\"^nnshimbun\\\\+asahi:\" index-range all prefetch-articles off + encapsulate-article on expiry-wait 6) `index-range' specifies a range of header indices as described below: all: Retrieve all header indices. @@ -125,6 +127,9 @@ integer N: Retrieve N pages of header indices. `prefetch-articles' specifies whether to pre-fetch the unread articles when scanning the group. +`encapsulate-article' specifies whether inline images in the shimbun +article are encapsulated. + `expiry-wait' is similar to the generic group parameter `expiry-wait', but it has a preference." :variable-group nnshimbun