From 1d429b4cd9bf69afa6001cc8c985ff2b176b7faa Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 17 Jan 2003 11:53:27 +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