you can still use the plugin with the right-mouse button context menu. It gives the same options except action+send.
1 2007-04-05 23:07:08
Re: Command windows during email browsing (9 replies, posted in Bugs & problems)
2 2007-04-05 23:04:16
Re: Signing failed because of an unknown error (1 replies, posted in Bugs & problems)
its a long shot but, check that the key isn't expired? I had that error with an expired key.
3 2007-04-05 14:03:58
Re: Detached signatures? (4 replies, posted in Requests)
I wonder if the method 'GMail Auto BCC' uses could be adapted?
http://userscripts.org/scripts/show/2255
4 2007-04-05 12:47:48
Re: Usage (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.
5 2007-04-05 12:45:23
Re: false password message, but the correct password (4 replies, posted in Bugs & problems)
I can assume you're on Windows XP; see my post here: http://firegpg.tuxfamily.org/forum/viewtopic.php?id=4
6 2007-04-04 20:11:47
Topic: Bug tracking? (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 2007-04-04 19:51:50
Topic: Signing with GnuPG (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 " +