On Thu, Apr 26, 2012 at 21:50, Michael Heydekamp <[email protected]> wrote: > Am 26.04.2012 11:20, schrieb Thomas Bruederli: >> On Mon, Apr 23, 2012 at 23:59, Michael Heydekamp <[email protected]> wrote: > >>> Result still is (right after clicking the Save button): HTTP 500 >>> >>> Are you probably using functions in this patch which are not available in >>> 0.7.2? >> >> Oops, my fault. Please replace >> >> rcube_mime::decode_address_list(...) >> >> with >> >> $IMAP->decode_address_list(...) >> >> for the 0.7 series. > > Done, still HTTP 500. > > Both patches (the original one and the manually fixed one) attached. > Anything wrong with them?
I again have to apologize for providing a quick but untested patch. $IMAP isn't initialized in settings actions and thus you still get errors. Please find attached a patch against the 0.7 series which is also tested and verified to work :-) ~Thomas
changeset_6109_for_0.7.2.diff
Description: Binary data
_______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
