aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
committerDavid Shaw <[email protected]>2003-09-24 03:48:55 +0000
commit97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a (patch)
tree69b037edffffbcf6f41d251f2f88249844de38fe /g10/g10.c
parent* keydb.h, keyring.c (keyring_search), trustdb.c (search_skipfnc): Expand (diff)
downloadgnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.tar.gz
gnupg-97dcb84ccec66e5b8c9cefaa9600c9e8b802bd5a.zip
* sign.c (mk_notation_policy_etc): Capitalize "URL".
* trustdb.c (validate_keys): Give a little more information while rebuilding trustdb. * pkclist.c (do_edit_ownertrust): Clarify "don't know". * g10.c (main): Default to --no-mangle-dos-filenames.
Diffstat (limited to '')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index b1c8aa2c3..78b445fa7 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -1181,7 +1181,7 @@ main( int argc, char **argv )
opt.verify_options=
VERIFY_SHOW_POLICY|VERIFY_SHOW_NOTATION|VERIFY_SHOW_KEYSERVER;
opt.trust_model=TM_AUTO;
- opt.mangle_dos_filenames = 1;
+ opt.mangle_dos_filenames = 0;
#if defined (_WIN32)
set_homedir ( read_w32_registry_string( NULL,
"Software\\GNU\\GnuPG", "HomeDir" ));