diff options
Diffstat (limited to 'fripost')
-rwxr-xr-x | fripost | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -210,7 +210,7 @@ B<CONFIGURATION>) if present. Debug mode. -=item B<encrypt=>{I<never>|I<may>|I<secure>} +=item B<--encrypt=>{I<never>|I<may>|I<secure>} Tells whether non-empty emails should be encrypted. No email will be encrypted if I<never> is chosen (the default). @@ -221,7 +221,7 @@ I<secure> will disallow the sending of all non-empty clear emails. Overrides the value read from the configuration file (see B<CONFIGURATION>) if present. -=item B<encrypt-to=>I<name> +=item B<--encrypt-to=>I<name> If one of the I<may> or I<secure> encryption level is chosen, encrypt for the user ID I<name>. |