pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] GPG in Pan


From: Toby Inkster
Subject: [Pan-users] GPG in Pan
Date: Sat, 24 Aug 2002 18:57:13 +0100

So there's no GPG capabilities built in just yet, but here's a work-around. 
Some of you might have already thought of it.

Create a script gpg_sign_editor.sh:

================================
#!/bin/sh

gpg --clearsign <$* >/tmp/gpg-sign-temp.txt
mv -f /tmp/gpg-sign-temp.txt $*
================================

Set this to be your editor.

-- 
Toby A Inkster BSc ARCS
PGP:      http://www.goddamn.co.uk/tobyink/node.cgi?id=12

Version:  pan-0.13.0-1

Get your Pan RPMs (Mandrake 8.1, i586) at:
    http://www.goddamn.co.uk/tobyink/node.cgi?id=209

Attachment: signature.txt
Description: For security, this message has been digitally signed.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]