*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Jul 2013 09:33:38 +0000 (05:33 -0400)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Jul 2013 09:33:38 +0000 (05:33 -0400)
etc/NEWS

index c9805ab..6f64554 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -276,6 +276,22 @@ restoring the window/frame configuration.  Additional options
 If set to a number, this can be used to avoid accidentally paste large
 amounts of data into the ERC input.
 
+** EPA
+
+*** New option `epa-mail-aliases'.
+
+You can set this to a list of alias expansions for keys to use
+in `epa-mail-encrypt'.
+
+If one element of the variable's value is ("foo@bar.com" "foo@hello.org"),
+that means: when one of the recipients of the message being encrypted
+is `foo@bar.com', encrypt the message for `foo@hello.org' instead.
+
+If one element of the variable's value is ("foo@bar.com"),
+that means: when one of the recipients of the message being encrypted
+is `foo@bar.com', ignore that name as regards encryption.
+This is useful to avoid a query when you have no key for that name.
+
 ---
 ** New F90 mode option `f90-smart-end-names'.