comparison man/pgg.texi @ 76650:52354deba43e

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/message.el (message-required-news-headers): * lisp/gnus/gnus-util.el (gnus-intern-safe): Fix typo in docstring. 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-generate-new-buffers): Change the meaning of the nil value; add `standard' to the choices; treat t as `unique'; improve doc string. (gnus-select-frame-set-input-focus): Autoload. (message-buffer-name): Search for the existing message buffer if message-generate-new-buffers is nil or `standard'; treat the value t of message-generate-new-buffers as `unique'. (message-pop-to-buffer): Raise the frame already displaying the message buffer; clear the echo area after querying. (message-setup): Pass the `continue' argument to compose-mail. (message-mail): Prefer `switch-function' if it is given; search for the existing message buffer if the `continue' argument is non-nil; pass continue and switch-function arguments to compose-mail by way of message-setup. (message-mail-other-window): Adjust argument of message-setup. (message-mail-other-frame): Ditto. 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org> * man/message.texi (Message Buffers): Update documentation for message-generate-new-buffers. 2007-03-15 Daiki Ueno <ueno@unixuser.org> * man/pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-674
author Miles Bader <miles@gnu.org>
date Wed, 21 Mar 2007 13:28:53 +0000
parents 2faf567bb62b
children a80518885f67
comparison
equal deleted inserted replaced
76649:6faaecee918b 76650:52354deba43e
294 294
295 @defvar pgg-passphrase-cache-expiry 295 @defvar pgg-passphrase-cache-expiry
296 Elapsed time for expiration in seconds. 296 Elapsed time for expiration in seconds.
297 @end defvar 297 @end defvar
298 298
299 If your passphrase contains non-ASCII characters, you might need to
300 specify the coding-system to be used to encode your passphrases since
301 GnuPG treats them as a byte sequence not a character sequence.
302
303 @defvar pgg-passphrase-coding-system
304 Coding-system used to encode passphrase.
305 @end defvar
306
299 @node Default user identity 307 @node Default user identity
300 @section Default user identity 308 @section Default user identity
301 309
302 The PGP implementation is usually able to select the proper key to use 310 The PGP implementation is usually able to select the proper key to use
303 for signing and decryption, but if you have more than one key, you may 311 for signing and decryption, but if you have more than one key, you may