diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-02-18 01:53:14 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-02-18 01:53:14 +0800 |
commit | 758c9c55ea6f98f568a16e876a9370a955379fc6 (patch) | |
tree | 01838d13b880273441beff5f76784bdee620c600 /mail | |
parent | f929600a152489bfb8b68b484d63ec9c75859a2f (diff) | |
download | freebsd-ports-gnome-758c9c55ea6f98f568a16e876a9370a955379fc6.tar.gz freebsd-ports-gnome-758c9c55ea6f98f568a16e876a9370a955379fc6.tar.zst freebsd-ports-gnome-758c9c55ea6f98f568a16e876a9370a955379fc6.zip |
Fix a path for corectly loading the left frame after clicking the 'read' link.
Diffstat (limited to 'mail')
-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); + |