Warning, /pim/libksieve/src/ksieveui/autocreatescripts/tests/scripts/test-action-comment.siv is written in an unsupported language. File is not indexed.

0001 require "ihave";
0002 require "fileinto";
0003 require "copy";
0004 require "mailbox";
0005  
0006 #SCRIPTNAME: test-action-comment
0007 #Script name: test-action-comment
0008 
0009 if ihave "toto"
0010 {
0011 #move file in INBOX
0012 #Test comment
0013     fileinto :copy :create "INBOX";
0014 }