Author: glen                         Date: Sat Aug 28 16:04:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- correct

---- Files affected:
packages/roundcubemail:
   shared-folders.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/roundcubemail/shared-folders.patch
diff -u packages/roundcubemail/shared-folders.patch:1.2 
packages/roundcubemail/shared-folders.patch:1.3
--- packages/roundcubemail/shared-folders.patch:1.2     Sat Aug 28 17:50:22 2010
+++ packages/roundcubemail/shared-folders.patch Sat Aug 28 18:04:04 2010
@@ -30,7 +30,7 @@
 -            $a_folders = 
$this->conn->listSubscribed($this->mod_mailbox($root), $filter);
 +            $a_folders = array();
 +            foreach ($this->options['allroots'] as $thisroot) {
-+                $a_folders = array_merge($a_folders, 
$this->conn->listSubscribed($this->mod_mailbox($root), $filter));
++                $a_folders = array_merge($a_folders, 
$this->conn->listSubscribed($this->mod_mailbox($thisroot), $filter));
 +            }
          }
  
@@ -44,7 +44,7 @@
 +            $a_mboxes = array();
 +            // retrieve list of folders from IMAP server
 +            foreach ($this->options['allroots'] as $thisroot) {
-+                $a_mboxes = array_merge($a_mboxes, 
$this->conn->listMailboxes($this->mod_mailbox($root), $filter));
++                $a_mboxes = array_merge($a_mboxes, 
$this->conn->listMailboxes($this->mod_mailbox($thisroot), $filter));
 +            }
          }
  
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/roundcubemail/shared-folders.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to