diff options
author | Werner Koch <[email protected]> | 2025-05-30 12:55:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-05-30 12:55:12 +0000 |
commit | 982f45c8c7c64b914b3737ddb864076ff51d1b2f (patch) | |
tree | 1c47722c1f542b12cac5483336885dda58e2a5b5 /doc/tools.texi | |
parent | tools: Add a quoted-printable encoding function. (diff) | |
download | gnupg-982f45c8c7c64b914b3737ddb864076ff51d1b2f.tar.gz gnupg-982f45c8c7c64b914b3737ddb864076ff51d1b2f.zip |
gpg-mail-tube: Support templates.
* tools/gpg-mail-tube.c: Include i18n.h.
(main): Call i18n.h
(only_ascii): New.
(mail_tube_encrypt): Use a template or fallback to the old version.
* doc/mail-tube.txt, doc/mail-tube.de.txt: Two standard templates.
* doc/Makefile.am (helpfiles): Add them.
--
GnuPG-bug-id: 7381
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 7186c362a..45f3e897d 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -2194,6 +2194,12 @@ The recipients must be plain mail addresses (e.g. @code{foo@@example.org}) and should in general list the To and Cc addresses contained in the mail. +The tool needs to insert strings into the mails which can be +configured using a plain text file. The installed default files for +English (@file{mail-tube.txt}) and German (@file{mail-tube.de.txt}) +can be copied to the system configuration directory and changed to +local needs. Environment variables in these texts are expanded. + @mansect options @noindent @command{gpg-mail-tube} understands these options: |