[commits] Horde branch imp_6_1 updated. 885d1e6e2afb2071ac7847b33e417c0c898e43cd
Michael M Slusarz
slusarz at horde.org
Thu Feb 14 02:52:38 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: a05806cf915ca3ebfbb7c7d8d23f2f8417ef2101
679511e phpdoc
ff50de0 IMP_Prefs_Sort_Fixed -> IMP_Prefs_Sort_FixedDate
885d1e6 [mms] Disable mailbox sorting by default if the remote server does not natively support it (Bug #12001).
-----------------------------------------------------------------------
commit 679511e34725020c1b4e903a29d3a026b69a5f17
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 13 18:51:53 2013 -0700
phpdoc
imp/lib/Prefs/Identity.php | 26 +++++++++++++++++---------
imp/lib/Prefs/Sort.php | 20 ++++++++++++++------
imp/lib/Prefs/Sort/Fixed.php | 20 ++++++++++++++------
imp/lib/Prefs/Sort/Sortpref.php | 22 +++++++++++++++-------
imp/lib/Prefs/Special/Acl.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/ComposeTemplates.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Drafts.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Encrypt.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Flag.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/HtmlSignature.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/ImageReplacement.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/InitialPage.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Mailto.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/NewmailSound.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/PgpPrivateKey.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/PgpPublicKey.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Searches.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Sentmail.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/SmimePrivateKey.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/SmimePublicKey.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Sourceselect.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Spam.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/SpecialMboxes.php | 20 ++++++++++++++------
imp/lib/Prefs/Special/Trash.php | 20 ++++++++++++++------
24 files changed, 340 insertions(+), 148 deletions(-)
http://git.horde.org/horde-git/-/commit/679511e34725020c1b4e903a29d3a026b69a5f17
-----------------------------------------------------------------------
commit ff50de05f4f67ac2e5cc045752ec704e218f4937
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 13 19:43:29 2013 -0700
IMP_Prefs_Sort_Fixed -> IMP_Prefs_Sort_FixedDate
imp/lib/Factory/PrefsSort.php | 2 +-
imp/lib/Prefs/Sort/Fixed.php | 77 --------------------------------------
imp/lib/Prefs/Sort/FixedDate.php | 77 ++++++++++++++++++++++++++++++++++++++
imp/package.xml | 6 +-
4 files changed, 81 insertions(+), 81 deletions(-)
delete mode 100644 imp/lib/Prefs/Sort/Fixed.php
create mode 100644 imp/lib/Prefs/Sort/FixedDate.php
http://git.horde.org/horde-git/-/commit/ff50de05f4f67ac2e5cc045752ec704e218f4937
-----------------------------------------------------------------------
commit 885d1e6e2afb2071ac7847b33e417c0c898e43cd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 13 20:01:58 2013 -0700
[mms] Disable mailbox sorting by default if the remote server does not natively support it (Bug #12001).
imp/config/backends.php | 9 ++++
imp/docs/CHANGES | 2 +
imp/docs/UPGRADING | 8 +++
imp/lib/Imap.php | 17 +++++++
imp/lib/Mailbox.php | 22 ++++++---
imp/lib/Prefs/Sort/FixedDate.php | 47 +------------------
imp/lib/Prefs/Sort/None.php | 78 ++++++++++++++++++++++++++++++++
imp/lib/Prefs/Sort/Sortpref/Locked.php | 37 +++++++++++++++
imp/package.xml | 1 +
9 files changed, 169 insertions(+), 52 deletions(-)
create mode 100644 imp/lib/Prefs/Sort/None.php
create mode 100644 imp/lib/Prefs/Sort/Sortpref/Locked.php
http://git.horde.org/horde-git/-/commit/885d1e6e2afb2071ac7847b33e417c0c898e43cd
More information about the commits
mailing list