Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
libksieve
Commits
7d9137be
Commit
7d9137be
authored
Jun 03, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing require "regex"
parent
17d441b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/ksieveui/autocreatescripts/autotests/data/test-regexp-ref.siv
...veui/autocreatescripts/autotests/data/test-regexp-ref.siv
+2
-1
No files found.
src/ksieveui/autocreatescripts/autotests/data/test-regexp-ref.siv
View file @
7d9137be
require "fileinto";
require "mailbox";
require "regex";
#SCRIPTNAME: Script part 0
if header :regex "subject" ".* \\| Nouveau ticket - .*"
{
fileinto :create "GLPI/Nouveaux tickets";
stop;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment