summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-01-07 21:02:55 -0700
committerEduardo Chappa <chappa@washington.edu>2015-01-07 21:02:55 -0700
commit2ea73d14866f5eb39bc6a9aab36312abd6fa525c (patch)
tree4d934a855d58219abc5813b5519d8100812dd99d /pith/conftype.h
parent20d433c77e32dc05c2accf8ab943c2a7d9738239 (diff)
downloadalpine-2ea73d14866f5eb39bc6a9aab36312abd6fa525c.tar.xz
* new version 2.19.9999
* crash on importing certificates that do not have an email address associated to them, such as those of a Certificate Authority. * Disable saving new passwords to the password file. Implemented by Louis Raphael from dpslabs.com. * Panda IMAP does not decode correctly Korean text encoded in UTF-8. Reported by Chulho Yang.
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index d1931609..8c89fa28 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -2,7 +2,7 @@
* $Id: conftype.h 1155 2008-08-21 18:33:21Z hubert@u.washington.edu $
*
* ========================================================================
- * Copyright 2013-2014 Eduardo Chappa
+ * Copyright 2013-2015 Eduardo Chappa
* Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -352,6 +352,7 @@ typedef enum {
F_AUTO_INCLUDE_IN_REPLY,
F_DISABLE_CONFIG_SCREEN,
F_DISABLE_PASSWORD_CACHING,
+ F_DISABLE_PASSWORD_FILE_SAVING,
F_DISABLE_REGEX,
F_DISABLE_PASSWORD_CMD,
F_DISABLE_UPDATE_CMD,