diff options
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0b9e780b7b5..1df1ac92bf0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-02-09 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * epa.texi (Mail-mode integration): Mention the way to do | ||
| 4 | "encrypt-to-self". (Bug#1807) | ||
| 5 | |||
| 1 | 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change) | 6 | 2009-02-05 Arni Magnusson <arnima@hafro.is> (tiny change) |
| 2 | 7 | ||
| 3 | * ada-mode.texi (No project files): Fix typo. (Bug#2214) | 8 | * ada-mode.texi (No project files): Fix typo. (Bug#2214) |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 2008a530642..bedd370dae3 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -338,6 +338,10 @@ Compose a signed message from the current buffer. | |||
| 338 | @kindex @kbd{C-c C-e e} | 338 | @kindex @kbd{C-c C-e e} |
| 339 | @findex epa-mail-encrypt | 339 | @findex epa-mail-encrypt |
| 340 | Compose an encrypted message from the current buffer. | 340 | Compose an encrypted message from the current buffer. |
| 341 | By default it tries to build the recipient list from @samp{to}, | ||
| 342 | @samp{cc}, and @samp{bcc} fields of the mail header. To include your | ||
| 343 | key in the recipient list, use @samp{encrypt-to} option in | ||
| 344 | @file{~/.gnupg/gpg.conf}. | ||
| 341 | 345 | ||
| 342 | @end table | 346 | @end table |
| 343 | 347 | ||