KMail/gpg: Difference between revisions

From KDE UserBase Wiki
(New page: If you want to send encrypted or digitally signed mail, first make sure your gpg is properly set up: gpg --list-keys)
 
No edit summary
Line 1: Line 1:
If you want to send encrypted or digitally signed mail, first make sure your gpg is properly set up:
You can use gpg to send encrypted or digitally signed mail.
 
First make sure your gpg is properly set up:
  gpg --list-keys
  gpg --list-keys
If you have a keyring saved to your disk, reload ("import") it like this:
cat secring.skr | gpg --import

Revision as of 08:48, 23 January 2009

You can use gpg to send encrypted or digitally signed mail.

First make sure your gpg is properly set up:

gpg --list-keys

If you have a keyring saved to your disk, reload ("import") it like this:

cat secring.skr | gpg --import