Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
b11d1659
Commit
b11d1659
authored
May 24, 2018
by
IKEDA Soji
Browse files
Merge branch 'jengels/jengels/remind_tasks' into sympa-6.2
parents
98040ffe
7a055af3
Changes
4
Hide whitespace changes
Inline
Side-by-side
default/list_task_models/remind.3month.task
0 → 100644
View file @
b11d1659
title.gettext reminder message sent to subscribers every 3 months
/INIT
next([execution_date]+3m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+3m,EXEC)
default/list_task_models/remind.4month.task
0 → 100644
View file @
b11d1659
title.gettext reminder message sent to subscribers every 4 months
/INIT
next([execution_date]+4m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+4m,EXEC)
default/list_task_models/remind.6month.task
0 → 100644
View file @
b11d1659
title.gettext reminder message sent to subscribers every 6 months
/INIT
next([execution_date]+6m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+6m,EXEC)
default/list_task_models/remind.9month.task
0 → 100644
View file @
b11d1659
title.gettext reminder message sent to subscribers every 9 months
/INIT
next([execution_date]+9m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+9m,EXEC)
Write
Preview
Supports
Markdown
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