Mercurial > emacs
comparison doc/misc/message.texi @ 110587:e474d7d76259
Merge changes made in Gnus trunk.
gnus-picon.el (gnus-picon-create-glyph): Set the background XPM colour explicitly.
message.el (message-cite-prefix-regexp): Remove } from the cite prefix.
gnus-win.el (gnus-window-to-buffer-helper, gnus-all-windows-visible-p): Function needn't be a symbol.
mail-source.el (mail-source-value): Function needn't be a symbol.
tls.el (open-tls-stream): Don't query killing process.
gnus-win.el: Revert previous patch, since it made Gnus backtrace.
nnimap.el: Look up IMAP credentials based on both the virtual and physical server names.
mail-source.el (mail-source-value): Revert previous patch.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 26 Sep 2010 14:35:50 +0000 |
parents | 8d09094063d0 |
children | 1f25b03df4ad |
comparison
equal
deleted
inserted
replaced
110586:867180d035b0 | 110587:e474d7d76259 |
---|---|
1088 | 1088 |
1089 @node Using PGP/MIME | 1089 @node Using PGP/MIME |
1090 @subsection Using PGP/MIME | 1090 @subsection Using PGP/MIME |
1091 | 1091 |
1092 @acronym{PGP/MIME} requires an external OpenPGP implementation, such | 1092 @acronym{PGP/MIME} requires an external OpenPGP implementation, such |
1093 as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP | 1093 as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP |
1094 implementations such as PGP 2.x and PGP 5.x are also supported. One | 1094 implementations such as PGP 2.x and PGP 5.x are also supported. One |
1095 Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, | 1095 Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, |
1096 pgg, PGG Manual}), is included, but Mailcrypt and Florian Weimer's | 1096 pgg, PGG Manual}), is included, but Mailcrypt is also supported. |
1097 @code{gpg.el} are also supported. @xref{PGP Compatibility}. | 1097 @xref{PGP Compatibility}. |
1098 | 1098 |
1099 @cindex gpg-agent | 1099 @cindex gpg-agent |
1100 Message internally calls GnuPG (the @command{gpg} command) to perform | 1100 Message internally calls GnuPG (the @command{gpg} command) to perform |
1101 data encryption, and in certain cases (decrypting or signing for | 1101 data encryption, and in certain cases (decrypting or signing for |
1102 example), @command{gpg} requires user's passphrase. Currently the | 1102 example), @command{gpg} requires user's passphrase. Currently the |