Ver código fonte

conf/modules.d/arc.conf: fix parameter name

rename symbol_sign -> sign_symbol
tags/3.5
Jan Smutny 1 ano atrás
pai
commit
2d3b612174
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      conf/modules.d/arc.conf

+ 1
- 1
conf/modules.d/arc.conf Ver arquivo

@@ -44,7 +44,7 @@ arc {
# If false, messages from local networks are not selected for signing
sign_local = false;
# Symbol to add when message is signed
symbol_sign = "ARC_SIGNED";
sign_symbol = "ARC_SIGNED";
# Whether to fallback to global config
try_fallback = true;
# Domain to use for ARC signing: can be "header", "envelope" or "recipient"

Carregando…
Cancelar
Salvar