From a7a0cafdb8292655f9e508a117103b7898a2d357 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 15 Jan 2003 08:34:34 +0000 Subject: [PATCH] Add setting of pgg-encrypt-for-me. --- samples/en/dot.wl | 4 ++++ samples/ja/dot.wl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 417741c..610a989 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -230,6 +230,10 @@ ; (setq buffers (cdr buffers)))))) ;(run-with-idle-timer 20 t 'my-wl-auto-save-draft-buffers) +;; When you encrypt message by PGP, include your public key. +;; (to make the message visible from yourself) +;(setq pgg-encrypt-for-me t) + ;;; [[ Template ]] diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index f22dc17..854780a 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -230,6 +230,10 @@ ; (setq buffers (cdr buffers)))))) ;(run-with-idle-timer 20 t 'my-wl-auto-save-draft-buffers) +;; PGP で暗号化する時に自分の公開鍵も含める。 +;; (そのメッセージを自分でも読めるように) +;(setq pgg-encrypt-for-me t) + ;;; [[ テンプレート ]] -- 1.7.10.4