I think the last message was garbled by the html plugin so here goes again:

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 problem with a 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 = '<a target="left" style="text-decoration:none" ' .
              'href="left_main.php?';
      if ($boxes[$boxnum]['collapse'] == SM_BOX_COLLAPSED) {
-         $link .= "unfold=$mailbox\">+";
      } else {
-         $link .= "fold=$mailbox\">-";
      }
      $link .= '</a>';

--- 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 = '<a target="left" style="text-decoration:none" ' .
              'href="left_main.php?';
      if ($boxes[$boxnum]['collapse'] == SM_BOX_COLLAPSED) {
+         $link .= "unfold=$mailbox\"><IMG src=\"../images/plus.gif\" border=\"0\" 
height=\"7\" width=\"7\">";
      } else {
+         $link .= "fold=$mailbox\"><IMG src=\"../images/minus.gif\" border=\"0\" 
height=\"7\" width=\"7\">";
      }
      $link .= '</a>';

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

Reply via email to