diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-17 17:53:14 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-17 17:53:14 +0000 |
commit | c440df73ab61cc4c4a56f7e7051f901f23ab2aed (patch) | |
tree | 19041672a28e62d80320a157d258a011ccb624af /mail/squirrelmail-mark_read-plugin | |
parent | 320da29d7661a58ec5a7b957d2dbb7ea53544bfc (diff) | |
download | ports-c440df73ab61cc4c4a56f7e7051f901f23ab2aed.tar.gz ports-c440df73ab61cc4c4a56f7e7051f901f23ab2aed.zip |
Notes
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); + |