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:
parent
1aec20776c
commit
036fbb22a7
4 changed files with 97 additions and 70 deletions
|
@ -179,6 +179,7 @@ struct {
|
|||
int show_keyring;
|
||||
struct groupitem *grouplist;
|
||||
int strict;
|
||||
int mangle_dos_names;
|
||||
} opt;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue