[Tickets #9334] Re: Sending message is ignoring Cc and Bcc fields
bugs at horde.org
bugs at horde.org
Fri Oct 22 17:19:14 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9334
------------------------------------------------------------------------------
Ticket | 9334
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Sending message is ignoring Cc and Bcc fields
Queue | IMP
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Resolved
Priority | 1. Low
Milestone |
Patch | 1
-Owners |
+Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2010-10-22 13:19) wrote:
> When sending a message with Cc and Bcc fields, these addresses are
> being ignored, because we are looking at the value of compose_cc and
> compose_bcc prefs to decide if we should include those values in the
> header of the message.
For dimp you are partially correct - since we allow Showing Cc/Bcc
after the page is loaded. But you are also partially incorrect -
since if compose_[b]cc is locked, we don't want to allow a user to add
those values even by form manipulation. So I added a locked check in
dimp.
However, in imp, there is no way to show Cc/Bcc if it is disabled in
prefs. So we need to ignore any cc/bcc data passed in the form.
The rest of the patch, slightly modified and cleaned up, was applied as-is.
More information about the bugs
mailing list