aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-12-20 05:19:09 +0000
committerDavid Shaw <[email protected]>2004-12-20 05:19:09 +0000
commit07250279e7ec1086ca224fcc96c4a639c0fc2df6 (patch)
tree20de8c8f26600886c4323b1ae4c523a1785849de /g10/options.h
parent* keygen.c (keygen_get_std_prefs): Set reference count when creating the (diff)
downloadgnupg-07250279e7ec1086ca224fcc96c4a639c0fc2df6.tar.gz
gnupg-07250279e7ec1086ca224fcc96c4a639c0fc2df6.zip
* keyedit.c (keyedit_menu): Invisible alias "passwd" as "password".
* passphrase.c: Don't check for __CYGWIN__, so it is treated as a unix-like system. * options.h, g10.c (main), textfilter.c (standard): Use new option --rfc2440-text to determine whether to filter "<space>\t\r\n" or just "\r\n" before canonicalizing text line endings. Default to "<space>\t\r\n".
Diffstat (limited to '')
-rw-r--r--g10/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index e8463f0e8..668b71f7b 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -187,11 +187,12 @@ struct
int no_homedir_creation;
struct groupitem *grouplist;
int strict;
- int mangle_dos_filenames;
+ int mangle_dos_filenames;
int enable_progress_filter;
unsigned int screen_columns;
unsigned int screen_lines;
byte *show_subpackets;
+ int rfc2440_text;
#ifdef ENABLE_CARD_SUPPORT
const char *ctapi_driver; /* Library to access the ctAPI. */