[Tickets #10098] Re: save_sent_mail pref gets corrupted
bugs at horde.org
bugs at horde.org
Wed Aug 24 04:52:42 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10098
------------------------------------------------------------------------------
Ticket | 10098
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | save_sent_mail pref gets corrupted
Queue | IMP
Version | Git master
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-08-24 04:52) wrote:
> --- Identity.php.org 2011-08-23 17:17:09.000000000 +0200
> +++ Identity.php 2011-08-23 17:17:15.000000000 +0200
> @@ -524,1 +524,1 @@
> - ? IMP_Mailbox::get(IMP_Mailbox::prefFrom($val))
> + ? strval(IMP_Mailbox::get(IMP_Mailbox::prefFrom($val)))
Except that's not right. sent_mail_folder should be an IMP_Mailbox
object, not a string. So casting to a string is wrong.
More information about the bugs
mailing list