The branch "master" has been updated. The following is a summary of the commits.
from: 3d706fc062ad9a67e1d6bdf4b65c22ef0356e84e 2ad3bfa Add base class for Sieve script items. 006304f There should be 7.1, now that nightly is 7.2. Summary: http://github.com/horde/horde/compare/3d706fc062ad9a67e1d6bdf4b65c22ef0356e84e...006304f25239f885b588a1ca56abe520f36f7369 ----------------------------------------------------------------------- commit 2ad3bfaa008364aaea908d4b61270cb6817d9171 Author: Jan Schneider <[email protected]> Date: Tue Nov 4 16:56:22 2014 +0100 Add base class for Sieve script items. ingo/lib/Script/Sieve/Action.php | 13 +------------ ingo/lib/Script/Sieve/Base.php | 34 ++++++++++++++++++++++++++++++++++ ingo/lib/Script/Sieve/Comment.php | 13 +------------ ingo/lib/Script/Sieve/Else.php | 2 +- ingo/lib/Script/Sieve/Elsif.php | 2 +- ingo/lib/Script/Sieve/If.php | 2 +- ingo/lib/Script/Sieve/Require.php | 2 +- ingo/lib/Script/Sieve/Test.php | 13 +------------ 8 files changed, 41 insertions(+), 40 deletions(-) create mode 100644 ingo/lib/Script/Sieve/Base.php http://github.com/horde/horde/commit/2ad3bfaa008364aaea908d4b61270cb6817d9171 ----------------------------------------------------------------------- commit 006304f25239f885b588a1ca56abe520f36f7369 Author: Jan Schneider <[email protected]> Date: Tue Aug 30 11:01:01 2016 +0200 There should be 7.1, now that nightly is 7.2. .travis.yml | 1 + 1 file changed, 1 insertion(+) http://github.com/horde/horde/commit/006304f25239f885b588a1ca56abe520f36f7369 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
