1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* 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.
This commit is contained in:
Werner Koch 2002-12-05 15:25:16 +00:00
parent 1aec20776c
commit 036fbb22a7
4 changed files with 97 additions and 70 deletions

View file

@ -179,6 +179,7 @@ struct {
int show_keyring;
struct groupitem *grouplist;
int strict;
int mangle_dos_names;
} opt;