you can still use the plugin with the right-mouse button context menu.  It gives the same options except action+send.

its a long shot but, check that the key isn't expired? I had that error with an expired key.

3

(4 replies, posted in Requests)

I wonder if the method 'GMail Auto BCC' uses could be adapted?
http://userscripts.org/scripts/show/2255

4

(3 replies, posted in Bugs & problems)

Right, it sounds like a good idea, but if there is already a signed message within the body of your email, resigning will cause problems with verification.  At least it does with the typical reply format gmail uses.

I can assume you're on Windows XP; see my post here: http://firegpg.tuxfamily.org/forum/viewtopic.php?id=4

6

(1 replies, posted in Misc)

Wouldn't it be useful to move your project to sourceforge (or something similar) so that you can have some central (and public knowledge) of reported bugs?

7

(7 replies, posted in Bugs & problems)

I already had GnuPG installed so I set the GnuPG Path to point to my current installation.
I received errors that the password was invalid when trying to sign with the plugin.
I made the following change to cgpgwin.js under the sign: function.

from

                       // " --passphrase " + tmpPASS +

to

                       " --passphrase-fd 0 " +