1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +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.

NOT YET TESTED!
This commit is contained in:
Werner Koch 2002-12-05 15:21:17 +00:00
parent 1ae9261ef6
commit 9a34b607ab
4 changed files with 101 additions and 83 deletions

View file

@ -178,6 +178,7 @@ struct {
int no_homedir_creation;
int show_keyring;
struct groupitem *grouplist;
int mangle_dos_filenames;
} opt;