summaryrefslogtreecommitdiff
path: root/pith/state.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-11-22 11:29:40 -0700
committerEduardo Chappa <chappa@washington.edu>2017-11-22 11:29:40 -0700
commit0ef0caf0d77164aa615fffa8aff4e82a3a540f0f (patch)
tree2852cb0c74ddb64fe4d6bc4cfe73c495596bb51f /pith/state.h
parentb3376daf6c1857cb063d2ca2a25b7150ac4b861f (diff)
downloadalpine-0ef0caf0d77164aa615fffa8aff4e82a3a540f0f.tar.xz
* Add "remove password" command to the management screen for the
password file encryption key. This allows users to use their password file without entering a master password.
Diffstat (limited to 'pith/state.h')
-rw-r--r--pith/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h
index 316a5895..75cff1c5 100644
--- a/pith/state.h
+++ b/pith/state.h
@@ -362,6 +362,7 @@ struct pine {
PRINT_S *print;
#ifdef SMIME
+ int keyemptypwd; /* can we load the key without a password? */
char *smimedir;
SMIME_STUFF_S *smime;
char *pwdcertdir; /* path to location of certificates for password file */