diff options
author | Werner Koch <[email protected]> | 2002-12-05 15:25:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-12-05 15:25:16 +0000 |
commit | 036fbb22a768b55195ba4ebfe8b0fb503e816fa8 (patch) | |
tree | 64f86b3323b18488b1c759757ea2e70b637b994f /g10/options.h | |
parent | * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01) change. (diff) | |
download | gnupg-036fbb22a768b55195ba4ebfe8b0fb503e816fa8.tar.gz gnupg-036fbb22a768b55195ba4ebfe8b0fb503e816fa8.zip |
* g10.c: New options --[no-]mangle-dos-filenames.
* options.h (opt): Added mangle-dos-filenames.
* openfile.c (open_outfile) [USE_ONLY_8DOT3]: Truncate the
filename only when this option is set; this is the default.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index d8857be2e..d82b30125 100644 --- a/g10/options.h +++ b/g10/options.h @@ -179,6 +179,7 @@ struct { int show_keyring; struct groupitem *grouplist; int strict; + int mangle_dos_names; } opt; |