summaryrefslogtreecommitdiff
path: root/pith/conf.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-29 03:19:56 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-29 03:19:56 -0600
commit4d77713f495bc1e797393cb05e88f17f78ff91d1 (patch)
tree1850ff02995d4c70ab32e3b125a39dff7c1414ab /pith/conf.c
parentac3618ca9d4d5136b8e231c6de23b2da6add204f (diff)
downloadalpine-4d77713f495bc1e797393cb05e88f17f78ff91d1.tar.xz
* Modifications to protect the privacy of users:
+ Alpine does not generate Sender or X-X-Sender by default by making [X] Do Not Generate Sender Header the default. + Alpine does not disclose User Agent by default by making [X] Suppress User Agent When Sending the default. + Alpine uses the domain in the From: header of a message to generate a message-id and suppresses all information about Alpine, version, revision, and time of generation of the message-id from this header. This information is replaced by a random string.
Diffstat (limited to 'pith/conf.c')
-rw-r--r--pith/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pith/conf.c b/pith/conf.c
index 1835c404..8b977ae2 100644
--- a/pith/conf.c
+++ b/pith/conf.c
@@ -2909,7 +2909,7 @@ feature_list(int index)
/* Sending Prefs */
{"disable-sender", "Do Not Generate Sender Header",
- F_DISABLE_SENDER, h_config_disable_sender, PREF_SEND, 0},
+ F_DISABLE_SENDER, h_config_disable_sender, PREF_SEND, 1},
{"use-sender-not-x-sender", "Use Sender Instead of X-X-Sender",
F_USE_SENDER_NOT_X, h_config_use_sender_not_x, PREF_SEND, 0},
{"quell-flowed-text", "Do Not Send Flowed Text",
@@ -3281,7 +3281,7 @@ feature_list(int index)
{"quell-timezone-comment-when-sending", "Suppress Timezone Comment When Sending",
F_QUELL_TIMEZONE, h_config_quell_tz_comment, PREF_MISC, 0},
{"suppress-user-agent-when-sending", NULL,
- F_QUELL_USERAGENT, h_config_suppress_user_agent, PREF_MISC, 0},
+ F_QUELL_USERAGENT, h_config_suppress_user_agent, PREF_MISC, 1},
{"tab-checks-recent", "Tab Checks for Recent Messages",
F_TAB_CHK_RECENT, h_config_tab_checks_recent, PREF_MISC, 0},
{"termdef-takes-precedence", NULL,