bin/cleandb.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/cleandb.sh | | | @@ -18,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); bin/decrypt.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/decrypt.sh | | | @@ -18,8 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Tomas Tevesz <ice@extreme.hu> | +-----------------------------------------------------------------------+ $Id$ */ /*- bin/dumpschema.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/dumpschema.sh | | | @@ -18,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); bin/exportgettext.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/exportgettext.sh | | | @@ -14,9 +13,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); @@ -205,7 +201,7 @@ $msgid = $is_pot ? $msgstr : ($GLOBALS['en_US'][$label] ?: $label); $messages[$msgid][] = $label; } foreach ($messages as $msgid => $labels) { $out .= "\n"; foreach ($labels as $label) bin/importgettext.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/importgettext.sh | | | @@ -14,9 +13,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); @@ -39,7 +35,7 @@ foreach ($out as $outfn => $texts) { $lang = preg_match('!/([a-z]{2}(_[A-Z]{2})?)[./]!', $outfn, $m) ? $m[1] : ''; $varname = strpos($outfn, 'messages.inc') !== false ? 'messages' : 'labels'; $header = <<<EOF <?php @@ -54,14 +50,13 @@ +-----------------------------------------------------------------------+ | Author: %-62s| +-----------------------------------------------------------------------+ @version %s$ */ $%s = array(); EOF; $output = sprintf($header, $lang, $varname.'.inc', date('Y'), $texts['_translator'], '$Id', $varname); $output = sprintf($header, $lang, $varname.'.inc', date('Y'), $texts['_translator'], $varname); foreach ($texts as $label => $value) { if (is_array($value)) { var_dump($outfn, $label, $value); exit; } @@ -131,7 +126,7 @@ $out[$file][$label] = $msgstr; } } $msgid = null; $msgstr = ''; $dests = array(); @@ -167,7 +162,7 @@ $out[$file]['_translator'] = $translator; } } return $language ? $out : array(); } bin/indexcontacts.sh
@@ -1,7 +1,6 @@ #!/usr/bin/env php <?php /* +-----------------------------------------------------------------------+ | bin/indexcontacts.sh | | | @@ -18,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); bin/installto.sh
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); bin/update.sh
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); index.php
@@ -33,9 +33,6 @@ +-------------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-------------------------------------------------------------------------+ $Id$ */ // include environment installer/client.js
@@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ function toggleblock(id, link) installer/index.php
@@ -34,9 +34,6 @@ +-------------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-------------------------------------------------------------------------+ $Id$ */ ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); installer/rcube_install.php
@@ -11,9 +11,6 @@ | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | +-----------------------------------------------------------------------+ $Id$ */ installer/utils.php
@@ -1,4 +1,5 @@ <?php /* +-------------------------------------------------------------------------+ | Roundcube Webmail installer utilities | @@ -12,9 +13,6 @@ +-------------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-------------------------------------------------------------------------+ $Id: index.php 2696 2009-07-02 06:38:26Z thomasb $ */ /** plugins/managesieve/lib/rcube_sieve.php
@@ -18,9 +18,6 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * $Id$ * */ // Managesieve Protocol: RFC5804 plugins/managesieve/lib/rcube_sieve_script.php
@@ -18,9 +18,6 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * $Id$ * */ class rcube_sieve_script plugins/managesieve/managesieve.php
@@ -27,8 +27,6 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * $Id$ */ class managesieve extends rcube_plugin program/include/clisetup.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ if (php_sapi_name() != 'cli') { program/include/html.php
@@ -17,10 +17,7 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ */ /** program/include/iniset.php
@@ -18,9 +18,6 @@ | Author: Till Klampaeckel <till@php.net> | | Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Some users are not using Installer, so we'll check some program/include/rcmail.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube.php
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_addressbook.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_base_replacer.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_bc.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_browser.php
@@ -17,14 +17,11 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** /** * rcube_browser * * * Provide details about the client's browser based on the User-Agent header * * @package Core program/include/rcube_cache.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_charset.php
@@ -20,9 +20,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_config.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_contacts.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_content_filter.php
@@ -17,8 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_image.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ class rcube_image program/include/rcube_imap.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_imap_cache.php
@@ -18,9 +18,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_imap_generic.php
@@ -24,9 +24,6 @@ | Author: Aleksander Machniak <alec@alec.pl> | | Author: Ryo Chijiiwa <Ryo@IlohaMail.org> | +-----------------------------------------------------------------------+ $Id$ */ // for backward compat. program/include/rcube_ldap.php
@@ -1,4 +1,5 @@ <?php /* +-----------------------------------------------------------------------+ | program/include/rcube_ldap.php | @@ -19,9 +20,6 @@ | Andreas Dick <andudi (at) gmx (dot) ch> | | Aleksander Machniak <machniak@kolabsys.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_mdb2.php
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Lukas Kahwe Smith <smith@pooteeweet.org> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_message.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_message_header.php
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_message_part.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_mime.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_output.php
@@ -17,9 +17,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_output_html.php
@@ -17,10 +17,7 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ */ /** program/include/rcube_output_json.php
@@ -17,9 +17,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_plugin.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/include/rcube_plugin_api.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // location where plugins are loade from program/include/rcube_result_index.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_result_set.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_result_thread.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_session.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id: session.inc 2932 2009-09-07 12:51:21Z alec $ */ /** program/include/rcube_shared.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_smtp.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // define headers delimiter program/include/rcube_spellchecker.php
@@ -19,9 +19,6 @@ | Author: Aleksander Machniak <machniak@kolabsys.com> | | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_storage.php
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_string_replacer.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_user.php
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_utils.php
@@ -18,9 +18,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ program/include/rcube_vcard.php
@@ -16,9 +16,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/js/app.js
@@ -17,8 +17,6 @@ +-----------------------------------------------------------------------+ | Requires: jquery.js, common.js, list.js | +-----------------------------------------------------------------------+ $Id$ */ function rcube_webmail() program/js/common.js
@@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Constants program/js/editor.js
@@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Eric Stadtherr <estadtherr@gmail.com> | +-----------------------------------------------------------------------+ $Id: editor.js 000 2006-05-18 19:12:28Z roundcube $ */ // Initialize HTML editor program/js/googiespell.js
@@ -17,8 +17,6 @@ | Authors: 4mir Salihefendic <amix@amix.dk> | | Aleksander Machniak - <alec [at] alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ var GOOGIE_CUR_LANG, program/js/list.js
@@ -15,8 +15,6 @@ +-----------------------------------------------------------------------+ | Requires: common.js | +-----------------------------------------------------------------------+ $Id$ */ program/localization/index.inc
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // langage codes according to ISO 639-1 program/steps/addressbook/copy.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id: copy.inc 471 2007-02-09 21:25:50Z thomasb $ */ // only process ajax requests program/steps/addressbook/delete.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // process ajax requests only program/steps/addressbook/edit.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ if ($RCMAIL->action == 'edit') { program/steps/addressbook/export.inc
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <machniak@kolabsys.com> | +-----------------------------------------------------------------------+ $Id$ */ // Use search result program/steps/addressbook/func.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $SEARCH_MODS_DEFAULT = array('name'=>1, 'firstname'=>1, 'surname'=>1, 'email'=>1, '*'=>1); program/steps/addressbook/groups.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $source = get_input_value('_source', RCUBE_INPUT_GPC); program/steps/addressbook/import.inc
@@ -18,9 +18,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <machniak@kolabsys.com> | +-----------------------------------------------------------------------+ $Id$ */ /** program/steps/addressbook/list.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Use search result program/steps/addressbook/mailto.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id: copy.inc 471 2007-02-09 21:25:50Z thomasb $ */ $cids = rcmail_get_cids(); program/steps/addressbook/save.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $CONTACTS = rcmail_contact_source(null, true, true); program/steps/addressbook/search.inc
@@ -19,9 +19,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <machniak@kolabsys.com> | +-----------------------------------------------------------------------+ $Id: search.inc 456 2007-01-10 12:34:33Z thomasb $ */ if ($RCMAIL->action == 'search-create') { program/steps/addressbook/show.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Get contact ID and source ID from request program/steps/addressbook/undo.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <machniak@kolabsys.com> | +-----------------------------------------------------------------------+ $Id$ */ // process ajax requests only program/steps/addressbook/upload_photo.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Supported image format types program/steps/mail/addcontact.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/attachments.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // Upload progress update program/steps/mail/autocomplete.inc
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ if ($RCMAIL->action == 'group-expand') { program/steps/mail/check_recent.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $current = $RCMAIL->storage->get_folder(); program/steps/mail/compose.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // define constants for message compose mode program/steps/mail/copy.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/folders.inc
@@ -17,8 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/func.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // setup some global vars used by mail steps program/steps/mail/get.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ program/steps/mail/getunread.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $a_folders = $RCMAIL->storage->list_folders_subscribed('', '*', 'mail'); program/steps/mail/headers.inc
@@ -1,4 +1,5 @@ <?php /* +-----------------------------------------------------------------------+ | program/steps/mail/headers.inc | @@ -16,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ if ($uid = get_input_value('_uid', RCUBE_INPUT_POST)) program/steps/mail/list.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ if (!$OUTPUT->ajax_call) { program/steps/mail/list_contacts.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $jsenv = array(); program/steps/mail/mark.inc
@@ -16,9 +16,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/move_del.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/pagenav.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id: show.inc 4176 2010-11-04 09:59:55Z alec $ */ $uid = get_input_value('_uid', RCUBE_INPUT_GET); program/steps/mail/search.inc
@@ -13,9 +13,6 @@ | Author: Benjamin Smith <defitro@gmail.com> | | Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $REMOTE_REQUEST = TRUE; program/steps/mail/sendmail.inc
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // remove all scripts and act as called in frame program/steps/mail/sendmdn.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // only process ajax requests program/steps/mail/show.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $PRINT_MODE = $RCMAIL->action=='print' ? TRUE : FALSE; program/steps/mail/viewsource.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ ob_end_clean(); program/steps/settings/about.inc
@@ -18,9 +18,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id: identities.inc 4410 2011-01-12 18:25:02Z thomasb $ */ program/steps/settings/delete_identity.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $iid = get_input_value('_iid', RCUBE_INPUT_GPC); program/steps/settings/edit_folder.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ // WARNING: folder names in UI are encoded with RCMAIL_CHARSET program/steps/settings/edit_identity.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('IDENTITIES_LEVEL', intval($RCMAIL->config->get('identities_level', 0))); program/steps/settings/edit_prefs.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id: func.inc 2822 2009-07-31 09:07:54Z alec $ */ if (!$OUTPUT->ajax_call) program/steps/settings/folders.inc
@@ -18,9 +18,6 @@ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ // WARNING: folder names in UI are encoded with RCMAIL_CHARSET program/steps/settings/func.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ if (!$OUTPUT->ajax_call) program/steps/settings/identities.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('IDENTITIES_LEVEL', intval($RCMAIL->config->get('identities_level', 0))); program/steps/settings/save_folder.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ // WARNING: folder names in UI are encoded with RCMAIL_CHARSET program/steps/settings/save_identity.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ define('IDENTITIES_LEVEL', intval($RCMAIL->config->get('identities_level', 0))); program/steps/settings/save_prefs.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $CURR_SECTION = get_input_value('_section', RCUBE_INPUT_POST); program/steps/utils/error.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $rcmail = rcmail::get_instance(); program/steps/utils/html2text.inc
@@ -1,6 +1,6 @@ <?php /* /* +-----------------------------------------------------------------------+ | program/steps/utils/html2text.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $html = $HTTP_RAW_POST_DATA; program/steps/utils/killcache.inc
@@ -1,6 +1,6 @@ <?php /* /* +-----------------------------------------------------------------------+ | program/steps/utils/killcache.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Dennis P. Nikolaenko <dennis@nikolaenko.ru> | +-----------------------------------------------------------------------+ $Id$ */ // don't allow public access if not in devel_mode program/steps/utils/modcss.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ $source = ''; program/steps/utils/save_pref.inc
@@ -1,6 +1,6 @@ <?php /* /* +-----------------------------------------------------------------------+ | program/steps/utils/save_pref.inc | | | @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ $name = get_input_value('_name', RCUBE_INPUT_POST); program/steps/utils/spell.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Kris Steinhoff <steinhof@umich.edu> | +-----------------------------------------------------------------------+ $Id$ */ // read input program/steps/utils/spell_html.inc
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ $Id$ */ // read input data skins/larry/svggradient.php
@@ -9,8 +9,6 @@ * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. * * $Id$ */ header('Content-Type: image/svg+xml'); skins/larry/ui.js
@@ -7,8 +7,6 @@ * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. * * $Id$ */