[Tickets #4991] Re: Default identity not selected correctly when replying to or forwarding messages in Inbox
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Feb 15 10:56:10 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4991
-----------------------------------------------------------------------
Ticket | 4991
Updated By | boutilpj at ednet.ns.ca
Summary | Default identity not selected correctly when replying to or forwarding
| messages in Inbox
Queue | IMP
Version | 4.1.3
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
boutilpj at ednet.ns.ca (2007-02-15 10:56) wrote:
E-mail server: Cyrus 2.2.12
from_addr is locked in horde/config/prefs.php :
// user preferred email address for From: line
$_prefs['from_addr'] = array(
'value' => '',
'locked' => true,
'shared' => true,
'type' => 'text',
'desc' => _("Your From: address:")
);
User has 2 identities. First identity is called "Default Identity" and is
the identity that is created when a user logs in for the first time.
Second identity is called ID1, Fullname is Indentity One, and Signature
is ID1
User has selected ID1 as "Your default identity: " from the pulldown menu
in IMP, Options, Personal Information.
When the user composes a "New Message", the identity that gets selected in
the "Identity" pulldown menu at the top of the Compose window is
user at staff.ednet.ns.ca (ID1) . That works as expected.
When the user clicks reply or forward when reading an e-mail in their
InBox, the identity that gets selected in the "Identity" pulldown menu at
the top of the Compose window is user at staff.ednet.ns.ca (Default
Identity). I would expect it to be user at staff.ednet.ns.ca (ID1) or am I
wrong in making that assumption?
I notice that the url that reply and forward point to include "identity=0"
so I will look around in the code to see why it chooses identity 0 .
javascript:popup_imp('/imp/compose.php',700,650,'actionID=reply&index=85&identity=0&array_index=3&thismailbox=INBOX');
More information about the bugs
mailing list