[Tickets #1636] NEW: Setting options for Mobile Mail
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Mar 28 19:32:34 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1636
-----------------------------------------------------------------------
Ticket | 1636
Created By | ehymel at e-medico.com
Summary | Setting options for Mobile Mail
Queue | MIMP
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
ehymel at e-medico.com (2005-03-28 19:32) wrote:
Michael, again, great work on this project.
I am seeing a problem when setting preference for MIMP from within horde
(using a full web browser, not from a mobile pda).
When first clicking on options --> Mobile Mail, I get a login interface for
MIMP. After logging in, then I can edit options as normal. This is minor.
The real problem is that I am unable to edit any personal information. There
is simply nothing for me to see. The other sections (Server Information,
Message Viewing, etc) appear normally and I can customize without problem.
In the html code for the page when on the Personal Information page, I see:
<---- snip ----->
<div class="header">
<ul><li><a href="/services/prefs.php?group=compose&app=mimp"
onmouseout="window.status='';" onmouseover="window.status='Previous
options'; return true;"><< Message Composition</a> | <a
href="/services/prefs.php?group=server&app=mimp"
onmouseout="window.status='';" onmouseover="window.status='Next options';
return true;">Server Information >></a></li></ul> Personal
Information</div>
<table width="100%" cellspacing="0"><tr><td class="item">
</td></tr></table>
<br />
<---- snip ----->
I follow HEAD for all of horde. I am using the latest prefs.php.dist as my
prefs.php file. I believe the problem is related to the prefs.php file
having this:
$prefGroups['personal'] = array(
'column' => _("Your Information"),
'label' => _("Personal Information"),
'desc' => _("Change the name, address, and signature that people see
when they read and reply to your email."),
'members' => array('default_identity'));
The last line here should probably contain more. I tried adding all of the
members but to no avail.
Thanks again.
More information about the bugs
mailing list