diff options
| author | Werner Koch <[email protected]> | 2024-06-28 15:50:23 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2024-06-28 15:59:55 +0000 |
| commit | 675b12ddd8ca742314d96a02bc95b837841070fb (patch) | |
| tree | 9ff52a10c5740f568ae9ffa8cc7f6bc637c7533e /tools/gpgtar-create.c | |
| parent | agent: Require use of "SCD DEVINFO --watch" command with socket. (diff) | |
| download | gnupg-675b12ddd8ca742314d96a02bc95b837841070fb.tar.gz gnupg-675b12ddd8ca742314d96a02bc95b837841070fb.zip | |
tools: New support functions for the mail parser.
* tools/rfc822parse.h (RFC822PARSE_HEADER_SEEN): New.
* tools/rfc822parse.c (rfc822_cmp_header_name): New.
(insert_header): Run header seen callback.
(rfc822parse_last_header_line): New.
(rfc822_free): New.
* tools/wks-receive.c (t2body): Use it here.
* tools/mime-parser.c (parse_message_cb): and here.
Diffstat (limited to 'tools/gpgtar-create.c')
| -rw-r--r-- | tools/gpgtar-create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpgtar-create.c b/tools/gpgtar-create.c index 76eb47449..825ac4df3 100644 --- a/tools/gpgtar-create.c +++ b/tools/gpgtar-create.c @@ -1317,6 +1317,7 @@ gpgtar_create (char **inpattern, const char *files_from, int null_names, xfree (argv); if (err) goto leave; + /* Note that OUTSTREAM is our tar output which is fed to gpg. */ gnupg_process_get_streams (proc, 0, &outstream, NULL, NULL); es_set_binary (outstream); } |
