Hi, 2015.03.15 00:39, Gordon Dickens wrote:
On 03/08/2015 02:15 PM, Torry Crass wrote:
In the newer source off of github <snip> several other things are currently broken in that version, like no submit button on editing an existing account.
After some research I think that I have stumbled upon your problem. The recent github version uses imap_qprint which requires that you have php5-imap installed in debian. I just now discovered that if you don't have php5-imap installed then everything below the vacation message disappears including the submit button since the vacation message is displayed with imap_qprint. So install php5-imap and the broken pages and submit buttons should show back up with the github version.
It was actually my patch which added this possibility to use 8-bit characters in vacation messages. I think I chose to escape them using quoted-printable because Exim doesn't provide proper means to initialize a DB connection with a desired character set / collation properly, only workarounds exist to achieve that, and I wasn't aware of these workarounds back when I created this patch. If Exim added that option, it would be great. If not, perhaps one of these workarounds is a better option? Rimas