加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
alpine-2.24-useragent.patch 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
zhangfan 提交于 2022-06-09 14:49 . Package init
diff --git a/doc/tech-notes/config.html b/doc/tech-notes/config.html
index b935483..751429c 100644
--- a/doc/tech-notes/config.html
+++ b/doc/tech-notes/config.html
@@ -7695,7 +7695,7 @@ If you'd like to suppress the echoing of the asterisks set this feature.
<DT> <A NAME="suppress-user-agent-when-sending"><EM>suppress-user-agent-when-sending</EM></A>
<DD> If this feature is set then <EM>Alpine</EM> will not generate a
-<CODE>User-Agent</CODE> header in outgoing messages.
+<CODE>User-Agent</CODE> header in outgoing messages. It is set by default.
<P>
<DT> <A NAME="tab-checks-recent"><EM>tab-checks-recent</EM></A>
diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt
index 2762c5b..b2d8cdd 100644
--- a/doc/tech-notes/tech-notes.txt
+++ b/doc/tech-notes/tech-notes.txt
@@ -6629,7 +6629,7 @@ John: on a job well done!
the echoing of the asterisks set this feature.
_suppress-user-agent-when-sending_
If this feature is set then _Alpine_ will not generate a
- User-Agent header in outgoing messages.
+ User-Agent header in outgoing messages. It is set by default.
_tab-checks-recent_
In a FOLDER LIST screen, the TAB key usually just changes which
folder is highlighted. If this feature is set, then the TAB key
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 1da108f..3ca4ca8 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -34823,7 +34823,7 @@ emit a beep to become silent.
<H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
If this feature is set then Alpine will not generate a
-<CODE>User-Agent</CODE> header in outgoing messages.
+<CODE>User-Agent</CODE> header in outgoing messages. It is set by default.
<P>
<UL>
<LI><A HREF="h_finding_help">Finding more information and requesting help</A>
--
2.20.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化