http://www.rickwidmer.com/qmailadmin.txt has been updated. I found a couple of errors, incliding a big one in how I counted unused stuff.
The new totals:
Tag values not defined in template.c - 7 (H, n, Q, R, r, W, w)
Tag values defined in template.c but not used in templates - 5 (b, l, m, N, O)
Tag values used in templates but not defined in template.c - 1. (H)
The template file is header.html. ##z might be a good replacement if you want the title to be "QMailAdmin domain.com" which I like. This works better than ##D, because it is filled in when dom= is given in the URL, or DOMAIN_AUTOFILL is in use. ##D is only filled in after login.
In fact, if you are short on tag values, (you will be :) consider moving the code from ##z to ##D. Domain is the preferred source of data for ##z and the only source of data for ##D, so ##z should be a drop in replacement for ##D. It should do the right thing because anywhere ##D is used, Domain will be set.
Rick
