From: yoichi Date: Wed, 15 Jan 2003 08:34:34 +0000 (+0000) Subject: Add setting of pgg-encrypt-for-me. X-Git-Tag: merged-trunk-to-elmo-mark-14~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a7a0cafdb8292655f9e508a117103b7898a2d357;p=elisp%2Fwanderlust.git Add setting of pgg-encrypt-for-me. --- 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) + ;;; [[ テンプレート ]]