diff options
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 18 |
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 "[" and "]". + <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. "23Aug00", "9Apr98"). </DD> +<DT>SMARTTIME24</DT> +<DD> +This token has the structure "day hour:minute" +(e.g. "Sun 19:03") for messages dated less than a week +from the current date, or "month day" (e.g. +"Nov 23") for messages dated less than 6 months +ago, or "day/month/year" (e.g "06/Jan/16") +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. |