Topic: Uniform message for gmail and alert box

I would like to see the same message in my alert box as I see in the gmail part.

Also I would like to see better locale keywords


verifFailed(good)
verifSuccess(good)
noData(good)
noPass(good)
noKey(good)
GMailSOK(not so good, why a different message for gmail than in other message boxes)
GMailNoS( "   "     "        "    "  "              "         "    "        "    "   "        "           "    )
GMailSErr( "   "     "        "    "  "              "         "    "        "    "   "        "           "    )

also

I'd like a
verifError
and
verifNoKeyFor


if there must be different messages for gmail and the text box I recommend passing them into the
GPG.baseVerify function and having most of the word processing be done there or by passing back
the data from the GPG.baseVerify in a structure itself if javascript supports structures.

for my current layered implementation I did most of the text proccessing in the GPG.baseVerify function
and only on the gmail side I replaced tabs with 8

Re: Uniform message for gmail and alert box

Hum.... ok, but it's not very urgent.. (added to todolist)