[cvs] commit: ingo README blacklist.php filters.php forward.php index.php rule.php script.php spam.php test.php vacation.php whitelist.php ingo/config .cvsignore backends.php.dist conf.xml fields.php.dist hooks.php.dist prefs.php.dist ingo/docs CHANGES ...
Jan Schneider
jan at horde.org
Thu Dec 20 14:06:16 UTC 2007
jan 2007-12-20 09:06:15 EST
Modified files: (Branch: FRAMEWORK_3)
. README blacklist.php filters.php
forward.php index.php rule.php script.php
test.php vacation.php whitelist.php
config .cvsignore backends.php.dist conf.xml
fields.php.dist prefs.php.dist
docs CHANGES CREDITS INSTALL RELEASE_NOTES
TODO UPGRADING
js stripe.js
lib Driver.php Ingo.php Script.php
Session.php Storage.php api.php base.php
version.php
lib/Block overview.php
lib/Driver ldap.php null.php timsieved.php vfs.php
lib/IMAP Search.php
lib/Script imap.php maildrop.php procmail.php
sieve.php
lib/Storage prefs.php
locale/ca_ES help.xml
locale/cs_CZ/LC_MESSAGES ingo.mo
locale/da_DK/LC_MESSAGES ingo.mo
locale/de_DE help.xml
locale/de_DE/LC_MESSAGES ingo.mo
locale/en_US help.xml
locale/es_ES help.xml
locale/es_ES/LC_MESSAGES ingo.mo
locale/et_EE/LC_MESSAGES ingo.mo
locale/fi_FI help.xml
locale/fi_FI/LC_MESSAGES ingo.mo
locale/fr_FR help.xml
locale/fr_FR/LC_MESSAGES ingo.mo
locale/hu_HU/LC_MESSAGES ingo.mo
locale/it_IT/LC_MESSAGES ingo.mo
locale/ja_JP/LC_MESSAGES ingo.mo
locale/ko_KR/LC_MESSAGES ingo.mo
locale/lt_LT/LC_MESSAGES ingo.mo
locale/lv_LV help.xml
locale/lv_LV/LC_MESSAGES ingo.mo
locale/nb_NO/LC_MESSAGES ingo.mo
locale/nl_NL/LC_MESSAGES ingo.mo
locale/pl_PL/LC_MESSAGES ingo.mo
locale/pt_BR/LC_MESSAGES ingo.mo
locale/ro_RO/LC_MESSAGES ingo.mo
locale/sl_SI/LC_MESSAGES ingo.mo
locale/sv_SE/LC_MESSAGES ingo.mo
locale/tr_TR/LC_MESSAGES ingo.mo
locale/zh_CN/LC_MESSAGES ingo.mo
locale/zh_TW/LC_MESSAGES ingo.mo
po cs_CZ.po da_DK.po de_DE.po es_ES.po
et_EE.po fi_FI.po hu_HU.po ingo.pot
it_IT.po ja_JP.po ko_KR.po lt_LT.po
lv_LV.po nb_NO.po nl_NL.po pl_PL.po
pt_BR.po ro_RO.po sl_SI.po sv_SE.po
zh_CN.po zh_TW.po
scripts convert_imp_filters.php
templates common-header.inc menu.inc
templates/blacklist blacklist.inc
templates/filters filter.html header.inc settings.inc
templates/javascript new_folder.js
templates/rule filter.inc footer.inc header.inc
themes screen.css
themes/graphics blacklist.png copy.png disable.png
enable.png forward.png ingo.png
script.png vacation.png whitelist.png
Added files: (Branch: FRAMEWORK_3)
. spam.php
config hooks.php.dist
js prototype.js
js/src prototype.js stripe.js
lib Template.php
lib/Driver sivtest.php
lib/Script/imap live.php mock.php
lib/Storage mock.php sql.php
lib/UI/VarRenderer ingo.php
lib/tests MaildropTest.php ProcmailTest.php
ScriptTest.php SieveTest.php TestBase.php
lib/tests/_data from_spammer not_from_spammer
locale/uk_UA/LC_MESSAGES ingo.mo
po uk_UA.po
scripts ingo-postfix-policyd
scripts/sql ingo.oci8.sql ingo.sql
scripts/upgrades convert_prefs_to_sql.php
themes/graphics spam.png
themes/silver/graphics blacklist.png copy.png disable.png
enable.png favicon.ico forward.png
ingo.png script.png spam.png
vacation.png whitelist.png
themes/tango-blue/graphics blacklist.png copy.png disable.png
enable.png favicon.ico forward.png
ingo.png script.png spam.png
vacation.png whitelist.png
Removed files: (Branch: FRAMEWORK_3)
templates/forward forward.inc
templates/vacation vacation.inc
Log:
Merge from HEAD.
Revision Changes Path
1.8.10.2 +2 -2 ingo/README
1.34.8.10 +9 -12 ingo/blacklist.php
1.5.12.2 +1 -0 ingo/config/.cvsignore
1.20.8.7 +101 -32 ingo/config/backends.php.dist
1.13.12.1 +59 -24 ingo/config/conf.xml
1.5.12.1 +19 -4 ingo/config/fields.php.dist
1.1.2.1 +24 -0 ingo/config/hooks.php.dist (new)
1.30.10.1 +30 -17 ingo/config/prefs.php.dist
1.55.2.72 +70 -3 ingo/docs/CHANGES
1.23.4.21 +3 -0 ingo/docs/CREDITS
1.14.8.7 +25 -8 ingo/docs/INSTALL
1.12.2.23 +18 -11 ingo/docs/RELEASE_NOTES
1.10.10.2 +2 -2 ingo/docs/TODO
1.1.2.2 +36 -2 ingo/docs/UPGRADING
1.59.2.11 +62 -13 ingo/filters.php
1.11.8.7 +74 -15 ingo/forward.php
1.14.10.5 +8 -6 ingo/index.php
1.4.2.1 +1 -0 ingo/js/prototype.js (new)
1.4.2.1 +4184 -0 ingo/js/src/prototype.js (new)
1.2.2.1 +39 -0 ingo/js/src/stripe.js (new)
1.1.2.2 +1 -67 ingo/js/stripe.js
1.1.2.6 +11 -1 ingo/lib/Block/overview.php
1.10.10.8 +26 -44 ingo/lib/Driver.php
1.8.2.4 +21 -27 ingo/lib/Driver/ldap.php
1.10.10.3 +9 -3 ingo/lib/Driver/null.php
1.6.2.1 +219 -0 ingo/lib/Driver/sivtest.php (new)
1.15.10.8 +66 -44 ingo/lib/Driver/timsieved.php
1.12.10.10 +69 -59 ingo/lib/Driver/vfs.php
1.1.2.5 +4 -4 ingo/lib/IMAP/Search.php
1.69.6.17 +116 -52 ingo/lib/Ingo.php
1.30.10.9 +4 -40 ingo/lib/Script.php
1.49.10.14 +131 -39 ingo/lib/Script/imap.php
1.5.2.1 +113 -0 ingo/lib/Script/imap/live.php (new)
1.5.2.1 +119 -0 ingo/lib/Script/imap/mock.php (new)
1.7.2.8 +208 -30 ingo/lib/Script/maildrop.php
1.46.10.18 +129 -35 ingo/lib/Script/procmail.php
1.63.10.34 +1187 -334 ingo/lib/Script/sieve.php
1.2.10.9 +26 -21 ingo/lib/Session.php
1.43.8.17 +184 -66 ingo/lib/Storage.php
1.2.2.1 +57 -0 ingo/lib/Storage/mock.php (new)
1.14.12.12 +58 -35 ingo/lib/Storage/prefs.php
1.21.2.1 +718 -0 ingo/lib/Storage/sql.php (new)
1.6.2.1 +514 -0 ingo/lib/Template.php (new)
1.3.2.1 +26 -0 ingo/lib/UI/VarRenderer/ingo.php (new)
1.16.12.5 +14 -3 ingo/lib/api.php
1.56.10.3 +38 -6 ingo/lib/base.php
1.1.2.1 +128 -0 ingo/lib/tests/MaildropTest.php (new)
1.1.2.1 +193 -0 ingo/lib/tests/ProcmailTest.php (new)
1.1.2.1 +345 -0 ingo/lib/tests/ScriptTest.php (new)
1.1.2.1 +144 -0 ingo/lib/tests/SieveTest.php (new)
1.1.2.1 +53 -0 ingo/lib/tests/TestBase.php (new)
1.2.2.1 +40 -0 ingo/lib/tests/_data/from_spammer (new)
1.2.2.1 +40 -0 ingo/lib/tests/_data/not_from_spammer (new)
1.3.12.25 +1 -1 ingo/lib/version.php
1.1.2.2 +32 -3 ingo/locale/ca_ES/help.xml
1.3.4.4 +210 -211 ingo/locale/cs_CZ/LC_MESSAGES/ingo.mo
1.1.2.4 +264 -228 ingo/locale/da_DK/LC_MESSAGES/ingo.mo
1.31.2.27 +253 -235 ingo/locale/de_DE/LC_MESSAGES/ingo.mo
1.1.4.3 +22 -3 ingo/locale/de_DE/help.xml
1.9.4.3 +20 -2 ingo/locale/en_US/help.xml
1.3.2.7 +271 -235 ingo/locale/es_ES/LC_MESSAGES/ingo.mo
1.1.2.4 +32 -3 ingo/locale/es_ES/help.xml
1.1.2.3 +232 -232 ingo/locale/et_EE/LC_MESSAGES/ingo.mo
1.2.2.10 +240 -224 ingo/locale/fi_FI/LC_MESSAGES/ingo.mo
1.1.2.6 +1053 -56 ingo/locale/fi_FI/help.xml
1.12.2.10 +200 -185 ingo/locale/fr_FR/LC_MESSAGES/ingo.mo
1.1.2.2 +32 -2 ingo/locale/fr_FR/help.xml
1.5.2.7 +243 -236 ingo/locale/hu_HU/LC_MESSAGES/ingo.mo
1.4.10.8 +236 -138 ingo/locale/it_IT/LC_MESSAGES/ingo.mo
1.1.2.2 +286 -291 ingo/locale/ja_JP/LC_MESSAGES/ingo.mo
1.1.2.3 +39 -39 ingo/locale/ko_KR/LC_MESSAGES/ingo.mo
1.3.4.2 +246 -201 ingo/locale/lt_LT/LC_MESSAGES/ingo.mo
1.1.2.3 +33 -31 ingo/locale/lv_LV/LC_MESSAGES/ingo.mo
1.1.8.3 +508 -1 ingo/locale/lv_LV/help.xml
1.1.2.4 +172 -104 ingo/locale/nb_NO/LC_MESSAGES/ingo.mo
1.12.2.5 +268 -232 ingo/locale/nl_NL/LC_MESSAGES/ingo.mo
1.1.14.8 +131 -143 ingo/locale/pl_PL/LC_MESSAGES/ingo.mo
1.1.4.6 +253 -217 ingo/locale/pt_BR/LC_MESSAGES/ingo.mo
1.2.14.2 +24 -16 ingo/locale/ro_RO/LC_MESSAGES/ingo.mo
1.1.2.2 +234 -207 ingo/locale/sl_SI/LC_MESSAGES/ingo.mo
1.4.2.8 +154 -259 ingo/locale/sv_SE/LC_MESSAGES/ingo.mo
1.1.2.2 +282 -229 ingo/locale/tr_TR/LC_MESSAGES/ingo.mo
1.1.2.1 +165 -0 ingo/locale/uk_UA/LC_MESSAGES/ingo.mo (new)
1.1.2.2 +265 -278 ingo/locale/zh_CN/LC_MESSAGES/ingo.mo
1.16.4.8 +264 -247 ingo/locale/zh_TW/LC_MESSAGES/ingo.mo
1.2.4.2 +160 -242 ingo/po/cs_CZ.po
1.1.2.4 +172 -120 ingo/po/da_DK.po
1.20.2.21 +312 -222 ingo/po/de_DE.po
1.2.2.6 +209 -315 ingo/po/es_ES.po
1.1.2.3 +152 -166 ingo/po/et_EE.po
1.2.2.9 +344 -229 ingo/po/fi_FI.po
1.5.2.3 +393 -267 ingo/po/hu_HU.po
1.23.4.16 +291 -200 ingo/po/ingo.pot
1.4.10.6 +428 -265 ingo/po/it_IT.po
1.1.2.2 +279 -198 ingo/po/ja_JP.po
1.1.2.3 +172 -396 ingo/po/ko_KR.po
1.3.4.2 +412 -253 ingo/po/lt_LT.po
1.1.2.3 +157 -258 ingo/po/lv_LV.po
1.1.2.3 +163 -264 ingo/po/nb_NO.po
1.8.4.6 +352 -229 ingo/po/nl_NL.po
1.1.14.6 +467 -346 ingo/po/pl_PL.po
1.1.4.7 +193 -309 ingo/po/pt_BR.po
1.2.14.3 +248 -687 ingo/po/ro_RO.po
1.1.2.2 +311 -257 ingo/po/sl_SI.po
1.3.4.5 +179 -289 ingo/po/sv_SE.po
1.1.2.1 +1013 -0 ingo/po/uk_UA.po (new)
1.1.2.2 +261 -199 ingo/po/zh_CN.po
1.10.6.8 +334 -211 ingo/po/zh_TW.po
1.63.8.9 +61 -18 ingo/rule.php
1.33.6.5 +5 -3 ingo/script.php
1.18.10.10 +4 -2 ingo/scripts/convert_imp_filters.php
1.1.2.1 +175 -0 ingo/scripts/ingo-postfix-policyd (new)
1.3.2.1 +61 -0 ingo/scripts/sql/ingo.oci8.sql (new)
1.6.2.1 +61 -0 ingo/scripts/sql/ingo.sql (new)
1.2.2.1 +91 -0 ingo/scripts/upgrades/convert_prefs_to_sql.php (new)
1.13.2.1 +158 -0 ingo/spam.php (new)
1.24.10.4 +1 -0 ingo/templates/blacklist/blacklist.inc
1.13.10.8 +1 -1 ingo/templates/common-header.inc
1.2.12.6 +17 -7 ingo/templates/filters/filter.html
1.11.12.7 +9 -25 ingo/templates/filters/header.inc
1.13.10.5 +3 -3 ingo/templates/filters/settings.inc
1.7.10.4 +0 -38 ingo/templates/forward/Attic/forward.inc (dead)
1.1.12.2 +3 -2 ingo/templates/javascript/new_folder.js
1.1.8.3 +16 -0 ingo/templates/menu.inc
1.9.2.3 +6 -3 ingo/templates/rule/filter.inc
1.5.12.4 +5 -4 ingo/templates/rule/footer.inc
1.7.12.4 +7 -7 ingo/templates/rule/header.inc
1.19.10.5 +0 -75 ingo/templates/vacation/Attic/vacation.inc (dead)
1.16.12.5 +13 -8 ingo/test.php
1.1.4.1 +2 -3 ingo/themes/graphics/blacklist.png
1.1.4.1 +1 -2 ingo/themes/graphics/copy.png
1.1.4.1 +2 -3 ingo/themes/graphics/disable.png
1.1.4.1 +2 -2 ingo/themes/graphics/enable.png
1.1.4.2 +1 -2 ingo/themes/graphics/forward.png
1.1.4.2 +2 -1 ingo/themes/graphics/ingo.png
1.2.2.1 +1 -8 ingo/themes/graphics/script.png
1.2.2.1 +5 -0 ingo/themes/graphics/spam.png (new)
1.1.4.1 +1 -2 ingo/themes/graphics/vacation.png
1.1.4.1 +2 -2 ingo/themes/graphics/whitelist.png
1.1.2.2 +6 -1 ingo/themes/screen.css
1.1.2.1 +5 -0 ingo/themes/silver/graphics/blacklist.png (new)
1.1.2.1 +6 -0 ingo/themes/silver/graphics/copy.png (new)
1.1.2.1 +5 -0 ingo/themes/silver/graphics/disable.png (new)
1.1.2.1 +5 -0 ingo/themes/silver/graphics/enable.png (new)
1.1.2.1 +17 -0 ingo/themes/silver/graphics/favicon.ico (new)
1.1.2.1 +7 -0 ingo/themes/silver/graphics/forward.png (new)
1.1.2.1 +5 -0 ingo/themes/silver/graphics/ingo.png (new)
1.1.2.1 +7 -0 ingo/themes/silver/graphics/script.png (new)
1.1.2.1 +3 -0 ingo/themes/silver/graphics/spam.png (new)
1.1.2.1 +4 -0 ingo/themes/silver/graphics/vacation.png (new)
1.1.2.1 +5 -0 ingo/themes/silver/graphics/whitelist.png (new)
1.1.2.1 +5 -0 ingo/themes/tango-blue/graphics/blacklist.png (new)
1.1.2.1 +6 -0 ingo/themes/tango-blue/graphics/copy.png (new)
1.1.2.1 +5 -0 ingo/themes/tango-blue/graphics/disable.png (new)
1.1.2.1 +4 -0 ingo/themes/tango-blue/graphics/enable.png (new)
1.1.2.1 +1 -0 ingo/themes/tango-blue/graphics/favicon.ico (new)
1.1.2.1 +5 -0 ingo/themes/tango-blue/graphics/forward.png (new)
1.1.2.1 +5 -0 ingo/themes/tango-blue/graphics/ingo.png (new)
1.1.2.1 +10 -0 ingo/themes/tango-blue/graphics/script.png (new)
1.1.2.1 +6 -0 ingo/themes/tango-blue/graphics/spam.png (new)
1.1.2.1 +4 -0 ingo/themes/tango-blue/graphics/vacation.png (new)
1.1.2.1 +4 -0 ingo/themes/tango-blue/graphics/whitelist.png (new)
1.28.8.9 +113 -26 ingo/vacation.php
1.18.8.8 +6 -4 ingo/whitelist.php
Chora Links:
http://cvs.horde.org/diff.php/ingo/README?r1=1.8.10.1&r2=1.8.10.2&ty=u
http://cvs.horde.org/diff.php/ingo/blacklist.php?r1=1.34.8.9&r2=1.34.8.10&ty=u
http://cvs.horde.org/diff.php/ingo/config/.cvsignore?r1=1.5.12.1&r2=1.5.12.2&ty=u
http://cvs.horde.org/diff.php/ingo/config/backends.php.dist?r1=1.20.8.6&r2=1.20.8.7&ty=u
http://cvs.horde.org/diff.php/ingo/config/conf.xml?r1=1.13&r2=1.13.12.1&ty=u
http://cvs.horde.org/diff.php/ingo/config/fields.php.dist?r1=1.5&r2=1.5.12.1&ty=u
http://cvs.horde.org/co.php/ingo/config/hooks.php.dist?r=1.1.2.1
http://cvs.horde.org/diff.php/ingo/config/prefs.php.dist?r1=1.30&r2=1.30.10.1&ty=u
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.71&r2=1.55.2.72&ty=u
http://cvs.horde.org/diff.php/ingo/docs/CREDITS?r1=1.23.4.20&r2=1.23.4.21&ty=u
http://cvs.horde.org/diff.php/ingo/docs/INSTALL?r1=1.14.8.6&r2=1.14.8.7&ty=u
http://cvs.horde.org/diff.php/ingo/docs/RELEASE_NOTES?r1=1.12.2.22&r2=1.12.2.23&ty=u
http://cvs.horde.org/diff.php/ingo/docs/TODO?r1=1.10.10.1&r2=1.10.10.2&ty=u
http://cvs.horde.org/diff.php/ingo/docs/UPGRADING?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/filters.php?r1=1.59.2.10&r2=1.59.2.11&ty=u
http://cvs.horde.org/diff.php/ingo/forward.php?r1=1.11.8.6&r2=1.11.8.7&ty=u
http://cvs.horde.org/diff.php/ingo/index.php?r1=1.14.10.4&r2=1.14.10.5&ty=u
http://cvs.horde.org/co.php/ingo/js/prototype.js?r=1.4.2.1
http://cvs.horde.org/co.php/ingo/js/src/prototype.js?r=1.4.2.1
http://cvs.horde.org/co.php/ingo/js/src/stripe.js?r=1.2.2.1
http://cvs.horde.org/diff.php/ingo/js/stripe.js?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Block/overview.php?r1=1.1.2.5&r2=1.1.2.6&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver.php?r1=1.10.10.7&r2=1.10.10.8&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver/ldap.php?r1=1.8.2.3&r2=1.8.2.4&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver/null.php?r1=1.10.10.2&r2=1.10.10.3&ty=u
http://cvs.horde.org/co.php/ingo/lib/Driver/sivtest.php?r=1.6.2.1
http://cvs.horde.org/diff.php/ingo/lib/Driver/timsieved.php?r1=1.15.10.7&r2=1.15.10.8&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Driver/vfs.php?r1=1.12.10.9&r2=1.12.10.10&ty=u
http://cvs.horde.org/diff.php/ingo/lib/IMAP/Search.php?r1=1.1.2.4&r2=1.1.2.5&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Ingo.php?r1=1.69.6.16&r2=1.69.6.17&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script.php?r1=1.30.10.8&r2=1.30.10.9&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script/imap.php?r1=1.49.10.13&r2=1.49.10.14&ty=u
http://cvs.horde.org/co.php/ingo/lib/Script/imap/live.php?r=1.5.2.1
http://cvs.horde.org/co.php/ingo/lib/Script/imap/mock.php?r=1.5.2.1
http://cvs.horde.org/diff.php/ingo/lib/Script/maildrop.php?r1=1.7.2.7&r2=1.7.2.8&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script/procmail.php?r1=1.46.10.17&r2=1.46.10.18&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script/sieve.php?r1=1.63.10.33&r2=1.63.10.34&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Session.php?r1=1.2.10.8&r2=1.2.10.9&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Storage.php?r1=1.43.8.16&r2=1.43.8.17&ty=u
http://cvs.horde.org/co.php/ingo/lib/Storage/mock.php?r=1.2.2.1
http://cvs.horde.org/diff.php/ingo/lib/Storage/prefs.php?r1=1.14.12.11&r2=1.14.12.12&ty=u
http://cvs.horde.org/co.php/ingo/lib/Storage/sql.php?r=1.21.2.1
http://cvs.horde.org/co.php/ingo/lib/Template.php?r=1.6.2.1
http://cvs.horde.org/co.php/ingo/lib/UI/VarRenderer/ingo.php?r=1.3.2.1
http://cvs.horde.org/diff.php/ingo/lib/api.php?r1=1.16.12.4&r2=1.16.12.5&ty=u
http://cvs.horde.org/diff.php/ingo/lib/base.php?r1=1.56.10.2&r2=1.56.10.3&ty=u
http://cvs.horde.org/co.php/ingo/lib/tests/MaildropTest.php?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/ProcmailTest.php?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/ScriptTest.php?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/SieveTest.php?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/TestBase.php?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/_data/from_spammer?r=1.2.2.1
http://cvs.horde.org/co.php/ingo/lib/tests/_data/not_from_spammer?r=1.2.2.1
http://cvs.horde.org/diff.php/ingo/lib/version.php?r1=1.3.12.24&r2=1.3.12.25&ty=u
http://cvs.horde.org/diff.php/ingo/locale/ca_ES/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/cs_CZ/LC_MESSAGES/ingo.mo?r1=1.3.4.3&r2=1.3.4.4&ty=u
http://cvs.horde.org/diff.php/ingo/locale/da_DK/LC_MESSAGES/ingo.mo?r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/diff.php/ingo/locale/de_DE/LC_MESSAGES/ingo.mo?r1=1.31.2.26&r2=1.31.2.27&ty=u
http://cvs.horde.org/diff.php/ingo/locale/de_DE/help.xml?r1=1.1.4.2&r2=1.1.4.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/en_US/help.xml?r1=1.9.4.2&r2=1.9.4.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/es_ES/LC_MESSAGES/ingo.mo?r1=1.3.2.6&r2=1.3.2.7&ty=u
http://cvs.horde.org/diff.php/ingo/locale/es_ES/help.xml?r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/diff.php/ingo/locale/et_EE/LC_MESSAGES/ingo.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/fi_FI/LC_MESSAGES/ingo.mo?r1=1.2.2.9&r2=1.2.2.10&ty=u
http://cvs.horde.org/diff.php/ingo/locale/fi_FI/help.xml?r1=1.1.2.5&r2=1.1.2.6&ty=u
http://cvs.horde.org/diff.php/ingo/locale/fr_FR/LC_MESSAGES/ingo.mo?r1=1.12.2.9&r2=1.12.2.10&ty=u
http://cvs.horde.org/diff.php/ingo/locale/fr_FR/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/hu_HU/LC_MESSAGES/ingo.mo?r1=1.5.2.6&r2=1.5.2.7&ty=u
http://cvs.horde.org/diff.php/ingo/locale/it_IT/LC_MESSAGES/ingo.mo?r1=1.4.10.7&r2=1.4.10.8&ty=u
http://cvs.horde.org/diff.php/ingo/locale/ja_JP/LC_MESSAGES/ingo.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/ko_KR/LC_MESSAGES/ingo.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/lt_LT/LC_MESSAGES/ingo.mo?r1=1.3.4.1&r2=1.3.4.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/lv_LV/LC_MESSAGES/ingo.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/lv_LV/help.xml?r1=1.1.8.2&r2=1.1.8.3&ty=u
http://cvs.horde.org/diff.php/ingo/locale/nb_NO/LC_MESSAGES/ingo.mo?r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/diff.php/ingo/locale/nl_NL/LC_MESSAGES/ingo.mo?r1=1.12.2.4&r2=1.12.2.5&ty=u
http://cvs.horde.org/diff.php/ingo/locale/pl_PL/LC_MESSAGES/ingo.mo?r1=1.1.14.7&r2=1.1.14.8&ty=u
http://cvs.horde.org/diff.php/ingo/locale/pt_BR/LC_MESSAGES/ingo.mo?r1=1.1.4.5&r2=1.1.4.6&ty=u
http://cvs.horde.org/diff.php/ingo/locale/ro_RO/LC_MESSAGES/ingo.mo?r1=1.2.14.1&r2=1.2.14.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/sl_SI/LC_MESSAGES/ingo.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/sv_SE/LC_MESSAGES/ingo.mo?r1=1.4.2.7&r2=1.4.2.8&ty=u
http://cvs.horde.org/diff.php/ingo/locale/tr_TR/LC_MESSAGES/ingo.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/co.php/ingo/locale/uk_UA/LC_MESSAGES/ingo.mo?r=1.1.2.1
http://cvs.horde.org/diff.php/ingo/locale/zh_CN/LC_MESSAGES/ingo.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/locale/zh_TW/LC_MESSAGES/ingo.mo?r1=1.16.4.7&r2=1.16.4.8&ty=u
http://cvs.horde.org/diff.php/ingo/po/cs_CZ.po?r1=1.2.4.1&r2=1.2.4.2&ty=u
http://cvs.horde.org/diff.php/ingo/po/da_DK.po?r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/diff.php/ingo/po/de_DE.po?r1=1.20.2.20&r2=1.20.2.21&ty=u
http://cvs.horde.org/diff.php/ingo/po/es_ES.po?r1=1.2.2.5&r2=1.2.2.6&ty=u
http://cvs.horde.org/diff.php/ingo/po/et_EE.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/fi_FI.po?r1=1.2.2.8&r2=1.2.2.9&ty=u
http://cvs.horde.org/diff.php/ingo/po/hu_HU.po?r1=1.5.2.2&r2=1.5.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/ingo.pot?r1=1.23.4.15&r2=1.23.4.16&ty=u
http://cvs.horde.org/diff.php/ingo/po/it_IT.po?r1=1.4.10.5&r2=1.4.10.6&ty=u
http://cvs.horde.org/diff.php/ingo/po/ja_JP.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/po/ko_KR.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/lt_LT.po?r1=1.3.4.1&r2=1.3.4.2&ty=u
http://cvs.horde.org/diff.php/ingo/po/lv_LV.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/nb_NO.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/nl_NL.po?r1=1.8.4.5&r2=1.8.4.6&ty=u
http://cvs.horde.org/diff.php/ingo/po/pl_PL.po?r1=1.1.14.5&r2=1.1.14.6&ty=u
http://cvs.horde.org/diff.php/ingo/po/pt_BR.po?r1=1.1.4.6&r2=1.1.4.7&ty=u
http://cvs.horde.org/diff.php/ingo/po/ro_RO.po?r1=1.2.14.2&r2=1.2.14.3&ty=u
http://cvs.horde.org/diff.php/ingo/po/sl_SI.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/po/sv_SE.po?r1=1.3.4.4&r2=1.3.4.5&ty=u
http://cvs.horde.org/co.php/ingo/po/uk_UA.po?r=1.1.2.1
http://cvs.horde.org/diff.php/ingo/po/zh_CN.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/ingo/po/zh_TW.po?r1=1.10.6.7&r2=1.10.6.8&ty=u
http://cvs.horde.org/diff.php/ingo/rule.php?r1=1.63.8.8&r2=1.63.8.9&ty=u
http://cvs.horde.org/diff.php/ingo/script.php?r1=1.33.6.4&r2=1.33.6.5&ty=u
http://cvs.horde.org/diff.php/ingo/scripts/convert_imp_filters.php?r1=1.18.10.9&r2=1.18.10.10&ty=u
http://cvs.horde.org/co.php/ingo/scripts/ingo-postfix-policyd?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/scripts/sql/ingo.oci8.sql?r=1.3.2.1
http://cvs.horde.org/co.php/ingo/scripts/sql/ingo.sql?r=1.6.2.1
http://cvs.horde.org/co.php/ingo/scripts/upgrades/convert_prefs_to_sql.php?r=1.2.2.1
http://cvs.horde.org/co.php/ingo/spam.php?r=1.13.2.1
http://cvs.horde.org/diff.php/ingo/templates/blacklist/blacklist.inc?r1=1.24.10.3&r2=1.24.10.4&ty=u
http://cvs.horde.org/diff.php/ingo/templates/common-header.inc?r1=1.13.10.7&r2=1.13.10.8&ty=u
http://cvs.horde.org/diff.php/ingo/templates/filters/filter.html?r1=1.2.12.5&r2=1.2.12.6&ty=u
http://cvs.horde.org/diff.php/ingo/templates/filters/header.inc?r1=1.11.12.6&r2=1.11.12.7&ty=u
http://cvs.horde.org/diff.php/ingo/templates/filters/settings.inc?r1=1.13.10.4&r2=1.13.10.5&ty=u
http://cvs.horde.org/co.php/ingo/templates/forward/Attic/forward.inc?r=1.7.10.3
http://cvs.horde.org/diff.php/ingo/templates/javascript/new_folder.js?r1=1.1.12.1&r2=1.1.12.2&ty=u
http://cvs.horde.org/diff.php/ingo/templates/menu.inc?r1=1.1.8.2&r2=1.1.8.3&ty=u
http://cvs.horde.org/diff.php/ingo/templates/rule/filter.inc?r1=1.9.2.2&r2=1.9.2.3&ty=u
http://cvs.horde.org/diff.php/ingo/templates/rule/footer.inc?r1=1.5.12.3&r2=1.5.12.4&ty=u
http://cvs.horde.org/diff.php/ingo/templates/rule/header.inc?r1=1.7.12.3&r2=1.7.12.4&ty=u
http://cvs.horde.org/co.php/ingo/templates/vacation/Attic/vacation.inc?r=1.19.10.4
http://cvs.horde.org/diff.php/ingo/test.php?r1=1.16.12.4&r2=1.16.12.5&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/blacklist.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/copy.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/disable.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/enable.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/forward.png?r1=1.1.4.1&r2=1.1.4.2&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/ingo.png?r1=1.1.4.1&r2=1.1.4.2&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/script.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/co.php/ingo/themes/graphics/spam.png?r=1.2.2.1
http://cvs.horde.org/diff.php/ingo/themes/graphics/vacation.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/graphics/whitelist.png?r1=1.1&r2=1.1.4.1&ty=u
http://cvs.horde.org/diff.php/ingo/themes/screen.css?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/blacklist.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/copy.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/disable.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/enable.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/favicon.ico?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/forward.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/ingo.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/script.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/spam.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/vacation.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/silver/graphics/whitelist.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/blacklist.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/copy.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/disable.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/enable.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/favicon.ico?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/forward.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/ingo.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/script.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/spam.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/vacation.png?r=1.1.2.1
http://cvs.horde.org/co.php/ingo/themes/tango-blue/graphics/whitelist.png?r=1.1.2.1
http://cvs.horde.org/diff.php/ingo/vacation.php?r1=1.28.8.8&r2=1.28.8.9&ty=u
http://cvs.horde.org/diff.php/ingo/whitelist.php?r1=1.18.8.7&r2=1.18.8.8&ty=u
More information about the cvs
mailing list