Summary | Login Mode Option |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | scottat (at) cofc (dot) edu |
Created | 05/02/2008 (6274 days ago) |
Due | |
Updated | 05/02/2008 (6274 days ago) |
Assigned | |
Resolved | 05/02/2008 (6274 days ago) |
Milestone | |
Patch | No |
State ⇒ Duplicate
Ticket 6312. And at this point -at least with FW_3, it doesn't make much sense to make dimp or mimp
options as the default e-mail client because the UI interface for
interacting with other horde applications is limited at best (i.e. it
makes no sense to login to the standard horde portal and then have
dimp as your e-mail client).
Additionally, changing the label is easily accomplished via gettext
strings. No reason to have that configurable.
State ⇒ Rejected
else proposed in the request is too much bloat IMO.
State ⇒ Accepted
we'd talked about it already, but I can't find a ticket.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Login Mode Option
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
a "Mode" dropdown menu.
Feature Request: An option in the config to select the default mode.
And maybe to change how the modes are labeled. I've changed the
default by editing imp's login.php, but it would be nice to have this
in config somewhere. The line I changed:
$view_cookie = isset($_COOKIE['default_imp_view'])
? $_COOKIE['default_imp_view']
: 'dimp';