diff options
| author | Paul Eggert | 2016-10-10 07:35:31 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-10 07:35:31 -0700 |
| commit | 8a645599891bcec6d7a91ae538481df467ba3391 (patch) | |
| tree | 9e7b60a587cd06966b3fb4753e7c9a17e92df35c /doc/misc | |
| parent | 2923b3dd14b9a5a46df210e2fef7e65742e7f75d (diff) | |
| parent | 74b4f13842f3119f98797ea76d9be42457b330e1 (diff) | |
| download | emacs-8a645599891bcec6d7a91ae538481df467ba3391.tar.gz emacs-8a645599891bcec6d7a91ae538481df467ba3391.zip | |
Merge from origin/emacs-25
74b4f13 Document nil args of compare-buffer-substrings
9fc81bc * doc/misc/message.texi (Bcc Warning): Fix markup.
95baa25 * doc/misc/message.texi (Bcc Warning): Document mml-secure-sa...
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/message.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 048990d53a7..6ec761506d0 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1326,7 +1326,13 @@ OpenPGP) or @code{mml-secure-smime-encrypt-to-self} (for | |||
| 1326 | The @code{Bcc} header is meant to hide recipients of messages. | 1326 | The @code{Bcc} header is meant to hide recipients of messages. |
| 1327 | However, when encrypted messages are used, the e-mail addresses of all | 1327 | However, when encrypted messages are used, the e-mail addresses of all |
| 1328 | @code{Bcc}-headers are given away to all recipients without | 1328 | @code{Bcc}-headers are given away to all recipients without |
| 1329 | warning, which is a bug, see | 1329 | warning, which is a bug. |
| 1330 | @vindex mml-secure-safe-bcc-list | ||
| 1331 | But now Message got to warn if @code{Bcc} recipients are found in an | ||
| 1332 | encrypted message when you are just about to send it. If you are sure | ||
| 1333 | those @code{Bcc} addresses are safe to expose, set the | ||
| 1334 | @code{mml-secure-safe-bcc-list} variable, that is a list of e-mail | ||
| 1335 | addresses. See | ||
| 1330 | @uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18718}. | 1336 | @uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18718}. |
| 1331 | 1337 | ||
| 1332 | 1338 | ||