28 |
CFG_INVALID=0, |
CFG_INVALID=0, |
29 |
CFG_CACHETIME, |
CFG_CACHETIME, |
30 |
CFG_WORDWRAP, |
CFG_WORDWRAP, |
31 |
CFG_FASTMODE, |
CFG_FILEEXT, |
32 |
CFG_VIEWER, |
CFG_VIEWER, |
33 |
CFG_WIPEMODE, |
CFG_WIPEMODE, |
34 |
CFG_ALWAYSTRUST, |
CFG_ALWAYSTRUST, |
48 |
int no_hotkeys; /* disable ALL hotkeys */ |
int no_hotkeys; /* disable ALL hotkeys */ |
49 |
int word_wrap; /* set word wrapping (0 means to disable it) */ |
int word_wrap; /* set word wrapping (0 means to disable it) */ |
50 |
int cache_time; /* caching time for passphrase */ |
int cache_time; /* caching time for passphrase */ |
|
int use_tmpfiles; /* use tempfiles for gpg communication */ |
|
51 |
int use_viewer; /* use clipboard viewer for displaying plaintext */ |
int use_viewer; /* use clipboard viewer for displaying plaintext */ |
52 |
int no_zip_mmedia; /* disable compression for multi-media files (movies, music) */ |
int no_zip_mmedia; /* disable compression for multi-media files (movies, music) */ |
53 |
int wipe_mode; /* simple=0, dod=1, gutmann=2 */ |
int wipe_mode; /* simple=0, dod=1, gutmann=2 */ |
54 |
int always_trust; /* skip key validation (1 means yes) */ |
int always_trust; /* skip key validation (1 means yes) */ |
55 |
int auto_backup; /* automatic backup (1 means activated) */ |
int auto_backup; /* automatic backup (1 means activated) */ |
56 |
|
int default_ext; /* 1 = GPG, PGP otherwise. */ |
57 |
struct { |
struct { |
58 |
int mode; /* backup mode */ |
int mode; /* backup mode */ |
59 |
char *path; /* keyring backup path */ |
char *path; /* keyring backup path */ |