and the features keep on coming…

Today, the ASF infra team enabled the latest feature available to all committers, users can now modify their SpamAssassin threshold score.  This will let users set their own preferred SA level, which is now stored in LDAP. If you want to modify your score you can do so using id.apache.org you can also read the …

The ASF’s new account tool — https://id.apache.org

For the past week or so, danielsh and I have been working on getting the password reset utility up and running.  You can read the ASF blog post here, and if you’re an ASF committer you can use the service here This has been a long time coming, and only really got started again accidentally …

Getting out more

Last weekend the wife and I became members of the National Trust, again. We decided we wanted to get out and take in more of the scenery around us, hopefully some not quite so close. This membership allows to get into some rather pretty and beautiful properties, and venues that the UK has too offer. …

IVF – The story so far

Well, if the title of the post didn’t already tell you; my wife and I are currently going through IVF.   We had been trying for a little over 3 years before we started IVF treatment a little over 3 months ago. I have spent the past few months reading an incredible amount of material both …

Mutt – Mark all messages as read

So, for as good as mutt is, it doesn’t have a default keybinding to allow you to mark all messages in a given mail folder as read.  It’s easily do-able, all you need todo is create a macro. macro index M “T.*\n;WN” “Mark all messages as read” That’s it. Simple eh? This will make an …