diff options
author | Richard M. Stallman <rms@gnu.org> | 2013-07-26 05:33:38 -0400 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2013-07-26 05:33:38 -0400 |
commit | ed02dcfae3c9d11c48230fc8f14adc981bed8f10 (patch) | |
tree | 368bac226f209dd4f2946b7fd6b9e57011fda7f0 /etc | |
parent | b1fb3596b0428947a2afd0204ab12e22c630e3e5 (diff) | |
download | emacs-ed02dcfae3c9d11c48230fc8f14adc981bed8f10.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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'. |