view mcabber/doc/help/en/hlp_pgp.txt @ 2269:766666eb6928

Link with the tinfo library On some systems we have to explicitly link with libtinfo. pkg-config cannot be used on every system with ncurses, see discussion in https://bugs.gentoo.org/show_bug.cgi?id=457530#c18 For now we'll use the same fix as Mutt: https://dev.mutt.org/hg/mutt/rev/c84aa0d62ce3 Thanks to Wolfram Schlich for the report and troubleshooting!
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Sep 2016 22:39:04 +0200
parents 6f602d3270a4
children
line wrap: on
line source


 /PGP disable|enable|force|info [jid]
 /PGP setkey [jid [key]]

This command manipulates PGP settings for the specified jid (by default the currently selected contact).
Please note that PGP encryption won't be used if no remote PGP support is detected, even if PGP is enabled with this command.  You can force PGP encryption with the "force" subcommand.

/pgp disable [jid]
 Disable PGP encryption for jid (or the currently selected contact)
/pgp enable [jid]
 Enable PGP encryption for jid (or the currently selected contact)
/pgp [+|-]force [jid]
 Enforce PGP encryption, even for offline messages, and always assume the recipient has PGP support.  If a message can't be encrypted (missing key or key id), the messages won't be sent at all.  This option is ignored when PGP is disabled.
/pgp info [jid]
 Show current PGP settings for the contact
/pgp setkey [jid [key]]
 Set the PGP key to be used to encrypt message for this contact.
 If no key is provided, the current key is erased.
 You can use the shortcut-jid "." for the currently selected contact.