summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpine/mailcmd.c8
-rw-r--r--pith/pine.hlp5
2 files changed, 11 insertions, 2 deletions
diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c
index 0dd4c50b..586ee5b4 100644
--- a/alpine/mailcmd.c
+++ b/alpine/mailcmd.c
@@ -6818,7 +6818,13 @@ list_mgmt_text(RFC2369_S *data, long int msgno)
else{
so_puts(store, "Select <A HREF=\"");
so_puts(store, data[i].data[j].value);
- so_puts(store, "\">HERE</A> to ");
+ so_puts(store, "\">HERE</A> ");
+ if(!struncmp(data[i].data[j].value, "http", 4)) {
+ so_puts(store, "(web link) ");
+ }
+ else if(!struncmp(data[i].data[j].value, "mailto", 5)) {
+ so_puts(store, " (email link) ");
+ } so_puts(store, "to ");
so_puts(store, (data[i].field.action)
? data[i].field.action
: "try it");
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 5ab526d2..796c67bc 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -147,7 +147,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 667 2022-11-27 17:24:54
+Alpine Commit 668 2022-11-27 17:54:21
============= h_news =================
<HTML>
<HEAD>
@@ -205,6 +205,9 @@ new additions to Alpine, please check it periodically.
<a href="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></a>
is enabled, add the ability of using the TAB command to complete
a partial match. Contributed by Peter Tirsek.
+<LI> For mailing lists, Alpine adds a description of the type of link
+ (web or mail) for each option related to the subscription to the list.
+ Contributed by Daniel Schwarz.
</UL>
<P> Bugs addressed include: