Summary | Use variable in vacation reason |
Queue | Ingo |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 07/07/2011 (5108 days ago) |
Due | |
Updated | 11/12/2016 (3153 days ago) |
Assigned | 04/13/2012 (4827 days ago) |
Resolved | 04/17/2012 (4823 days ago) |
Milestone | |
Patch | No |
sender, something like:
Hi %SENDER%,
I'm out of the office from %STARTDATE% until %ENDDATE% with limited
access to my email.
commit c86fb9e7ea4527315a5a1a9796d1ac28ebaebf31
Author: Jan Schneider <jan@horde.org>
Date: Tue Apr 17 13:19:45 2012 +0200
[jan] Allow to use placeholder variables in vacation messages
(
Request #10316).ingo/docs/CHANGES | 1 +
ingo/lib/Form/Vacation.php | 2 +-
ingo/lib/Ingo.php | 30
+++++++++++++++++++++++++++++
ingo/lib/Script/Maildrop.php | 4 ++-
ingo/lib/Script/Procmail/Recipe.php | 8 ++++--
ingo/lib/Script/Sieve/Action/Vacation.php | 6 ++++-
ingo/locale/de/help.xml | 10 ++++++++-
ingo/locale/en/help.xml | 7 ++++++
ingo/package.xml | 1 +
9 files changed, 62 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/c86fb9e7ea4527315a5a1a9796d1ac28ebaebf31
commit c86fb9e7ea4527315a5a1a9796d1ac28ebaebf31
Author: Jan Schneider <jan@horde.org>
Date: Tue Apr 17 13:19:45 2012 +0200
[jan] Allow to use placeholder variables in vacation messages
(
Request #10316).ingo/docs/CHANGES | 1 +
ingo/lib/Form/Vacation.php | 2 +-
ingo/lib/Ingo.php | 30
+++++++++++++++++++++++++++++
ingo/lib/Script/Maildrop.php | 4 ++-
ingo/lib/Script/Procmail/Recipe.php | 8 ++++--
ingo/lib/Script/Sieve/Action/Vacation.php | 6 ++++-
ingo/locale/de/help.xml | 10 ++++++++-
ingo/locale/en/help.xml | 7 ++++++
ingo/package.xml | 1 +
9 files changed, 62 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/c86fb9e7ea4527315a5a1a9796d1ac28ebaebf31
State ⇒ Assigned
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Use variable in vacation reason
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ New
For example:
Start of vacation: %STARTDATE%
End of vacation: %ENDDATE%
Name: %NAME%
Signatur %SIGNATURE%
So I don't need to modify my text every vacation.