diff options
author | Erich Eckner <git@eckner.net> | 2019-02-20 13:46:41 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-01-20 19:18:53 +0100 |
commit | 4fcb1dccfa8ee416684d560a5c0f45aed8a12807 (patch) | |
tree | 4b6078ecd18942b87469f1c566d371e485511e93 /pith/conf.c | |
parent | 93fc35afba0a03ff0d25ffbebce670f22d29aa98 (diff) | |
download | alpine-4fcb1dccfa8ee416684d560a5c0f45aed8a12807.tar.xz |
topal-patch-1 applied
Diffstat (limited to 'pith/conf.c')
-rw-r--r-- | pith/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/conf.c b/pith/conf.c index e4f64c71..21afdf4e 100644 --- a/pith/conf.c +++ b/pith/conf.c @@ -2992,6 +2992,8 @@ feature_list(int index) F_SEND_WO_CONFIRM, h_config_send_wo_confirm, PREF_SEND, 0}, {"strip-whitespace-before-send", "Strip Whitespace Before Sending", F_STRIP_WS_BEFORE_SEND, h_config_strip_ws_before_send, PREF_SEND, 0}, + {"enable-topal-hack", "Enable Topal hack for OpenPGP/MIME messages", + F_ENABLE_TOPAL_HACK, h_config_enable_topal_hack, PREF_HIDDEN, 0}, {"warn-if-blank-fcc", "Warn if Blank Fcc", F_WARN_ABOUT_NO_FCC, h_config_warn_if_fcc_blank, PREF_SEND, 0}, {"warn-if-blank-subject", "Warn if Blank Subject", |