summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-12-18 22:55:12 -0700
committerEduardo Chappa <chappa@washington.edu>2016-12-18 22:55:12 -0700
commitbf8ca49bc1199f1a08c4d05969e8cc6b6965455a (patch)
tree5aec6d137946cf7da059ae01f5b196f3d1f1522b /pith/pine.hlp
parent8fcf27901346881a26d39e2f15618c59bd02cc32 (diff)
downloadalpine-bf8ca49bc1199f1a08c4d05969e8cc6b6965455a.tar.xz
* New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
but it differns in that it gives the time in which the message was sent for messages that are less than a week old. it uses a 24 hour format.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp18
1 files changed, 17 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index e34e9dc4..22269013 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,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 195 2016-12-18 13:09:41
+Alpine Commit 196 2016-12-18 22:45:44
============= h_news =================
<HTML>
<HEAD>
@@ -203,6 +203,11 @@ Additions include:
format, which removes text in the SUBJECT between &quot;[&quot; and
&quot;]&quot;.
+ <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
+ but it differns in that it gives the time in which the message was
+ sent for messages that are less than a week old. it uses a 24 hour
+ format.
+
<LI> Alpine will include attachments when forwarding some
multipart/alternative messages for which it did not use to include
attachments.
@@ -19195,6 +19200,17 @@ given as date, month, and year (e.g. &quot;23Aug00&quot;,
&quot;9Apr98&quot;).
</DD>
+<DT>SMARTTIME24</DT>
+<DD>
+This token has the structure &quot;day hour:minute&quot;
+(e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
+from the current date, or &quot;month day&quot; (e.g.
+&quot;Nov 23&quot;) for messages dated less than 6 months
+ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
+for messages dated more than 6 months ago. It uses 9 characters
+of the width of the screen, and it left aligned.
+</DD>
+
<DT>SMARTDATETIME</DT>
<DD>
This is a combination of SMARTDATE and SMARTTIME.