Using GPG with Pine

From FedoraProject

Jump to: navigation, search

Contents

Configuring Pine and GPG

taken from http://spevack.org/PineGPG


General Setup

The goal is to be able to use Pine and GPG as follows:

You need:

Install

Pine is packaged as an RPM, and is easily installed. ez-pine-gpg is shipped as a .tgz file -- you should extract it, and run the installation tool that comes with it.


Configuration

You'll have to make some changes to your ~/.pinerc file. Here's a sample of mine:

display-filters=_LEADING("-----BEGIN PGP")_ /home/spevack/bin/ez-pine-gpg-incoming

sending-filters=/home/spevack/bin/ez-pine-gpg-sign _INCLUDEALLHDRS_,
/home/spevack/bin/ez-pine-gpg-encrypt _RECIPIENTS_ spevack,
/home/spevack/bin/ez-pine-gpg-sign-and-encrypt _INCLUDEALLHDRS_ _RECIPIENTS_ spevack

Make the following changes: