[BlueOnyx:22276] Re: additional MX options
Jeff Keller
jeff at datatune.com
Sat Jul 21 07:58:11 -05 2018
You could replace the cosmetic names with copies of the numbers—couldn’t you?
Jeff
> On Jul 20, 2018, at 9:45 PM, Michael Aronoff <maronoff at gmail.com> wrote:
>
> Michael wrote:
>> So the "10" simply isn't there. This also makes it really shitty to fix,
>> because optically the "10" has to sit between "Extremely High (0)" and
> "Very High (20)".
>>
>> How do we name that? "Very, very High (10)" or "Very damn High (10)"?
>
> As a suggestion you could make Extremely High have a value of 10 instead.
> if ($obj->{mail_server_priority} =~ m/^\s*Extremely_High/i) { $value = 10; }
> And then add a new entry for "Highest Priority" of 0.
> if ($obj->{mail_server_priority} =~ m/^\s* Highest_Priority /i) { $value =
> 0; }
>
> That would make the locale files:
>
> #-----------------
>
> msgid " highest priority"
> msgstr " Highest Priority (0)"
>
> msgid "extremely_high"
> msgstr "Extremely High (10)"
>
> msgid "very_high"
> msgstr "Very High (20)"
>
> msgid "high"
> msgstr "High (30)"
>
> msgid "low"
> msgstr "Low (40)"
>
> msgid "very_low"
> msgstr "Very Low (50)"
>
> #-----------------
>
> ______________________________
> M Aronoff Out – maronoff at gmail.com
>
> I'm a great believer in luck, and I find the harder I work the more I have
> of it.
> - Thomas Jefferson
>
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list