This is a single group and fixes the problem with subject lines containing no spaces (but currently set so that subjects can have 8 words maximum):
1000>>>email>->email $$1 subject=$$2 $$3 $$4 $$5 $$6 $$7 $$8 $$9 | mailto:$$1?subject=$$2%20$$3%20$$4%20$$5%20$$6%20$$7%20$$8%20$$9>n>email $$1 | mailto:$$1>+>^email ([^\s]+)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)(?:\s)?([^\s]*)
BTW I've noticed the first ever crashes of FARR when clicking on this group to edit sometimes (didn't get chance to see what access violation it told me).
And can we get a key binding to bring up preferences - it is a pain when developing aliases to have to click and select the menu item each time (yeah I'm lazy!)