diff options
Diffstat (limited to 'mail/squirrelmail-mark_read-plugin')
-rw-r--r-- | mail/squirrelmail-mark_read-plugin/files/patch-mark_read__mark_read.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/squirrelmail-mark_read-plugin/files/patch-mark_read__mark_read.php b/mail/squirrelmail-mark_read-plugin/files/patch-mark_read__mark_read.php new file mode 100644 index 000000000000..a6a191644a87 --- /dev/null +++ b/mail/squirrelmail-mark_read-plugin/files/patch-mark_read__mark_read.php @@ -0,0 +1,11 @@ +--- ./mark_read/mark_read.php.orig 2008-02-17 19:51:57.000000000 +0200 ++++ ./mark_read/mark_read.php 2008-02-17 19:52:05.000000000 +0200 +@@ -106,7 +106,7 @@ + mark_read_mark_mailbox($imap_stream, $mailbox, ($mark=="unread")); + } + +-header ('Location: ' . $base_uri . '../../src/left_main.php'); ++header ('Location: ' . $base_uri . 'src/left_main.php'); + + sqimap_logout($imap_stream); + |