summaryrefslogtreecommitdiff
path: root/program/steps/mail
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-05-22 12:31:37 +0200
committerAleksander Machniak <alec@alec.pl>2012-05-22 12:31:37 +0200
commit041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a (patch)
treea33370fce8a023b3a5f4a32019adc41337dc638c /program/steps/mail
parent0a1dd5b073f0dfc42439ab168246ae0ae6921414 (diff)
Removed $Id$
Diffstat (limited to 'program/steps/mail')
-rw-r--r--program/steps/mail/addcontact.inc3
-rw-r--r--program/steps/mail/attachments.inc3
-rw-r--r--program/steps/mail/autocomplete.inc3
-rw-r--r--program/steps/mail/check_recent.inc3
-rw-r--r--program/steps/mail/compose.inc3
-rw-r--r--program/steps/mail/copy.inc3
-rw-r--r--program/steps/mail/folders.inc2
-rw-r--r--program/steps/mail/func.inc3
-rw-r--r--program/steps/mail/get.inc3
-rw-r--r--program/steps/mail/getunread.inc3
-rw-r--r--program/steps/mail/headers.inc4
-rw-r--r--program/steps/mail/list.inc3
-rw-r--r--program/steps/mail/list_contacts.inc3
-rw-r--r--program/steps/mail/mark.inc3
-rw-r--r--program/steps/mail/move_del.inc3
-rw-r--r--program/steps/mail/pagenav.inc3
-rw-r--r--program/steps/mail/search.inc3
-rw-r--r--program/steps/mail/sendmail.inc3
-rw-r--r--program/steps/mail/sendmdn.inc3
-rw-r--r--program/steps/mail/show.inc3
-rw-r--r--program/steps/mail/viewsource.inc3
21 files changed, 1 insertions, 62 deletions
diff --git a/program/steps/mail/addcontact.inc b/program/steps/mail/addcontact.inc
index 74768116e..2dc406f84 100644
--- a/program/steps/mail/addcontact.inc
+++ b/program/steps/mail/addcontact.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// only process ajax requests
diff --git a/program/steps/mail/attachments.inc b/program/steps/mail/attachments.inc
index ff9424fd6..21a9f5b99 100644
--- a/program/steps/mail/attachments.inc
+++ b/program/steps/mail/attachments.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// Upload progress update
diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc
index 95d611841..ba34fa5aa 100644
--- a/program/steps/mail/autocomplete.inc
+++ b/program/steps/mail/autocomplete.inc
@@ -18,9 +18,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
if ($RCMAIL->action == 'group-expand') {
diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc
index d442216c6..411e649ce 100644
--- a/program/steps/mail/check_recent.inc
+++ b/program/steps/mail/check_recent.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
$current = $RCMAIL->storage->get_folder();
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 374a87649..306de3608 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// define constants for message compose mode
diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc
index af8e9b8b9..a72378b0e 100644
--- a/program/steps/mail/copy.inc
+++ b/program/steps/mail/copy.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Aleksander Machniak <alec@alec.pl> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// only process ajax requests
diff --git a/program/steps/mail/folders.inc b/program/steps/mail/folders.inc
index ee94f56a7..c56c914cd 100644
--- a/program/steps/mail/folders.inc
+++ b/program/steps/mail/folders.inc
@@ -17,8 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
*/
// only process ajax requests
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 1742eee66..05d589503 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// setup some global vars used by mail steps
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index 1ffe780cd..750011f74 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc
index 0d2e94b96..fb7e802fb 100644
--- a/program/steps/mail/getunread.inc
+++ b/program/steps/mail/getunread.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
$a_folders = $RCMAIL->storage->list_folders_subscribed('', '*', 'mail');
diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc
index 0892247f8..4d6627393 100644
--- a/program/steps/mail/headers.inc
+++ b/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))
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc
index dad86663a..f3318fa18 100644
--- a/program/steps/mail/list.inc
+++ b/program/steps/mail/list.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
if (!$OUTPUT->ajax_call) {
diff --git a/program/steps/mail/list_contacts.inc b/program/steps/mail/list_contacts.inc
index 6954e110a..1a6480339 100644
--- a/program/steps/mail/list_contacts.inc
+++ b/program/steps/mail/list_contacts.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
$jsenv = array();
diff --git a/program/steps/mail/mark.inc b/program/steps/mail/mark.inc
index f165011ca..238e11797 100644
--- a/program/steps/mail/mark.inc
+++ b/program/steps/mail/mark.inc
@@ -16,9 +16,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// only process ajax requests
diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc
index a30b4e660..d3dd9bfea 100644
--- a/program/steps/mail/move_del.inc
+++ b/program/steps/mail/move_del.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// only process ajax requests
diff --git a/program/steps/mail/pagenav.inc b/program/steps/mail/pagenav.inc
index e4a4a075d..e17d82123 100644
--- a/program/steps/mail/pagenav.inc
+++ b/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);
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc
index 3f9b86e98..a7605f6d0 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -13,9 +13,6 @@
| Author: Benjamin Smith <defitro@gmail.com> |
| Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
$REMOTE_REQUEST = TRUE;
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc
index faaeddcda..4790d35e2 100644
--- a/program/steps/mail/sendmail.inc
+++ b/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
diff --git a/program/steps/mail/sendmdn.inc b/program/steps/mail/sendmdn.inc
index 3498630b5..01d0807be 100644
--- a/program/steps/mail/sendmdn.inc
+++ b/program/steps/mail/sendmdn.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
// only process ajax requests
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc
index 076098a56..2d4d8e5a5 100644
--- a/program/steps/mail/show.inc
+++ b/program/steps/mail/show.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
$PRINT_MODE = $RCMAIL->action=='print' ? TRUE : FALSE;
diff --git a/program/steps/mail/viewsource.inc b/program/steps/mail/viewsource.inc
index f38ca76eb..59ccb386e 100644
--- a/program/steps/mail/viewsource.inc
+++ b/program/steps/mail/viewsource.inc
@@ -17,9 +17,6 @@
+-----------------------------------------------------------------------+
| Author: Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
-
- $Id$
-
*/
ob_end_clean();