[commits] Horde-Hatchery branch master updated. 69b87cd952b2591a9637bae4805e8c107f5e3155
Michael M Slusarz
slusarz at horde.org
Mon Nov 30 18:27:48 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: ad902256ead0153fed0ba29103580c4c7ecf72c5
05f836b Tweaks
bc04a27 UI -> Ui
287fc26 Fix charset when converting with html2text
575c3aa Don't use IMAP username, since it may have nothing to do with auth username
69b87cd Prefer Reply All when determining auto reply mechanism
-----------------------------------------------------------------------
commit 05f836bee95f1162a116c8b96c7a91db79acd350
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Nov 30 00:19:57 2009 -0700
Tweaks
imp/lib/Application.php | 2 +-
imp/lib/Compose.php | 8 ++++++--
imp/test.php | 3 +--
3 files changed, 8 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=05f836bee95f1162a116c8b96c7a91db79acd350
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=05f836bee95f1162a116c8b96c7a91db79acd350
http://git.horde.org/diff.php/imp/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=05f836bee95f1162a116c8b96c7a91db79acd350
-----------------------------------------------------------------------
commit bc04a27cb087240e10845a6c22739ee82617b85a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Nov 30 00:36:38 2009 -0700
UI -> Ui
imp/ajax.php | 4 +-
imp/compose-dimp.php | 4 +-
imp/compose-mimp.php | 6 +-
imp/compose.php | 4 +-
imp/folders.php | 2 +-
imp/lib/Auth.php | 2 +-
imp/lib/Block/Newmail.php | 2 +-
imp/lib/Compose.php | 4 +-
imp/lib/Imap/Flags.php | 4 +-
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php | 2 +-
imp/lib/Mime/Viewer/Plain.php | 2 +-
imp/lib/UI/Compose.php | 214 -------
imp/lib/UI/Folder.php | 131 -----
imp/lib/UI/Mailbox.php | 259 ---------
imp/lib/UI/Message.php | 613 ---------------------
imp/lib/UI/Search.php | 164 ------
imp/lib/Ui/Compose.php | 214 +++++++
imp/lib/Ui/Folder.php | 131 +++++
imp/lib/Ui/Mailbox.php | 259 +++++++++
imp/lib/Ui/Message.php | 613 +++++++++++++++++++++
imp/lib/Ui/Search.php | 164 ++++++
imp/lib/Views/Compose.php | 2 +-
imp/lib/Views/ListMessages.php | 2 +-
imp/lib/Views/ShowMessage.php | 6 +-
imp/mailbox-mimp.php | 2 +-
imp/mailbox.php | 2 +-
imp/message-dimp.php | 6 +-
imp/message-mimp.php | 2 +-
imp/message.php | 2 +-
imp/rss.php | 2 +-
imp/search-basic.php | 2 +-
imp/search.php | 4 +-
imp/thread.php | 2 +-
33 files changed, 1416 insertions(+), 1416 deletions(-)
delete mode 100644 imp/lib/UI/Compose.php
delete mode 100644 imp/lib/UI/Folder.php
delete mode 100644 imp/lib/UI/Mailbox.php
delete mode 100644 imp/lib/UI/Message.php
delete mode 100644 imp/lib/UI/Search.php
create mode 100644 imp/lib/Ui/Compose.php
create mode 100644 imp/lib/Ui/Folder.php
create mode 100644 imp/lib/Ui/Mailbox.php
create mode 100644 imp/lib/Ui/Message.php
create mode 100644 imp/lib/Ui/Search.php
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=29566e95072fa5ac743580dee3acea90f2b5b384&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/folders.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-hatchery&r1=8b0b22d2366cc81146e18ef89d5ea4820e691020&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=05f836bee95f1162a116c8b96c7a91db79acd350&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Imap/Flags.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-hatchery&r1=98fee92d55e4100b0e1f18cff002e45a2fa60b3f&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=f536372c8a76dd627fc70fe2435bb8da4cd77928&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/UI/Compose.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/UI/Folder.php?rt=horde-hatchery&r1=3dbe22020d3fae879d21f0ada99251a12edf7e25&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/UI/Mailbox.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=4b2f4623ae225c6bb2fb0b514ba039e24d114098&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/UI/Search.php?rt=horde-hatchery&r1=98fee92d55e4100b0e1f18cff002e45a2fa60b3f&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/co.php/imp/lib/Ui/Compose.php?rt=horde-hatchery&r=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/co.php/imp/lib/Ui/Folder.php?rt=horde-hatchery&r=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/co.php/imp/lib/Ui/Mailbox.php?rt=horde-hatchery&r=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/co.php/imp/lib/Ui/Message.php?rt=horde-hatchery&r=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/co.php/imp/lib/Ui/Search.php?rt=horde-hatchery&r=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=29566e95072fa5ac743580dee3acea90f2b5b384&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=6074d54adc71712548c84ea2dffec8f11b63cfaa&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/rss.php?rt=horde-hatchery&r1=6aa3e46326f0d497a9c6e27f20fba36b08bfcb3f&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-hatchery&r1=f814df011985d6896b4b73ad51952c0f38ddc56d&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=4bceaa1aa3e1d547d6d611efa0658941dd929797&r2=bc04a27cb087240e10845a6c22739ee82617b85a
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=0054c349ee64a9e29744243d25c92fb003d8f55c&r2=bc04a27cb087240e10845a6c22739ee82617b85a
-----------------------------------------------------------------------
commit 287fc26edbbeb296fdeef3897ba6c38ac46c0aef
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Nov 30 11:10:33 2009 -0700
Fix charset when converting with html2text
imp/ajax.php | 2 +-
imp/compose.php | 2 +-
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/stationery.php | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=287fc26edbbeb296fdeef3897ba6c38ac46c0aef
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=287fc26edbbeb296fdeef3897ba6c38ac46c0aef
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=287fc26edbbeb296fdeef3897ba6c38ac46c0aef
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=287fc26edbbeb296fdeef3897ba6c38ac46c0aef
-----------------------------------------------------------------------
commit 575c3aac2149575dd5e385249615065e47f7f8d8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Nov 30 11:22:01 2009 -0700
Don't use IMAP username, since it may have nothing to do with auth username
imp/lib/Prefs/Identity.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Prefs/Identity.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=575c3aac2149575dd5e385249615065e47f7f8d8
-----------------------------------------------------------------------
commit 69b87cd952b2591a9637bae4805e8c107f5e3155
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Nov 30 11:26:50 2009 -0700
Prefer Reply All when determining auto reply mechanism
imp/lib/Compose.php | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=bc04a27cb087240e10845a6c22739ee82617b85a&r2=69b87cd952b2591a9637bae4805e8c107f5e3155
More information about the commits
mailing list