Hi All
Havent spoken in the list for a few months because all has worked fine for us since 1.2.10. and getting used to SM.
I have just pulled the cvs down whilst updating to 1.4.2. 1.4.2 is fine
For testing the CVS I have upgraded in the usual way keeping data, and config and plugins. One favourite plugin msg_flags - I copied all the
settings over for the msg_flags plugin( cos I do like the flouncy stuff too ) I decided to run the patch -p0 with the diff file instead of copying
the files as I thought the structures of the new stuff might be a bit different. The result was this:-
[EMAIL PROTECTED] msg_flags]# patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
patching file ../../functions/mailbox_display.php
Hunk #1 succeeded at 272 (offset 40 lines).
Hunk #2 FAILED at 781.
1 out of 2 hunks FAILED -- saving rejects to file ../../functions/mailbox_display.php.rej
patching file ../../src/move_messages.php
Hunk #1 succeeded at 116 with fuzz 2 (offset -5 lines).
Hunk #2 succeeded at 185 with fuzz 2 (offset 1 line).
patching file ../../src/left_main.php
Hunk #1 FAILED at 168.
1 out of 1 hunk FAILED -- saving rejects to file ../../src/left_main.php.rej
[EMAIL PROTECTED] msg_flags]# cat ../../src/left_main.php.rej
***************
*** 168,181 ****
function create_collapse_link($boxnum) {
global $boxes, $imapConnection, $unseen_notify, $color;
$mailbox = urlencode($boxes[$boxnum]['unformatted']);
-
/* Create the link for this collapse link. */
$link = '+";
} else {
- $link .= "fold=$mailbox\">-";
}
$link .= '';
--- 168,181 ----
function create_collapse_link($boxnum) {
global $boxes, $imapConnection, $unseen_notify, $color;
$mailbox = urlencode($boxes[$boxnum]['unformatted']);
+
/* Create the link for this collapse link. */
$link = '
";
} else {
+ $link .= "fold=$mailbox\">
";
}
$link .= '';
I am no expert so I have now stopped, what should I do now?
Adrian Jones
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
- Re: [SM-USERS] msg_flags adrian
- Re: [SM-USERS] msg_flags Jonathan Angliss
- [SM-USERS] msg_flags amin
- Re: [SM-USERS] msg_flags p dont think
- Re: [SM-USERS] msg_flags amin
- Re: [SM-USERS] msg_flags Jimmy Conner
