[gnus git] branch master updated: n0-17-334-ge820e3b =1= plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e820e3b9ac47d88c21d175fa709c8f87ea5f6144 (commit)
from 28af244390cc2319f54ca8d1268e58621cfcca88 (commit)
- Log -----------------------------------------------------------------
commit e820e3b9ac47d88c21d175fa709c8f87ea5f6144
Author: Daiki Ueno <[email protected]>
Date: Tue Sep 27 10:31:15 2011 +0000
plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5bdbf8e..7fe0e57 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-27 Daiki Ueno <[email protected]>
+
+ * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
+ documentation.
+
2011-09-26 Lars Magne Ingebrigtsen <[email protected]>
* gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
@@ -15,7 +20,7 @@
2011-09-26 Lars Magne Ingebrigtsen <[email protected]>
- * pop3.el (pop3-number-of-responses): Removed.
+ * pop3.el (pop3-number-of-responses): Remove.
(pop3-wait-for-messages): Rewrite to take linear time instead of
exponential time.
diff --git a/lisp/plstore.el b/lisp/plstore.el
index ab78e50..340c725 100644
--- a/lisp/plstore.el
+++ b/lisp/plstore.el
@@ -80,9 +80,10 @@
"Control whether or not to pop up the key selection dialog.
If t, always asks user to select recipients.
-If nil, query user only when `plstore-encrypt-to' is not set.
-If neither t nor nil, doesn't ask user. In this case, symmetric
-encryption is used."
+If nil, query user only when a file's default recipients are not
+known (i.e. `plstore-encrypt-to' is not locally set in the buffer
+visiting a plstore file).
+If neither t nor nil, doesn't ask user."
:type '(choice (const :tag "Ask always" t)
(const :tag "Ask when recipients are not set" nil)
(const :tag "Don't ask" silent))
@@ -90,7 +91,8 @@ encryption is used."
(defvar plstore-encrypt-to nil
"*Recipient(s) used for encrypting secret entries.
-May either be a string or a list of strings.")
+May either be a string or a list of strings. If it is nil,
+symmetric encryption will be used.")
(put 'plstore-encrypt-to 'safe-local-variable
(lambda (val)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 7 ++++++-
lisp/plstore.el | 10 ++++++----
2 files changed, 12 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project