diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 3 |
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. */ |