From 7d873695c96de1be9ac642853ca595a1c1fac7f8 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 17 Jan 2003 11:54:53 +0000 Subject: [PATCH] * elmo-split.el (elmo-split-default-action): Update description. --- elmo/elmo-split.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elmo/elmo-split.el b/elmo/elmo-split.el index 8d90e49..03a975e 100644 --- a/elmo/elmo-split.el +++ b/elmo/elmo-split.el @@ -117,7 +117,8 @@ Example: :group 'elmo) (defcustom elmo-split-default-action 'noop - "Default action for messages which pass all rules." + "Default action for messages which pass all rules. +It can be some ACTION as in `elmo-split-rule'." :type '(choice (const :tag "do not touch" noop) (const :tag "delete" delete) (string :tag "folder name") -- 1.7.10.4