summaryrefslogtreecommitdiff
path: root/pith/conf.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-03-19 10:22:12 -0700
committerEduardo Chappa <chappa@washington.edu>2016-03-19 10:22:12 -0700
commitb6f8cf864a0f8019b7a4159f73c6e830939f4b99 (patch)
tree73f76e1990e750bb5c22ba89ea182e2d742de5eb /pith/conf.c
parent0bb3a0be1d23f86b4741102d3ea2c9fc4ef4b5af (diff)
downloadalpine-b6f8cf864a0f8019b7a4159f73c6e830939f4b99.tar.xz
* Bug: Crash when attempting to read a message after a bounce command.
In order to produce a crash one needed to use the ^T subcommand and do a search in a LDAP directory. The crash is produced by changes to the text in the title bar. Reported by Heinrich Mislik in the Alpine-info list. * Add ignore size option to Alpine, which helps users deal with some servers that compute sizes incorrectly but send complete messages when users save messages from those servers.
Diffstat (limited to 'pith/conf.c')
-rw-r--r--pith/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/conf.c b/pith/conf.c
index 6a803932..6e320527 100644
--- a/pith/conf.c
+++ b/pith/conf.c
@@ -3140,6 +3140,8 @@ feature_list(int index)
F_FULL_AUTO_EXPUNGE, h_config_full_auto_expunge, PREF_MISC, 0},
{"force-arrow-cursor", NULL,
F_FORCE_ARROW, h_config_force_arrow, PREF_MISC, 0},
+ {"ignore-size-changes", NULL,
+ F_IGNORE_SIZE, h_config_ignore_size, PREF_MISC, 0},
{"maildrops-preserve-state", NULL,
F_MAILDROPS_PRESERVE_STATE, h_config_maildrops_preserve_state,
PREF_MISC, 0},