[commits] Horde branch imp_6_1 updated. 0534bc74759f1addcf3669b98921aa3d0f4e350a

Michael M Slusarz slusarz at horde.org
Tue Jan 8 00:14:53 UTC 2013


The branch "imp_6_1" has been updated.
The following is a summary of the commits.

from: 87063e1a2dd23c91bf3a2dba252e74aad3326e65

f494820 Merge IMP_Mailbox_List and IMP_Mailbox_List_Track
9de5543 Remove IMP_Mailbox_List#getIMAPIndex()
0534bc7 Move search related code from IMP_Mailbox_List to extended IMP_Mailbox_List_Virtual class

-----------------------------------------------------------------------

commit f494820ac142ee7bb43a9a4810ec2f1d81b76dab
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 7 16:34:06 2013 -0700

    Merge IMP_Mailbox_List and IMP_Mailbox_List_Track

 imp/lib/Factory/MailboxList.php |   66 ++++-------
 imp/lib/Indices.php             |   13 +-
 imp/lib/Mailbox/List.php        |  239 +++++++++++++++++++++++++++++++++--
 imp/lib/Mailbox/List/Track.php  |  262 ---------------------------------------
 imp/package.xml                 |    6 +-
 imp/thread.php                  |   10 +-
 6 files changed, 266 insertions(+), 330 deletions(-)
 delete mode 100644 imp/lib/Mailbox/List/Track.php

http://git.horde.org/horde-git/-/commit/f494820ac142ee7bb43a9a4810ec2f1d81b76dab

-----------------------------------------------------------------------

commit 9de5543dad6d0d159844ebc1ec75213ccd248f2a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 7 17:16:18 2013 -0700

    Remove IMP_Mailbox_List#getIMAPIndex()
    
    It is duplicative of the array access to the object.
    Also, IMP_Mailbox_List#getMessageIndex() -> IMP_Mailbox_List#getIndex()

 imp/lib/Indices.php             |    4 ++--
 imp/lib/Mailbox/List.php        |   31 +++----------------------------
 imp/lib/Minimal/Message.php     |   22 +++++++++++-----------
 imp/lib/Minimal/Messagepart.php |    6 +++---
 imp/message.php                 |   30 +++++++++++++++---------------
 imp/thread.php                  |    4 ++--
 6 files changed, 36 insertions(+), 61 deletions(-)

http://git.horde.org/horde-git/-/commit/9de5543dad6d0d159844ebc1ec75213ccd248f2a

-----------------------------------------------------------------------

commit 0534bc74759f1addcf3669b98921aa3d0f4e350a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Jan 7 17:26:08 2013 -0700

    Move search related code from IMP_Mailbox_List to extended IMP_Mailbox_List_Virtual class

 imp/lib/Factory/MailboxList.php  |    7 +-
 imp/lib/Mailbox/List.php         |  156 +++++++++++++++---------------------
 imp/lib/Mailbox/List/Virtual.php |  164 ++++++++++++++++++++++++++++++++++++++
 imp/package.xml                  |    4 +-
 4 files changed, 235 insertions(+), 96 deletions(-)
 create mode 100644 imp/lib/Mailbox/List/Virtual.php

http://git.horde.org/horde-git/-/commit/0534bc74759f1addcf3669b98921aa3d0f4e350a




More information about the commits mailing list