[commits] Horde branch master updated. 453f91218c76a84525e0b7d98c228106324cea5c

Michael M Slusarz slusarz at horde.org
Tue May 3 18:29:30 UTC 2011


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

from: a01c30790e4618bdfd116185980ce798562cf70b

b82312e Removing permanentflags caching.
21d74bb Optimize charset search validity checking
453f912 If Trash is not available, flag the message as \Deleted anyway.

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

commit b82312eefd24583dacc2ce84a2cdc39df20ca22c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 3 11:26:55 2011 -0600

    Removing permanentflags caching.
    
    Not worth it for the amount of extra work needed.  Cache expiration
    (which was not yet implemented) was going to be overly complicated.
    This information is essentially free anyway (it is returned on a mailbox
    SELECT) so cost-benefit analysis indicates minimal helpfulness.

 imp/docs/CHANGES                |    1 -
 imp/lib/Imap.php                |   36 +++++++++---------------------------
 imp/lib/Imap/PermanentFlags.php |   39 +++++----------------------------------
 imp/package.xml                 |    1 -
 4 files changed, 14 insertions(+), 63 deletions(-)

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

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

commit 21d74bbd218e9bda1dd69e5e6cae254d0ec755c8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 3 11:51:36 2011 -0600

    Optimize charset search validity checking

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/21d74bbd218e9bda1dd69e5e6cae254d0ec755c8

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

commit 453f91218c76a84525e0b7d98c228106324cea5c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 3 12:13:34 2011 -0600

    If Trash is not available, flag the message as \Deleted anyway.

 imp/lib/Message.php |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/453f91218c76a84525e0b7d98c228106324cea5c




More information about the commits mailing list