Thunderbird 102.0.3 no longer asks to accept a self signed certificate for IMAP

One of my computer's hard disk didn't survive a recent power failure so I had to set up its Thunderbird client again (a backup didn't work, don't ask). My internal IMAP server uses a self signed certificate which worked like a charm until now. Normally, the first time Thunderbird connects to the server after the … Continue reading Thunderbird 102.0.3 no longer asks to accept a self signed certificate for IMAP

Allow svn:author to be changed for a subversion repository

Note to self: In order to allow changes to the author of an svn commit, the pre-revprop-change hook of the repository must be changed like this: Insert the line just below the existing, similar line that allows changing svn:log. Omitting the comments the script will then look like this: The script is located in the … Continue reading Allow svn:author to be changed for a subversion repository