From 1ae647168abdc129814e7b3d0955bcafca83fdba Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 2 Aug 2016 10:18:01 +0100 Subject: [PATCH] docs: smime-encrypt-self --- doc/manual.xml.head | 106 ++++++++++++++++++++++++++++++++++ doc/muttrc.smime-encrypt-self | 10 ++++ doc/vimrc.smime-encrypt-self | 5 ++ 3 files changed, 121 insertions(+) create mode 100644 doc/muttrc.smime-encrypt-self create mode 100644 doc/vimrc.smime-encrypt-self diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 5704f3087..03ca20440 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -12103,6 +12103,112 @@ set skip_quoted_offset = 3 + + smime-encrypt-self Patch + Save an self-encrypted copy of emails + + + Patch + + + To check if Mutt supports smime-encrypt-self, look for + patch-smime-encrypt-self in the mutt version. + See: . + + + + Dependencies: + mutt-1.6.2 + + + This patch is part of the NeoMutt Project. + + + + Introduction + + + Once you encrypt an email to someone you cannot read it. This is good + for security, but bad for record-keeping. If you wanted to keep a copy + of an encrypted email you could set $fcc_clear. + + + + A better option is to enable + $smime_encrypt_self, then set + $smime_default_key to your + personal S/MIME key id. + + + +set smime_encrypt_self = yes +set smime_default_key = bb345e23.0 + + + + + + Variables + + + smime-encrypt-self Variables + + + + Name + Type + Default + + + + + smime_encrypt_self + quad + No + + + +
+
+ + + Muttrc + +# This is a complete list of smime-encrypt-self-related configuration. + +# -------------------------------------------------------------------------- +# VARIABLES - shown with their default values +# -------------------------------------------------------------------------- + +# Save a copy of outgoing email, encrypted to yourself +set smime_encrypt_self = "no" + +# vim: syntax=muttrc + + + + + See Also + + + NeoMutt Project + + + + + Known Bugs + None + + + + Credits + + Omen Wild omen@mandarb.com + Richard Russon rich@flatcap.org + + +
+ diff --git a/doc/muttrc.smime-encrypt-self b/doc/muttrc.smime-encrypt-self new file mode 100644 index 000000000..0ef7c481f --- /dev/null +++ b/doc/muttrc.smime-encrypt-self @@ -0,0 +1,10 @@ +# This is a complete list of smime-encrypt-self-related configuration. + +# -------------------------------------------------------------------------- +# VARIABLES - shown with their default values +# -------------------------------------------------------------------------- + +# Save a copy of outgoing email, encrypted to yourself +set smime_encrypt_self = "no" + +# vim: syntax=muttrc diff --git a/doc/vimrc.smime-encrypt-self b/doc/vimrc.smime-encrypt-self new file mode 100644 index 000000000..7fe9357da --- /dev/null +++ b/doc/vimrc.smime-encrypt-self @@ -0,0 +1,5 @@ +" Vim syntax file for the mutt smime-encrypt-self patch + +syntax keyword muttrcVarQuad contained skipwhite muttrcVarQuad + +" vim: syntax=vim -- 2.40.0